Get Advanced Properties

Get Advanced Properties

Gets advanced properties and their current values.

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

The properties have been retrieved

Returns WsSystemPropertiesList of type(s) application/json
{
    "properties": [
        {
            "key": "string",
            "value": "string",
            "description": "string",
            "defaultValue": "string"
        }
    ]
}
array of object
properties
Optional

properties


401

The user is not authenticated

Returns WsSystemPropertiesList of type(s) application/json
"WsSystemPropertiesList Object"
array of object
properties
Optional

properties


403

The user is not authorized

Returns WsSystemPropertiesList of type(s) application/json
"WsSystemPropertiesList Object"
array of object
properties
Optional

properties


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