Setting Up Cloud Connect for RFID
24
Zebra Data Services
The reader is by default configured to send data to the Zebra Data Services. When configured to connect
to the ZDS the JSON object for Data interface is shown below.
"data": {
"event": {
"connections": [
{
"type": "mqtt-GCP",
"options": {
"endpoint": {
"hostName": "mqtt.googleapis.com",
"port": 443
},
"enableSecurity": true,
"security": {
"keyFormat": "PEM",
"keyAlgorithm": "RS256",
"CACertificateFileLocation":
"/readerconfig/ssl/certs/cloud-trusted-ca-certs.crt",
"publicKeyFileLocation": "/readerconfig/ssl/server.crt",
"privateKeyFileLocation": "/readerconfig/ssl/server.key"
},
"additional": {
"keepAlive": 60,
"cleanSession": true,
"debug": false,
"reconnectDelay": 1,
"reconnectDelayMax": 1,
"qos": 0,
"clientId":
"projects/es-s2-emc-d/locations/us-central1/registries/RFIDREADER-es-s2-emc-d/devices/FX9
600FCF36D"
},
"publishTopic": ["/devices/FX9600FCF36D/events/readEvents"],
"subscribeTopic": []
}
}
]
}
}