list_models
Retrieve device models for IT configurations, filterable by manufacturer ID or name, with pagination to locate the specific model needed.
Instructions
List all models.
Models are used when creating configurations to specify the device model (e.g., PowerEdge R740, ProLiant DL380).
Args: manufacturer_id: Filter by manufacturer ID name: Filter by name (partial match) page: Page number (starts at 1) page_size: Number of results per page (max 1000)
Returns: JSON string with list of models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| page_size | No | ||
| manufacturer_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |