Apigee · Schema

Instance

An Apigee runtime instance.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
name string Required. Resource name of the instance.
location string Required. Google Cloud region where the instance resides.
host string Output only. Internal hostname of the instance.
port string Output only. Port number of the instance.
state string Output only. State of the instance.
description string Description of the instance.
displayName string Display name for the instance.
createdAt string Output only. Time the instance was created.
lastModifiedAt string Output only. Time the instance was last modified.
diskEncryptionKeyName string Customer-managed encryption key (CMEK) for the instance disk.
ipRange string IP range for peering with the customer VPC.
peeringCidrRange string Size of the CIDR block range for peering.
View JSON Schema on GitHub

JSON Schema

apigee-instance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Instance",
  "title": "Instance",
  "type": "object",
  "description": "An Apigee runtime instance.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Required. Resource name of the instance."
    },
    "location": {
      "type": "string",
      "description": "Required. Google Cloud region where the instance resides."
    },
    "host": {
      "type": "string",
      "description": "Output only. Internal hostname of the instance.",
      "readOnly": true
    },
    "port": {
      "type": "string",
      "description": "Output only. Port number of the instance.",
      "readOnly": true
    },
    "state": {
      "type": "string",
      "description": "Output only. State of the instance.",
      "readOnly": true,
      "enum": [
        "STATE_UNSPECIFIED",
        "CREATING",
        "ACTIVE",
        "DELETING",
        "UPDATING"
      ]
    },
    "description": {
      "type": "string",
      "description": "Description of the instance."
    },
    "displayName": {
      "type": "string",
      "description": "Display name for the instance."
    },
    "createdAt": {
      "type": "string",
      "format": "int64",
      "description": "Output only. Time the instance was created.",
      "readOnly": true
    },
    "lastModifiedAt": {
      "type": "string",
      "format": "int64",
      "description": "Output only. Time the instance was last modified.",
      "readOnly": true
    },
    "diskEncryptionKeyName": {
      "type": "string",
      "description": "Customer-managed encryption key (CMEK) for the instance disk."
    },
    "ipRange": {
      "type": "string",
      "description": "IP range for peering with the customer VPC."
    },
    "peeringCidrRange": {
      "type": "string",
      "description": "Size of the CIDR block range for peering.",
      "enum": [
        "SLASH_16",
        "SLASH_20",
        "SLASH_22",
        "SLASH_23",
        "SLASH_24"
      ]
    }
  }
}

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-instance"
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.