GET – Collection for server
Use the GET method to retrieve properties in Systems collection for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems
Request body
None
Response body
| Field | Type | Description | |||
|---|---|---|---|---|---|
Name | String | ComputerSystemCollection | |||
Members | Array | Items: A reference link to an element of Systems. | |||
Description | String | A collection of ComputerSystem resource instances. | |||
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
Example
When the request is successful, a message body similar to the following is returned:
{
"@odata.etag": "\"F1474B90\"",
"@odata.id": "/redfish/v1/Systems",
"@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/1"
}
],
"Members@odata.count": 1,
"Name": "Computer System Collection"
}
Give documentation feedback