ves-io-schema-app_type-CustomAPI-GetAPIEndpointLearntSchema
Examples of performing app_type CustomAPI GetAPIEndpointLearntSchema
Usecase:
Perform GetAPIEndpointLearntSchema on app_type
Request:
Request using vesctl:
vesctl request rpc app_type.CustomAPI.GetAPIEndpointLearntSchema -i request.yaml --uri /public/namespaces/namespace-literal/app_types/app_type_name-literal/api_endpoint/learnt_schema --http-method POST
where file request.yaml has following contents:
{}
vesctl yaml response:
{}
Request using curl:
curl -X 'POST' -d '{}' -H 'Content-Type: application/json' -H 'X-Volterra-Useragent: v1/pgm=_tmp_go-build1372770011_b001_apidocs.test/host=docker-desktop' 'https://acmecorp.console.ves.volterra.io/api/ml/data/namespaces/namespace-literal/app_types/app_type_name-literal/api_endpoint/learnt_schema'
curl response:
HTTP/1.1 200 OK
Content-Length: 76
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:09:37 GMT
Vary: Accept-Encoding
{
"learnt_schema": "",
"swagger_spec": "",
"last_updated_time": null
}