Add Alert Attachment
POST {{baseUrl}}/v2/alerts/:identifier/attachments?alertIdentifierType=id
Add Alert Attachment to related alert
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' |
Request Body
[{"name"=>"file", "value"=>"<binary>", "datatype"=>"string"}, {"name"=>"user", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"indexFile", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}