GET_edgeDevices_audits

GET /edgeDevices/audits

This resource behaves as GET /edgeDevices/{linkId}/audits with the notable exception that it retrieves the audits from all of the edge devices linked to the respective Gateway.

NOTES:

  1. This resource is only applicable to Gateway firmware versions 1.50.06 and later.
  2. This resource is not applicable to the reader-controller.

Authentication

Basic – unique credentials defined & accepted during setup.

Request

URI parameters: None

Success Response

HTTP status code 200

Response parameters:

Type: application/json

  • edgeDevices = parent tag, array containing ordered list of audits per edge device as follows:

    • linkId = definition in the ENGAGE - JSON Data Structures document, section title “Gateway Edge Device Link List”

    • audits = parent tag array, as defined in the ENGAGE - JSON Data Structures document

    • overwriteIndex = zero based index for the location of the “oldest” audit. This tag only appears after the Gateway has received more than 2000 audits from the edge device without the audits being requested from the IP Host

Example:

{"edgeDevices":[{"linkId":"dev00001","audits":[{"event":"0f040000","time":"20170315124158"}]},{"linkId":"dev00000",
"audits":[{"event":"0f000000","time":"20170315124113"},{"event":"0f040000","time":"20170315124205"}]}]}

 

Last Modified: October 14, 2019

Last Modified: <!--#echo var="LAST_MODIFIED"-->