Skip to main content

Cluster Notification Subscription

Specification

{
"name": "<string>",
"channel": <notification channel spec>
}

Structure values

Field NameTypeDescriptionRequiredDefault
nameStringThe name of the notification subscriptionAuto-generated based on channel type
channelNotification ChannelProvides information about where to send notification.Required

Example

{
"channel": {
"channelType": "Email",
"to": "my_email_address@test.com"
}
}