nsc egress policy describe
Describe a single egress policy.
egress policy describe prints the configuration of a single tenant egress
policy, identified by its tag. Use it to inspect the rules a policy
enforces — e.g. which destinations are allowed or denied — before applying
it to instances or comparing it against another policy.
Usage
nsc egress policy describe <tag> [-o <plain|json>]Example
$ nsc egress policy describe defaultTo get the policy as structured JSON instead:
$ nsc egress policy describe default -o jsonOptions
--output, -o <plain|json>
Output format. One of plain or json. Defaults to plain.