API Guide
Table 160. Attributes
Attribute name Description
UplinkType ID of the uplink type. For more information, see /api/
NetworkService/UplinkTypes).
api/NetworkService/Actions/
NetworkService.UpdateServerUntaggedVLAN
This API allows you to update untagged network profiles on an existing interface profile for one or more target servers.
POST method for updating untagged network profiles
This method allows you to update untagged network profiles on an existing interface profile for one or more target servers.
NOTE: To run this API, you must have an existing server profile with NICs in system, that were deployed using the
server deployment workflow.
Description Updates untagged network profiles on an existing interface profile for one or more target servers.
Privilege FABRIC_MANAGEMENT
HTTP response
code
201
Example response
body
{
"ServersServiceTag":["GLDTCV2"],
"ServerProfile":{
"ServerInterfaceProfiles": [{
"Id": "NIC.Mezzanine.1A-1-1",
"NativeVLAN":700
},
{
"Id": "NIC.Mezzanine.1A-2-1",
"NativeVLAN":700
}]
}
}
Table 161. Attributes
Attribute name Description
ServersServiceTag This takes list of service tags of servers as input for targeted servers in the system.
ServerProfile Container object that carries one or more server interface profiles as list.
ServerInterfaceProfiles Details of the server profile.
NativeVLAN A VLAN number that you can configure as an untagged network on the targeted
server NIC interface.
/api/NetworkService/Fabrics(Id)/Switches
This URI represents the switches of a specific fabric.
GET method for Switches for a specific fabric
This method returns the switches of a specific fabric.
Description
Returns the uplinks of a specific fabric.
Privilege VIEW
APIs specific to OpenManage Enterprise – Modular Edition 437