vcenter vcha cluster: vm info

The vm_info structure contains information to describe the Virtual Machines of passive and witness nodes of a VCHA cluster. This structure was added in vSphere API 6.7.1.

Representation:

{
    "witness"{
        "vm""obj-103",
        "bios_uuid""string"
    },
    "passive"{
        "vm""obj-103",
        "bios_uuid""string"
    }
}

Attributes:

Name Type Description
Required
passive node_vm_info The virtual machine information of the passive node. This attribute was added in vSphere API 6.7.1.

passive.vm string The identifier of the virtual machine of the VCHA node. This attribute was added in vSphere API 6.7.1.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine:VCenter.

passive.bios_uuid string BIOS UUID for the node. This attribute was added in vSphere API 6.7.1.

witness node_vm_info The virtual machine information of the witness node. This attribute was added in vSphere API 6.7.1.

witness.vm string The identifier of the virtual machine of the VCHA node. This attribute was added in vSphere API 6.7.1.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine:VCenter.

witness.bios_uuid string BIOS UUID for the node. This attribute was added in vSphere API 6.7.1.