Developers Guide

Table Of Contents
HTTP response
codes
200
Example request
body
{
"FabricIds": [
"fd20807f-de87-4317-950d-a77c773ad0ea",
"dd20807f-de87-4317-123-a77c773ad45a"
]
}
/api/NetworkService
This URI represents the network services.
GET method for NetworkService
This method returns the details of the network services.
Description Returns the details of the network services.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#NetworkService.NetworkService",
"@odata.type": "#NetworkService.NetworkService",
"@odata.id": "/api/NetworkService",
"Actions": null,
"Fabrics@odata.navigationLink": "/api/NetworkService/Fabrics",
"FabricDesigns@odata.navigationLink": "/api/NetworkService/
FabricDesigns",
"MultiChassisDomain":
{
"@odata.id": "/api/NetworkService/MultiChassisDomain"
},
"UplinkTypes@odata.navigationLink": "/api/NetworkService/UplinkTypes",
"NodeTypes@odata.navigationLink": "/api/NetworkService/NodeTypes",
"FabricHealthStatuses@odata.navigationLink": "/api/NetworkService/
FabricHealthStatuses",
"FabricActivityTypes@odata.navigationLink": "/api/NetworkService/
FabricActivityTypes",
"FabricActivityStatuses@odata.navigationLink": "/api/NetworkService/
FabricActivityStatuses",
"PortRoles@odata.navigationLink": "/api/NetworkService/PortRoles",
"PortBlinkStatuses@odata.navigationLink": "/api/NetworkService/
PortBlinkStatuses",
"PortAdminStatuses@odata.navigationLink": "/api/NetworkService/
PortAdminStatuses",
"PortStatuses@odata.navigationLink": "/api/NetworkService/PortStatuses"
}
542
APIs specific to OpenManage Enterprise Modular Edition