Get Alert Attachment
GET {{baseUrl}}/v2/alerts/:identifier/attachments/:attachmentId?alertIdentifierType=id
Get alert attachment name and url for the given identifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
alertIdentifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny' |
RESPONSES
status: OK
{"requestId":"Lorem ut in","took":0,"data":{"name":"exercitation cillum ut","url":"enim minim Duis"}}