Acces
Acces provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-tenantandidentity-acces-create | Update Support Tenant Access. |
f5xc-api-tenantandidentity-acces-list | Get Support Tenant Access. |
Configuration Choices
Section titled “Configuration Choices”This resource includes mutually exclusive configuration options:
access_type_choice
Section titled “access_type_choice”| Option | Description | Recommended |
|---|---|---|
access_config.read_only | Read only | |
access_config.read_write_all | Read write all | |
access_config.read_write_ns | Read write ns |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Acces resources:
Create Acces
Section titled “Create Acces”“Create a acces named ‘example’ in the ‘production’ namespace”
List Access
Section titled “List Access”“List all access in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/system/allowed_tenants/support-tenant/access" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -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