L2VpnSessionPeerCodes
L2VpnSessionPeerCodes
Get the peer_code for each tunnel to paste on the remote end of the tunnel. Currently only stand-along/unmanaged edge is supported on the remote end of the tunnel.
JSON Example
{
"peer_codes": [
{
"transport_tunnel": {
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
},
"peer_code": "string"
}
]
}