ClientRegistrationPendingResponse
Response for /clients/registration for pending state. It provides a device_id for user to finish registration with PUT API call
ClientRegistrationPendingResponse
Response for /clients/registration for pending state. It provides a device_id for user to finish registration with PUT API call
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 |
Message | string | Yes | The reason why the registration is in pending state |