API Guide

{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "ServerBondingConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "PortVLANConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "FabricLLDPConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "FCoEUplinkUntaggedVlanConfiguration"
}
]
}
Port configuration in Fabrics
/api/JobService/Jobs
This URI enables you to configure the ports in fabrics.
Port configuration operation
The APIs in this group use the Job Service and leverage existing inputs. You can change the parameters and targets, as shown
in the examples.
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 request
body
"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":"",
512 APIs specific to OpenManage Enterprise Modular Edition