Skip to main content
POST
/
v1
/
edge
/
cloud-heartbeat
Heartbeat for an already-registered cloud edge
curl --request POST \
  --url http://0.0.0.0:3000/v1/edge/cloud-heartbeat \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "hostname": "<string>"
}
'
{
  "error": "unauthorized"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
hostname
string
required

Response

Heartbeat accepted