Cloud Connectivity
Simulation of cloud connectivity
- Container Management starts and subscribes to
edge/thing/response - Cloud Connector starts and publishes the following message to
edge/thing/responseas soon as the connection is online:
{
"deviceId":"<namespace>:<gatewayId>:<deviceId>",
"tenantId":"<tenantId>"
}
namespaceisazure.edgefor Kanto’s Azure Cloud ConnectorgatewayIdindicates the hostname of the Azure IoT HubdeviceIdis the identifier for the device, this can either be part of the Azure Connection String or part of the device authentication certificate (CN)tenantIdis a configuration setting in the cloud connector
Note: You can simulate the cloud connector trigger by issueing the MQTT message manually on command line:
mosquitto_pub -t 'edge/thing/response' -m '{"deviceId":"dummy-namespace:dummy-gateway:dummy-device-id","tenantId":"dummy-tenant-id"}'
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.