NSX-T Data Center REST API

ResourceInfo (type)

{
  "additionalProperties": false,
  "description": "It represents the resource information which could identify resource.",
  "id": "ResourceInfo",
  "module_id": "PolicyTag",
  "properties": {
    "resource_ids": {
      "description": "It will represent resource identifiers. For example, policy objects will be represented with paths and virtual machine will be represented with external ids.",
      "items": {
        "type": "string"
      },
      "required": true,
      "title": "Resource identifiers",
      "type": "array"
    },
    "resource_type": {
      "description": "It will represent resource type on which tag bulk operation to be performed. Supported resource type is VirtualMachine.",
      "required": true,
      "title": "Resource type",
      "type": "string"
    }
  },
  "title": "Represents resources information",
  "type": "object"
}