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/response
as soon as the connection is online:
{
"deviceId":"<namespace>:<gatewayId>:<deviceId>",
"tenantId":"<tenantId>"
}
namespace
isazure.edge
for Kanto’s Azure Cloud ConnectorgatewayId
indicates the hostname of the Azure IoT HubdeviceId
is the identifier for the device, this can either be part of the Azure Connection String or part of the device authentication certificate (CN)tenantId
is 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.