web
Credits: 0.000001
Ping an IP address
addressstring
address to ping
latencystring
average latency e.g 10ms
statusstring
response status
Request
Response
{
"status": "OK"
}
Credits: 0.000001
Ping a TCP port is open
addressstring
address to dial
datastring
optional data to send
datastring
response data if any
statusstring
response status
Request
Response
{
"status": "OK"
}
Credits: 0.000001
Ping a HTTP URL
addressstring
address to use
methodstring
method of the call
codenumber
the response code
statusstring
the response status
Request
Response
{
"status": "200 OK",
"code": 200
}