Skip to content

Scim Token

Scim Token provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-authentication-scim-token-createRevoke SCIM API credential.
f5xc-api-authentication-scim-token-listGet Scim Token.
ParameterDescriptionExample
namespaceNamespace…system

Ask Claude to help you work with Scim Token resources:

“Create a scim-token named ‘example’ in the ‘production’ namespace”

“List all scim-tokens in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/scim_token" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -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