Scim Token
Scim Token provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-authentication-scim-token-create | Revoke SCIM API credential. |
f5xc-api-authentication-scim-token-list | Get Scim Token. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace… | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Scim Token resources:
Create Scim Token
Section titled “Create Scim Token”“Create a scim-token named ‘example’ in the ‘production’ namespace”
List Scim Tokens
Section titled “List Scim Tokens”“List all scim-tokens in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/scim_token" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/revoke/scim_token" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @scim_token.json