OCIターゲットおよびそのアタッチされたレシピの編集
OCIまたはクラウド・ガードのセキュリティ・ゾーン・ターゲットに追加されたディテクタおよびレスポンダ・レシピを変更できます。
CLIコマンドのフラグおよび変数オプションの完全なリストは、コマンドライン・リファレンスを参照してください。
ターゲット
ターゲットを更新するには、oci cloud-guard target updateコマンドと必要なパラメータを使用します:
oci cloud-guard target update --target-id <target_ocid> [OPTIONS]
ターゲット・ディテクタ・レシピ
ディテクタ・レシピをターゲットにアタッチして、ターゲット・ディテクタ・レシピを作成するには、oci cloud-guard target-detector-recipe createコマンドと必要なパラメータを使用します:
oci cloud-guard target-detector-recipe create --detector-recipe-id <detector_recipe_identifier> --target-id <target_ocid> [OPTIONS]
ターゲット・ディテクタ・レシピをターゲットからデタッチして削除するには、oci cloud-guard target-detector-recipe deleteコマンドと必要なパラメータを使用します:
oci cloud-guard target-detector-recipe delete --target-detector-recipe-id <detector_recipe_ocid> --target-id <target_ocid> [OPTIONS]
ターゲット・ディテクタ・レシピを更新するには、oci cloud-guard target-detector-recipe updateコマンドと必要なパラメータを使用します:
oci cloud-guard target-detector-recipe update --target-detector-recipe-id <detector_recipe_ocid> --target-id <target_ocid> [OPTIONS]
ターゲット・レスポンダ・レシピ
ターゲットにレスポンダ・レシピをアタッチして、ターゲット・レスポンダ・レシピを作成するには、oci cloud-guard target-responder-recipe createコマンドと必要なパラメータを使用します:
oci cloud-guard target-responder-recipe create --responder-recipe-id responder_recipe_id --target-id <target_ocid> [OPTIONS]
ターゲットにアタッチされているターゲット・レスポンダ・レシピを削除するには、oci cloud-guard target-responder-recipe deleteコマンドと必要なパラメータを使用します:
oci cloud-guard target-responder-recipe delete --target-id <target_ocid> --target-responder-recipe-id <target_responder_recipe_ocid> [OPTIONS]
ターゲットにアタッチされているターゲット・レスポンダ・レシピを取得するには、oci cloud-guard target-responder-recipe getコマンドおよび必須パラメータを使用します:
oci cloud-guard target-responder-recipe get --target-id <target_ocid> --target-responder-recipe-id <target_responder_recipe_ocid> [OPTIONS]
ターゲットにアタッチされているターゲット・レスポンダ・レシピをリストするには、oci cloud-guard target-responder-recipe listコマンドおよび必須パラメータを使用します:
oci cloud-guard target-responder-recipe list --compartment-id, -c <compartment_ocid> --target-id <target_ocid> [OPTIONS]
ターゲット・レスポンダ・レシピをターゲットからデタッチして削除するには、oci cloud-guard target-responder-recipe updateコマンドと必要なパラメータを使用します:
oci cloud-guard target-responder-recipe update --responder-rules <valid_json> --target-id <target_ocid> --target-responder-recipe-id <target_responder_recipe_ocid> [OPTIONS]
ターゲット
UpdateTarget操作を実行してターゲットを更新します。
ターゲット・ディテクタ・レシピ
CreateTargetDetectorRecipe操作を実行して、ターゲットにディテクタ・レシピをアタッチすることで、ターゲット・ディテクタ・レシピを作成します。
DeleteTargetDetectorRecipe操作を実行して、ターゲット・ディテクタ・レシピをターゲットからデタッチして削除します。
UpdateTargetDetectorRecipe操作を実行して、ターゲットにアタッチされているターゲット・ディテクタ・レシピを更新します。
ターゲット・レスポンダ・レシピ
CreateTargetResponderRecipe操作を実行して、レスポンダ・レシピをターゲットにアタッチすることで、ターゲット・レスポンダ・レシピを作成します。
DeleteTargetResponderRecipe操作を実行して、ターゲット・レスポンダ・レシピをターゲットからデタッチして削除します。
GetTargetResponderRecipe操作を実行して、ターゲットにアタッチされているターゲット・レスポンダ・レシピを取得します。
ListTargetResponderRecipes操作を実行して、ターゲットにアタッチされているターゲット・レスポンダ・レシピをリストします。
UpdateTargetResponderRecipe操作を実行して、ターゲットにアタッチされているターゲット・レスポンダ・レシピを更新します。