API Guide

Table Of Contents
},
{
"Key": "powerState",
"Value": "5"
},
{
"Key": "operationName",
"Value": "POWER_CONTROL"
},
{
"Key": "deviceTypes",
"Value": "1000"
}
]
}
POST method for system reseat
Example
response body
{
"Id": 0,
"JobName": "System Reseat",
"JobDescription": "Power Control Task: System Reseat",
"State": "Enabled",
"Schedule": "startnow",
"JobType": {
"Name": "DeviceAction_Task"
},
"Targets": [
{
"Id": 10043,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "operationName",
"Value": "VIRTUAL_RESEAT"
}
]
}
POST method for reset iDRAC
Example
response body
{
"JobName": "Reset iDRAC",
"JobDescription": "Reset iDRAC",
"Schedule": "startnow",
"State": "Enabled",
"JobType":
{
"Id": 3,
"Name": "DeviceAction_Task",
"Internal": false
},
"Params":
[
{"Key": "operationName", "Value": "RESET_IDRAC"}
],
"Targets":
[
418 Monitor