This resource manages bmc devices in servers or elsewhere. This also integrates with the provisioner code.
14 lines
427 B
JSON
14 lines
427 B
JSON
{
|
|
"@odata.context": "/redfish/v1/$metadata#ComputerSystemCollection.ComputerSystemCollection",
|
|
"@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
|
|
"@odata.id": "/redfish/v1/Systems",
|
|
"Name": "Computer System Collection",
|
|
"Description": "Computer System Collection",
|
|
"Members@odata.count": 1,
|
|
"Members": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Systems/1"
|
|
}
|
|
]
|
|
}
|