Get Server Configuration

Get Server Configuration

Returns a human-readable representation of the VCF Operations Orchestrator server configuration.

Request
URI
GET
https://{api_host}/vco/api/server-configuration
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful.

Returns ConfigEntryList of type(s) application/json
{
    "config-entry": [
        {
            "enabled": false,
            "plugin": false,
            "remote": false,
            "title": "string",
            "name": "string",
            "displayName": "string",
            "description": "string",
            "data": "string",
            "tooltip": "string",
            "dependencies": "string"
        }
    ]
}
array of object
config-entry
Optional

config-entry


401

User is not authenticated.

Returns ConfigEntryList of type(s) application/json
"ConfigEntryList Object"
array of object
config-entry
Optional

config-entry


403

User is not authorized.

Returns ConfigEntryList of type(s) application/json
"ConfigEntryList Object"
array of object
config-entry
Optional

config-entry


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