Skip to content

Commit

Permalink
add reset type link
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 11, 2023
1 parent 7d2a343 commit 471ea41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LIFECYCLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ example if we using redfish:
```bash
$ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json" -d '{"ResetType": "ForceRestart"}' https://<bmc-ip-address>/redfish/v1/Managers/<ID>/Actions/Manager.Reset
and
$ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json" -d '{"ResetType": "PowerCycle"}' https://<bmc-ip-address>/redfish/v1/Systems/<ID>/Actions/ComputerSystem.Reset
$ curl -s -k -u <bmc-user>:<password> -X POST -H "Content-Type: application/json" -d '{"ResetType": "PowerCycle"}' https://<bmc-ip-address>/redfish/v1/Systems/<ID>/Actions/ComputerSystem.Reset

# see http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType
```

## Update device
Expand Down

0 comments on commit 471ea41

Please sign in to comment.