OCIターゲットのリストとその詳細の取得
クラウド・ガードの既存のOCIおよびセキュリティ・ゾーン・ターゲットをリストし、リソースの監視に使用されるディテクタおよびレスポンダ・レシピを表示します。
CLIコマンドのフラグおよび変数オプションの完全なリストは、コマンドライン・リファレンスを参照してください。
ターゲット
特定のターゲットを取得するには、oci cloud-guard target getコマンドおよび必須パラメータを使用します:
oci cloud-guard target get --target-id <target_ocid> [OPTIONS]
コンパートメント内のターゲットをリストするには、oci cloud-guard target listコマンドおよび必須パラメータを使用します:
oci cloud-guard target list --compartment-id, -c <compartment_ocid> [OPTIONS]
ターゲット・ディテクタ・レシピ
ターゲットの特定のディテクタ・レシピを取得するには、oci target-detector-recipe getコマンドと必要なパラメータを使用します:
oci cloud-guard target-detector-recipe get --target-detector-recipe-id <target_detector_recipe_ocid> --target-id <target_ocid> [OPTIONS]
ターゲットのディテクタ・レシピをリストするには、oci cloud-guard target-detector-recipe listコマンドと必要なパラメータを使用します:
oci cloud-guard target-detector-recipe list --compartment-id, -c <compartment_ocid> --target-id <target_ocid> [OPTIONS]
ターゲット・ディテクタ・レシピ・ルール
ターゲットにアタッチされているディテクタ・レシピで、指定されたディテクタ・ルールを取得するには、oci target-detector-recipe-detector-rule getコマンドおよび必須パラメータを使用します:
oci cloud-guard target-detector-recipe-detector-rule get --detector-rule-id <detector_rule_id> --target-detector-recipe-id <recipe_ocid> --target-id <target_ocid> [OPTIONS]
ターゲットにアタッチされているディテクタ・レシピのディテクタ・ルールをリストするには、oci target-detector-recipe-detector-rule listコマンドと必要なパラメータを使用します:
oci cloud-guard target-detector-recipe-detector-rule list --compartment-id, -c <compartment_ocid> --target-detector-recipe-id <detector_recipe_ocid> --target-id <target_ocid> [OPTIONS]
ターゲット・レスポンダ・レシピ
ターゲットにアタッチされているレスポンダ・レシピを取得するには、oci target-responder-recipe getコマンドおよび必須パラメータを使用します:
oci cloud-guard target-responder-recipe get --target-id <target_ocid> --target-responder-recipe-id <responder_recipe_ocid> [OPTIONS]
ターゲットにアタッチされているレスポンダ・レシピをリストするには、oci target-responder-recipe listコマンドと必須パラメータを使用します:
oci cloud-guard target-responder-recipe list --compartment-id, -c <compartment_ocid> --target-id <target_ocid> [OPTIONS]
ターゲット・レスポンダ・レシピ・ルール
ターゲットにアタッチされているレスポンダ・レシピで、指定されたレスポンダ・ルールを取得するには、target-responder-recipe-responder-rule getコマンドおよび必須パラメータを使用します:
oci cloud-guard target-responder-recipe-responder-rule get --responder-rule-id <responder_rule_id> --target-id <target_ocid> --target-responder-recipe-id <responder_recipe_ocid> [OPTIONS]
ターゲットにアタッチされているレスポンダ・レシピのレスポンダ・ルールをリストするには、target-responder-recipe-responder-rule listコマンドと必須パラメータを使用します:
oci cloud-guard target-responder-recipe-responder-rule list --compartment-id, -c <compartment_ocid> --target-id <target_ocid> --target-responder-recipe-id <responder_recipe_ocid> [OPTIONS]
ターゲット
GetTarget操作を実行してターゲットを取得します。
ListTargets操作を実行してターゲットをリストします。
ターゲット・ディテクタ・レシピ
GetTargetDetectorRecipe操作を実行して、ターゲットにアタッチされている特定のディテクタ・レシピを取得します。
ListTargetDetectorRecipes操作を実行して、ターゲットにアタッチされているすべてのディテクタ・レシピをリストします。
ターゲット・ディテクタ・レシピ・ルール
GetTargetDetectorRecipeDetectorRule操作を実行して、ターゲットにアタッチされているディテクタ・レシピから特定のルールを取得します。
ListTargetDetectorRecipeDetectorRules操作を実行して、ターゲットにアタッチされているディテクタ・レシピのすべてのディテクタ・ルールをリストします。
ターゲット・レスポンダ・レシピ
GetTargetResponderRecipe操作を実行して、ターゲットにアタッチされている特定のレスポンダ・レシピを取得します。
ListTargetResponderRecipes操作を実行して、ターゲットにアタッチされているすべてのレスポンダ・レシピをリストします。
ターゲット・レスポンダ・レシピ・ルール
GetTargetResponderRecipeResponderRule操作を実行して、ターゲットにアタッチされているレスポンダ・レシピから特定のレスポンダ・ルールを取得します。
ListTargetResponderRecipeResponderRules操作を実行して、ターゲットにアタッチされているレスポンダ・レシピのすべてのレスポンダ・ルールをリストします。
次の手順
- ターゲットを作成するには、OCIターゲットの作成を参照してください。
- 既存のターゲットを編集するには、「OCIターゲットおよびそのアタッチされたレシピの編集」を参照してください。
- ターゲットを削除するには、OCIターゲットの削除を参照してください。