8.2.34 /api/v1/eventack

The sat-nms event database provides a "not yet acknowledged" flag with each event in the database. This flag is initially set for all faults. This API endpoint gives access to the "acknowledge" function which clears this flag for a single event or for all events which have the flag set.

To acknowledge on or all events, the front end has to send an EventAck document with a POST call to this API end point. The EventAck document defines if all events or a particular one shall be acknowledged.

Supported HTTP methods: POST, HEAD, OPTIONS

POST /api/v1/eventack

Expects an EventAck document which defines if all events or a particular one shall be acknowledged.

Parameters: none

Expected Payload: The EventAck document which defines if all events or a particular one shall be acknowledged.

Replied Payload: none, except for errors.

Return Codes:

Code Description
204 OK, the request has been processed. Do data is returned. There is no error checking, acknowledging a non-existing event or an event which does not require acknowledging is not treated as a fault.
500 The event database does not reply (internal error). In this case an ApiError document is returned, describing details of the error.
401 not logged in. In this case an ApiError document is returned, describing details of the error.