API Guide
Table 165. 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.
/api/NetworkService/Actions/
NetworkService.ModifyServerProfiles
This URI enables applying a server profile to one or many servers profiles, by the service tag. To run this API, you must have a server
profile , which is deployed using the server deployment process, on the system.
POST method for modifying profiles
This method enables applying a configuration to one or many servers.
Description
Applies a configuration to one or many servers.
Privilege FABRIC_MANAGEMENT
HTTP response
code
200
Example request
body
{
"ServersServiceTag":["PFSTN16","PFSTN17","PFSTN18"],
"ServerProfile":{
"BondingTechnology":"LACP",
"ServerInterfaceProfiles":[
{
"Id":"NIC.Mezzanine.1A-2-1",
"NicBonded":true,
"NativeVLAN":2,
"Networks":[
{"Id":25077},
{"Id":25080}
]
},
{
"Id":"NIC.Mezzanine.1A-1-1",
"NicBonded":true,
"Networks":[ {"Id":27372}]
}
]
}
}
Example response
body
{
"JobId": 25546
}
466 APIs specific to OpenManage Enterprise – Modular Edition