Super Micro Computer · Example Payload

Supermicro Reset System Example

ServersData CenterHardwareServer ManagementRedfishBMCIPMIFortune 500InfrastructureCloud

Supermicro Reset System Example is an example object payload from Super Micro Computer, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "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": {}
  }
}