Skip to content

Statu

Statu provides tools for creating, and listing resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-shape-statu-createClone Alert Template.
f5xc-api-shape-statu-listGet Status.
ParameterDescriptionExample
nameName…example-resource
namespaceNamespace…system

Ask Claude to help you work with Statu resources:

“Create a statu named ‘example’ in the ‘production’ namespace”

“List all status in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/shape/csd/namespaces/$${PARAM}/status" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
# Create resource
curl -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