Update Security Tag
Only the list of tagged entities can be updated. The name cannot be updated. Any other existing entities not in the list will be untagged.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/securityTags/tag
COPY
Request Body
SecurityTag of type(s) application/json
Required
{
"tag": "string",
"entities": [
"string"
]
}
string
tag
Required
The tag to use.
array of string
entities
Required
List of entities to tag in urn format.
Responses
204
security tag updated
Operation doesn't return any data structure
Availability
Added in 36.0
Security Tags Operations
GET
Get Security Tagged Entities
GET
Get Tag Values
GET
Get Vm Tags
PUT
Update Security Tag
PUT
Update Vm Tags