Reference Guide

Table Of Contents
api/NetworkConfigurationService/Actions/
NetworkConfigurationService.ImportVLANDefinitions
This URI imports all network profiles.
POST method for importing network profiles
This method imports all network profiles.
Description Imports all network profiles.
Privilege NETWORK_MANAGEMENT
HTTP response
code
201
Example
response body
[
{
"Name":"1",
"Description": "d1",
"VlanMinimum": 1,
"VlanMaximum": 2,
"Type": 1
},{
"Name":"2",
"Description": "",
"VlanMinimum": 399,
"VlanMaximum": 400,
"Type": 1
},{
"Name":"3",
"Description": "",
"VlanMinimum": 20,
"VlanMaximum": 30,
"Type": 1
}
]
Table 102. Attributes
Attribute name Description
Id Unique identifier of the network.
Name Name of the network.
Description Description of the network.
VlanMaximum VLan can be defined as either a range or a single value. If
a single value is defined, the same value is assigned to both
VlanMaximum and VlanMinimum.
VlanMinimum VLan can be defined as either a range or a single value. If
a single value is defined, the same value is assigned to both
VlanMaximum and VlanMinimum.
NOTE: To define a profile which is not in a range, the
VlanMaximum and VlanMinimum must be same.
Type Network profile definition type.
For more information, see /api/
NetworkConfigurationService/NetworkTypes.
Configure 241