Palo Alto Networks · Example Payload

Prisma Access Api Ike Gateway Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Access Api Ike Gateway Example is an example object payload from Palo Alto Networks, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameversionpeer_addressauthenticationlocal_idpeer_idfolder

Example Payload

Raw ↑
{
  "id": "example-id",
  "name": "Corporate Policy 95",
  "version": "ikev2-preferred",
  "peer_address": {
    "ip": "10.133.98.100",
    "dynamic": true
  },
  "authentication": {
    "pre_shared_key": "example-pre_shared_key",
    "certificate": {
      "local_certificate": "example-local_certificate"
    }
  },
  "local_id": {
    "type": "ipaddr",
    "id": "example-id"
  },
  "peer_id": {
    "type": "ufqdn",
    "id": "example-id"
  },
  "folder": "example-folder"
}