Esx.Settings.Internal.Configuration.RemediateAddedHostsSpec
The Esx.Settings.Internal.Configuration.RemediateAddedHostsSpec schema contains properties that are used to recreate and apply the desired state configuration to the cluster.
Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Note: this schema is restricted for VMware internal use only.
{
"hosts": [
"string"
],
"solution_configs": {
"solution_configs": "string"
}
}
The newly added hosts to the cluster, to be considered during the POST /esx/settings/clusters/{cluster}/configuration?action=apply operation after desired state configuration is recreated.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.
Map of component:group:key to the corresponding JSON value as a string; to be patched in the desired cluster configuration for VCP solutions. To generate the JSON value as a string: - solutions could get the existing value for the required component:group:key by using the POST /esx/settings/clusters/{cluster}/configuration/solutions-internal?action=get-desired-configuration - deserialize the value to an object - update the attributes of the object as necessary - serialize into a string.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.