Audit_Information

Audit Information

For more detailed information on getting audit information from devices, click on the ENGAGE - Audits document link to download the file..

To get audit information: @app.route('{{gatewayIP}}/edgeDevices/{{linkId}}/audits', methods=['POST'])

Example:

{
  "audits": [
    {
      "event": "04000000",
      "time": "20180925074640"
    },
    {
      "event": "0b000001",
      "time": "20180925074646"
    },
    {
      "event": "0b030021",
      "time": "20180925074650"
    },
    {
      "event": "0b010001",
      "time": "20180925074650"
    },
    {
      "event": "0b040001",
      "time": "20180925074651"
    },
    {
      "event": "0b060000",
      "time": "20180925074652"
    },
    {
      "event": "0b070000",
      "time": "20180925074653"
    },
    {
      "event": "09000000",
      "time": "20180925074653"
    },
    {
      "event": "09000002",
      "time": "20180925074653"
    }
  ],
  "nxtDbVerTS": "0x0000000000000000"
}