IPA - the Internet Protocol for Alarm Management

HEARTBEAT

In order to monitor the connection, a heartbeat signal can be sent by either end of the connection. By assigning the Id attribute, the other end will be required to respond with an acknowledgement message.

Attributes

Attribute

Description Mandatory
Id Id for identification of acknowledgement message No

Tag Contents

None.

Example

Request

<Heartbeat Id="123" />

Response

<Ack Id="123" Status="200">OK</Ack>

Example

Request

<Heartbeat />

Response

None