Statu
Statu provides tools for listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-marketplace-statu-list | Get Status of Terraform for view. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace Namespace for the label to be retrieved. | system |
view_kind | Kind of View Kind of view of which terraform parameters are requested e.g. Aws_vpc_site, azure_vnet_site. | - |
view_name | Name of view Name of the view for which terraform parameters are requested. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Statu resources:
List Status
Section titled “List Status”“List all status in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# List resourcescurl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/terraform_parameters/${PARAM}/${PARAM}/status" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"