Resources | Methods |
---|---|
https://localhost:8443/api/rest/vpns/genkey |
GET
Generate a static VPN key for use with OpenVPN.
|
https://localhost:8443/api/rest/vpns |
GET
Get the list of VPN configurations.
POST Creating a single VPN configuration entry. |
https://localhost:8443/api/rest/vpns/config-remote-peer |
POST .
|
https://localhost:8443/api/rest/vpns/{value} |
GET
Get the VPN information.
PUT Updating VPN configuration entry. DELETE Delete the VPN configuration. |
https://localhost:8443/api/rest/vpns/{value}/status |
GET
Get the status of a VPN connection
[tags: DMA]
.
|
GETGenerate a static VPN key for use with OpenVPN. This value can be placed in a plcm-vpn. [tags: DMA] RequestResponse
|
GETGet the list of VPN configurations. [tags: DMA] RequestResponse
POSTCreating a single VPN configuration entry. The inverse of this (with respect to local an remote values) will need to be created on the remote server. [tags: DMA] RequestRepresentations
Response
|