Enumerate Services 1
Lists the available top-level service entry points.
Request
URI
GET
https://{api_host}/vco/api/
COPY
Responses
200
The request is successful.
Returns
ServiceDescriptorList
of type(s)
application/json
{
"descriptors": [
{
"href": "string",
"description": "string"
}
]
}
array of
object
descriptors
Optional
descriptors
401
User is not authorized.
Returns
ServiceDescriptorList
of type(s)
application/json
"ServiceDescriptorList Object"
array of
object
descriptors
Optional
descriptors
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/
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