Send IPv4 ICMP

Send standard IPv4 ICMP echo requests and return the replies.

POST
https://api.example.com/v1/icmp/ipv4

If successful, this endpoint will return a 200 OK status.

Arguments

The following arguments are supported for this endpoint.

Name Type Default Value

options

Options to control the rate packets are send and timeouts

ICMP Options {}

requests Required

An array of ICMP requests to send

IPv4 ICMP Request Array None

Potential Errors

The following errors may occur during this request.

Details HTTP status

invalid_host

A provided host could not be resolved to an IP address

400 Bad Request

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    responses: [ ICMP Response {
        type: ICMP Response Type
        time: Decimal
        source: String
    } ]
}