NsxResourceInfo

NsxResourceInfo
Represents resources information

It represents the resource information which could identify resource.

JSON Example
{
    "resource_ids": [
        "string"
    ],
    "resource_type": "string"
}
array of string
resource_ids
Required  

It will represent resource identifiers. For example, policy objects will be represented with paths and virtual machine will be represented with external ids.

string
resource_type
Required  

It will represent resource type on which tag bulk operation to be performed. Supported resource type is VirtualMachine.