RemoteEndpoint

RemoteEndpoint
RemoteEndpoint

This represents the remote endpoint i.e. the endpoint which the tunnel from the Gateway will connect to.

JSON Example
{
    "remoteId": "string",
    "remoteAddress": "string",
    "remoteNetworks": [
        "string"
    ]
}
string
remoteId
Optional

This Remote ID is needed to uniquely identify the peer site. If the remote ID is not set, it will default to the remote IP address. The requirement for remote id depends on the authentication mode for the tunnel.

  • PSK - The Remote ID is the public IP Address of the remote device terminating the VPN Tunnel. When NAT is configured on the Remote ID, enter the private IP Address of the Remote Site.
  • CERTIFICATE - The remote ID needs to match the certificate SAN (Subject Alternative Name) if available. If the remote certificate does not contain a SAN, the remote ID must match the the distinguished name of the certificate used to secure the remote endpoint (for example, C=US,ST=Massachusetts,O=VMware,OU=VCD,CN=Edge1).
string
remoteAddress
Required

The IP Address of the remote endpoint on the remote site. This is the Public IP Address of the remote device terminating the VPN connection.

array of string
remoteNetworks
Optional

List of remote networks. These must be specified in normal Network CIDR format. Specifying no value is interpreted as 0.0.0.0/0. This property is ignored when the tunnelType field is set to "ROUTE_BASED".

Availability
Added in 33.0