Skip to content

Latency

Latency provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-networksecurity-latency-createService Policy Latency.
ParameterDescriptionExample
namespaceNamespace Namespace is used to scope Service policy hits for the given namespace.system

Ask Claude to help you work with Latency resources:

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

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/service_policy/latency" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @latency.json