API Guide

Table Of Contents
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 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 the same.
Type Network profile definition type.
For more information, see /api/
NetworkConfigurationService/NetworkTypes.
Configure 233