Palo Alto Networks · JSON Structure

Sase Multitenant Interconnect Api Physical Connection Entry Structure

PhysicalConnectionEntry schema from SP Interconnect Manage APIs

Type: object Properties: 7 Required: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

PhysicalConnectionEntry is a JSON Structure definition published by Palo Alto Networks, describing 7 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

physicalConnectionName linkType requestedLinkCount coloFacilities macSecEnabled partnerName partnerEmail

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-multitenant-interconnect-api-physical-connection-entry-structure.json",
  "name": "PhysicalConnectionEntry",
  "description": "PhysicalConnectionEntry schema from SP Interconnect Manage APIs",
  "type": "object",
  "properties": {
    "physicalConnectionName": {
      "type": "string",
      "pattern": "\\\\S"
    },
    "linkType": {
      "type": "string",
      "enum": [
        "LINK_TYPE_ETHERNET_10G_LR",
        "LINK_TYPE_ETHERNET_100G_LR"
      ]
    },
    "requestedLinkCount": {
      "type": "int32"
    },
    "coloFacilities": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "minItems": 1
    },
    "macSecEnabled": {
      "type": "boolean"
    },
    "partnerName": {
      "type": "string",
      "pattern": "\\\\S"
    },
    "partnerEmail": {
      "type": "string",
      "pattern": "\\\\S"
    }
  },
  "required": [
    "physicalConnectionName",
    "linkType",
    "coloFacilities",
    "partnerName",
    "partnerEmail"
  ]
}