Get boot override configuration
get_boot_configInspect a Redfish system's current boot override settings, including target, mode, and enablement, to verify or diagnose boot configuration.
Instructions
Return the Boot section for a system so callers can inspect current override target, mode, and enablement. Returns: Object with system_uri and current boot override configuration block. Example: get_boot_config(system_uri='/redfish/v1/Systems/1')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| system_uri | No | Target ComputerSystem URI. Omit to auto-select the first system. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||