API Guide

Table Of Contents
Example
response body
{
"@odata.context": "/api/
$metadata#ApplicationService.FIPSModeConfiguration/$entity",
"@odata.type": "#ApplicationService.FIPSModeConfiguration",
"@odata.id": "/api/ApplicationService/Security/SecurityConfiguration",
"FipsMode": "OFF"
}
Fabric management
/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"
}
450
APIs specific to OpenManage Enterprise Modular Edition