API Guide

"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>"
}
]
}
Output:
Quick Deploy
/api/JobService/Jobs
This URI represents Quick-Deploy jobs.
POST method for Quick-Deploy Jobs
This method creates a Quick-Deploy job.
Description
Creates a Quick-Deploy job.
Privilege JOB_MANAGEMENT
HTTP response
codes
201
Example
Input:
{
"Id":0,
"JobName":"Quick Deploy Task 1",
"JobDescription":"Quick Deploy Task",
"Schedule":"startnow",
370 APIs specific to OpenManage Enterprise - Modular Edition