/api/space/opennms/acks

Acknowledgements in OpenNMS APIs allow you to monitor your network and performance. Acknowledgements are transmission messages that indicate that the information sent is received successfully without any errors.

The following operations are supported on this resource:

  • GET - Get list of acknowledgements.
GET /acks Version 1

This API is used to retrieve information about all the acknowledgements.

Sample Usage

GET /acks


  • Accept Headers:
    application/vnd.net.juniper.space.opennms+xml;version=1

  • Sample Output XML:

    <ack>
       <ackAction>ESCALATE</ackAction>
       <ackTime>2017-02-04T18:29:17.363Z</ackTime>
       <ackType>ALARM</ackType>
       <ackUser>super</ackUser>
       <id>587</id>
       <refId>412</refId>
    </ack>

  • Access Control

    The following capabilities are required to access this API: cap_fmpm_Alarm