heartbeat
Receive heartbeats from nodes
post/heartbeat
Request body
Example request
{
"type": "mi",
"groupId": "mi_dev",
"nodeId": "node_01",
"interval": 30,
"mgtApiUrl": "https://10.100.0.64:9164/management/"
}Response
Receive node heartbeats
Example response
{
"status": "success",
"message": "Successfully updated"
}