Skip to content

Get Schema Update

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

ToolDescription
f5xc-api-virtual-get-schema-update-createGet API Endpoints Schema Updates.
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 Get Schema Update resources:

“Create a get-schema-update 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/get_schema_updates" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @get_schema_update.json