Cloud#

Methods#

GET#

Returns the state of connectivity to the cloud remote management system.

GET /api/cloud

Returns a JSON object with the following attributes:

Attribute

Value Type

Description

connected

boolean

Whether or not the system is currently connected to the cloud

connecting

boolean

Whether or not the system is currently in the process of connecting to the cloud

POST#

Allows configuration of the parameters for connection to the cloud.

POST /api/cloud

Payload is a JSON object with the following attributes:

Attribute

Value Type

Description

action

string

Either set_device_key or clear_device_key

cloud_device_key

string

Only required for set_device_key - the string to set as the key.