POST_swordfish_lock_alert

POST /swordfish/lock/alert

Posts alerts from a device to the host server.

Authentication

Authentication as defined in Device (210 Mode) and MT20W Authentication section.

URI Parameters

  • None

Request

Body

  • Type: application/json

Schema:

{ "type":"object", "\$schema": "http://json-schema.org/draft-03/schema", "id":
"http://jsonschema.net", "required":false, "properties": { "name": {"description": "Name of the lock", 
"type":"string", "required":false }, "asyncEvent": { "Event": { "description": "Audit event data", 
"type":"string", "required":true }, "Timestamp": {"description":"Timestamp", "type": "string", 
"required":true } } } }

Example:**

{"asyncEvent":{"time":20140223070000,"event":21111111}}