APIs to manage an organisation's alert notification group mappings.
Update an alert notification group link if it exists, create a new one otherwise.
OK.
OK.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
Not implemented.
{- "alertId": "a9367074-b5c3-42c4-9be4-be129f43577e",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "notificationGroupId": "41de1f35-974f-4b87-aa3b-73a525fbcbb4",
- "state": "active"
}
{- "alertId": "a9367074-b5c3-42c4-9be4-be129f43577e",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "notificationGroupId": "41de1f35-974f-4b87-aa3b-73a525fbcbb4",
- "state": "active"
}
Delete an alert notification group mapping.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
Not implemented.
{- "code": 0,
- "message": "string"
}
Get a mapping between an alert and a notification group identified by its id.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
Not implemented.
{- "alertId": "a9367074-b5c3-42c4-9be4-be129f43577e",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "notificationGroupId": "41de1f35-974f-4b87-aa3b-73a525fbcbb4",
- "state": "active"
}
Get all available alert notification group mappings subject to filters.
OK.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
Not implemented.
[- {
- "alertId": "a9367074-b5c3-42c4-9be4-be129f43577e",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "notificationGroupId": "41de1f35-974f-4b87-aa3b-73a525fbcbb4",
- "state": "active"
}
]