API Guide

Table Of Contents
"DestinationNode": "DPM4XC1",
"DestinationInterface": "DPM4XC1:ethernet1/1/42"
},
"RecommendedAction":
"Make sure that the links are connected as per design.",
"Timestamp": "1531280042"
}
]
}
/api/NetworkService/PortAdminStatuses
This URI represents the possible admin statuses of the ports.
GET method for PortAdminStatuses
This method returns the possible admin statuses of a port.
Description Returns the possible admin statuses of a port.
Privilege VIEW
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/PortStatuses
This URI represents the possible statuses of the ports.
GET method for PortStatuses
This method returns the possible statuses of a port.
Description
Returns the possible statuses of a port.
Privilege VIEW
498 APIs specific to OpenManage Enterprise Modular Edition