Skip to content

Update Schema

Update Schema provides tools for creating resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-virtual-update-schema-createUpdate API Endpoints Schemas.
ParameterDescriptionExample
nameName The name of the HTTP Loadbalancer for the current request.example-resource
namespaceNamespace The namespace of the HTTP Loadbalancer for the current request.system

Ask Claude to help you work with Update Schema resources:

“Create a update-schema named ‘example’ in the ‘production’ namespace”

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