App Cloud APIs are used by mobile applications.
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/
https://docs.cognitivesystems.com/api/v1/
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/scenes
https://docs.cognitivesystems.com/api/v1/scenes
curl -i -X PUT \
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/scenes \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"scene_id": 1
}'
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/networks
https://docs.cognitivesystems.com/api/v1/networks
curl -i -X GET \
'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/networks?expand=string&page=1' \
-H 'Authorization: YOUR_API_KEY_HERE'
{ "data": [ { … } ] }
Set as empty string to specify mobile device. Can also use 'mobile' boolean field to do this.
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/leaf
https://docs.cognitivesystems.com/api/v1/leaf
curl -i -X PUT \
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/leaf \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"friendly_name": "string",
"location": "string",
"mac_address": "string",
"network_id": 0,
"auto": "1",
"mobile": true
}'