API Guide

]
}
}
Example response
body
{
"JobId": 25546
}
Table 162. 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.AddServerNetworks
This API enables you to append network profiles in an existing interface profile for one or many targeted servers.
POST method for adding server networks
This method enables you to append network profiles in an existing interface profile for one or many targeted servers. To run this API, you
must have a server profile with NICs that are deployed using the server deployment process, on the system.
Description
Enables you to append network profiles in an existing interface profile for one or many targeted servers.
Privilege FABRIC_MANAGEMENT
HTTP Response
Code
200
Example request
body
{
"ServersServiceTag":["PFSTN16","PFSTN17","PFSTN18"],
"ServerProfile":{
"ServerInterfaceProfiles":[
{
"Id":"NIC.Mezzanine.1A-2-1",
"Networks":[
{"Id":25077},
{"Id":25080}
]
},
{
"Id":"NIC.Mezzanine.1A-1-1",
"Networks":[ {"Id":27372}]
}
]
}
}
444 APIs specific to OpenManage Enterprise - Modular Edition