Supported Api Versions
Currently, there is only one version.
Request
URI
GET
https://{api_host}/vco/api/versions
COPY
Responses
200
The request is successful.
Returns
SupportedApiVersionsList
of type(s)
application/json
{
"versions": [
{
"versionCode": "string",
"isLatest": false
}
]
}
array of
object
versions
Optional
versions
401
User is not authorized.
Returns
SupportedApiVersionsList
of type(s)
application/json
"SupportedApiVersionsList Object"
array of
object
versions
Optional
versions
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/versions
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