API Guide

Table Of Contents
HTTP response
codes
201
Example
{
"Id": "PFSTN16",
"ServerServiceTag":"PFSTN16",
"ServerInterfaceProfiles": [{
"Id": "NIC.Mezzanine.1-2-1",
"NativeVLAN":25,
"Networks": [{
"Id": 25365
},
{
"Id": 25484
}]
},
{
"Id": "NIC.Mezzanine.1-1-1"
}]
}
Output:
true
Table 139. Attributes
Attribute Description
Id Server profile identifier.
ServerServiceTag Service tag of the server.
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:
APIs specific to OpenManage Enterprise - Modular Edition 349