API Guide

Table Of Contents
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')"
}
]
}
Redfish resource model 429