Esx.Settings.Clusters.Configuration.HostSpecifics.Info

Esx.Settings.Clusters.Configuration.HostSpecifics.Info
Esx.Settings.Clusters.Configuration.HostSpecifics.Info

This Esx.Settings.Clusters.Configuration.HostSpecifics.Info schema contains properties that describe the result of exporting host-specific configuration.

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
{
    "configs": {
        "configs": [
            {
                "path": "string",
                "display_path": [
                    "string"
                ],
                "desired_value": "string",
                "host_value": "string"
            }
        ]
    },
    "host_info_map": {
        "host_info_map": {
            "name": "string",
            "is_vsan_witness": false
        }
    },
    "type": "string",
    "bundle_location": "string"
}
object
configs
Optional

A mapping of Host BIOS UUIDs to Host-specific configuration.

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.HostSpecifics.GetType.CONFIGURATION_SPEC.

object
host_info_map
Optional

A mapping of BIOS UUIDs to information about hosts.

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.HostSpecifics.GetType.CONFIGURATION_SPEC.

string
type
Required

The type for the Get result

Possible values:

  • TGZ_BUNDLE: TGZ Bundle containing CSV files
  • CONFIGURATION_SPEC: Configuration specification

For more information see: Esx.Settings.Clusters.Configuration.HostSpecifics.GetType.

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 As uri As uri
bundle_location
Optional

Bundle will contain CSV files containing host-specific configuration metadata and host-specific configuration.

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.HostSpecifics.GetType.TGZ_BUNDLE.