Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.UpdateSpec

Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.UpdateSpec
Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.UpdateSpec

This Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.UpdateSpec schema contains properties that describes the specification to be used for updating some host-specific configuration in a draft.

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.

JSON Example
{
    "type": "string",
    "config": "string",
    "config_spec": {
        "config_spec": [
            {
                "path": "string",
                "value": "string"
            }
        ]
    }
}
string
type
Required

The input type

Possible values:

  • CSV_FILE: Comma separated file
  • CONFIGURATION_SPEC: Configuration specification

For more information see: Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.SetType.

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.

string
config
Optional

Host-specific properties with values to update as CSV. Host-specific properties with empty values are not allowed.

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.

This property is optional and it is only relevant when the value of type is Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.SetType.CSV_FILE.

object
config_spec
Optional

A mapping of Host BIOS UUIDs to input configuration to update.

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.

This property is optional and it is only relevant when the value of type is Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.SetType.CONFIGURATION_SPEC.