API Guide
Redfish—Systems
This API represents server information.
/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
Example
response body
{
"@odata.context": "/redfish/
v1/$metadata#ComputerSystemCollection.ComputerSystemCollection",
"@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
"@odata.id": "/redfish/v1/Systems",
"Description": null,
"Name": "Computer System Collection",
"Oem": null,
"Members@odata.count": 2,
"Members":
[
{
"@odata.id": "/redfish/v1/Systems/Members('25010')"
},
{
"@odata.id": "/redfish/v1/Systems/Members('25011')"
}
]
}
redfish/v1/Systems/Members(id)
This API represents server information, by device IDs.
GET method for systems
This method returns server information, by device ID.
Description
Returns server information by device ID.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/redfish/
v1/$metadata#ComputerSystem.v1_6_0.ComputerSystem",
"@odata.type": "#ComputerSystem.v1_6_0.ComputerSystem",
"@odata.id": "/redfish/v1/Systems/Members('10055')",
"Id": "10055",
598 Redfish resource model