92
2.
The URL of the device type to be accessed can be obtained based on the acquired
resource above.
e.g. The URL to get the Chassis type is
/redfish/v1/Chassis:
Request:
curl -k -u username:password https://BMC_IP:8080/redfish/v1/Chassis
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#ChassisCollection.ChassisCollection”,
“@odata.id”: “/redfish/v1/Chassis”,
“@odata.type”: “#ChassisCollection.ChassisCollection”,
“Members”: [
{
“@odata.id”: “/redfish/v1/Chassis/1”
}
],
“[email protected]”: 1,
“Name”: “Chassis Collection”
}
3.
Obtain the URL of the resource that is ultimately needed through step-by-step access.
e.g. The URL to get the Chassis detailed information is
/redfish/v1/Chassis/Chassis1:
Request:
curl -k -u username:password https://BMC_IP:8080/redfish/v1/Chassis/Chassis1
Response:
Summary of Contents for NX5460M5
Page 1: ...Inspur Server User Manual NX5460M5 ...
Page 77: ...71 BMC Settings ...
Page 79: ...73 BMC Settings ...
Page 82: ...76 ...
Page 83: ...77 BMC Settings ...
Page 85: ...79 BMC Settings ...
Page 86: ...80 ...
Page 90: ...84 ...