Apigee · Schema

IntegrationVersion

A version of an integration containing the complete configuration.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
name string Output only. Resource name of the version.
description string Description of the integration version.
taskConfigs array List of task configurations in the integration.
triggerConfigs array List of trigger configurations.
integrationParameters array Parameters used by the integration.
state string State of the integration version.
snapshotNumber string Output only. Auto-incrementing snapshot number.
createTime string Output only. Time the version was created.
lastModifierEmail string Output only. Email of the last person who modified.
parentTemplateId string ID of the template this version was created from.
userLabel string User-defined label for the version.
databasePersistencePolicy string Database persistence policy for execution logs.
View JSON Schema on GitHub

JSON Schema

apigee-integrationversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationVersion",
  "title": "IntegrationVersion",
  "type": "object",
  "description": "A version of an integration containing the complete configuration.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Output only. Resource name of the version.",
      "readOnly": true
    },
    "description": {
      "type": "string",
      "description": "Description of the integration version."
    },
    "taskConfigs": {
      "type": "array",
      "description": "List of task configurations in the integration.",
      "items": {
        "$ref": "#/components/schemas/TaskConfig"
      }
    },
    "triggerConfigs": {
      "type": "array",
      "description": "List of trigger configurations.",
      "items": {
        "$ref": "#/components/schemas/TriggerConfig"
      }
    },
    "integrationParameters": {
      "type": "array",
      "description": "Parameters used by the integration.",
      "items": {
        "$ref": "#/components/schemas/IntegrationParameter"
      }
    },
    "state": {
      "type": "string",
      "description": "State of the integration version.",
      "enum": [
        "INTEGRATION_STATE_UNSPECIFIED",
        "DRAFT",
        "ACTIVE",
        "ARCHIVED",
        "SNAPSHOT"
      ]
    },
    "snapshotNumber": {
      "type": "string",
      "format": "int64",
      "description": "Output only. Auto-incrementing snapshot number.",
      "readOnly": true
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. Time the version was created.",
      "readOnly": true
    },
    "lastModifierEmail": {
      "type": "string",
      "description": "Output only. Email of the last person who modified.",
      "readOnly": true
    },
    "parentTemplateId": {
      "type": "string",
      "description": "ID of the template this version was created from."
    },
    "userLabel": {
      "type": "string",
      "description": "User-defined label for the version."
    },
    "databasePersistencePolicy": {
      "type": "string",
      "description": "Database persistence policy for execution logs.",
      "enum": [
        "DATABASE_PERSISTENCE_POLICY_UNSPECIFIED",
        "DATABASE_PERSISTENCE_DISABLED",
        "DATABASE_PERSISTENCE_ASYNC"
      ]
    }
  }
}

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/apigee-integrationversion"
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.