API Guide

Table Of Contents
"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": {
"Id": 18,
"Name": "DebugLogs_Task"
},
"Targets": [
{
"Id": <iom-device-id>e.g: 2614,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "OPERATION_NAME",
"Value": "EXTRACT_LOGS"
},
{
"Key": "shareAddress",
"Value": <NFS Share address> e.g: "100.100.100.100"
},
588
APIs specific to OpenManage Enterprise Modular Edition