Get O1 1n Types

Get O1 1n Types

Returns supported Orchestrator types.

Request
URI
GET
https://{api_host}/vco/api/server-configuration/types
COPY
Responses
200

The request is successful.

Returns o11n-types of type(s) application/json
{
    "o11n-type": [
        {
            "ret": false,
            "in": false,
            "out": false,
            "attr": false,
            "name": "string"
        }
    ]
}
array of o11nType
o11n-type
Optional

o11n-type


401

User is not authenticated.

Operation doesn't return any data structure

403

User is not authorized.

Operation doesn't return any data structure