Reference Guide

Table Of Contents
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')/
ServerInterfaceProfiles('NIC.Mezzanine.1A-1-1')/Networks(25076)",
"Id": 25076,
"Name": "10",
"Description": "10",
"VlanMaximum": 10,
"VlanMinimum": 10,
"Type": 1,
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:08:21.946",
"UpdatedBy": null,
"UpdatedTime": "1970-01-31 00:08:21.946",
"InternalRefNWUUId": "991f2843-376e-49f3-a407-e5118f1d85ba"
}
/api/NetworkService/Actions/
NetworkService.ApplyServersInterfaceProfiles
This URI performs bulk update on one or more server profiles simultaneously. To run this URI, you must have a server profile
that is deployed using the server deployment process, on the system. A job is created in OME-Modular to track the progress of
the task.
POST method for applying network service to server interface profiles
This method performs bulk update on multiple server profiles simultaneously.
Description
Performs bulk update on multiple server profiles by ID.
Privilege FABRIC MANAGEMENT
HTTP Response
Code
201
Example request
body
[{
"Id": "SL4V311",
"ServerServiceTag": "SL4V311",
"ServerInterfaceProfiles": [{
Id": "NIC.Mezzanine.1-2-1",
"NativeVLAN":1,
"Networks": [{
"Id": 25112
},
{
"Id": 25114
}]
},
{
"Id": "NIC.Mezzanine.1-1-1"
}]
}]
Example
response body
{
"JobId": 25546
}
APIs specific to OpenManage Enterprise Modular Edition 597