Devices
Ping
Ping a device to check connectivity.
post/devices/{device_id}/ping
Path parameters
device_idstring required
Example:dvc_123
The unique identifier of the device.
Request body
Example request
{
"timeout_nanos": 1000000000
}Response
Successfully pinged the device.
Example response
{
"code": "success",
"round_trip_nanos": 1000000000
}