NSX-T Data Center REST API

ResourceTagStatus (type)

{
  "additionalProperties": false,
  "description": "It represents tag operation status for a resource and details of the failure if any.",
  "id": "ResourceTagStatus",
  "module_id": "PolicyTag",
  "properties": {
    "details": {
      "title": "Details about the error if any",
      "type": "string"
    },
    "resource_display_name": {
      "title": "Resource display name",
      "type": "string"
    },
    "resource_id": {
      "required": true,
      "title": "Resource id",
      "type": "string"
    },
    "tag_status": {
      "enum": [
        "Success",
        "Error"
      ],
      "required": true,
      "title": "Status of tag apply or remove operation",
      "type": "string"
    }
  },
  "title": "Tag operation status for a resource",
  "type": "object"
}