NSX-T Data Center REST API

L2VPNSessionPeerConfigRequestParameters (type)

{
  "additionalProperties": false,
  "description": "Request parameters for fetching L2VPN session peer configuration. The optional backward_compatible parameter controls the peer code version.",
  "extends": {
    "$ref": "PolicyRuntimeOnEpRequestParameters"
  },
  "id": "L2VPNSessionPeerConfigRequestParameters",
  "module_id": "PolicyVpnLayer2VPN",
  "nsx_feature": "VPNSHA1Removal",
  "properties": {
    "backward_compatible": {
      "deprecated": true,
      "deprecation_advice": "Once all L2VPN clients have been upgraded to the latest release,\nstop setting backward_compatible=true. This parameter will be\nremoved in a future release once backward compatibility support\nis fully discontinued.\n",
      "description": "The peer code generation has been enhanced for improved security. In case the L2VPN client is running a different (old) release, set backward_compatible=true to download a peer code that is compatible with older releases. It is strongly recommended to upgrade the L2VPN client to the latest release.",
      "required": false,
      "title": "Backward compatible peer code",
      "type": "boolean"
    },
    "enforcement_point_path": {
      "description": "enforcement point path, forward slashes must be escaped using %2F.",
      "required": false,
      "title": "String Path of the enforcement point",
      "type": "string"
    }
  },
  "title": "L2VPN Session Peer Config Request Parameters",
  "type": "object"
}