介绍
The IoT Platform API supports the following functionality for applications:
- View organization details.
- Bulk device operations (list all, add, remove).
- Device type operations (list all, create, delete, view details, update).
- Device operations (list devices, add, remove, view details, update, view location, view management information).
- Device diagnostic operations (clear log, retrieve logs, add log information, delete logs, get specific log, clear error codes, get device error codes, add an error code).
- Connection problem determination (list device connection log events).
- Historical event retrieval (view events from all devices, view events from a device type, view events for a specific device).
- Device management request operations (list device management requests, initiate a request, clear request status, get details of a request, get list of request statuses for each affected device, get request status for a specific device).
- Usage management (retrieve number of active devices over a period of time, retrieve amount of storage used by historical event data, retrieve total amount of data used).
- Publish events on behalf of devices (beta)
- Service status queries (retrieve service statuses for an organization).
API列表
https://docs.internetofthings.ibmcloud.com/swagger/v0002.html#/
虽然提供了events和commands的支持,但是commands并没有提供response的支持,或者加上command-response为新的command。
参考
https://docs.internetofthings.ibmcloud.com/applications/api.html
IBM WATSON IOT笔记
原文:http://www.cnblogs.com/flexbj/p/5389210.html