API Guide

Table Of Contents
"@odata.id": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Uplinks('bda43da9-
d6d8-4fc5-98b7-cb9030e8008e')/Ports('DPM4XC1%3Aethernet1%2F1%2F42')",
"Id": "DPM4XC1:ethernet1/1/42",
"Name": "",
"Description": "",
"Type": "PhysicalEthernet",
"MediaType": "Ethernet",
"NodeServiceTag": "DPM4XC1",
"PortNumber": "ethernet1/1/42",
"Status": "Down",
"AdminStatus": "Enabled",
"CurrentSpeed": "0",
"MaxSpeed": "0",
"ConfiguredSpeed": "0",
"OpticsType": "NotPresent",
"BlinkStatus": "OFF",
"Role": "Uplink"
}
]
}
/api/NetworkService/PortFECCapabilities
This URI represents the port FEC capabilities information.
GET method for PortFECCapabilities
This method fetches the FEC capabilities information.
Description
Fetches the FEC capabilities information.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 8,
"value": [
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Clear FEC",
"Name": "Clear FEC"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Off",
"Name": "Off"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "CL108-RS",
"Name": "CL108-RS"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "CL74-FC",
"Name": "CL74-FC"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Auto",
"Name": "Auto"
530
APIs specific to OpenManage Enterprise Modular Edition