"EventService": {
"@odata.id": "/redfish/v1/EventService"
},
"Id": "RootService",
"Links": {
"Sessions": {
"@odata.id": "/redfish/v1/SessionService/Sessions"
}
},
"Managers": {
"@odata.id": "/redfish/v1/Managers"
},
"Name": "Root Service",
"Oem": {},
"RedfishVersion": "1.1.0",
"SessionService": {
"@odata.id": "/redfish/v1/SessionService"
},
"Systems": {
"@odata.id": "/redfish/v1/Systems"
},
"Tasks": {
"@odata.id": "/redfish/v1/TaskService"
},
"UUID": "92384634-2938-2342-8820-489239905423"
}
Figure 9-71 Response of Get the Accessible Resource URL
2. Get the URL of the device category based on the acquired resource.
Eg: Get the URL for the Chassis category: / 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"
}
],
"Members@odata.count": 1,
"Name": "Chassis Collection"
}
Figure 9-72Response of Get the URL for the Chassis Category
3. Access the URL of the resource that is ultimately needed by step-by-step access.
Eg: Get the URL for Chassis specific information: /redfish/v1/Chassis/Chassis1:
BMC Settings
177
Need help?
Do you have a question about the NF5280M5 and is the answer not in the manual?