Reference Guide
api/NetworkService/ServerProfiles(Id)/ServerInterfaceProfiles
This URI gets a list of server interface profiles by server profile IDs.
GET method for server interface profiles
This method gets the server interface profiles by server profile IDs.
Description
Privilege VIEW
HTTP Response
Code
Response
/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
}
APIs specific to OpenManage Enterprise – Modular Edition 507