Get IPSEC Profile (v2.1)
GEThttps://api.sase.paloaltonetworks.com/sdwan/v2.1/api/ipsecprofiles/:profile_id
List a specific IPsec Profile.
Request
Path Parameters
profile_id stringrequired
The ID of the IPsec profile.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
authentication IPSECAuthenticationV1required
description
The description of the IPsec profile. Max size = 256.
dpd_delayint32
The DPD delay time in seconds (should be between 1-60 seconds) for IKEv1.
dpd_enableboolean
If DPD is enabled for the IPsec profile.
dpd_timeoutint32
The configured DPD timeout period.
esp_group ESPGrouprequired
idstring
The ID of the IPsec profile.
ike_group IKEGrouprequired
namestringrequired
The name of the IPsec profile. Max size = 128.
tagsstring[]
An information field that can be added to identify the IPsec profile. Maximum 10 unique tags of length 1024 each are allowed.
{
"authentication": {
"certificate": "string",
"certificate_profile_id": "string",
"comment": "string",
"ikev1_params": {
"xauth_id": "string",
"xauth_secret": "string",
"xauth_secret_encrypted": "string",
"xauth_secret_hash": "string",
"xauth_type": "NONE"
},
"local_ca_certificate": "string",
"local_id": "LOCAL_IP",
"local_id_custom": "string",
"local_pa_certificate_id": "string",
"pa_master_key_id": "string",
"passphrase": "string",
"passphrase_encrypted": "string",
"peer_id_check": "EXACT",
"permit_peer_id_mismatch": true,
"private_key": "string",
"private_key_encrypted": "string",
"remote_ca_certificate": "string",
"remote_id": "string",
"secret": "string",
"secret_encrypted": "string",
"secret_hash": "string",
"strict_validation_peer_extended_key_use": true,
"type": "NONE",
"x509Objects": {
"certHolder": {},
"certificate": "string",
"is_local_ca_cert_set": true,
"is_remote_ca_cert_set": true,
"keyPair": {},
"local_ca_certificate": "string",
"local_ca_certs_set": [
{}
],
"passphrase": "string",
"pkcs12_certificate": "string",
"private_key": "string",
"remote_ca_certificate": "string",
"remote_ca_certs_set": [
{}
]
}
},
"dpd_delay": 0,
"dpd_enable": true,
"dpd_timeout": 0,
"esp_group": {
"force_encapsulation": true,
"lifesize": {
"units": "string",
"value": 0
},
"lifetime": 0,
"lifetime_units": "string",
"mode": "TUNNEL",
"proposals": [
{
"dh_groups": "ECP224BP",
"encryption": "AES256CCM64",
"hash": "NONE",
"prf": "MD5"
}
],
"responder_sase_proposals": {
"dh_group": [
"NONE"
],
"encryption": [
"NONE"
],
"hash": [
"MD5"
]
}
},
"id": "string",
"ike_group": {
"aggressive": true,
"authentication_multiple": 0,
"key_exchange": "IKEV1",
"lifetime": 0,
"lifetime_units": "string",
"port": 0,
"proposals": [
{
"dh_groups": "ECP224BP",
"encryption": "AES256CCM64",
"hash": "NONE",
"prf": "MD5"
}
],
"reauth": true
},
"name": "string",
"tags": [
"string"
]
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.1/api/ipsecprofiles/:profile_id' \
-H 'Accept: application/json'
ResponseClear