List computer systems
list_systemsEnumerate systems on a Redfish BMC, returning URIs and optional detailed resource payloads with health snapshots.
Instructions
List ComputerSystem members from /Systems; enable include_details for full resource payloads and health snapshots. Returns: Object containing collection_uri and systems items with URIs and optional details. Lists are wrapped as {items, total, truncated}. Example: list_systems(endpoint='default', include_details=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| include_details | No | True fetches each member resource; false returns only member URIs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||