API Guide

APIs specific to OpenManage Enterprise
Application settings
Console update
/api/JobService/Jobs
This URI updates the OpenManage Enterprise appliance.
POST method for Jobs
This method updates the OpenManage Enterprise appliance.
Description Updates the OpenManage Enterprise appliance.
Privilege APPLIANCE SETUP
HTTP response
code
200
Example
Input:
{
"JobName":"Console Update Execution-201806151134088",
"JobDescription":"Running Console Update Execute Task",
"Schedule":"startnow",
"State":"Enabled",
"JobType":
{
"Id":124,
"Name":"ConsoleUpdateExecution_Task"
},
"Params":
[
{
"Key":"connectionProfile",
"Value":"0"
}
],
"Targets":
[
{
"Id":500,
"Data":"",
"TargetType":
{
"Id":6000,
"Name":"GROUP"
}
}
]
}
17
APIs specific to OpenManage Enterprise 353