Listing Responder Rule Actions and Getting the Details
Monitor responder activity in Cloud Guard and take actions as needed.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Responder Rules
Use the oci cloud-guard responder-rule get command and required parameters to get a specific responder rule:
oci cloud-guard responder-rule get --responder-rule-id <responder_rule_id> [OPTIONS]
Use the oci cloud-guard responder-rule list command and required parameters to list all responder rules for a compartment:
oci cloud-guard responder-rule list --compartment-id, -c <compartment_ocid> [OPTIONS]
Responder Activities
Use the oci cloud-guard responder-activity-summary list-responder-activities command and required parameters to list responder activities for a specific problem:
oci cloud-guard responder-activity-summary list-responder-activities --problem-id <problem_ocid> [OPTIONS]
Responder Executions
Use the oci cloud-guard responder-execution-summary list-responder-executions command and required parameters to list all responder executions for a specific compartment:
oci cloud-guard responder-execution-summary list-responder-executions --compartment-id, -c <compartment_ocid> [OPTIONS]
Resource Types
Use the oci cloud-guard resource-type-summary list-resource-types command and required parameters to list all resource types for a specific compartment:
oci cloud-guard resource-type-summary list-resource-types --compartment-id, -c <compartment_ocid> [OPTIONS]
Responder Rules
Run the GetResponderRule operation to get a specific responder rule.
Run the ListResponderRules operation to list all responder rules for a compartment.
Responder Activities
Run the ListResponderActivities operation to list responder activities for a specific problem.
Responder Executions
Run the ListResponderExecutions operation to list all responder executions for a specific compartment.
Resource Types
Run the ListResourceTypes operation to list all resource types for a specific compartment.