v1

latestOpenAPI 3.0.0Apache 2.02026-07-17514076.9 KB
heartbeat

Receive heartbeats from nodes

post/heartbeat

Request body

productstring
groupIdstring
nodeIdstring
intervalinteger
mgtApiUrlstring

Example request

{
  "type": "mi",
  "groupId": "mi_dev",
  "nodeId": "node_01",
  "interval": 30,
  "mgtApiUrl": "https://10.100.0.64:9164/management/"
}

Response

Receive node heartbeats

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Successfully updated"
}