Schema
Schema provides tools for listing, and retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-schema-get | Schemas By ID. |
f5xc-api-tenantandidentity-schema-list | Schemas. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
id | ID x-required… | - |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
excludedAttributes | Members”]” A multi-valued list of strings indicating the names of resource attributes… | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Schema resources:
List Schemas
Section titled “List Schemas”“List all Schemas in the ‘production’ namespace”
Get Schema Details
Section titled “Get Schema Details”“Get details of the Schema named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/scim/namespaces/system/v2/Schemas" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/scim/namespaces/system/v2/Schemas/${PARAM}" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"