v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14125953.1 KB

Returns the details about a probe. This action requires both the <code>monitorName</code> and <code>probeId</code> parameters. Run <code>ListMonitors</code> to get a list of monitor names. Run <code>GetMonitor</code> to get a list of probes and probe IDs.

get/monitors/{monitorName}/probes/{probeId}

Path parameters

monitorNamestring required

The name of the monitor associated with the probe. Run <code>ListMonitors</code> to get a list of monitor names.

probeIdstring required

The ID of the probe to get information about. Run <code>GetMonitor</code> action to get a list of probes and probe IDs for the monitor.

Response

Success

probeIdstring

The ID of the probe for which details are returned.

probeArnstring

The ARN of the probe.

sourceArnstring required

The ARN of the probe.

destinationstring required

The destination IP address for the monitor. This must be either an IPv4 or IPv6 address.

destinationPortinteger

The port associated with the <code>destination</code>. This is required only if the <code>protocol</code> is <code>TCP</code> and must be a number between <code>1</code> and <code>65536</code>.

protocol'TCP' | 'ICMP' required

The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This must be either <code>TCP</code> or <code>ICMP</code>.

packetSizeinteger

The size of the packets sent between the source and destination. This must be a number between <code>56</code> and <code>8500</code>.

addressFamily'IPV4' | 'IPV6'

Indicates whether the IP address is <code>IPV4</code> or <code>IPV6</code>.

vpcIdstring

The ID of the source VPC or subnet.

state'PENDING' | 'ACTIVE' | 'INACTIVE' | 'ERROR' | 'DELETING' | 'DELETED'

The state of the probe.

createdAtstring date-time

The time and date that the probe was created.

modifiedAtstring date-time

The time and date that the probe was last modified.

tagsobject

The list of key-value pairs assigned to the probe.