BMC Configuration Restore
Request
POST https://{{ip}}/redfish/v1/Managers/Self/Actions/Oem/Lenovo/Restore.start
Content-Type: application/json
Name | Type | Read only | Description |
---|---|---|---|
RestoreFileName | String | False | The name of the restore file which should be saved in the HTTP server. |
serverIP | String | False | The HTTP server IP address which contains the restore file for the restore action. |
serverPort | Number | False | The port in the HTTP server for the restore action. |
password | String | False | Password to decrypt the BMC configuration backup file, which must contain 9 to 32 characters. |
folderPath | String | False | The folder path of the HTTP server for the restore action. If there is no need to assign a specific folder for the action, this property should be specified as nil. |
Request example
{
"RestoreFileName" : "conf.bak",
"serverIP" : "192.168.101.54",
"serverPort" : 80,
"password" : "1qaz2wsx3e",
"folderPath" : "HFS"
}
Response body
The following is the example response body. Click the TaskService link to check the status of this operation with TaskState and TaskStatus.
Response code
The response content is 202 accepted
Give documentation feedback