API Guide

api/NetworkService/ServerProfiles(Id1)/
ServerInterfaceProfiles(Id2)
This URI gets server interface profiles by IDs.
GET method for server interface profiles
Add your section content here.
/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 161. 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.
456 APIs specific to OpenManage Enterprise Modular Edition