![Inspur TS860M5 User Manual Download Page 110](http://html.mh-extra.com/html/inspur/ts860m5/ts860m5_user-manual_2069427110.webp)
104
9.14.3 DELETE Basic Format
The client can delete the data under the specified URL via HTTP DELETE, so that the server
can delete the specified configuration according to the URL. The basic format of DELETE
access is as follows:
curl -k -u username:password https://BMC_IP:8080/redfish/v1/SessionService/Sessions/1
-X DELETE
Note:
https://BMC_IP:8080/redfish/v1/SessionService/Sessions/1
is the address you want to
delete.
9.14.4 Access Steps
1.
Get the resources provided by Redfish. It needs no authorization to access the root
directory of Redfish. Through the access, users can know the resource-accessible URLs that
Redfish can provide.
Request:
curl -k -u username:password
Response
{
“@Redfish.Copyright”: “Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the
full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright.”,
“@odata.context”: “/redfish/v1/$metadata#ServiceRoot.ServiceRoot”,
“@odata.id”: “/redfish/v1/”,
“@odata.type”: “#ServiceRoot.v1_1_0.ServiceRoot”,
“AccountService”: {
“@odata.id”: “/redfish/v1/AccountService”
},
“Chassis”: {
“@odata.id”: “/redfish/v1/Chassis”
},
“EventService”: {
Summary of Contents for TS860M5
Page 1: ...Inspur Server User Manual TS860M5 ...
Page 40: ...34 CAUTION Please route the cables according to the purchased machine configuration ...
Page 90: ...84 ...
Page 96: ...90 ...
Page 97: ...BMC Settings 91 ...
Page 99: ...BMC Settings 93 ...
Page 102: ...96 Restore factory defaults To restore BMC s configuration to factory state ...
Page 103: ...BMC Settings 97 ...
Page 104: ...98 ...