By choosing this option to create your service instance you will have a Bosch IoT Rollouts with full multi user capability managed by Bosch IoT Permissions. To see the features of Bosch IoT Permissions have a look at Permissions documentation.
Please be aware of the existence of a Quota according to your selected SERVICE_PLAN.
Go to your cf command line interface and enter the following command with your chosen parameter:
$ cf create-service rollouts "SERVICE_PLAN" INSTANCE_NAME -c "{\"imtenantid\":\"TENANT_ID\",\"imtenantname\":\"TENANT_NAME\"}"
Example:
$ cf create-service rollouts "Standard" myrolloutservice -c "{\"imtenantid\":\"123456-1234-1234-1234-abcdefg12345\",\"imtenantname\":\"TENANT123\"}"
After executing this command you should receive an OK and the Bosch IoT Rollouts instance should appear as a service instance in your space.
Next you can either bind an app to the created instance or create a CF service key.
Example app binding by CLI:
cf bind-service YOUR-APP myrolloutservice
Next, you have to login to your Bosch IoT Permissions and assign your user the roles which are delivered by Bosch Iot Rollouts. To see which roles are delivered have a look into the Security chapter. Finally, go to the Bosch IoT Rollouts service interface and login with your Bosch IoT Permissions credentials. Now you are ready to use Bosch IoT Rollouts.
Go to the Getting started with Rollouts Service Integration by creating an device simulator application to create a device simulator application that simulates targets.
Also have a look to the User Guides.