Send standard IPv4 ICMP echo requests and return the replies.
If successful, this endpoint will return a 200 OK status.
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 |
The following errors may occur during this request.
| Details | HTTP status |
|---|---|
|
A provided host could not be resolved to an IP address |
400 Bad Request |
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 } ] }