問題の解決
クラウド・ガードによって検出された特定の問題の処理方法を決定したら、解決を実装し、問題を解決済としてマークして終了できます。
CLIコマンドのフラグおよび変数オプションの完全なリストは、コマンドライン・リファレンスを参照してください。
問題
oci cloud-guard problem trigger-responderコマンドおよび必須パラメータを使用して、問題をレスポンダにプッシュします:
oci cloud-guard problem trigger-responder --problem-id <problem_ocid> --responder-rule-id <responder_rule_id> [OPTIONS]
問題のリストで一括ステータス更新を実行するには、oci cloud-guard problem update-bulk-problem-statusコマンドと必要なパラメータを使用します:
oci cloud-guard problem update-bulk-problem-status --problem-ids <problem_ocid_list> --status <action_taken> [OPTIONS]
oci cloud-guard problem update-problem-statusコマンドおよび必須パラメータを使用して、単一の問題のステータスを更新します:
oci cloud-guard problem update-problem-status --problem-id <problem_ocid> --status <action_taken> [OPTIONS]
レスポンダ実行
レスポンダ実行のリストの実行をスキップするには、oci cloud-guard responder-execution skip-bulkコマンドおよび必須パラメータを使用します:
oci cloud-guard responder-execution skip-bulk --responder-execution-ids <responder_execution_id_list> [OPTIONS]
oci cloud-guard responder-execution skipコマンドおよび必須パラメータを使用して、単一のレスポンダ実行の実行をスキップします:
oci cloud-guard responder-execution c --compartment-id, -c <compartment_ocid> --responder-execution-id <responder_execution_identifier> [OPTIONS]
CLIコマンドのパラメータおよび値のリストは、CLIコマンド・リファレンスを参照してください。
問題
TriggerResponder操作を実行して、問題をレスポンダにプッシュします。
UpdateBulkProblemStatus操作を実行して、問題のリストに対して一括ステータス更新を実行します。
UpdateProblemStatus操作を実行して、単一の問題のステータスを更新します。
レスポンダ実行
SkipBulkResponderExecution操作を実行して、レスポンダ実行のリストの実行をスキップします。
SkipResponderExecution操作を実行して、単一のレスポンダ実行の実行をスキップします。