Get Server Configuration

Get Server Configuration

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

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

The request is successful.

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

config-entry


401

User is not authenticated.

Operation doesn't return any data structure

403

User is not authorized.

Operation doesn't return any data structure

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