API Guide

Table Of Contents
},
{
"Key":"assignmentMode",
"Value":"2"
},
{
"Key":"driveSlotIds",
"Value":<Drive Slot Ids e.g "0,1,2,..15">
}
],
"Targets":[
{
"Id":<Insight/Storage Sled Device Id>,
"Data":"",
"TargetType":{
"Id":1000,
"Name":"DEVICE"
}
}
]
}
Force-activate a SAS IOM
POST method for force-activating a SAS IOM
Description
Creates a job to force-activate a SAS IOM.
Privilege STORAGE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"JobName": "Force Active",
"JobDescription": "Force Active IOM",
"Schedule": "startnow",
"State": "Enabled",
"JobType":
{
"Id": 3,
"Name": "DeviceAction_Task"
},
"Params":
[
{
"Key": "operationName",
"Value": "FORCE_ACTIVE"
}
],
"Targets":
[
{
"Id":<Degraded IOM Device Id>,
"Data":"",
"TargetType":
{
"Id": 1000,
"Name": "DEVICE"
}
}
]
}
518
APIs specific to OpenManage Enterprise Modular Edition