Reference Guide
Example
response body
{
"@odata.context": "/api/$metadata#NetworkConfigurationService.QosType/
$entity",
"@odata.id": "/api/NetworkConfigurationService/QosTypes(1)",
"Id": 1,
"Name": "Platinum"
}
/api/NetworkConfigurationService/Actions/
NetworkConfigurationService.RemoveNetworks
POST method for removing networks
This method deletes the specified networks from the system.
Description Deletes the specified networks.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
Example request
body
{
"NetworkIds": [42214,42314]
}
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
},{
230 Configure