Option Manager Update Options
Updates one or more options.
The options are changed one by one, and the operation is not atomic. This means that on failure some of the options may not be changed.
A nested option setting can be named using a dot notation; for example, system.cacheSize.
This method might require any of the following privileges depending on where the property fits in the inventory tree.
- Global.Settings on the root folder, if this is used to modify the settings in the service node.
- Host.Config.AdvancedConfig on the host, if this is used to set the advanced options in the host configuration.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case OptionManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"changedValue": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
No Content
InvalidName: if one or more OptionValue objects refers to a non-existent option.
InvalidArgument: if one or more OptionValue contains an invalid value.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"name": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
The invalid name.