---
title: "Receive heartbeats from nodes"
method: POST
path: "/heartbeat"
tags: ["heartbeat"]
---

# Receive heartbeats from nodes

`POST /heartbeat`

## Request body

- HeartbeatRequest
  - `product` string
  - `groupId` string
  - `nodeId` string
  - `interval` integer
  - `mgtApiUrl` string

## Response `200`

Receive node heartbeats

- Ack
  - `status` string
  - `message` string

## Other responses

- `default` — Unexpected error

## Changes

- **2024-04-15** `58b25ec04b6c` — 1 warning
  - removed the request property `changeNotification`
- **2022-03-21** `2345ccbdc6c4` — 1 info
  - added the new optional request property `changeNotification/stateChangedArtifacts`
- **2021-02-17** `c17321038db8` — 1 info
  - added the optional property `message` to the response with the `200` status
- **2021-02-15** `e54cd8a3e400` — 1 breaking, 3 info
  - the response's body type changed from no type to `object` for status `default`
  - added the media type `application/json` to the request body
  - added the optional property `code` to the response with the `default` status
  - added the optional property `message` to the response with the `default` status
- **2021-02-15** `4c069bd0d746` — 2 breaking, 2 warning
  - removed the media type `application/json` from the request body
  - the response's body type changed from `object` to no type for status `default`
  - removed the optional property `code` from the response with the `default` status
  - removed the optional property `message` from the response with the `default` status

[Full history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/heartbeat/post.md)

---

[API](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard.md) · [All operations](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/cluster-aware-mi-dashboard/revisions/1d5e9cc062de/schema)
