Loading...
Please wait while we prepare your tools
Please wait while we prepare your tools
Check connectivity to a remote host/IP address using network echo ping handshakes.
| PARAMETER | TYPE | REQUIRED | DESCRIPTION |
|---|---|---|---|
| host | string | Yes | Domain name or IPv4 address of the target. |
| count | number | No | Number of ICMP packets to send.Default: 4 |
| timeout | number | No | Timeout in milliseconds.Default: 5000 |
Requests are limited to 100 queries per minute per IP address. Exceeding this triggers a 429 status response.
curl -X POST https://my-toolskit.com/api/ping \
-H "Content-Type: application/json" \
-d '{"host": "google.com", "count": 4}