Palo Alto Networks · JSON Structure

Ztna Connector Api Connector Request Structure

ConnectorRequest schema from Palo Alto Networks ZTNA Connector API

Type: object Properties: 3 Required: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

name group_id description

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/ztna-connector-api-connector-request-structure.json",
  "name": "ConnectorRequest",
  "description": "ConnectorRequest schema from Palo Alto Networks ZTNA Connector API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the connector."
    },
    "group_id": {
      "type": "string",
      "description": "ID of the connector group to assign the connector to."
    },
    "description": {
      "type": "string",
      "description": "Optional description of the connector's purpose or location."
    }
  },
  "required": [
    "name",
    "group_id"
  ]
}