list_dfw_policies
List DFW security policies in the default domain. Filter by name and paginate to inspect policy IDs, categories, and rule counts.
Instructions
[READ] List DFW security policies in the default domain.
Start here. Returns the list envelope: 'items' holds each policy's id, display_name, category, sequence_number, stateful flag and rule count; 'returned'/'limit'/'total'/'truncated'/'hint' say whether the page is the whole answer — never read a full page as complete, narrow with name_filter or page with offset. Then get_dfw_policy for one policy's detail, or list_dfw_rules for the rules inside.
Args: target: NSX Manager target name from config; default if omitted. name_filter: Substring/glob match on policy display_name. limit: Max policies to return (default 50). offset: Matched policies to skip (pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| target | No | ||
| name_filter | No |