
Adds the ability to do hardware discovery directly through redfish via an extension of the sushy library. Change-Id: Ifb40872c7a8161fa0ed3b8f9da28e0d02f073be5 Implements-Blueprint: node-discovery
18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"@odata.type": "#ComputerSystemCollection.ComposedNodeCollection",
|
|
"Name": "Composed Nodes Collection",
|
|
"Members@odata.count": 1,
|
|
"Members": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Nodes/Node1"
|
|
}
|
|
],
|
|
"@odata.context": "/redfish/v1/$metadata#Nodes",
|
|
"@odata.id": "/redfish/v1/Nodes",
|
|
"Actions": {
|
|
"#ComposedNodeCollection.Allocate": {
|
|
"target": "/redfish/v1/Nodes/Actions/Allocate"
|
|
}
|
|
}
|
|
}
|