---
title: Apigee Instance
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Apigee Instance
---

# Apigee Instance

Apigee Instance is a managed runtime environment in Google Cloud used to host and manage API proxies. It provides the infrastructure for processing API traffic, applying security policies, and enforcing rate limits. Each instance runs within a specific region and can be associated with one or more Apigee environments to ensure low latency and high availability for API requests.

```
gcp.apigee_instance
```

## Fields

| Title                    | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Description |
| ------------------------ | ---- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                     | core | string        |
| access_logging_config    | core | json          | Optional. Access logging configuration enables the access logging feature at the instance. Apigee customers can enable access logging to ship the access logs to their own project's cloud logging.                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ancestors                | core | array<string> |
| consumer_accept_list     | core | array<string> | Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.                                                                                                                                                                                                                                                                                      |
| created_at               | core | int64         | Output only. Time the instance was created in milliseconds since epoch.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| datadog_display_name     | core | string        |
| description              | core | string        | Optional. Description of the instance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| disk_encryption_key_name | core | string        | Optional. Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not specified, a Google-Managed encryption key will be used. Use the following format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`                                                                                                                                                                                                                                                                                                                                                                            |
| gcp_display_name         | core | string        | Optional. Display name for the instance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| host                     | core | string        | Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ip_range                 | core | string        | Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28` |
| labels                   | core | array<string> |
| last_modified_at         | core | int64         | Output only. Time the instance was last modified in milliseconds since epoch.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| location                 | core | string        | Required. Compute Engine location where the instance resides.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| name                     | core | string        | Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| organization_id          | core | string        |
| parent                   | core | string        |
| peering_cidr_range       | core | string        | Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.                                                                                                                                                                                                                                                                                                                                                                                                                     |
| port                     | core | string        | Output only. Port number of the exposed Apigee endpoint.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| project_id               | core | string        |
| project_number           | core | string        |
| region_id                | core | string        |
| resource_name            | core | string        |
| runtime_version          | core | string        | Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| service_attachment       | core | string        | Output only. Resource name of the service attachment created for the instance in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.                                                                                                                                                                                                                                                                                                                                                                                         |
| state                    | core | string        | Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| tags                     | core | hstore_csv    |
| zone_id                  | core | string        |
