Reference Guide

Table Of Contents
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"
}
}
]
}
Clear configuration on SAS IOM
POST method for clearing SAS IOM configuration
Description
Creates a job to clear the configuration on SAS IOM.
Privilege STORAGE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"JobName": "Clear Config",
"JobDescription": "Clear Storage IOM Config",
"Schedule": "startnow",
"State": "Enabled",
"JobType":
{
"Id": 3,
586 APIs specific to OpenManage Enterprise Modular Edition