API Guide
]
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
code
201
Example request
body
{
"JobName": "Toggle AutoNeg",
"JobDescription": null,
"Schedule": "startnow",
"State": "Enabled",
"CreatedBy": "root",
"Targets": [
{
"Id": 11881,
"Data": "",
"TargetType": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "enableInterfaceIds",
"Value": "D23RPK2:ethernet1/1/42"
},
{
"Key": "disableInterfaceIds",
"Value": "D23RPK2:ethernet1/1/43,D23RPK2:ethernet1/1/4 4"
},
{
"Key": "operationName",
"Value": "TOGGLE_AUTONEG_STATUS"
}
],
"JobType": {
"@odata.type": "#JobService.JobType",
"Name": "DeviceAction_Task"
}
}
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 request
body
"Params":
[
{
"Key":"operationName",
"Value":"CONFIGURE_PORT_NAME_DESCRIPTION"
},
470 APIs specific to OpenManage Enterprise – Modular Edition