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
codes
201
Example
Input:
[{
"Id": "SL4V311",
"ServerServiceTag": "SL4V311",
"ServerInterfaceProfiles": [{
Id": "NIC.Mezzanine.1-2-1",
"NativeVLAN":1,
"Networks": [{
"Id": 25112
},
{
"Id": 25114
}]
},
{
"Id": "NIC.Mezzanine.1-1-1"
}]
}]
Output:
{
"JobId": 25546
}
Table 141. 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.
APIs specific to OpenManage Enterprise - Modular Edition 353