get_dfw_policy
Fetch a single DFW policy's full details by ID: category, sequence number, stateful, scope, and rule count. Use after list_dfw_policies, then call list_dfw_rules.
Instructions
[READ] Get full details of a single DFW security policy.
Returns one policy object, not an envelope: category, sequence_number, stateful, scope and rule count. Use it once list_dfw_policies has narrowed to one id — never a display name. Then call list_dfw_rules for the rules inside.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Optional NSX Manager target from config. | |
| policy_id | Yes | Policy identifier (e.g. 'app-tier-policy'). |