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
Properties
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.
JSON Example
{
"tags": [
{}
],
"virtual_machine_id": "string"
}