Skip to content

Learnt Schema

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

ToolDescription
f5xc-api-servicemesh-learnt-schema-createGet Learnt Schema per API endpoint.
ParameterDescriptionExample
app_type_nameApp Type App Type for current request.-
namespaceNamespace Namespace of the App type for current request.system

Ask Claude to help you work with Learnt Schema resources:

“Create a learnt-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}/app_types/${PARAM}/api_endpoint/learnt_schema" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @learnt_schema.json