API Guide
}
Example response
body
true
Table 170. Attributes
Attribute Description
Id Server profile identifier.
ServerServiceTag Service tag of the server.
NOTE: When the server profile is created using the
server deployment process, the server profile id gets set
as the service tag of the server.
ServerInterfaceProfiles Sub payload, that takes information that is associated with a server
NIC. The request can take one or more ServerInterfaceProfiles, as
part of the payload.
ServerInterfaceProfiles/Id Server NIC identifier.
ServerInterfaceProfiles/NativeVLAN The untagged VLAN configured for a NIC.
ServerInterfaceProfiles/Networks/Id The tagged VLANs configured for a NIC.
The input that is required here is the identifier of the network
profile, with which you want to associate the NIC.
/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/
APIs specific to OpenManage Enterprise – Modular Edition 483