App Engine Version

This table represents the App Engine Version resource from Google Cloud Platform.

gcp.appengine_version

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
api_configcorejsonServing configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
app_engine_apiscoreboolAllows App Engine second generation runtimes to access the legacy bundled services.
automatic_scalingcorejsonAutomatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
basic_scalingcorejsonA service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
create_timecoretimestampTime that this version was created.@OutputOnly
created_bycorestringOutput only. Email address of the user who created this version.@OutputOnly
datadog_display_namecorestring
default_expirationcorestringDuration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.
deploymentcorejsonCode and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
disk_usage_bytescoreint64Output only. Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly
endpoints_api_servicecorejsonCloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
entrypointcorejsonThe entrypoint for the application.
envcorestringApp Engine execution environment for this version.Defaults to standard.
error_handlerscorejsonCustom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
flexible_runtime_settingscorejsonSettings for App Engine flexible runtimes.
handlerscorejsonAn ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
health_checkcorejsonConfigures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
idcorestringRelative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
inbound_servicescorearray<string>Before an application can receive email or XMPP messages, the application must be configured to enable the service.
instance_classcorestringInstance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
labelscorearray<string>
librariescorejsonConfiguration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
liveness_checkcorejsonConfigures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
manual_scalingcorejsonA service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
namecorestringOutput only. Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly
networkcorejsonExtra network settings. Only applicable in the App Engine flexible environment.
nobuild_files_regexcorestringFiles that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
readiness_checkcorejsonConfigures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
resource_namecorestring
resourcescorejsonMachine resources for this version. Only applicable in the App Engine flexible environment.
runtimecorestringDesired runtime. Example: python27.
runtime_api_versioncorestringThe version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref
runtime_channelcorestringThe channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
runtime_main_executable_pathcorestringThe path or name of the app's main executable.
service_accountcorestringThe identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
serving_statuscorestringCurrent serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING. Possible values: ['SERVING_STATUS_UNSPECIFIED', 'SERVING', 'STOPPED']. Values descriptions: ['Not specified.', 'Currently serving. Instances are created according to the scaling settings of the version.', 'Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING.']
tagscorehstore
threadsafecoreboolWhether multiple requests can be dispatched to this version at once.
version_urlcorestringOutput only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly
vmcoreboolWhether to deploy this version in a container on a virtual machine.
vpc_access_connectorcorejsonEnables VPC connectivity for standard apps.
zonescorearray<string>The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.