API Guide
$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
Input:
Output:
{
"@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"
}
/api/NetworkService/Fabrics
This URI represents the fabrics.
GET method for Fabrics
This method returns a list of the fabrics.
Description
Returns a list of fabrics.
298 APIs specific to OpenManage Enterprise - Modular Edition