Get System Target Notification Rules
Use this endpoint to retrieve system target alert rules
Authorized Roles : 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,
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/system-alert-rules/{targetType}