API Guide

Table Of Contents
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/redfish/
v1/$metadata#ChassisCollection.ChassisCollection",
"@odata.type": "#ChassisCollection.ChassisCollection",
"@odata.id": "/redfish/v1/Chassis",
"Description": null,
"Name": "Chassis Collection",
"Oem": null,
"Members@odata.count": 8,
"Members":
[
{
"@odata.id": "/redfish/v1/Chassis/Members('25013')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25014')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25012')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25016')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25011')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25015')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25010')"
},
{
"@odata.id": "/redfish/v1/Chassis/Members('25009')"
}
]
}
Redfish Systems
/redfish/v1/Systems
This URI represents the systems.
GET method for Systems
This method returns the collection of the systems.
Description
Returns the collection of systems.
Privilege VIEW
HTTP response
codes
200
428 Redfish resource model