Fetch an alert by ID

GET {{base_url}}/api/alert_manager/v1/alerts/:id

Fetches the information about the alert by ID.

Request Params

KeyDatatypeRequiredDescription
show_deletedboolean(Optional) If true, dismissed alerts will be included in the response.

Type: Boolean Default: false |

RESPONSES

status: OK

{"id":"b3b2A4C4-438d-305D-c8B3-6EF1acb14db8","type":"cti.a.p.am.alert.v1.0~a.p.backup.failed.v1.0","severity":"ok","category":"cti.a.p.xx.v1.0","affinity":"","details":{},"createdAt":"1970-01-01T00:00:00.000Z","deletedAt":"1970-01-01T00:00:00.000Z","receivedAt":"1970-01-01T00:00:00.000Z","updatedAt":"1970-01-01T00:00:00.000Z","tenantID":"","tenant":{"id":"","uuid":"2c3aBb22-Fd96-3d16-965A-ceACCD4ff5Df","locator":"/1/2/3/"},"_source":"","_sourceTimeStamp":0,"falsePositive":true}