Set notification repeating interval
| Name | Data Type | Status | Description |
| auth-id or sub-auth-id or sub-auth-user | Integer | Required | Authentication parameter |
| auth-password | String | Required | Authentication parameter |
| id | Integer | Required | The ID of the monitoring check |
| notifications_repeat_interval | Integer | Required | Possible values are 0, 3600, 7200, 21600, 43200, 86400 (0 disables the option and is the default value). |
When the authenctication of API user is not correct, any API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
When the id is incorrect or missing, any API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid monitoring check."}
When the interval of the notification is incorrect or missing, any API request will fail with the following status and statusDescription:
{"status":"0","statusDescription":"Invalid period."}
Note: These are example errors in JSON format.
URL JSON: https://api.cloudns.net/monitoring/set-notifications-repeat.json
Domain POST/GET: auth-id=0&auth-password=password&id=0000¬ifications_repeat_interval=7200
URL XML: https://api.cloudns.net/monitoring/set-notifications-repeat.xml
Domain POST/GET: auth-id=0&auth-password=password&id=0000¬ifications_repeat_interval=7200