Skip to content

Service

Service provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-telemetryandinsights-service-createService Graph Query.
ParameterDescriptionExample
namespaceNamespace namespace is used to scope service mesh. Only services and virtual_host in given namespace will be considered.system

Ask Claude to help you work with Service resources:

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

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