getProbe
inline suspend fun NetworkMonitorClient.getProbe(crossinline block: GetProbeRequest.Builder.() -> Unit): GetProbeResponse
Returns the details about a probe. This action requires both the monitorName
and probeId
parameters. Run ListMonitors
to get a list of monitor names. Run GetMonitor
to get a list of probes and probe IDs.