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"
}
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.