Reference Guide

Table Of Contents
api/NetworkConfigurationService/Actions/
NetworkConfigurationService.ExportVLANDefinitions
This URI exports all network profiles.
POST method for exporting VLAN definitions
This method exports all network profiles.
Description Exports all network profiles.
Privilege VIEW
HTTP response
code
201
Example
response body
None
api/NetworkConfigurationService/Actions/
NetworkConfigurationService.ValidateNetworkDefinitionFile
This URI validates the network profiles, which you want to import.
POST method for validating network profiles
This method validates the network profiles that you want to import.
Description
Validates the network profiles that you want to import.
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 103. Attributes
Attribute name Description
Id Unique identifier of the network.
242 Configure