Data Source: oci_wlms_managed_instance_scan_results
This data source provides the list of Managed Instance Scan Results in Oracle Cloud Infrastructure Wlms service.
Gets all the scan results for all WebLogic servers in the managed instance.
Example Usage
data "oci_wlms_managed_instance_scan_results" "test_managed_instance_scan_results" {
#Required
managed_instance_id = oci_wlms_managed_instance.test_managed_instance.id
#Optional
server_name = var.managed_instance_scan_result_server_name
wls_domain_id = oci_wlms_wls_domain.test_wls_domain.id
}
Argument Reference
The following arguments are supported:
managed_instance_id
- (Required) The OCID of the instance.server_name
- (Optional) The name of the server.wls_domain_id
- (Optional) The OCID of the WebLogic domain.
Attributes Reference
The following attributes are exported:
scan_result_collection
- The list of scan_result_collection.
ManagedInstanceScanResult Reference
The following attributes are exported:
items
- List of scan results.server_check_name
- The name of the check performed.server_check_result
- The result of the server check.server_check_result_id
- The identifier of the the server check result.server_check_status
- The status of the server check which is OK, FAILURE, or WARNING.server_name
- The name of the WebLogic server to which the server check belongs.time_of_server_check
- The date when the WebLogic server health check is performed (in RFC 3339 format). Example:2016-08-25T21:10:29.600Z
wls_domain_id
- The OCID of the WebLogic domain.