/config/push/interval

The interval in seconds between push updates. A value of 60, for example, would cause the push service to attempt to send data to the remote web server once a minute.

Get /config/push/interval

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/push/interval
Request samples
Response samples
application/json
{
  • "result": 60,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/push/interval

SecurityApiKey
Request
Request Body schema: application/json
integer (configPushInterval) >= 1

The interval in seconds between push updates. A value of 60, for example, would cause the push service to attempt to send data to the remote web server once a minute.

Responses
200

Normal response.

401

Unauthorized response.

put/config/push/interval
Request samples
application/json
60
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/push/interval

SecurityApiKey
Request
Request Body schema: application/json
integer (configPushInterval) >= 1

The interval in seconds between push updates. A value of 60, for example, would cause the push service to attempt to send data to the remote web server once a minute.

Responses
200

Normal response.

401

Unauthorized response.

post/config/push/interval
Request samples
application/json
60
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/push/interval

Reset to 60.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/push/interval
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}