Listing Results for a Ping Monitor

List results for a ping monitor in Health Checks.

Results are available a few moments after you create the monitor or on-demand probe. Each result includes the monitoring location (target), vantage points, endpoint availability, and test timestamp.

    1. On the Health checks list page, select the ping monitor that you want to work with. If you need help finding the list page or the ping monitor, see Listing Ping Monitors.
    2. On the ping monitor's details page, select Health check history
      The past 90 days of results are available.
    3. To filter results, fill in the fields under Filters. To select a time, select inside the date box.
      • Start date
      • End date
      • Targets
    4. To view details for a result, select the down arrow next to Timestamp.
  • Use the oci health-checks ping-probe-result list command and required parameters to list results for a ping monitor or on-demand probe:

    oci health-checks ping-probe-result list --probe-configuration-id <ping_monitor_or_probe_OCID>

    For a complete list of parameters and values for CLI commands, see the CLI for Health Checks.

  • Run the ListPingProbeResults operation to list results for a ping monitor or on-demand probe.

    Send an API Request to the Results URL

    1. Get details for the ping monitor.
    2. Find the results URL from the details.
      Example results URL for a ping monitor:
      "resultsUrl":"http://healthchecks.us-ashburn-1.oraclecloud.com/20180501/pingProbeResults/ocid1.pingmonitor.oc1..<uniqueid>"
    3. Send a signed API request to the results URL.
      The request must be signed to provide authentication information.