Palo Alto Networks · Schema

Connector

Connector schema from Palo Alto Networks ZTNA Connector API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
connector_id string Unique identifier of the connector.
name string Display name of the connector.
group_id string ID of the connector group this connector belongs to.
status string Current health status of the connector.
version string Installed connector software version.
hostname string Hostname of the system where the connector is installed.
ip_address string IP address of the connector host.
region string Geographic region where the connector is deployed.
last_seen_at string Timestamp of the connector's most recent heartbeat.
created_at string
View JSON Schema on GitHub

JSON Schema

ztna-connector-api-connector-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Connector",
  "description": "Connector 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-schema.json",
  "type": "object",
  "properties": {
    "connector_id": {
      "type": "string",
      "description": "Unique identifier of the connector."
    },
    "name": {
      "type": "string",
      "description": "Display name of the connector."
    },
    "group_id": {
      "type": "string",
      "description": "ID of the connector group this connector belongs to."
    },
    "status": {
      "type": "string",
      "enum": [
        "connected",
        "disconnected",
        "upgrading",
        "error"
      ],
      "description": "Current health status of the connector."
    },
    "version": {
      "type": "string",
      "description": "Installed connector software version."
    },
    "hostname": {
      "type": "string",
      "description": "Hostname of the system where the connector is installed."
    },
    "ip_address": {
      "type": "string",
      "description": "IP address of the connector host."
    },
    "region": {
      "type": "string",
      "description": "Geographic region where the connector is deployed."
    },
    "last_seen_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the connector's most recent heartbeat."
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ztna-connector-api-connector"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.