Get Ping Status

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

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

KeyTypeDescriptionRequired
proxy_idstringID of the Edge through which the device is reachable.Yes
device_ipstringIP / Hostname address of the device that was pinged.Yes

Response

200 OK

KeyTypeDescription
statusstringConnectivity status of the device: pending/ success/ failed
{
  "status": "online"
}

Errors

StatusDescription
401Missing or invalid Authorization header.
422device_ip not found or a ping has not been initiated for it.
Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!