API Guide

Table Of Contents
FIPS mode settings
/api/ApplicationService/Security/SecurityConfiguration
This URI represents the security configuration.
GET method for SecurityConfiguration
This method returns the security configuration.
Description Returns the security configuration.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@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
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"
APIs specific to OpenManage Enterprise - Modular Edition 305