API Guide

},
]
},
{
"@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 148. 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.
/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
Input:
Output:
{
"@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": []
358 APIs specific to OpenManage Enterprise - Modular Edition