API Guide

Table Of Contents
/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}]
}
]
}
}
Example
response body
{
"JobId": 25546
}
/api/NetworkService/Actions/
NetworkService.DeleteServerNetworks
This API enables you to delete network profiles from an existing interface profile for one or many targeted servers.
POST method for deleting server networks
This method enables you to delete network profiles from an existing interface profile for one or many targeted servers. To run
this API, you must have a server profile with NICs that were deployed using the server deployment process, on the system.
Description
Deletes network profiles from 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":{
510 APIs specific to OpenManage Enterprise Modular Edition