Skip to content

Generate Token

Generate Token provides tools for retrieving resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-marketplace-generate-token-getGenerate Token.
ParameterDescriptionExample
nameService Name x-required…example-resource
namespaceNamespace x-required…system

Ask Claude to help you work with Generate Token resources:

“Get details of the generate-token named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/third_party_applications/$${PARAM}/generate_token" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"