API Guide

Table 147. Attributes(continued)
Attribute Description
ServerInterfaceProfiles Sub payload that takes information 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 required here is the identifier of the NW profile with
which you want to associate the NIC.
For more information on Network model definitions, refer to
Network Configuration Service.
/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
Input:
Output:
{
"@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"
APIs specific to OpenManage Enterprise - Modular Edition
357