NSX-T Data Center REST API

TagBulkOperationStatus (type)

{
  "additionalProperties": false,
  "description": "Status of tag bulk operation.",
  "id": "TagBulkOperationStatus",
  "module_id": "PolicyTag",
  "properties": {
    "apply_to": {
      "description": "Tag apply operation status per resource type.",
      "items": {
        "$ref": "ResourceTypeTagStatus"
      },
      "title": "Tag apply operation status per resource type",
      "type": "array"
    },
    "path": {
      "required": true,
      "title": "Intent path corresponding to tag operation",
      "type": "string",
      "x-vmw-cross-reference": [
        {
          "leftType": [],
          "relationshipType": "IGNORE",
          "rightType": []
        }
      ]
    },
    "remove_from": {
      "description": "Tag remove operation status per resource type.",
      "items": {
        "$ref": "ResourceTypeTagStatus"
      },
      "title": "Tag remove operation status per resource type",
      "type": "array"
    },
    "status": {
      "enum": [
        "Success",
        "Running",
        "Error",
        "Pending"
      ],
      "required": true,
      "title": "Overall status",
      "type": "string"
    },
    "tag": {
      "$ref": "Tag",
      "required": true,
      "title": "Tag"
    }
  },
  "title": "Status of tag bulk operation",
  "type": "object"
}