API Guide

Table Of Contents
"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"
},
{
"Key": "shareName",
"Value": <NFS Share Name> e.g: "/var/nfsshare"
},
{
"Key": "shareType",
"Value": "NFS"
}
]
}
Extract SAS IOM logs to CIFS share
POST method for exporting SAS IOM logs to CIFS share
Description
Creates a job to extract logs from SAS IOM to an CIFS share.
Privilege STORAGE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"Id": 0,
"JobName": "Extract Log",
"JobDescription": "Extract device log to CIFS 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"
}
}
],
520 APIs specific to OpenManage Enterprise Modular Edition