API Guide

Table Of Contents
HTTP response
codes
200
Example
response body
{
"DesignCriteria":
[
{
"Criterion":
{
"NodeName":"Switch-A","ChassisName":"Chassis-X","Slot":"Slot-
A1","Type":"WeaverSwitch"
},
"ApplicableNodes":
[
{
"ServiceTag":"DPM4XC2","Slot":"IOM-B2","ChassisName":"MX-
SKY002P1234567890123456789012345","ChassisServiceTag":"SKY002P1234567890123456789012345"
}
]
},
{
"Criterion":
{
"NodeName":"Switch-B","ChassisName":"Chassis-Y","Slot":"Slot-
A2","Type":"WeaverSwitch"
},
"ApplicableNodes":
[
{
"ServiceTag":"DPM4XC2","Slot":"IOM-B2","ChassisName":"MX-
SKY002P1234567890123456789012345","ChassisServiceTag":"SKY002P1234567890123456789012345"
}
]
}
]
}
/api/NetworkService/UplinkTypes
This URI represents the uplink types.
GET method for UplinkTypes
This method returns the uplink types.
Description
Returns the uplink types.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.UplinkType)",
"@odata.count": 4,
"value":
[
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 1,
"Name": "Ethernet"
},
{
APIs specific to OpenManage Enterprise Modular Edition 487