Set Config
DescriptionSets a configuration property to the provided value.
Request
URLURL
Path Parameters
Path Parameters
URN containing the name of the configuration property such as (urn:vcloud:configuration:
Request Body
{
"name": "string"
}
Name of the configuration property.
Default value of the configuration property.
A string describing the configuration property.
Maximum value for this configuration property.
Minimum value for this configuration property.
Represents if the cell needs to be rebooted for a change to this property to take effect.
Maximum value for this configuration property.
Authentication
Response
Response BodyResponse Body
200 OK
{
"defaultValue": {},
"description": "string",
"maxValue": 0,
"minValue": 0,
"name": "string",
"restartRequired": false,
"timestamp": "string",
"typedValue": {
"type": "string",
"value": {}
}
}
Name of the configuration property.
Default value of the configuration property.
A string describing the configuration property.
Maximum value for this configuration property.
Minimum value for this configuration property.
Represents if the cell needs to be rebooted for a change to this property to take effect.
Maximum value for this configuration property.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
Vendor Extensions
x-vcloud-event: com/vmware/vcloud/event/configuration/property/modify