Get Schema Update
Get Schema Update provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-virtual-get-schema-update-create | Get API Endpoints Schema Updates. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Name The name of the HTTP Loadbalancer for the current request. | example-resource |
namespace | Namespace The namespace of the HTTP Loadbalancer for the current request. | system |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Get Schema Update resources:
Create Get Schema Update
Section titled “Create Get Schema Update”“Create a get-schema-update named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -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