IPA - the Internet Protocol for Alarm Management

ACK

Acknowledgement to a received message.

The server responds with an Ack message, copying the Id attribute of the request that it pertains to. The Result attribute contains a result code, and the tag contents may contain the result as plain text. The result codes are inspired by HTTP codes, where 200 means "OK" and 404 means "Not found". A detailed list of IPA result codes can be found in an appendix.

Attributes

Attribute

Description Mandatory
Id Id as provided in the original request Yes
Result Status code Yes

Tag Contents

English plain text description, or empty.

Example

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