API Guide

Table Of Contents
/api/NetworkService/Actions/
NetworkService.ApplyServersInterfaceProfiles
This URI updates one or more server profile IDs at a time.
You can also use this URI to set multiple server profiles at a time. A job is created in the OME - Modular web interface to track
the progress of the server profile configuration task.
NOTE: To run the API, you must have an existing server profile, which is deployed using the server deployment process, in
the system.
POST method for updating multiple server profile IDs
This method updates the IDs of server profiles.
Description Updates the server profile IDs.
Privilege FABRIC_MANAGEMENT
HTTP response
code
200
Example request
body
[{
"Id": "ASFFFDS",
"ServerServiceTag":"ASFFFDS",
"BondingTechnology": "LACP",
"ServerInterfaceProfiles": [{
"Id": "NIC.Mezzanine.1A-1-1",
"NicBonded": false,
"NativeVLAN": 2
},
{
"Id": "NIC.Mezzanine.1A-2-1",
"NativeVLAN": 1,
"NicBonded": false,
"Networks": [{
"Id": 10111
}]
}]
}]
Example
response body
{
"JobId": 12984
}
Table 169. Attributes
Attribute Description
JobId ID of the job that is created as part of the request. You can
track the progress of the request using the Job ID.
BondingTechnology Indicates the NIC bonding technology that is configured for
the server profile. Enables the NIC teaming type that you
want to configure for a profile. The supported options are:
LACP
Others
NoTeaming
NicBonded Indicates if the given NIC port participates in the NIC teaming.
It is a binary attribute.
508 APIs specific to OpenManage Enterprise Modular Edition