Ping test
1. API Description
This API is used to detect whether the device is accessible.
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 [ip]/api/ping
Administrator Rights | Logged-in |
---|---|
No | No |
2. Input Parameters
None
3. Output Parameters
Name | Type | Description |
---|---|---|
status | Int | Status code |
code | String | Status description |
4. Example
Detecting your device.
Input Example
None
Output Example
{
"status": 0,
"code": "Success"
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.