API Guide

/api/NetworkService /ServerProfiles(arg1)/
ServerInterfaceProfiles
This URI represents the server interface profiles information.
GET method for Server Interface profiles
This method returns all server interface profiles that are configured for a server on the Fabric Manager.
Description Returns all server interface profiles that are configured for a server profile.
Privilege VIEW
HTTP Response
Code
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": []
}
]
}
APIs specific to OpenManage Enterprise Modular Edition
475