Palo Alto Networks · Schema

CloudProvider

CloudProvider schema from SP Interconnect Manage APIs

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR
View JSON Schema on GitHub

JSON Schema

sase-multitenant-interconnect-api-cloud-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CloudProvider",
  "description": "CloudProvider 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-cloud-provider-schema.json",
  "type": "string",
  "enum": [
    "GCP",
    "AWS"
  ]
}