Get one computer system
get_systemFetch a single ComputerSystem resource by URI or system ID, auto-selecting the first system if omitted.
Instructions
Fetch a single ComputerSystem resource by URI or ID; if omitted, the first system member is auto-selected. Returns: Object with resolved uri and full resource payload for one ComputerSystem. Example: get_system(uri='/redfish/v1/Systems/1')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Explicit system resource URI to fetch. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| system_id | No | System identifier appended to /redfish/v1/Systems/{system_id}. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||