Skip to content

Learnt Schema

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

ToolDescription
f5xc-api-virtual-learnt-schema-getGet GET Learnt Schema per API endpoint.
ParameterDescriptionExample
nameVirtual Host Virtual Host Name for current request.example-resource
namespaceNamespace Namespace of the App type for current request.system
ParameterDescriptionExample
api_endpoint_info_requestList of additional things that needs to be sent as part of the request…-
collapsed_urlAPI endpoint for which PDFs are requested.-
domainsList of domains that needs to be sent as part of the request Optional filter by domains. If absent, all domains are considered.-
methodMethod of API endpoint for which PDFs are requested.-

Ask Claude to help you work with Learnt Schema resources:

“Get details of the learnt-schema named ‘example’ in namespace ‘production‘“

Terminal window
# Get specific resource
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/ml/data/namespaces/$${PARAM}/virtual_hosts/$${PARAM}/api_endpoint/learnt_schema" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"