API Guide

Table Of Contents
[
{
"Id":2664,
"Data":"",
"TargetType":
{
"Id":4000,
"Name":"DEVICE"
}
}
]
POST method for configuration port speed or breakout
This method configures the port speed or breakout.
Description Configures the port speed or breakout.
Privilege DEVICE_CONFIGURATION
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 171. Attributes
Attribute name Description
TargetType (Id) Network IOM device ID.
514 APIs specific to OpenManage Enterprise Modular Edition