NsxTagBulkOperationStatus
Status of tag bulk operation
Status of tag bulk operation
JSON Example
{
"apply_to": [
{
"resource_tag_status": [
{
"details": "string",
"resource_display_name": "string",
"resource_id": "string",
"tag_status": "string"
}
],
"resource_type": "string"
}
],
"path": "string",
"remove_from": [
{
"resource_tag_status": [
{
"details": "string",
"resource_display_name": "string",
"resource_id": "string",
"tag_status": "string"
}
],
"resource_type": "string"
}
],
"status": "string",
"tag": {
"scope": "string",
"tag": "string"
}
}
string
path
Optional
Intent path corresponding to tag operation
array of
NsxResourceTypeTagStatus
remove_from
Optional
Tag remove operation status per resource type
string
status
Optional
Overall status
Enumeration:
Success,
Running,
Error,
Pending