Known Label Key
Known Label Key provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-users-known-label-key-list | GET. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace Namespace in which to retrieve the label key. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
key | Key to retrieve. | - |
query | Query Type… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Known Label Key resources:
List Known Label Keys
Section titled “List Known Label Keys”“List all known-label-keys 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_label_keys" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"