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. Open the navigation menu and click Observability & Management. Under Monitoring, click Health Checks.
    2. On the Health checks page, choose the compartment that contains the ping monitor that you want.
    3. Click the name of the ping monitor that you want.
      Tip

      To find a ping monitor by name, enter its name in the Search field.
      The past 90 days of results appear on the ping monitor details page, under Health check history.
    4. To filter results, fill in the fields under Filters. To select a time, click inside the date box.
      • Start date
      • End date
      • Targets
    5. To view details for a result, click 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.