API Guide

Table Of Contents
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.ServerInterfaceProfile)",
"@odata.count": 2,
"value": [
{
"@odata.type": "#NetworkService.ServerInterfaceProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')/
ServerInterfaceProfiles('NIC.Mezzanine.1A-1-1')",
"Id": "NIC.Mezzanine.1A-1-1",
"OnboardedPort": "GQ61XC2:ethernet1/1/4",
"NativeVLAN": 18,
"Networks@odata.count": 2,
"Networks": [
{
"@odata.type":
"#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkService/
ServerProfiles('PFSTN16')/ServerInterfaceProfiles/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",
"InternalRefNWUUId": "991f2843-376e-49f3-a407-
e5118f1d85ba"
},
]
},
{
"@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": []
}
]
}
Table 169. Attributes
Attribute Description
Id Server interface profile identifier.
OnboardedPort IOM port that is connected to the NIC that is onboarded.
NativeVLAN Untagged VLAN configured for the given NIC.
Networks Tagged VLANs configured for the NIC. This information
is encapsulated as NW profiles. For more information on
Network model definitions, refer to Network Configuration
Service.
570 APIs specific to OpenManage Enterprise Modular Edition