ClientRegistrationResponse
Response for /clients/registration. It provides a generated device ID and the certificates needed to connect the ETX Message Exchange.
ClientRegistrationResponse
Response for /clients/registration. It provides a generated device ID and the certificates needed to connect the ETX Message Exchange.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
DeviceID | string (uuid) | Yes | The generated ID (UUID v4) for the device. It can be used as: - the MQTT Client ID when connecting to the Message Exchange system - a parameter when asking for the connection endpoint - a parameter when finishing the device registration - a parameter when unregistering the device |
Certificate | object | Yes | Structure for the credentials required to connect to the ETX MQTT Message Exchange. |