REST reference

 

The ClearBlade IoT Core API has cloudiot, cloudiotdevice, and policy REST resources.

policy

policy methods facilitate managing roles and permissions.

cloudiot

cloudiot methods facilitate device manager tasks: creating and managing registries and devices, updating device configuration, and getting device state.

cloudiotdevice

cloudiotdevice methods facilitate device communication over the HTTP bridge. Use these methods to get device configuration, publish device telemetry, and set device state.

API documentation

The API reference documentation is organized by resource. Review the documentation for all resources when building clients and trying out commands.

API version

The ClearBlade IoT Core API’s current version is v1.

Version cloudiotdevice v1beta1 is deprecated.

MQTT broker

ClearBlade IoT Core also runs a managed broker that listens to mqtt.googleapis.com:8883 and mqtt.googleapis.com:443. This endpoint does not offer a REST API but supports standard MQTT operations. For more information, see the MQTT server and specification.