API Guide

},
{
"@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
Example
Input:
Output:
{
"@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')"
}
]
}
460 Redfish resource model