Post PING
Last updated
Last updated
The ping function sends a request to the specified IP address from the edge and returns the ping output along with its status. “ipAddress” The destination IP address to be pinged.“TTL” Time to Live, which defines the maximum number of network hops the ping request can take before being discarded, default value for "ttl" is 64.“timeout” The duration, in seconds, to wait for a response before timing out, maximum value for "timeout" is 5 sec and default value is 3 sec.“repetition” The number of ping requests sent to the target, maximum value for "repetition" is 10 and default value is 5.“dataSize” The size, in bytes, of the data included in each ping request, maximum dataSize is 1400 and default value is 64.
The IP address of the edge
Sample Request Body for PING API
"8.8.8.8"
2
64
5
64
sample response body