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.
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.
您可以使用批量/设备操作以编程方式注册设备。 https://docs.internetofthings.ibmcloud.com/swagger/v0002.html#!/Bulk_Operations/post_bulk_devices_add
此外,这个秘籍还描述了如何注册多个 IoT 设备。
以下是一些可能有用的其他链接。
这个秘籍详细讨论了如何在 Watson IoT Platform 中注册设备 - https://developer.ibm.com/recipes/tutorials/how-to-register-devices-in-ibm-iot-foundation/
这个 Java 示例展示了如何进行批量添加/删除 - https://github.com/ibm-messaging/iot-platform-apiv2-samples/blob/master/java/api-samples-v2/README.md