Get Alert Types

Get Alert Types

Endpoint to get all alert types
Authorized Roles : PROVIDER or ORG_ADMIN

Request
URI
GET
https://{api_host}/provider/alert-types
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "alertRuleTypeId": "string",
        "name": "string",
        "status": "string",
        "targetType": "string",
        "metricType": "string",
        "metricKey": "string",
        "alertType": "string"
    }
]

400

Bad Request

Operation doesn't return any data structure