WADL
URL
http://hostname:8888/opennaas/router/{name}/l3vlan?_wadl
Description
Methods
AddIpAddressToBridgedDomain
Adds an IP to a specific VlanBridge.
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/router/{resourceName}/l3vlan/{domainName}/ip?ipAddress={ipAddress} | |
Method | PUT | |
Path Parameter | domainName | Id of the domain where we want to set the ip |
Query Parameter | ipAddress | IP address to set in the bridge domain. |
Return | - | - |
RemoveIpAddressfromBridgedDomain
Removes the specified ip from the desired VlanBridge.
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/router/{resourceName}/l3vlan | |
Method | DELETE | |
Path Parameter | domainName | Id of the domain where we want to unset the ip |
Query Parameter | ipAddress | IP address to unset from the bridge domain. |
Return | - | - |
GetL3Vlans
Get the list of all VLAN Bridges containing an ip. In order to get the list of all VLAN Bridges, use the VLAN Bridge Capability.
Value | Description | |
---|---|---|
URL | http://hostname:8888/opennaas/router/{resourceName}/l3vlan | |
Method | GET | |
Return | BridgeDomains | Object containing a list of Strings, representing the name of the vlanbridges with ip (l3vlan) |
Response Example
Following response indicate two VLAN Bridges with IPs.
<?xml version="1.0" encoding="UTF-8"?> <ns2:bridgeDomains xmlns:ns2="opennaas.api"> <domainName>vlan.2</domainName> <domainName>vlan.3</domainName> </ns2:bridgeDomains>