Resetting the System
Function
Reset the system.
Syntax
Operation type: POST
URL: https://device_ip/redfish/v1/EdgeSystem/Actions/ComputerSystem.Reset
Request header:
X-Auth-Token: auth_value
Content-Type: header_type
Request message body:
{
"ResetType": value
}
Parameters
Parameter |
Description |
Value |
---|---|---|
device_ip |
IP address for logging in to a device |
An IPv4 or IPv6 address |
auth_value |
Authentication parameter contained in the request |
You can obtain the value from the session created by using /redfish/v1/SessionService/Sessions. |
header_type |
Request format |
Supported formats include:
|
value |
Reset type |
|
Usage Guidelines
None
Example
Request:
POST https://10.10.10.10/redfish/v1/EdgeSystem/Actions/ComputerSystem.Reset
Request header:
X-Auth-Token: 6599174c38c36838737d9749179e1ee1
Content-Type: application/json
Request message body:
{
"ResetType":"ForceRestart"
}
Response: The operation is successful if no message is returned.
Output Description
None