Start Ping

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

KeyTypeDescriptionRequired
proxy_idstringID of the Edge through which the device is reachable.Yes
device_ipstringIP / 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

StatusDescription
401Missing or invalid Authorization header.
422Invalid device_ip or the proxy could not be reached.
Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!