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 name of 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 view details for a result, expand it.

    Filtering List Results

    Use filters to limit the results in the list. Perform one of the following actions depending on the options that you see:

    • From the Search and Filter box above the list table, select one or more filters and specify the values that you want to use to narrow the list. In general, the filters correspond to the columns shown in the list table, although some filters represent attributes that aren't shown in the table. The Compartment filter is always displayed next to Applied filters.
    • On the left side of the list page, select a value from one of the available filters, such as compartment, state, or tags.

    Change the order of the items in the list table by using the sort icons next to the column names.

    For information about searching for resources and managing the columns in the list table, if those features are available, see Listing Resources.

  • 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. On the Health checks list page, select the name of 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. 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.