Palo Alto Networks · Example Payload

Sase Multitenant Interconnect Api Vlan Attachment Request Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Sase Multitenant Interconnect Api Vlan Attachment Request Example is an example object payload from Palo Alto Networks, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namestackTypebandwidthbgpPeerAsnbgpPeerBfdSessionInitModebgpPeerBfdMinTransmitIntervalbgpPeerBfdMinReceiveIntervalbgpPeerBfdMultiplierdedicatedConnectionDetailsprimaryAttachmentCustomIpAddressredundantAttachmentCustomIpAddressbgpPeerMd5AuthEnabled

Example Payload

Raw ↑
{
  "name": "Corporate Cluster 89",
  "stackType": "IPV4_ONLY",
  "bandwidth": "BPS_1G",
  "bgpPeerAsn": 202,
  "bgpPeerBfdSessionInitMode": "ACTIVE",
  "bgpPeerBfdMinTransmitInterval": 6383,
  "bgpPeerBfdMinReceiveInterval": 20818,
  "bgpPeerBfdMultiplier": 15,
  "dedicatedConnectionDetails": [
    {
      "edgeAvailability": "example-edgeAvailability",
      "bandwidth": "BPS_50M"
    }
  ],
  "primaryAttachmentCustomIpAddress": {
    "candidateCloudRouterIpAddress": "10.242.218.10",
    "candidateCustomerRouterIpAddress": "10.45.98.158"
  },
  "redundantAttachmentCustomIpAddress": {
    "candidateCloudRouterIpAddress": "10.197.134.141",
    "candidateCustomerRouterIpAddress": "10.63.40.231"
  },
  "bgpPeerMd5AuthEnabled": true
}