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