Set Config
Sets a configuration property to the provided value.
URN containing the name of the configuration property such as (urn:vcloud:configuration:
URN containing the name of the configuration property such as (urn:vcloud:configuration:
The configuration with the desired value.
{
"name": "string",
"typedValue": {
"value": {},
"type": "string"
},
"description": "string",
"defaultValue": {},
"restartRequired": false,
"minValue": "number",
"maxValue": "number",
"timestamp": "string"
}
Name of the configuration property.
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
{
"name": "string",
"typedValue": {
"value": {},
"type": "string"
},
"description": "string",
"defaultValue": {},
"restartRequired": false,
"minValue": "number",
"maxValue": "number",
"timestamp": "string"
}
Name of the configuration property.
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.