Skip to content
📢Notice: Due to the Chinese Lunar New Year holiday from January 27th to February 4th, order shipments will resume on February 5th and will be processed in the order they were received. We appreciate your understanding and support.
Redfish Power Managment with X680 | Geekworm

Redfish Power Managment with X680


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


  • It seems like the Redfish API is exposing only one system ID (0). This might indicate that the servers connected to the X680 are being treated as a unified resource pool. Check if there’s a configuration in the management interface of the X680 to expose individual servers as separate Members.

    @tunnel rush is known for its vibrant and dynamic visual design. Check it!


Please login to reply this topic!