API Guide

Table Of Contents
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 3,
"value":
[
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Disabled",
"Name": "Disabled"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Enabled",
"Name": "Enabled"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Unknown",
"Name": "Unknown"
}
]
}
/api/NetworkService/PortBlinkStatuses
This URI returns blink status information for ports.
GET method for /api/NetworkService/PortBlinkStatuses
This method returns the blink status information of ports.
Description
Returns blink status of the port
Privilege
HTTP response
code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 0,
"value":[
]
}
/api/NetworkService/PortRoles
This URI represents the possible roles of the ports.
GET method for PortRoles
This method returns the possible roles of a port.
Description
Returns the possible statuses of a port.
APIs specific to OpenManage Enterprise Modular Edition 499