API Guide

Table Of Contents
Table 167. Attributes (continued)
Attribute Description
ServerInterfaceProfiles Sub payload that takes information that is associated with a
server NIC. The request can take one or more server interface
profiles, as part of the payload.
ServerInterfaceProfiles/Id Server NIC identifier.
ServerInterfaceProfiles/NativeVLAN Untagged VLAN configured for the given NIC.
ServerInterfaceProfiles/Networks/Id Tagged VLANs configured for the given NIC.
The input that is required here is the identifier of the NW
profile with which you want to associate the NIC.
For more information about Network model definitions, see
Network Configuration Service.
BondingTechnology Indicates the NIC bonding technology that is configured for
the server profile. Enables the NIC teaming type that you
want to configure for a profile. The supported options are:
None
LACP
NoTeaming
NicBonded Indicates if the given NIC port participates in the NIC teaming.
It is a binary attribute.
/api/NetworkService /ServerProfiles(arg1)/
ServerInterfaceProfiles
This URI returns the server interface profiles that are configured for a server profile in the Fabric Manager.
GET method for server interface profiles
This method returns the server interface profiles.
Description
Returns the server interface profiles that are configured for a server profile in the Fabric Manager.
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)",
504 APIs specific to OpenManage Enterprise Modular Edition