VirtualMachineTagsUpdate

VirtualMachineTagsUpdate
VirtualMachineTagsUpdate

List of tags applied to the virtual machine. Based on the enforcement point, the virtual_machine_id will be different. It could be an external id for NSX T or a moid for NSX V

JSON Example
{
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "virtual_machine_id": "string"
}
array of Tag
tags
Required

List of tags to be applied on the virtual machine

string
virtual_machine_id
Required

The identifier that is used in the enforcement point that uniquely identifies the virtual machine. In case of NSXT it would be the value of the external_id of the virtual machine.