patch https://helios.cohesity.com/v2/mcm/hms/tags/actions
Performs the tag actions (association/dissociation) on objects or snapshots.
Log in to see full request history
Responses
Performs the tag actions (association/dissociation) on objects or snapshots.
xxxxxxxxxx
curl --request PATCH \
--url https://helios.cohesity.com/v2/mcm/hms/tags/actions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"action":"Add"}'
xxxxxxxxxx
15{
"action": "Add",
"globalObjectIds": [
"string"
],
"tagUuids": [
"string"
],
"tagNames": [
"string"
],
"snapshotIds": [
"string"
]
}