- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
api_config
Type: STRUCT
Provider name: apiConfig
Description: Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
auth_fail_action
STRING
authFailAction
AUTH_FAIL_ACTION_UNSPECIFIED
- Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.AUTH_FAIL_ACTION_REDIRECT
- Redirects user to ‘accounts.google.com’. The user is redirected back to the application URL after signing in or creating an account.AUTH_FAIL_ACTION_UNAUTHORIZED
- Rejects request with a 401 HTTP status code and an error message.login
STRING
login
LOGIN_UNSPECIFIED
- Not specified. LOGIN_OPTIONAL is assumed.LOGIN_OPTIONAL
- Does not require that the user is signed in.LOGIN_ADMIN
- If the user is not signed in, the auth_fail_action is taken. In addition, if the user is not an administrator for the application, they are given an error message regardless of auth_fail_action. If the user is an administrator, the handler proceeds.LOGIN_REQUIRED
- If the user has signed in, the handler proceeds normally. Otherwise, the auth_fail_action is taken.script
STRING
script
security_level
STRING
securityLevel
SECURE_UNSPECIFIED
- Not specified.SECURE_DEFAULT
- Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used, and respond accordingly.SECURE_NEVER
- Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.SECURE_OPTIONAL
- Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.SECURE_ALWAYS
- Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.url
STRING
url
app_engine_apis
Type: BOOLEAN
Provider name: appEngineApis
Description: Allows App Engine second generation runtimes to access the legacy bundled services.
automatic_scaling
Type: STRUCT
Provider name: automaticScaling
Description: Automatic 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.
cool_down_period
STRING
coolDownPeriod
cpu_utilization
STRUCT
cpuUtilization
aggregation_window_length
STRING
aggregationWindowLength
target_utilization
DOUBLE
targetUtilization
disk_utilization
STRUCT
diskUtilization
target_read_bytes_per_second
INT32
targetReadBytesPerSecond
target_read_ops_per_second
INT32
targetReadOpsPerSecond
target_write_bytes_per_second
INT32
targetWriteBytesPerSecond
target_write_ops_per_second
INT32
targetWriteOpsPerSecond
max_concurrent_requests
INT32
maxConcurrentRequests
max_idle_instances
INT32
maxIdleInstances
max_pending_latency
STRING
maxPendingLatency
max_total_instances
INT32
maxTotalInstances
min_idle_instances
INT32
minIdleInstances
min_pending_latency
STRING
minPendingLatency
min_total_instances
INT32
minTotalInstances
network_utilization
STRUCT
networkUtilization
target_received_bytes_per_second
INT32
targetReceivedBytesPerSecond
target_received_packets_per_second
INT32
targetReceivedPacketsPerSecond
target_sent_bytes_per_second
INT32
targetSentBytesPerSecond
target_sent_packets_per_second
INT32
targetSentPacketsPerSecond
request_utilization
STRUCT
requestUtilization
target_concurrent_requests
INT32
targetConcurrentRequests
target_request_count_per_second
INT32
targetRequestCountPerSecond
standard_scheduler_settings
STRUCT
standardSchedulerSettings
max_instances
INT32
maxInstances
min_instances
INT32
minInstances
target_cpu_utilization
DOUBLE
targetCpuUtilization
target_throughput_utilization
DOUBLE
targetThroughputUtilization
basic_scaling
Type: STRUCT
Provider name: basicScaling
Description: A 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.
idle_timeout
STRING
idleTimeout
max_instances
INT32
maxInstances
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Time that this version was created.@OutputOnly
created_by
Type: STRING
Provider name: createdBy
Description: Output only. Email address of the user who created this version.@OutputOnly
default_expiration
Type: STRING
Provider name: defaultExpiration
Description: Duration 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.
deployment
Type: STRUCT
Provider name: deployment
Description: Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
cloud_build_options
STRUCT
cloudBuildOptions
app_yaml_path
STRING
appYamlPath
cloud_build_timeout
STRING
cloudBuildTimeout
container
STRUCT
container
image
STRING
image
zip
STRUCT
zip
files_count
INT32
filesCount
source_url
STRING
sourceUrl
disk_usage_bytes
Type: INT64
Provider name: diskUsageBytes
Description: Output 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_service
Type: STRUCT
Provider name: endpointsApiService
Description: Cloud 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.
config_id
STRING
configId
disable_trace_sampling
BOOLEAN
disableTraceSampling
name
STRING
name
rollout_strategy
STRING
rolloutStrategy
UNSPECIFIED_ROLLOUT_STRATEGY
- Not specified. Defaults to FIXED.FIXED
- Endpoints service configuration ID will be fixed to the configuration ID specified by config_id.MANAGED
- Endpoints service configuration ID will be updated with each rollout.entrypoint
Type: STRUCT
Provider name: entrypoint
Description: The entrypoint for the application.
shell
STRING
shell
env
Type: STRING
Provider name: env
Description: App Engine execution environment for this version.Defaults to standard.
error_handlers
Type: UNORDERED_LIST_STRUCT
Provider name: errorHandlers
Description: Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
error_code
STRING
errorCode
ERROR_CODE_UNSPECIFIED
- Not specified. ERROR_CODE_DEFAULT is assumed.ERROR_CODE_DEFAULT
- All other error types.ERROR_CODE_OVER_QUOTA
- Application has exceeded a resource quota.ERROR_CODE_DOS_API_DENIAL
- Client blocked by the application’s Denial of Service protection configuration.ERROR_CODE_TIMEOUT
- Deadline reached before the application responds.mime_type
STRING
mimeType
static_file
STRING
staticFile
flexible_runtime_settings
Type: STRUCT
Provider name: flexibleRuntimeSettings
Description: Settings for App Engine flexible runtimes.
operating_system
STRING
operatingSystem
runtime_version
STRING
runtimeVersion
handlers
Type: UNORDERED_LIST_STRUCT
Provider name: handlers
Description: An 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.
api_endpoint
STRUCT
apiEndpoint
script_path
STRING
scriptPath
auth_fail_action
STRING
authFailAction
AUTH_FAIL_ACTION_UNSPECIFIED
- Not specified. AUTH_FAIL_ACTION_REDIRECT is assumed.AUTH_FAIL_ACTION_REDIRECT
- Redirects user to ‘accounts.google.com’. The user is redirected back to the application URL after signing in or creating an account.AUTH_FAIL_ACTION_UNAUTHORIZED
- Rejects request with a 401 HTTP status code and an error message.login
STRING
login
LOGIN_UNSPECIFIED
- Not specified. LOGIN_OPTIONAL is assumed.LOGIN_OPTIONAL
- Does not require that the user is signed in.LOGIN_ADMIN
- If the user is not signed in, the auth_fail_action is taken. In addition, if the user is not an administrator for the application, they are given an error message regardless of auth_fail_action. If the user is an administrator, the handler proceeds.LOGIN_REQUIRED
- If the user has signed in, the handler proceeds normally. Otherwise, the auth_fail_action is taken.redirect_http_response_code
STRING
redirectHttpResponseCode
REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED
- Not specified. 302 is assumed.REDIRECT_HTTP_RESPONSE_CODE_301
- 301 Moved Permanently code.REDIRECT_HTTP_RESPONSE_CODE_302
- 302 Moved Temporarily code.REDIRECT_HTTP_RESPONSE_CODE_303
- 303 See Other code.REDIRECT_HTTP_RESPONSE_CODE_307
- 307 Temporary Redirect code.script
STRUCT
script
script_path
STRING
scriptPath
security_level
STRING
securityLevel
SECURE_UNSPECIFIED
- Not specified.SECURE_DEFAULT
- Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used, and respond accordingly.SECURE_NEVER
- Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.SECURE_OPTIONAL
- Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.SECURE_ALWAYS
- Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.static_files
STRUCT
staticFiles
application_readable
BOOLEAN
applicationReadable
expiration
STRING
expiration
mime_type
STRING
mimeType
path
STRING
path
require_matching_file
BOOLEAN
requireMatchingFile
upload_path_regex
STRING
uploadPathRegex
url_regex
STRING
urlRegex
health_check
Type: STRUCT
Provider name: healthCheck
Description: Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
check_interval
STRING
checkInterval
disable_health_check
BOOLEAN
disableHealthCheck
healthy_threshold
INT32
healthyThreshold
host
STRING
host
restart_threshold
INT32
restartThreshold
timeout
STRING
timeout
unhealthy_threshold
INT32
unhealthyThreshold
id
Type: STRING
Provider name: id
Description: Relative 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_services
Type: UNORDERED_LIST_STRING
Provider name: inboundServices
Description: Before an application can receive email or XMPP messages, the application must be configured to enable the service.
instance_class
Type: STRING
Provider name: instanceClass
Description: Instance 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.
labels
Type: UNORDERED_LIST_STRING
libraries
Type: UNORDERED_LIST_STRUCT
Provider name: libraries
Description: Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
name
STRING
name
version
STRING
version
liveness_check
Type: STRUCT
Provider name: livenessCheck
Description: Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
check_interval
STRING
checkInterval
failure_threshold
INT32
failureThreshold
host
STRING
host
initial_delay
STRING
initialDelay
path
STRING
path
success_threshold
INT32
successThreshold
timeout
STRING
timeout
manual_scaling
Type: STRUCT
Provider name: manualScaling
Description: A 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”.
instances
INT32
instances
name
Type: STRING
Provider name: name
Description: Output only. Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly
network
Type: STRUCT
Provider name: network
Description: Extra network settings. Only applicable in the App Engine flexible environment.
forwarded_ports
UNORDERED_LIST_STRING
forwardedPorts
instance_ip_mode
STRING
instanceIpMode
INSTANCE_IP_MODE_UNSPECIFIED
- Unspecified is treated as EXTERNAL.EXTERNAL
- Instances are created with both internal and external IP addresses.INTERNAL
- Instances are created with internal IP addresses only.instance_tag
STRING
instanceTag
name
STRING
name
session_affinity
BOOLEAN
sessionAffinity
subnetwork_name
STRING
subnetworkName
nobuild_files_regex
Type: STRING
Provider name: nobuildFilesRegex
Description: Files 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_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
readiness_check
Type: STRUCT
Provider name: readinessCheck
Description: Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
app_start_timeout
STRING
appStartTimeout
check_interval
STRING
checkInterval
failure_threshold
INT32
failureThreshold
host
STRING
host
path
STRING
path
success_threshold
INT32
successThreshold
timeout
STRING
timeout
resource_name
Type: STRING
resources
Type: STRUCT
Provider name: resources
Description: Machine resources for this version. Only applicable in the App Engine flexible environment.
cpu
DOUBLE
cpu
disk_gb
DOUBLE
diskGb
kms_key_reference
STRING
kmsKeyReference
memory_gb
DOUBLE
memoryGb
volumes
UNORDERED_LIST_STRUCT
volumes
name
STRING
name
size_gb
DOUBLE
sizeGb
volume_type
STRING
volumeType
runtime
Type: STRING
Provider name: runtime
Description: Desired runtime. Example: python27.
runtime_api_version
Type: STRING
Provider name: runtimeApiVersion
Description: The 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_channel
Type: STRING
Provider name: runtimeChannel
Description: The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
runtime_main_executable_path
Type: STRING
Provider name: runtimeMainExecutablePath
Description: The path or name of the app’s main executable.
service_account
Type: STRING
Provider name: serviceAccount
Description: The 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_status
Type: STRING
Provider name: servingStatus
Description: Current 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
- Not specified.SERVING
- Currently serving. Instances are created according to the scaling settings of the version.STOPPED
- Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to SERVING.tags
Type: UNORDERED_LIST_STRING
threadsafe
Type: BOOLEAN
Provider name: threadsafe
Description: Whether multiple requests can be dispatched to this version at once.
version_url
Type: STRING
Provider name: versionUrl
Description: Output only. Serving URL for this version. Example: “https://myversion-dot-myservice-dot-myapp.appspot.com”@OutputOnly
vm
Type: BOOLEAN
Provider name: vm
Description: Whether to deploy this version in a container on a virtual machine.
vpc_access_connector
Type: STRUCT
Provider name: vpcAccessConnector
Description: Enables VPC connectivity for standard apps.
egress_setting
STRING
egressSetting
EGRESS_SETTING_UNSPECIFIED
ALL_TRAFFIC
- Force the use of VPC Access for all egress traffic from the function.PRIVATE_IP_RANGES
- Use the VPC Access Connector for private IP space from RFC1918.name
STRING
name
zones
Type: UNORDERED_LIST_STRING
Provider name: zones
Description: The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.