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 Bulk Import Firewall Policy Components.

Important

Some names are reserved by Palo Alto Networks®. If you create a policy component with a reserved name, the process fails with an error. See Reserved Names.
    1. On the navigation menu, click Identity & Security. Under Firewalls, click Network Firewall Policies.
    2. Click the policy.
    3. Under Policy resources, click Application lists.
    4. Click Create application list.
    5. Enter a name for the application list.
    6. (Optional) If you haven't created any applications to use in the list, click 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.
    7. In the Available applications list, select the applications you want to include in the application list. Click Add to selected.
    8. (Optional) In the Selected applications list, select any applications you want to remove from the application list. Click Remove from selected.
    9. When you've included all the desired applications in the Selected applications list, click 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.