Implicit Label
Implicit Label provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-users-implicit-label-list | Get Implicit Labels. |
Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
key | Key string in Query parameters. | - |
key_classes | Key classes… | - |
query | Type of Query… | - |
value | Value string in Query parameters. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Implicit Label resources:
List Implicit Labels
Section titled “List Implicit Labels”“List all implicit-labels in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/system/implicit_labels" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"