Reference Guide

Table Of Contents
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"
}
}
],
"Params": [
{
"Key": "OPERATION_NAME",
"Value": "EXTRACT_LOGS"
},
{
"Key": "shareAddress",
"Value": <CIFS Share address> e.g: "100.100.100.100"
},
{
"Key": "shareName",
"Value": "/var/cifs"
},
{
"Key": "shareType",
"Value": "CIFS"
},
{
"Key": "userName",
"Value": "<UserName>"
},
{
"Key": "password",
"Value": "<Password>"
},
{
"Key": "domainName",
"Value": "<domain>"
}
]
}
526
APIs specific to OpenManage Enterprise Modular Edition