DELETE_edgeDevices_{linkId}_database

DELETE /edgeDevices/{linkId}/database

This resource is used to selectively cancel an access control database change to a specified linked edge device that is currently either processing or in queue to be downloaded. For Gateway firmware version 1.49.24 and later, NDE firmware version 2.8.16 and later, LE firmware version 2.09.05 and later, and all RC firmware versions.

Notes

  1. None.

Authentication

Basic: Unique credentials defined and accepted during setup.

Request

URI parameters: <missing or is this 'None'?>

Type: path parameter

  • linkId = linked edge device identifier, as defined in the ENGAGE - JSON Data Structures document, section titled “Gateway Edge Device Link List”. For reader-controllers this is a constant dev00000.

Success Response(s)

HTTP status code: 200

The database download which was previously in progress has been canceled.

For ENGAGE Gateway Firmware version 1.50.08 only: The Gateway will report HTTP status code 200 if the database transfer has already been completed and processed by the edge device, or if no database transfer has been initiated yet.

Response parameters: <missing or is this 'None'?>

Type: application/json

  • none <what is this referencing?>

Error Response(s)

HTTP status code: 403

Database transfer cannot be canceled. Please see the following response options:

Response parameters: <missing or is this 'None'?>

Type: application/json

  • “Currently processing previous database”
  • “Database is not in progress”

 

For ENGAGE Gateway Firmware version 1.50.08 only:

HTTP status code: 503

The database download cannot be canceled because the edge device has received the database completely and is currently processing the database.

Response parameters: <missing or is this 'None'?>

Type: application/json

  • none <what is this referencing?>

 

Last Modified: October 15, 2019