Simple function to detect the presence of the device on the network. Typically, only used for system setup validation and testing.
Request
GET: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/ping.json
Response
{"ping":true}
If you want to try this from a Terminal session, you can use the curl command:
curl "https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/latest/ping.json"