vcenter namespace management nodes: node identity

The node_identity structure contains information about a node.

Representation:

{
    "node_type""string",
    "node_id""obj-103"
}

Attributes:

Name Type Description
Required
node_type string Type for the node.

When clients pass a value of this structure as a parameter, the field must be one of HostSystem or VirtualMachine. When operations return a value of this structure as a result, the field will be one of HostSystem or VirtualMachine.

node_id string Identifier for the node.

When clients pass a value of this structure as a parameter, the field must be an identifier for one of these resource types: HostSystem or VirtualMachine. When operations return a value of this structure as a result, the field will be an identifier for one of these resource types: HostSystem or VirtualMachine.