You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **instance_id** (_string_) - Unique identifier for IBM Cloud Event Notifications instance.
1407
+
- **instance_id*** (_string_) - Unique identifier for IBM Cloud Event Notifications instance.
1408
1408
- **ibmenseverity** (_string_) - Severity for the notifications. Some sources can have the concept of an Event severity. Hence a handy way is provided to specify a severity of the event. example: LOW, HIGH, MEDIUM
1409
1409
- **id*** (_string_) - A unique identifier that identifies each event. source+id must be unique. The backend should be able to uniquely track this id in logs and other records. Send unique ID for each send notification. Same ID can be sent in case of failure of send notification. source+id will be logged in IBM Cloud Logging service. Using this combination we will be able to trace the event movement from one system to another and will aid in debugging and tracing.
1410
1410
- **source*** (_string_) - Source of the notifications. This is the identifier of the event producer. A way to uniquely identify the source of the event. For IBM Cloud services this is the crn of the service instance producing the events. For API sources this can be something the event producer backend can uniquely identify itself with.
- **ibmendefaultshort*** (_string_) - Default short text for the message.
1427
1427
- **ibmendefaultlong*** (_string_) - Default long text for the message.
1428
1428
- **specversion*** (_string_) - Spec version of the Event Notifications. Default value is `1.0`.
1429
-
- **ibmenhtmlbody*** (_string_) - The html body of notification for email.
1430
-
- **ibmenmailto*** (_Array of string_) - Array of email ids to which the notification to be sent.
1431
-
- **ibmensmsto*** (_Array of string_) - Array of SMS numbers to which the notification to be sent.
1432
-
- **ibmensmstext*** (_string_) - SMS text to be sent.
1433
-
- **ibmenslackto*** (_Array of string_) - Array of Slack channel/member ids to which the notification to be sent.
1434
-
- **ibmentemplates*** (_Array of string_) - Array of template IDs that needs to be applied while sending notification for custom domain email and slack destination.
1429
+
- **ibmenhtmlbody** (_string_) - The html body of notification for email.
1430
+
- **ibmenmailto** (_Array of string_) - Array of email ids to which the notification to be sent.
1431
+
- **ibmensmsto** (_Array of string_) - Array of SMS numbers to which the notification to be sent.
1432
+
- **ibmensmstext** (_string_) - SMS text to be sent.
1433
+
- **ibmenslackto** (_Array of string_) - Array of Slack channel/member ids to which the notification to be sent.
1434
+
- **ibmentemplates** (_Array of string_) - Array of template IDs that needs to be applied while sending notification for custom domain email and slack destination.
1435
+
- **ibmenmarkdown** (_string_) - The markdown content of pretty formatting.
1435
1436
1436
1437
Note: variable with * represents the mandatory attribute.
'"Hi ,<br/>Certificate expiring in 90 days.<br/><br/>Please login to <a href="https: //cloud.ibm.com/security-compliance/dashboard">Security and Complaince dashboard</a> to find more information<br/>"';
'"Hi ,<br/>Certificate expiring in 90 days.<br/><br/>Please login to <a href="https: //cloud.ibm.com/security-compliance/dashboard">Security and Complaince dashboard</a> to find more information<br/>"';
0 commit comments