Skip to content

Acces

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

ToolDescription
f5xc-api-tenantandidentity-acces-createUpdate Support Tenant Access.
f5xc-api-tenantandidentity-acces-listGet Support Tenant Access.

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
access_config.read_onlyRead only
access_config.read_write_allRead write all
access_config.read_write_nsRead write ns

Ask Claude to help you work with Acces resources:

“Create a acces named ‘example’ in the ‘production’ namespace”

“List all access in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/allowed_tenants/support-tenant/access" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/allowed_tenants/support-tenant/access" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @acces.json