Bluemix 上是否有用于 Watson IBM IoT 服务的 CLI?

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

我在 Bluemix 中使用 IBM Watson IoT 服务,我想知道是否有此服务的 CLI。 比如我想创建多种类型的终端,快速添加设备。

谢谢。

您可以使用 bulk/devices 操作以编程方式注册设备。 https://docs.internetofthings.ibmcloud.com/swagger/v0002.html#!/Bulk_Operations/post_bulk_devices_add

此外,此 recipe 描述了如何注册多个物联网设备。

以下是一些可能有用的其他链接。
本秘籍详细介绍了如何在 Watson IoT Platform 中注册设备 - https://developer.ibm.com/recipes/tutorials/how-to-register-devices-in-ibm-iot-foundation/

此 Java 示例展示了如何批量处理 addition/deletion - https://github.com/ibm-messaging/iot-platform-apiv2-samples/blob/master/java/api-samples-v2/README.md