API Guide

Table Of Contents
"Role": "Uplink"
}
]
}
/api/NetworkService/Fabrics(Id)/Uplinks(Id)/Networks
This URI represents the network details of a specific uplink in a fabric.
GET method for Networks for a specific uplink
This method returns the network details of a specific uplink in a fabric.
Description Returns the network details of a specific uplink.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id":
"/api/NetworkService/Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/
Uplinks('bda43da9-d6d8-4fc5-98b7-cb9030e8008e')/Networks(25375)",
"Id": 25375,
"Name": "1",
"Description": "1",
"VlanMaximum": 11,
"VlanMinimum": 11,
"Type": 1,
"CreatedBy": "root",
"CreationTime": "2018-07-11 03:35:11.590",
"UpdatedBy": null,
"UpdatedTime": "2018-07-11 03:35:11.590",
"InternalRefNWUUId": "fd4d9ece-732e-4beb-8613-ab986889fe43"
},
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id":
"/api/NetworkService/Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/
Uplinks('bda43da9-d6d8-4fc5-98b7-cb9030e8008e')/Networks(25379)",
"Id": 25379,
"Name": "2",
"Description": "2",
"VlanMaximum": 17,
"VlanMinimum": 14,
"Type": 1,
"CreatedBy": "root",
"CreationTime": "2018-07-11 03:35:20.543",
"UpdatedBy": null,
"UpdatedTime": "2018-07-11 03:35:20.543",
"InternalRefNWUUId": "4c55cc1e-d3ad-48a4-a836-5050437dbe20"
}
]
}
468
APIs specific to OpenManage Enterprise Modular Edition