Palo Alto Networks · Schema

ConnectorGroupRequest

ConnectorGroupRequest schema from Palo Alto Networks ZTNA Connector API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
name string Display name for the connector group.
description string Optional description of the connector group.
region string Geographic region for this connector group.
View JSON Schema on GitHub

JSON Schema

ztna-connector-api-connector-group-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConnectorGroupRequest",
  "description": "ConnectorGroupRequest schema from Palo Alto Networks ZTNA Connector API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/ztna-connector-api-connector-group-request-schema.json",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the connector group."
    },
    "description": {
      "type": "string",
      "description": "Optional description of the connector group."
    },
    "region": {
      "type": "string",
      "description": "Geographic region for this connector group."
    }
  },
  "required": [
    "name"
  ]
}