list_dfw_policies
List Distributed Firewall security policies in the default domain, returning ID, name, category, stateful flag, and rule count. Supports name-based filtering and pagination.
Instructions
[READ] List DFW security policies in the default domain.
Returns each policy's id, display_name, category, sequence_number, stateful flag, and rule count. Defaults to the first 50 matches — use name_filter to narrow and offset to page on large estates.
Args: target: Optional NSX Manager target name from config. Uses default if omitted. name_filter: Optional substring/glob match on policy display_name. limit: Max policies to return (default 50). offset: Number of matched policies to skip (pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| name_filter | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |