Set Config
Sets a configuration property to the provided value.
URN containing the name of the configuration property such as (urn:vcloud:configuration:
The configuration with the desired value.
Show optional properties
{
"name": "string"
}
{
"name": "string",
"typedValue": {
"value": {},
"type": "string"
},
"description": "string",
"defaultValue": {},
"restartRequired": false,
"minValue": "number",
"maxValue": "number",
"timestamp": "string"
}
Name of the configuration property.
Value with type information
A string describing the configuration property.
Default value of the configuration property.
Represents if the cell needs to be rebooted for a change to this property to take effect.
Minimum value for this configuration property.
Maximum value for this configuration property.
Maximum value for this configuration property.
OK
"Config Object"
Name of the configuration property.
Value with type information
A string describing the configuration property.
Default value of the configuration property.
Represents if the cell needs to be rebooted for a change to this property to take effect.
Minimum value for this configuration property.
Maximum value for this configuration property.
Maximum value for this configuration property.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}' https://{api_host}/cloudapi/1.0.0/site/configurations/{urn}