Get Properties
Gets the configured system properties and their values
Request
URI
GET
https://{api_host}/vco/api/server-configuration/system-properties
COPY
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
System Properties Service Operations
GET
Get Properties
POST
Update Properties
DELETE
Delete Properties
GET
Get Advanced Properties