Endpoint Configuration (1.0.0)

Download OpenAPI specification:Download

Endpoint Configuration

Array
name
required
string

Endpoint name

description
string

Endpoint description

type
required
string
Enum: "MQTT" "HTTP-POST" "AWS" "AZURE" "KEYBOARD-EMULATION"

Endpoint type

required
MQTT (object) or HTTP Post (object) or AWS (object) or AZURE (object) or KEYBOARD-EMULATION (object)
object
{
  • "name": "AWS #1",
  • "description": "AWS Dev Zebra",
  • "type": "AWS",
  • "configuration": {
    }
}

Interface to Endpoint Mapping

required
object

control interface to endpoint mapping

data
required
Array of strings [ 0 .. 2 ] items

Endpoint Configuration tobe used for Tag Data Events Interface

event
required
Array of strings

Endpoint Configuration tobe used for Management Events Interface

required
object

management interface to endpoint mapping

{
  • "control": {
    },
  • "data": [
    ],
  • "event": [
    ],
  • "management": {
    }
}