ZTNA Protected Application

A private application registered with a ZTNA broker for identity-aware access.

Access ControlCloud SecurityCybersecurityIdentity ManagementNetwork AccessNetwork SecuritySecurityVPN ReplacementZero TrustZTNA

Properties

Name Type Description
id string
name string
type string
fqdn string
ip_ranges array
port_ranges array
connector_group string
tags array
created string
View JSON Schema on GitHub

JSON Schema

zero-trust-network-access-application-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zero-trust-network-access/main/json-schema/zero-trust-network-access-application-schema.json",
  "title": "ZTNA Protected Application",
  "description": "A private application registered with a ZTNA broker for identity-aware access.",
  "type": "object",
  "required": ["id", "name", "type"],
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "type": { "type": "string", "enum": ["http", "tcp", "udp", "ssh", "rdp", "vnc", "saas"] },
    "fqdn": { "type": "string" },
    "ip_ranges": { "type": "array", "items": { "type": "string", "format": "ipv4" } },
    "port_ranges": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "start": { "type": "integer" },
          "end": { "type": "integer" }
        }
      }
    },
    "connector_group": { "type": "string" },
    "tags": { "type": "array", "items": { "type": "string" } },
    "created": { "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/zero-trust-network-access-application"
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 email required.

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