NSX Autonomous Edge REST API

IPSecVPNSessionListParameters (type)

{
  "additionalProperties": false,
  "description": "Parameters to get filtered list of IPSec VPN Sessions. The filter parameters are not mutually exclusive and can be used together.",
  "id": "IPSecVPNSessionListParameters",
  "properties": {
    "session_type": {
      "$ref": "IPSecVPNSessionResourceType",
      "description": "All the IPSec VPN sessions of specified type will be included in the result.",
      "required": false,
      "title": "Type of the vpn session"
    }
  },
  "title": "List parameters for IPSec VPN Sessions",
  "type": "object"
}