InlineDiscoveredNode1

InlineDiscoveredNode1
InlineDiscoveredNode1
JSON Example
{
    "boot_bank_volume_details": [
        {
            "capacity": "string",
            "name": "string",
            "type": "string"
        }
    ],
    "certificate": "string",
    "cm_local_id": "string",
    "external_id": "string",
    "hardware_id": "string",
    "ip_addresses": [
        "string"
    ],
    "node_type": "string",
    "origin_id": "string",
    "origin_properties": [
        "KeyValuePair Object"
    ],
    "os_type": "string",
    "os_version": "string",
    "owner_nsx": "string",
    "parent_compute_collection": "string",
    "patch_level": "string",
    "pnic_details": [
        "PnicDetail Object"
    ],
    "stateless": false
}
boot_bank_volume_details
Optional

BOOTBANK volume details for the host.

string
certificate
Optional

Certificate of the discovered node

string
cm_local_id
Optional

Local Id of the discovered node in the Compute Manager

string
external_id
Optional

External id of the discovered node, ex. a mo-ref from VC

string
hardware_id
Optional

Hardware Id is generated using system hardware info. It is used to retrieve fabric node of the esx.

array of string
ip_addresses
Optional

IP Addresses of the the discovered node.

string
node_type
Optional

Discovered Node type like Host

string
origin_id
Optional

Id of the compute manager from where this node was discovered

origin_properties
Optional

Key-Value map of additional specific properties of discovered node in the Compute Manager

string
os_type
Optional

OS type of the discovered node

string
os_version
Optional

OS version of the discovered node

string
owner_nsx
Optional

Specifies owner nsx of the discovered node. Owner nsx can be SELF, OTHER, MULTIPLE or NONE. SELF applies to when discovered node prepared by that nsx. OTHER applies to when discovered node prepared by other nsx. MULTIPLE applies to when discovered node tried to prepare by multiple nsx at a time. NONE applies to when discovered node is not prepared by any nsx.

Possible values are : SELF, OTHER, MULTIPLE, NONE,
string
parent_compute_collection
Optional

External id of the compute collection to which this node belongs

string
patch_level
Optional

Product patch level for the host.

array of PnicDetail
pnic_details
Optional

PNIC details for the host.

boolean
stateless
Optional

The stateless property describes whether host persists its state across reboot or not. If state persists, value is set as false otherwise true.