Get firmware inventory
get_firmware_inventoryFetches the Redfish UpdateService firmware inventory, returning each firmware resource payload including URI and detailed items.
Instructions
Retrieve UpdateService firmware inventory members and return each firmware resource payload. Returns: Object with firmware_inventory_uri and firmware resources under items. Lists are wrapped as {items, total, truncated}. Example: get_firmware_inventory(limit=200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of firmware inventory members to fetch. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||