NSX Autonomous Edge REST API

Get IPSec multipath group

Get custom IPSec multipath group, given the particular id.

Request:

Method:
GET
URI Path(s):
/vpn/ipsec/multi-path-groups/{ipsec-multi-path-group-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<ip>/api/v1/vpn/ipsec/multi-path-groups/514f0bef-52cc-4652-a886-03501a1cebb6

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPSecMultiPathGroup+

Example Response:

{ "resource_type" : "IPSecMultiPathGroup", "id" : "514f0bef-52cc-4652-a886-03501a1cebb6", "display_name" : "ipsec-multi-path-group", "enabled" : true, "scheme": "THRESHOLD_BASED", "scheme_value": 80, "source_port_pool_size" : 7 }

Required Permissions:

read

Feature:

vpn

Additional Errors: