POST
/
api
/
v1
/
alert-rules
/
{id}
/
alert-notification-rules
curl --request POST \
  --url https://cloud.bytebeam.io/api/v1/alert-rules/{id}/alert-notification-rules \
  --header 'Content-Type: application/json' \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>' \
  --data '{
  "channel_type": "slack",
  "channel_parameters": {},
  "timezone": "<string>",
  "interval_seconds": 123,
  "notification_template": {}
}'

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Path Parameters

id
string
required

Body

channel_type
enum<string>
required
Available options:
slack,
email,
sms,
webhook
channel_parameters
object
required
interval_seconds
integer
required
notification_template
object
required
timezone
string