Cluster Notification Subscription

Specification

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

Structure Values

Field Name

Type

Description

Required

Default

name

String

The name of the notification subscription

Auto-generated based on channel type

channel

Notification Channel

Provides information about where to send notification.

Required

Example

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


Was this article helpful?
0 out of 0 found this helpful