NamespaceManagement_Nodes_NodeIdentity

NamespaceManagement_Nodes_NodeIdentity
NamespaceManagement_Nodes_NodeIdentity

The Nodes.NodeIdentity structure contains information about a node. Note: This structure is restricted for VMware internal use only.

JSON Example
{
    "node_type": "string",
    "node_id": "string"
}
string
node_type
Required

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.

string
node_id
Required

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.