post
https://hub.xyte.io/core/v1/organization/edges/devices/start_ping
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Starts an asynchronous ping to verify connectivity with a device at the given IP / Hostname address via an Edge . Poll Get Ping Status to retrieve the result once the ping completes.
This can be used to check if a device is reachable from the Edge.
Authorization
This endpoint requires Authorization.
Request Body
| 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 to ping. | Yes |
{
"proxy_id": "proxy-uuid",
"device_ip": "192.168.1.100"
}Response
204 No Content — The ping has been initiated. No response body is returned. Use Get Ping Status to poll for the result.
Errors
| Status | Description |
|---|---|
| 401 | Missing or invalid Authorization header. |
| 422 | Invalid device_ip or the proxy could not be reached. |
200