API Guide

Table Of Contents
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":
[
{
"Id":2664,
"Data":"",
"TargetType":
{
"Id":4000,
"Name":"DEVICE"
}
}
]
Output:
POST method for updating port name and description
This method updates the port name and description.
Description
Updates port name and description.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
201
Example
Input:
"Params":
[
{
"Key":"operationName",
"Value":"CONFIGURE_PORT_NAME_DESCRIPTION"
},
{
"Key":"interfaceId",
"Value":"GF86XC2:1/1/9"
},
{
"Key":"name",
"Value":"Port A"
},
{
"Key":"description",
"Value":"This is Port A."
}
],
"Targets":
[
{
APIs specific to OpenManage Enterprise - Modular Edition 355