Bosch IoT Device Management

Get a free service plan

In case you have already booked an instance of Bosch IoT Device Management, you can skip this and continue with Register a device - create a digital twin called Hello World.

We assume you are now successfully logged in and see your Service Subscriptions https://accounts.bosch-iot-suite.com/subscriptions

  1. Click + New Subscription.

  2. Select Bosch IoT Device Management.

  3. Select a service plan, e.g. Free, set your Instance Name - this must be unique - and click Subscribe.

  4. Confirm the cost summary page by clicking Subscribe again.

    Free service instances are free of charge, but for evaluation purposes only and, therefore, cannot be upgraded to a paid plan at a later moment.

    To subscribe to a paid service plan, please start the subscription process via the AWS Marketplace.
    To do so, follow the links given at the sections of the payed plans.
    https://bosch-iot-suite.com/service/device-management/#serviceplans

  5. The Status will be Provisioning while the service subscription is being created.

    If the Status is not Active after some seconds, click the Refresh button.

You now have successfully subscribed to our service and have created your own instance.

To have a look at the access credentials of your instance, click ... Show Credentials.
The following example outlines the structure of the credentials.

{
"things" : {
"endpoint_http" : "https://things.eu-1.bosch-iot-suite.com",
"more":"details"
},
"provisioning_endpoint" : "https://deviceprovisioning.eu-1.bosch-iot-suite.com/api/1/<your_service_instance_id>",
"service_instance_id" : "xxx",
"hub" : {
"tenant_id" : "xxx",
"more":"details"
},
...
}

You will need the credentials whenever you want to address the single services included in this subscription by their own API.

Copy the binding credentials or at least the service instance ID to your local machine, as you will need them later on.