Data Source: oci_apm_synthetics_result

This data source provides details about a specific Result resource in Oracle Cloud Infrastructure Apm Synthetics service.

Gets the results for a specific execution of a monitor identified by OCID. The results are in a HAR file, Screenshot, Console Log or Network details.

Example Usage

data "oci_apm_synthetics_result" "test_result" {
    #Required
    apm_domain_id = oci_apm_synthetics_apm_domain.test_apm_domain.id
    execution_time = var.result_execution_time
    monitor_id = oci_apm_synthetics_monitor.test_monitor.id
    result_content_type = var.result_result_content_type
    result_type = var.result_result_type
    vantage_point = var.result_vantage_point
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: