invgate_list_servers
Retrieve paginated server asset lists from InvGate Asset Management. Use optional criteria to filter by name, model, or other fields.
Instructions
List server assets with pagination and optional search criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). | |
| criteria | No | InvGate nested criteria, e.g. { "name": "cont:MacBook" }. Each entry becomes criteria[field]=op:value on the query string. | |
| per_page | No | Items per page (max 200). |