Palo Alto Networks · Example Payload

Sase Multitenant Interconnect Api Ip Pool Request Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Top-level fields

ipBlocksipProvider

Example Payload

Raw ↑
{
  "ipBlocks": [
    {
      "edgeLocation": "example-edgeLocation",
      "cidr": [
        "10.14.0.0/16",
        "10.160.0.0/16",
        "10.179.0.0/16"
      ],
      "type": "SECONDARY"
    },
    {
      "edgeLocation": "example-edgeLocation",
      "cidr": [
        "10.206.0.0/16",
        "10.53.0.0/16",
        "10.48.0.0/16"
      ],
      "type": "PRIMARY"
    }
  ],
  "ipProvider": "PANW"
}