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