Create an Application List

Create a list of applications you can use to build rules in a firewall policy.

Create application lists to allow or deny traffic to a group of applications. You can have a maximum of 2,500 application lists in a firewall policy. Each application list can contain a maximum of 200 applications.

To import multiple application lists using a .json file, see Import Firewall Policy Components.

    1. Open the navigation menu, and select Identity & Security. Under Firewalls, select Network Firewall policies.
    2. Select that compartment that contains the policy that you want to create the application list in.
    3. Select the policy.
    4. On the details page, select the Applications tab, and then select Create application list from the Application lists table.
    5. Under Policy resources, select Application lists.
    6. Select Create application list. Avoid entering confidential information.
    7. Enter a name for the application list.
    8. (Optional) If you haven't created any applications to use in the list, select Create application. Follow the instructions in Create an Application to create some applications to use in the list. The applications you create are added to the policy and automatically selected in the application list.
    9. Select the Select applications button.
    10. In the Select applications list, select the checkboxes next to the applications you want to include in the application list. Then, select Save selection.
    11. (Optional) If you want to remove an application from the list, select its checkbox, select the Actions menu, and then select Remove from selected.
    12. Select Create application list.
  • Use the network-firewall application-group create command and required parameters to create an application list:

    oci network-firewall application-group create 
    --network-firewall-policy-id network firewall policy OCID --compartment-id compartment OCID
    --total-apps integer--apps '["application_1", "application_2"]'[OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the CreateApplicationGroup operation to create an application list.