How can we get/set the system ID for each server connected to an X680 to control the ATX power using Redfish? It should be at the API endpoint "/redfish/v1/Systems/<Node ID>" but only a single ID of 0 exists.
{
"@odata.id": "/redfish/v1/Systems",
"@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/0"
}
],
"Members@odata.count": 1,
"Name": "Computer System Collection"
}