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-entry": [
{
"plugin": false,
"data": "string",
"displayName": "string",
"name": "string",
"tooltip": "string",
"description": "string",
"remote": false,
"title": "string",
"enabled": false,
"dependencies": "string"
}
]
}
401
User is not authenticated.
Operation doesn't return any data structure
403
User is not authorized.
Operation doesn't return any data structure
Server Configuration Service Operations
GET
Get Server Configuration
POST
Import Server Configuration