Viewing and Understanding the Security Score
The security score in Cloud Guard provides a rough estimate of how secure your system is.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Use the oci cloud-guard security-score-aggregation request-security-scores command and required parameters to get a page of
SecurityScoreAggregation
resources. These measure the number of resources examined across all regions and compare it with the number of problems detected for a compartment:oci cloud-guard security-score-aggregation request-security-scores --compartment-id, -c <compartment_ocid> [OPTIONS]
Use the oci cloud-guard security-score-aggregation request-security-score-summarized-trend command and required parameters to get a measure of the number of resources examined across all regions, compared with the number of problems detected, for a given time period:
oci cloud-guard security-score-aggregation request-security-score-summarized-trend --compartment-id, -c <compartment_ocid> [OPTIONS]
Run the RequestSecurityScores operation to to get a page of
SecurityScoreAggregation
resources. These measure the number of resources examined across all regions and compare it with the number of problems detected for a compartment.Run the RequestSecurityScoreSummarizedTrend operation to get a measure of the number of resources examined across all regions, compared with the number of problems detected, for a given time period.