API Guide

POST method for configuring MTU
This method configures the MTU range.
Description Configures the minimum and maximum MTU values.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
201
Example
Input:
"Params":
[
{
"Key":"operationName",
"Value":"CONFIGURE_MTU"
},
{
"Key":"interfaceId",
"Value":"GF86XC2:1/1/9,GF86XC2:1/1/10"
},
{
"Key":"mtuSize",
"Value":"1532"
}
],
"Targets":
[
{
"Id":2664,
"Data":"",
"TargetType":
{
"Id":4000,
"Name":"DEVICE"
}
}
]
Output:
POST method for enabling or disabling auto-negotiation
This method enables or disables auto-negotiation.
Description
Enables or disables auto-negotiation.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
201
Example
Input:
"Params":
[
{
"Key":"operationName",
"Value":"CONFIGURE_ AUTO_NEG"
},
{
"Key":"enableInterfaceIds",
"Value":"GF86XC2:1/1/9,GF86XC2:1/1/10"
},
{
"Key":"disableInterfaceIds",
"Value":"GF86XC2:1/1/9,GF86XC2:1/1/10"
}
],
"Targets":
340 APIs specific to OpenManage Enterprise - Modular Edition