Notification repeat interval

Description

Set notification repeating interval


Parameters

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).

Response: Status and message.


Errors

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.


Example

URL JSON: https://api.cloudns.net/monitoring/set-notifications-repeat.json
Domain POST/GET: auth-id=0&auth-password=password&id=0000&notifications_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&notifications_repeat_interval=7200


Last modified: 2026-02-24
We value your privacy! We use cookies to enhance your browsing experience, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies. Cookie Policy.