» Data Source: oci_health_checks_ping_monitor

This data source provides details about a specific Ping Monitor resource in Oracle Cloud Infrastructure Health Checks service.

Gets the configuration for the specified ping monitor.

» Example Usage

data "oci_health_checks_ping_monitor" "test_ping_monitor" {
    #Required
    monitor_id = "${oci_health_checks_monitor.test_monitor.id}"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

The following attributes are exported:

  • compartment_id - The OCID of the compartment.
  • defined_tags - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
  • display_name - A user-friendly and mutable name suitable for display in a user interface.
  • freeform_tags - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
  • id - The OCID of the resource.
  • interval_in_seconds - The monitor interval in seconds. Valid values: 10, 30, and 60.
  • is_enabled - Enables or disables the monitor. Set to 'true' to launch monitoring.
  • port - The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol.
  • protocol - The protocols for ping probes.
  • results_url - A URL for fetching the probe results.
  • targets - An array of A target hostname or IP address of the probe.
  • timeout_in_seconds - The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to intervalInSeconds for monitors.
  • vantage_point_names - An array of The name of a vantage point from which to execute the probe.