Available
Available provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-virtual-available-get | List Available API Definitions. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name Name of the HTTP Load Balancer. | example-resource |
namespace | Namespace Namespace of the HTTP Load Balancer. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Available resources:
Get Available Details
Section titled “Get Available Details”“Get details of the available named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/http_loadbalancers/$${PARAM}/api_definitions/available" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"