nsc egress policy list

List available egress policies.

egress policy list lists the egress policies configured for your workspace, showing which policies exist and how outbound network traffic from your instances is governed. Use it to see what's currently defined before creating a new policy, or to look up a policy's identifier before describing or updating it.

Usage

nsc egress policy list [-o <plain|json>]

Example

$ nsc egress policy list
NAME              DESCRIPTION
default           Allow all outbound traffic
restricted-net     Deny all except allow-listed destinations

As structured JSON:

$ nsc egress policy list -o json

Options

--output, -o <plain|json>

Output format. Supported values are plain and json. Defaults to plain.