Get System Target Notification Rules

Get System Target Notification Rules

Use this endpoint to retrieve system target alert rules
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/system-alert-rules/{targetType}
COPY
Path Parameters
string
targetType
Required

System target type

Possible values are : SERVICE_INSTANCE, SERVICE_INSTANCE_GROUP, TENANT_ENVIRONMENT, PROVIDER_ENVIRONMENT, TEMPLATE, NAMESPACE, BYOI_TEMPLATE, S3_STORAGE,

Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "targetType": "string",
        "alertDefinitionType": "string",
        "ruleType": "string",
        "status": "string"
    }
]

400

Bad Request

Operation doesn't return any data structure