Listing Problems and Getting Their Details
View, sort, and filter the list of detected problems in Cloud Guard.
The way that you access the Problems page determines what problems are listed there:
- Directly: Open the navigation menu and click Identity & Security. Under Cloud Guard, click Alerts. On the Alerts page, click Problems. All problems are listed.
- Indirectly: Click an option on the Overview page or elsewhere, which automatically filters the problems list to display a subset of problems.
After you're on the Problems page, all the same options are available.
The Problems page displays the following information for each problem listed:
- Problem name: Text that identifies the problem.
- Risk level: The severity of the risk associated with the problem (Critical, High, Medium, Low, Minor).
For definitions of these severity levels, see Viewing Problems from the Problems Snapshot.
- Detector type: Activity, Configuration, or Threat.
- Resource: An identifier for the resource affected by the problem.
- Target: The target in which the problem was detected.
- Region: The region in which the problem was detected.
- Labels: Any labels associated with the problem.
- First detected: The date and time when the problem was first detected.
- Last Detected: The date and time when the problem was last detected.
To view and filter problems, follow these steps:
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Problems
Use the oci cloud-guard problem get command and required parameters to get a specific problem:
oci cloud-guard problem get --problem-id <problem_ocid> [OPTIONS]
Use the oci cloud-guard problem list command and required parameters to list all problems in a compartment:
oci cloud-guard problem list --compartment-id, -c <comparment_ocid> [OPTIONS]
Use the oci cloud-guard problem list-problem-entities command and required parameters to list all entities for a problem:
oci cloud-guard problem list-problem-entities --problem-id <problem_ocid> [OPTIONS]
Use the oci cloud-guard problem list-problem-histories command and required parameters to list all actions taken on a problem:
oci cloud-guard problem list-problem-histories --compartment-id, -c <comparment_ocid> --problem-id <problem_ocid> [OPTIONS]
Responder Executions
Use the oci cloud-guard responder-execution execute command and required parameters to execute a responder execution:
oci cloud-guard responder-execution execute --compartment-id, -c <comparment_ocid> -- responder-execution-id <responder_execution_identifier> [OPTIONS]
Use the oci cloud-guard responder-execution get command and required parameters to get a responder execution:
oci cloud-guard responder-execution get -- responder-execution-id <responder_execution_identifier> [OPTIONS]
Problems
Run the GetProblem operation to get a specific problem.
Run the ListProblems operation to list all problems in a compartment.
Run the ListProblemEntities operation to list all entities for a problem.
Run the ListProblemHistories operation to list all actions taken on a problem.
Responder Executions
Run the ExecuteResponderExecution operation to to execute a responder execution.
Run the GetResponderExecution operation to get a responder execution.