Managed Tenants By User
Managed Tenants By User provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-managed-tenants-by-user-list | Get List of Managed Tenant By User. |
Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
page_limit | PageLimit will hold the limit of items required per query. Default value is set as 100. | - |
page_start | PageStart will hold the UUID of the first item in the requested page. Response will contain items upto count specified in PageLimit starting from PageStart. | - |
search_keyword | Search Keyword for filtering the Managed Tenant List. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Managed Tenants By User resources:
List Managed Tenants By Users
Section titled “List Managed Tenants By Users”“List all managed-tenants-by-users in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/managed_tenants_by_user" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"