Getting Details for a Security List

Get the details for a security list in a Virtual Cloud Network (VCN).

    1. Open the navigation menu, select Networking, and then select Virtual cloud networks.
    2. Click the name of the VCN you're interested in.
    3. Under Resources, click Security Lists.
    4. Click the security list you're interested in to view its details, including the ingress and egress security rules used. This could be the default security list for the VCN or another security list.
      Under Resources, you can click Ingress Rules or Egress Rules to switch between the different types of rules.
  • Use the network security-list get command and required parameters to get details for a security list:

    oci network security-list get --security-list-id securitylist-ocid ... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the GetSecurityList operation to get details for a security list.