Set Alert Tags

Set Alert Tags

Set all tags associated with a specific alert

Request
URI
POST
https://{api_host}/api/v2/alert/{id}/tag
COPY
Path Parameters
string
id
Required

id


Request Body

Supported Characters of Tags:

Tag names can contain alphanumeric (a-z, A-Z, 0-9), 
dash (-), underscore (_), and colon (:) characters.
The space character is not supported.
Array of string of type(s) application/json
Optional
[
    {}
]
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerVoid of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    }
}
status
Required

status

response
Optional

response