Viewing Security Lists
On Private Cloud Appliance, you can view security lists that are associated with a VCN.
- 
In the Compute Web UI navigation menu, select Networking, then select Virtual Cloud Networks. 
- At the top of the page, select the compartment that contains the VCN in which you want to create a subnet.
- 
Select the name of the VCN for which you want to view security lists. The VCN details page is displayed. 
- 
Under Resources, select Security Lists. The list of security lists is displayed. 
- 
Select the name of the security list to view its ingress and egress rules. 
 
- 
- Use the oci network security-list list command and required parameters to list security lists. - If you specify both the VCN OCID and the compartment OCID arguments, all security lists that belong to the specified VCN and are in the specified compartment are listed. - oci network security-list list --compartment-id ocid1.compartment.unique_ID --vcn-id ocid1.vcn.unique_ID [OPTIONS]- For a complete list of CLI commands, flags, and options, see the Command Line Reference. 
- Use the ListSecurityLists operation to list security lists. - For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.