Moving a gateway node in the VPN topology

You can move a gateway node to the central or satellite gateways list, or move a gateway node under a parent node in the VPN topology.

After opening the VPN topology, use this request to move a gateway node from the central gateways list to the satellite gateways list in the VPN topology:

PUT http://localhost:8082/7.1/elements/vpn/5/gateway_tree_nodes/central/67
"node_usage":"satellite"

After opening the VPN topology, use this request to move a gateway node from the satellite gateways list to the central gateways list in the VPN topology:

PUT http://localhost:8082/7.1/elements/vpn/5/gateway_tree_nodes/satellite/67
"node_usage":"central"

After opening the VPN topology, use this request to move a gateway node under a parent node in the VPN topology:

PUT http://localhost:8082/7.1/elements/vpn/5/gateway_tree_nodes/satellite/67
"parent_node":http://localhost:8082/7.1/elements/vpn/5/gateway_tree_nodes/satellite/66