Enumerate Services 1

Enumerate Services 1

Lists the available top-level service entry points.

Request
URI
GET
https://{api_host}/vco/api/
COPY
Authentication
This operation uses the following authentication methods.
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/