Learnt Schema
Learnt Schema provides tools for retrieving resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-virtual-learnt-schema-get | Get GET Learnt Schema per API endpoint. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
name | Virtual Host Virtual Host Name for current request. | example-resource |
namespace | Namespace Namespace of the App type for current request. | system |
Query Parameters
Section titled “Query Parameters”| Parameter | Description | Example |
|---|---|---|
api_endpoint_info_request | List of additional things that needs to be sent as part of the request… | - |
collapsed_url | API endpoint for which PDFs are requested. | - |
domains | List of domains that needs to be sent as part of the request Optional filter by domains. If absent, all domains are considered. | - |
method | Method of API endpoint for which PDFs are requested. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with Learnt Schema resources:
Get Learnt Schema Details
Section titled “Get Learnt Schema Details”“Get details of the learnt-schema named ‘example’ in namespace ‘production‘“
CURL Examples
Section titled “CURL Examples”# Get specific resourcecurl -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}"