Reference Guide
Example
curl -X GET -u admin:admin 
-k "https://10.11.86.113/restconf/data/interfaces/interface/vlan20" 
-H "accept: application/json"
Delete a VLAN conguration
RESTCONF 
endpoint
/restconf/data/interfaces/interface/vlan10
JSON content None
Parameters
• interface vlan-id — Enter the VLAN ID, from 1 to 4093.
Example
curl -X DELETE -u admin:admin 
-k "https://10.11.86.113/restconf/data/interfaces/interface/vlan10"
-H "accept: application/json"
VLT
Create VLT domain on each peer
RESTCONF 
endpoint
/restconf/data
JSON content
{
 "node-topology": [{
 "topology-id": 1,
 "topology-type": "VLT",
 "dell-vlt:vlt-domain": {}
 }]
}
Parameters
• topology-id int — Congure the same VLT domain ID on each peer, from 1 to 255.
• topology-type value — Enter VLT for a VLT domain.
Example
curl -X POST -k -u admin:admin -H "accept: application/json" 
-H "Content-Type: application/json" "https://10.11.86.113/restconf/data" 
-d '{"node-topology": [{"topology-id":1, "topology-type":"VLT", "dell-vlt:vlt-
domain":{}}]}'
Congure and enable VLTi ports in L2 Access mode
RESTCONF 
endpoint
/restconf/data/interfaces/interface=ethernet1/1/1
JSON content
{
 "interface": [{
 "name": "ethernet1/1/1",
 "enabled": "true",
 "dell-interface:mode": "MODE_L2DISABLED"
 }]
}
802 RESTCONF API










