Get Xml Schema
The XSD schema file defines the elements and types used by the REST service. You can use it to generate stub classes (in Java or other programming language).
Request
URI
GET
https://{api_host}/vco/api/schema
COPY
Responses
200
The request is successful.
[
{}
]
array of
string
401
User is not authorized.
[
{}
]
array of
string
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/schema
Service Descriptor Service Operations
GET
Supported Api Versions
GET
Get Xml Schema
GET
Get Xml Schema 1
GET
Health Status
GET
Health Status Readiness
GET
Health Status Liveness
GET
Docs
GET
About Info
GET
Enumerate Services 1