Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a CLI for the Watson IBM IoT service on Bluemix?

I use the IBM Watson IoT service in Bluemix, and I would like to know if there is a CLI for this service. For example, I want to create many types of terminals and add devices quickly.

Thank you.

like image 584
Arthur Josselin Avatar asked Dec 07 '25 03:12

Arthur Josselin


1 Answers

You can programmatically register devices using bulk/devices operations. https://docs.internetofthings.ibmcloud.com/swagger/v0002.html#!/Bulk_Operations/post_bulk_devices_add

Also, this recipe describes how to register multiple IoT devices.

Here are some other links that may be helpful.
This recipe talks in detail about how to register a device in Watson IoT Platform - https://developer.ibm.com/recipes/tutorials/how-to-register-devices-in-ibm-iot-foundation/

This Java sample shows how one can do bulk addition/deletion - https://github.com/ibm-messaging/iot-platform-apiv2-samples/blob/master/java/api-samples-v2/README.md

like image 191
ValerieLampkin Avatar answered Dec 08 '25 17:12

ValerieLampkin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!