get
https://hub.xyte.io/core/v1/organization/edges/devices/get_ping_status
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Retrieves the connectivity status of a device at the given IP address, as determined by a ping previously started via Start Ping.
Authorization
This endpoint requires Authorization.
Query Parameters
| Key | Type | Description | Required |
|---|---|---|---|
| proxy_id | string | ID of the Edge through which the device is reachable. | Yes |
| device_ip | string | IP / Hostname address of the device that was pinged. | Yes |
Response
200 OK
| Key | Type | Description |
|---|---|---|
| status | string | Connectivity status of the device: pending/ success/ failed |
{
"status": "online"
}Errors
| Status | Description |
|---|---|
| 401 | Missing or invalid Authorization header. |
| 422 | device_ip not found or a ping has not been initiated for it. |
200