/api/space/opennms/acks/{ack-id}

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 acknowledgement by id.
GET /acks/{ack-id} Version 1

This API is used to retrieve information about acknowledgement based on id.

Sample Usage

GET /acks/{ack-id}


  • 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