Reference Guide
Table 175. Attributes
Attribute Description
Id NIC profile identifier.
OnboardedPort IOM port that connected to the onboarded NIC.
NativeVLAN Untagged VLAN configured for the NIC.
/api/NetworkService /ServerProfiles(arg1)/
ServerInterfaceProfiles(arg2)
This URI represents the server interface profiles information that is configured for a server profile on the Fabric Manager.
GET method for NetworkService.ServerInterfaceProfiles(arg2)
This method returns information of a server profile that is configured on the Fabric Manager.
Description Returns the server profile information by ID.
Privilege VIEW
HTTP Response
Code
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
This URI represents the network profile information that is configured for server profiles.
GET method for network service
This method returns the information about the tagged VLAN network for server interface profiles.
Description
Returns the all tagged VLANs that are configured for a server interface profile on Fabric Manager.
Privilege VIEW
HTTP Response
Code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 2,
APIs specific to OpenManage Enterprise – Modular Edition 527