Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.SetSpec

Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.SetSpec
Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.SetSpec

This Esx.Settings.Clusters.Configuration.Drafts.HostSpecifics.SetSpec schema contains properties that describes the specification to be used for setting 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 configuration to set as CSV. The host-specific configuration should be complete for all hosts in the cluster. 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 set.

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.