GatewayInfo

Response from GET /data/api/v1/gateway-info. Provides status and version information about the running Ignition Gateway.

SCADAHMIManufacturingIIoTIndustrial AutomationIndustrial IoTOPC UA

Properties

Name Type Description
name string Configured name of this Gateway instance.
version string Full Ignition version string (e.g., '8.3.0 (b2024010101)').
edition string Ignition edition.
platform string Host operating system platform string.
uptime integer Gateway uptime in milliseconds since last start.
redundancyState string Current redundancy role.
modules array List of installed and licensed modules.
View JSON Schema on GitHub

JSON Schema

inductive-automation-gateway-info-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/inductive-automation/blob/main/json-schema/inductive-automation-gateway-info-schema.json",
  "title": "GatewayInfo",
  "description": "Response from GET /data/api/v1/gateway-info. Provides status and version information about the running Ignition Gateway.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Configured name of this Gateway instance."
    },
    "version": {
      "type": "string",
      "description": "Full Ignition version string (e.g., '8.3.0 (b2024010101)')."
    },
    "edition": {
      "type": "string",
      "description": "Ignition edition.",
      "enum": ["Standard", "Edge", "Maker", "Panel"]
    },
    "platform": {
      "type": "string",
      "description": "Host operating system platform string."
    },
    "uptime": {
      "type": "integer",
      "description": "Gateway uptime in milliseconds since last start.",
      "minimum": 0
    },
    "redundancyState": {
      "type": "string",
      "description": "Current redundancy role.",
      "enum": ["Independent", "Master", "Backup", "Cold Standby"]
    },
    "modules": {
      "type": "array",
      "description": "List of installed and licensed modules.",
      "items": {
        "$ref": "#/definitions/ModuleInfo"
      }
    }
  },
  "definitions": {
    "ModuleInfo": {
      "type": "object",
      "description": "Information about a single installed Ignition module.",
      "properties": {
        "id": {
          "type": "string",
          "description": "Module ID (e.g., 'com.inductiveautomation.perspective')."
        },
        "name": {
          "type": "string",
          "description": "Display name of the module."
        },
        "version": {
          "type": "string",
          "description": "Module version string."
        },
        "state": {
          "type": "string",
          "description": "Module lifecycle state.",
          "enum": ["Loaded", "Licensed", "Errored", "Pending"]
        },
        "description": {
          "type": "string"
        },
        "vendor": {
          "type": "string"
        }
      }
    }
  },
  "additionalProperties": true
}

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/inductive-automation-gateway-info"
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.