Skip to content

List Service Operations Statu

List of service operations for a given CDN LB.

ToolDescription
f5xc-api-cdn-list-service-operations-statu-createList of CDN Operation Commands.
ParameterDescriptionExample
namespaceNamespace-

This resource includes mutually exclusive configuration options:

OptionDescriptionRecommended
lastn-
time_range-

Ask Claude to help you work with List Service Operations Statu resources:

“Create a list-service-operations-statu named ‘example’ in the ‘production’ namespace”

Terminal window
# List resources
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/list_service_operations_status" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/list_service_operations_status/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/list_service_operations_status" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @list_service_operations_statu.json
# Delete resource
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/list_service_operations_status/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"