InlineHostNode1

InlineHostNode1
InlineHostNode1
JSON Example
{
    "compute_collection_id": "string",
    "discovered_node_id": "string",
    "dpu": [
        {
            "dpu_id": "string",
            "firmware_version": "string",
            "is_primary": false,
            "model": "string",
            "os_version": "string",
            "state": "string",
            "vendor": "string"
        }
    ],
    "host_credential": "HostNodeLoginCredential Object",
    "maintenance_mode_state": "string",
    "managed_by_server": "string",
    "os_type": "string",
    "os_version": "string",
    "windows_install_location": "string"
}
string
compute_collection_id
Optional

Id of the compute collection to which discovered node belongs.

string
discovered_node_id
Optional

Id of discovered node which was converted to create this node

array of DpuInfo
dpu
Optional

Specify list of DPU information.

host_credential
Optional

The credentials to login into the host node

string
maintenance_mode_state
Optional

Indicates host node's maintenance mode state. The state is ENTERING when a task to put the host in maintenance-mode is in progress.

Possible values are : OFF, ENTERING, ON,
string
managed_by_server
Optional

The id of the vCenter server managing the ESXi type HostNode

string
os_type
Required

Hypervisor type, for example ESXi or RHEL Container

Possible values are : ESXI, RHELSERVER, WINDOWSSERVER, RHELCONTAINER, UBUNTUSERVER, HYPERV, CENTOSSERVER, CENTOSCONTAINER, SLESSERVER, OELSERVER,
string
os_version
Optional

Version of the hypervisor operating system

string
windows_install_location
Optional

Specify an installation folder to install the NSX kernel modules for Windows Server. By default, it is C:\Program Files\VMware\NSX.

Used By