Adding a gateway node to the VPN topology

You can use POST requests to add a gateway node to the VPN topology.

After opening the VPN topology, use this request to add an internal_gateway data element to the gateway_tree_nodes in the VPN topology:

POST http://localhost:8082/7.0/elements/vpn/5/gateway_tree_nodes/satellite
{"gateway":"http://localhost:8082/7.0/elements/fw_cluster/1557/internal_gateway/56",
"node_usage":"central"}
Note: The gateway_tree_nodes data element represents nodes in the VPN topology tree. The internal_gateway attribute gives access to the gateway data element.