NotificationSetting
NotificationSetting
| Name | Description | Schema | Default |
|---|---|---|---|
| is_use_notification optional | Notification use state Example : True | any of [boolean, null] | True |
| notification_send_period optional | The notification frequency can be FIRST, DAILY, or NONE. Example : FIRST | any of [string, null] | FIRST |
| receivers optional | Threshold exceed notification recipient email list. Example : ['test_user1@test.com', 'test_user2@test.com'] | any of [array[string], null] | [’test_user1@test.com’, ’test_user2@test.com'] |
| thresholds optional | Thresholds for receiving threshold exceed notification email: 70/80/90/100. Example : [80] | any of [array[integer], null] | [80] |