API Guide

Table Of Contents
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,
"Name": "DeviceAction_Task"
},
"Params":
[
{
"Key": "operationName",
"Value": "CLEAR_CONFIG"
}
],
"Targets":
[
{
"Id":<Active IOM Device Id>,
"Data":"",
"TargetType":
{
"Id": 1000,
"Name": "DEVICE"
}
}
]
}
Extract SAS IOM logs to NFS share
POST method for exporting SAS IOM logs to NFS share
Description
Creates a job to extract logs from SAS IOM to a NFS share.
Privilege STORAGE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"Id": 0,
"JobName": "Extract Log",
"JobDescription": "Extract device log to NFS location",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
APIs specific to OpenManage Enterprise Modular Edition 519