list_idps_profiles
List IDPS profiles configured in NSX to review detection criteria and severity, with filtering by name and pagination to navigate 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.
Page with 'next_offset': pass the value back as 'offset' and stop when it is null. Do not loop on 'truncated' — that says this page is not the whole collection, which stays true on the last page of a walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1..1000 (default 50). Not a way to ask for everything — 0 or negative is rejected. | |
| offset | No | Matched profiles to skip, 0 or more. Pass the previous response's 'next_offset'. | |
| target | No | Optional NSX Manager target from config. | |
| name_filter | No | Substring/glob match on profile display_name. |