ping
Use the interface to detect whether the device is accessible without login.
This function is used to ensure that the device has restarted completely after firmware update, reset all settings or change IP address.
Request Mode
GET/POST /api/ping
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |