list_idps_profiles
Lists IDPS profiles in NSX, returning each profile's ID, display name, severity, criteria filters, and overridden signature count. Supports filtering by name and pagination to manage results.
Instructions
[READ] List IDPS profiles configured in NSX.
Returns the list envelope: 'items' holds each profile's id, display_name, profile_severity (comma-joined), criteria (filter_name/filter_value pairs, e.g. ATTACK_TYPE or CVSS) and overridden signature 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_idps_status for the signature-bundle version and IDS settings.
Args: target: Optional NSX Manager target from config. name_filter: Substring/glob match on profile display_name. limit: Max profiles to return (default 50). offset: Matched profiles to skip (pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| target | No | ||
| name_filter | No |