Reference Guide

Table Of Contents
HTTP response
code
201
Example request
body
{
"JobName": "Rest-Breakout Port",
"JobDescription": null,
"Schedule": "startnow",
"State": "Enabled",
"CreatedBy": "root",
"Targets": [
{
"Id": 11881,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "breakoutType",
"Value": "1X40GE"
},
{
"Key": "interfaceId",
"Value": "D23RPK2:port-group1/1/16"
},
{
"Key": "operationName",
"Value": "CONFIGURE_PORT_BREAK_OUT"
}
],
"JobType": {
"@odata.type": "#JobService.JobType",
"Id": 3,
"Name": "DeviceAction_Task",
"Internal": false
}
}
Table 172. Attributes
Attribute name Description
TargetType (Id) Network IOM device ID.
InterfaceId Port name.
Key Operation name. Depending on the type of configuration you
want to perform, select the operation name as provided in the
Input snippet.
NOTE: Ensure that you see the right parameters in the provided Input snippet. For example, for configuring MTU speed,
use Speed as the key and 1000 as the value.
Storage management
These APIs enable you to perform storage-management operations in OMEModular. The URI for these operation is /api/
JobService/Jobs.
582
APIs specific to OpenManage Enterprise Modular Edition