Reference Guide

Table Of Contents
/api/NetworkService /ServerProfiles(arg1)/
ServerInterfaceProfiles(arg2)
This URI returns the server profile ID of a server profile in the Fabric Manager.
GET method for server interface profile IDs
This method returns server interface profile IDs.
Description Returns server interface profile ID of a server profile in the Fabric Manager.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#NetworkService.ServerInterfaceProfile/$entity",
"@odata.type": "#NetworkService.ServerInterfaceProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')/
ServerInterfaceProfiles('NIC.Mezzanine.1A-2-1')",
"Id": "NIC.Mezzanine.1A-2-1",
"OnboardedPort": "8T61XC2:ethernet1/1/4",
"NativeVLAN": 0,
"Networks@odata.count": 0,
"Networks": []
/api/NetworkService/ServerProfiles(arg1)/ServerInterfaceProfiles(arg2)/
Networks(arg3)
This URI returns the configured tagged VLANs for a server profile in the Fabric Manager.
GET method for tagged VLANs of a specific server interface profile
This method returns configured tagged VLANs.
Description
Returns the tagged VLANs that are configured for a server interface profile.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/api/
$metadata#NetworkConfigurationService.Network/$entity",
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')/
ServerInterfaceProfiles('NIC.Mezzanine.1A-1-1')/Networks(25076)",
"Id": 25076,
"Name": "10",
"Description": "10",
"VlanMaximum": 10,
"VlanMinimum": 10,
"Type": 1,
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:08:21.946",
"UpdatedBy": null,
"UpdatedTime": "1970-01-31 00:08:21.946",
APIs specific to OpenManage Enterprise Modular Edition 511