rsd-lib/rsd_lib/tests/unit/json_samples/node_collection.json
Nate Potter e8bfa3b16b Implement node discovery
Adds the ability to do hardware discovery directly through
redfish via an extension of the sushy library.

Change-Id: Ifb40872c7a8161fa0ed3b8f9da28e0d02f073be5
Implements-Blueprint: node-discovery
2017-08-02 17:30:26 -07:00

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"
}
}
}