Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization slug
The server ID
The site ID
The heartbeat ID
Body
application/json
The name of the heartbeat.
Maximum length:
255
Example:
"My Heartbeat"
The duration (in minutes) after which a heartbeat is considered missing.
Available options:
1
, 2
, 5
, 10
The interval (in minutes) at which the client is expected to send a ping.
Available options:
1
, 5
, 10
, 30
, 60
, 1440
, 10080
, 312480
, -1
A cron expression representing the custom frequency at which the client is expected to send a ping, if the frequency is set to -1.
Example:
"* * * * *"
Response
HeartbeatResource