API Guide

Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.UplinkType)",
"@odata.count": 4,
"value":
[
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 1,
"Name": "Ethernet"
},
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 2,
"Name": "FCoE"
},
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 3,
"Name": "FC Gateway"
},
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 4,
"Name": "FC Direct Attach"
}
]
}
/api/NetworkService/NodeTypes
This URI represents the node types.
GET method for NodeTypes
This method returns the node types.
Description
Returns the node types.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.NodeType)",
"@odata.count": 3,
"value":
[
{
"@odata.type": "#NetworkService.NodeType",
"Id": 1,
"Name": "CHASSIS"
},
{
"@odata.type": "#NetworkService.NodeType",
"Id": 2,
"Name": "NWIOM"
},
{
"@odata.type": "#NetworkService.NodeType",
"Id": 3,
"Name": "PORT"
}
436 APIs specific to OpenManage Enterprise Modular Edition