1 changed files with 4 additions and 4 deletions
@ -1,9 +1,9 @@
@@ -1,9 +1,9 @@
|
||||
curl -k -v -i --location 'https://192.168.31.1/redfish/v1/SessionService/Sessions' --header 'Content-Type: application/json' --data '{"UserName":"root", "Password":"0penBmc"}' |
||||
curl -k -v -i --location 'https://172.30.1.10:50081/redfish/v1/SessionService/Sessions' --header 'Content-Type: application/json' --data '{"UserName":"root", "Password":"0penBmc"}' |
||||
|
||||
curl -k --location --request POST 'https://192.168.31.1/redfish/v1/EXPservice/Lock/' --header 'X-Auth-Token: ccgB1YMlOxovRJJHEwtB' |
||||
curl -k --location --request POST 'https://172.30.1.10:50081/redfish/v1/EXPservice/Lock/' --header 'X-Auth-Token: ccgB1YMlOxovRJJHEwtB' |
||||
|
||||
|
||||
curl -X POST -k --location --header 'X-Auth-Token:ccgB1YMlOxovRJJHEwtB' https://192.168.31.1/redfish/v1/EXPservice/EXPReadReg --data '{"ExpanderId":1, "CmdId":1, "ReadLen":32}' |
||||
curl -X POST -k --location --header 'X-Auth-Token:ccgB1YMlOxovRJJHEwtB' https://172.30.1.10:50081/redfish/v1/EXPservice/EXPReadReg --data '{"ExpanderId":1, "CmdId":1, "ReadLen":32}' |
||||
|
||||
|
||||
curl -k --location --request POST 'https://192.168.31.1/redfish/v1/EXPservice/Unlock/' --header 'X-Auth-Token: ccgB1YMlOxovRJJHEwtB' |
||||
curl -k --location --request POST 'https://172.30.1.10:50081/redfish/v1/EXPservice/Unlock/' --header 'X-Auth-Token: ccgB1YMlOxovRJJHEwtB' |
Loading…
Reference in new issue