Attach Multiple Tags To Object Tag Association
Attaches the given tags to the input object. If a tag is already attached to the object, then the individual operation is a no-op and an error will not be added to TagAssociation.BatchResult.error-messages. To invoke this operation, you need the read privilege on the object and the attach tag privilege on each tag.
Request
URLURL
Header Parameters
Header Parameters
Request Body
TaggingTagAssociationAttachMultipleTagsToObjectRequestBody of type application/json (required){
"tag_ids": [
"string"
]
}
The identifier of the input object.
The identifiers of the input tags. The parameter must contain identifiers for the resource type: com.vmware.cis.tagging.Tag.
Response
Response BodyResponse Body
The outcome of the batch operation and the list of error messages (TagAssociation.BatchResult.error-messages) describing attachment failures.
{
"value": {
"success": false
}
}
The outcome of the batch operation and the list of error messages (TagAssociation.BatchResult.error-messages) describing attachment failures.