Get one manager resource
get_managerRetrieve a Redfish Manager (BMC/iDRAC/iLO/XCC) by URI or ID. When omitted, auto-selects the first manager and returns the resolved URI with its full resource payload.
Instructions
Fetch one Manager (BMC/iDRAC/iLO/XCC) by URI or ID; if omitted, the first manager member is auto-selected. Returns: Object with resolved uri and full resource payload for one Manager controller. Example: get_manager(uri='/redfish/v1/Managers/1')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Explicit manager resource URI to fetch. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| manager_id | No | Manager identifier appended to /redfish/v1/Managers/{manager_id}. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||