Cloning a Managed List
Clone managed lists as needed in Cloud Guard to fine-tune the selection of managed lists available to use in your environment.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
To clone a managed list, first use the oci cloud-guard managed-list get command and required parameters to get the specific managed list that you want to clone:
oci cloud-guard managed-list get --managed-list-id <managed_list_ocid> [OPTIONS]
Then use the oci cloud-guard managed-list create command and required parameters to save that managed list, with a new name:
oci cloud-guard managed-list create --compartment-id, -c <compartment_ocid> --display-name <display_name_text> [OPTIONS]
To clone a managed list, first run the GetManagedList operation to get the specific managed list that you want to clone.
Then run the CreateManagedList operation to create a managed list. to save that managed list with a new name.
What's Next
To add more entries, or to delete or edit more existing entries, see Editing a Customer-Provided Managed List.