{ "request": { "method": "POST", "url": "https://192.168.1.100/redfish/v1/Systems/1/Actions/ComputerSystem.Reset", "headers": { "X-Auth-Token": "a6e5b2f8c43d1e7096f4b812a3c5d0e9", "Content-Type": "application/json" }, "body": { "ResetType": "GracefulRestart" } }, "response": { "status": 204, "headers": { "Content-Type": "application/json" }, "body": {} } }