list_configurations
Retrieve IT Glue device and asset configurations by filtering on organization, name, hostname, IP, serial, type, or status, and return results as JSON in compact, full, or summary format.
Instructions
List configurations (devices/assets) from IT Glue.
Args: organization_id: Filter by organization ID name: Filter by configuration name (partial match) hostname: Filter by hostname primary_ip: Filter by primary IP address serial_number: Filter by serial number configuration_type_id: Filter by configuration type ID configuration_status_id: Filter by configuration status ID page: Page number (starts at 1) page_size: Number of results per page (max 1000) output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with list of configurations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| hostname | No | ||
| page_size | No | ||
| primary_ip | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| serial_number | No | ||
| organization_id | No | ||
| configuration_type_id | No | ||
| configuration_status_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |