Data Source: oci_jms_fleet_crypto_analysis_results
This data source provides the list of Fleet Crypto Analysis Results in Oracle Cloud Infrastructure Jms service.
Lists the results of a Crypto event analysis.
Example Usage
data "oci_jms_fleet_crypto_analysis_results" "test_fleet_crypto_analysis_results" {
	#Required
	fleet_id = oci_jms_fleet.test_fleet.id
	#Optional
	aggregation_mode = var.fleet_crypto_analysis_result_aggregation_mode
	finding_count = var.fleet_crypto_analysis_result_finding_count
	finding_count_greater_than = var.fleet_crypto_analysis_result_finding_count_greater_than
	host_name = var.fleet_crypto_analysis_result_host_name
	managed_instance_id = var.fleet_crypto_analysis_result_managed_instance_ocid
	non_compliant_finding_count = var.fleet_crypto_analysis_result_non_compliant_finding_count
	non_compliant_finding_count_greater_than = var.fleet_crypto_analysis_result_non_compliant_finding_count_greater_than
	time_end = var.fleet_crypto_analysis_result_time_end
	time_start = var.fleet_crypto_analysis_result_time_start
}
Argument Reference
The following arguments are supported:
- aggregation_mode- (Optional) The aggregation mode of the crypto event analysis result.
- finding_count- (Optional) FindingCount of CryptoAnalysis Report.
- finding_count_greater_than- (Optional) FindingCount of CryptoAnalysis Report.
- fleet_id- (Required) The OCID of the Fleet.
- host_name- (Optional) The host OCID of the managed instance.
- managed_instance_id- (Optional) The Fleet-unique identifier of the related managed instance.
- non_compliant_finding_count- (Optional) Non Compliant Finding Count of CryptoAnalysis Report.
- non_compliant_finding_count_greater_than- (Optional) Non Compliant Finding Count of CryptoAnalysis Report.
- time_end- (Optional) The end of the time period during which resources are searched (formatted according to RFC3339).
- time_start- (Optional) The start of the time period during which resources are searched (formatted according to RFC3339).
Attributes Reference
The following attributes are exported:
- crypto_analysis_result_collection- The list of crypto_analysis_result_collection.
FleetCryptoAnalysisResult Reference
The following attributes are exported:
- aggregation_mode- The result aggregation mode
- bucket- The Object Storage bucket name of this analysis result.
- crypto_roadmap_version- The Crypto Roadmap version used to perform the analysis.
- finding_count- Total number of findings with the analysis.
- fleet_id- The fleet OCID.
- host_name- The hostname of the managed instance.
- id- The OCID to identify this analysis results.
- managed_instance_id- The managed instance OCID.
- namespace- The Object Storage namespace of this analysis result.
- non_compliant_finding_count- Total number of non-compliant findings with the analysis. A non-compliant finding means the application won’t work properly with the changes introduced by the Crypto Roadmap version used by the analysis.
- object- The Object Storage object name of this analysis result.
- summarized_event_count- Total number of summarized events. Summarized events are deduplicated events of interest.
- time_created- The time the result is compiled.
- time_finished- The time the JFR recording has finished.
- time_first_event- Time of the first event in the analysis.
- time_last_event- Time of the last event in the analysis.
- time_started- The time the JFR recording has started.
- total_event_count- Total number of events in the analysis.
- work_request_id- The OCID of the work request to start the analysis.