Bosch IoT Device Management

Provisioning via Developer Console

Goal

By registering a device with our system you can benefit from all device-to-cloud and could-to-device communication patterns.

It will be registered with a unique ID, and in your context, thus you will be the only person who is able to see and manage it.

However, in case you will later have a team of developers who need access to your instances, check section Concepts > Auth for subscription management.

Procedure

Given, your entry point is the subscription list https://accounts.bosch-iot-suite.com/subscriptions, follow the link Go to Developer Console.

  1. Open the Provisioning view

  2. The first provisioning step is already selected.

  3. Thing ID will hold your namespace.

  4. The name can be set to hello-world-device-01.

  5. The device password can be any string.
    (Save it for later, as you will need it as soon you want to simulate the hello-world-device-01).

  6. Click Next to see how the request would look like.

  7. Submit with Send request.


images/confluence/download/attachments/1634787984/hello-world-register.png

images/confluence/download/attachments/1634787984/hello-world-register-submit.png


images/confluence/download/attachments/1634787984/hello-world-save.png


Result

Your device is now allowed to communicate to our system.

Save the result as a JSON file on your local machine. See number 8 on the screenshot.


Congratulations,

your hello-world-device-01 will be able to authenticate itself with the Authentication ID whenever calling our services.