[
{
"id": 123,
"incidentId": 123,
"alertId": "<string>",
"alertName": "<string>",
"alertStatus": 123,
"alertSeverity": 123
}
]
[
{
"id": 123,
"incidentId": 123,
"alertId": "<string>",
"alertName": "<string>",
"alertStatus": 123,
"alertSeverity": 123
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.