Get O1 1n Types

Get O1 1n Types
Get supported types

Returns supported VCF Operations Orchestrator types.

Request
URI
GET
https://{api_host}/server-configuration/types
COPY
Authentication
This operation uses the following authentication methods.
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",
            "formDisplayType": "string"
        }
    ]
}
array of object
o11n-type
Optional

o11n-type


401

User is not authenticated.

Returns o11n-types of type(s) application/json
"o11n-types Object"
array of object
o11n-type
Optional

o11n-type


403

User is not authorized.

Returns o11n-types of type(s) application/json
"o11n-types Object"
array of object
o11n-type
Optional

o11n-type


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/server-configuration/types