RedfishResource¶
RedfishResource
¶
Redfish API for DMTF BMC compatibility.
Redfish does not use the standard PiKVM response format,
so it calls :pymethod:PiKVM.request directly.
Source code in src/aiopikvm/resources/redfish.py
reset(reset_type='ForceRestart')
async
¶
Send a Redfish ComputerSystem.Reset action.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
reset_type
|
str
|
The reset type (default |
'ForceRestart'
|
Returns:
| Type | Description |
|---|---|
dict[str, Any]
|
The JSON response body. |