Palo Alto Networks · Schema

DedicatedVlanAttachmentDetailsEntry

DedicatedVlanAttachmentDetailsEntry schema from SP Interconnect Manage APIs

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
edgeAvailability string
bandwidth string
View JSON Schema on GitHub

JSON Schema

sase-multitenant-interconnect-api-dedicated-vlan-attachment-details-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DedicatedVlanAttachmentDetailsEntry",
  "description": "DedicatedVlanAttachmentDetailsEntry schema from SP Interconnect Manage APIs",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-multitenant-interconnect-api-dedicated-vlan-attachment-details-entry-schema.json",
  "type": "object",
  "properties": {
    "edgeAvailability": {
      "type": "string"
    },
    "bandwidth": {
      "type": "string",
      "enum": [
        "BPS_50M",
        "BPS_100M",
        "BPS_200M",
        "BPS_300M",
        "BPS_400M",
        "BPS_500M",
        "BPS_1G",
        "BPS_2G",
        "BPS_5G",
        "BPS_10G"
      ]
    }
  },
  "required": [
    "edgeAvailability"
  ]
}