Developers Guide

Table Of Contents
Example request
body
{
"ResetType": "<value>"
}
Table 211. Attributes
Attribute name Description
ResetType The allowed value isGracefulRestart
RedfishSystems
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",
"Name": "Computer System Collection",
"Members@odata.count": 2,
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Members('10056')"
},
{
"@odata.id": "/redfish/v1/Systems/Members('10055')"
}
]
}
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
772 Redfish resource model