Statu
Statu provides tools for creating, and listing resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-shape-statu-create | Clone Alert Template. |
f5xc-api-shape-statu-list | Get Status. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name… | example-resource |
namespace | Namespace… | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Statu resources:
Create Statu
Section titled “Create Statu”“Create a statu named ‘example’ in the ‘production’ namespace”
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/shape/csd/namespaces/$${PARAM}/status" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/shape/alerts/namespaces/$${PARAM}/alert_gen_policy/$${PARAM}/status" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @statu.json