Viewing Security Lists
On Compute Cloud@Customer, you can view security lists that are associated with a VCN.
-
In the Compute Cloud@Customer Console navigation menu, click Networking, then click Virtual Cloud Networks.
- At the top of the page, select the compartment that contains the VCN in which you want to create a subnet.
-
Click the name of the VCN for which you want to view security lists.
The VCN details page is displayed.
-
Under Resources, click Security Lists.
The list of security lists is displayed.
-
Click 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.