NamespaceManagement_Nodes_NodeIdentity
The Nodes.NodeIdentity structure contains information about a node. Note: This structure is restricted for VMware internal use only.
{
"node_type": "string",
"node_id": "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.
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.