Policy > Networking > Network Services > VPN > IPSEC > DPD Profiles

List DPD profiles

Get paginated list of all DPD Profiles.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/ipsec-vpn-dpd-profiles
Request Headers:
n/a
Query Parameters:
IPSecVpnDpdProfileListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/ipsec-vpn-dpd-profiles

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 1, "results": [ "resource_type" : "IPSecVpnDpdProfile", "path": "/infra/ipsec-vpn-dpd-profiles/aws-dpd-profile", "enabled" : true, "dpd_probe_interval" : 90, "_create_time" : 1517289492627, "_last_modified_user" : "system", "_last_modified_time" : 1517289492627, "_system_owned" : false, "_create_user" : "system", "_protection" : "NOT_PROTECTED", "_revision" : 3 } ] }

Required Permissions:

read

Feature:

policy_vpn

Additional Errors: