Get
|
|||||
|
|
Gets information about an application
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your applications deployed on Google App Engine
- View and manage your data across Google Cloud Platform services
- View your data across Google Cloud Platform services
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
appsId Required |
STRING |
Part of |
= Parameter name
= Format
appsId STRING Required Part of |
Output
This building block provides 22 output parameters
Name | Format | Description |
---|---|---|
dispatchRules[] |
OBJECT |
Rules to match an HTTP request and dispatch that request to a service |
dispatchRules[].path |
STRING |
Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters |
dispatchRules[].domain |
STRING |
Domain name to match against. The wildcard "" is supported if specified before a period: ".".Defaults to matching all domains: "*" |
dispatchRules[].service |
STRING |
Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default |
gcrDomain |
STRING |
The Google Container Registry domain used for storing managed build docker images for this application |
name |
STRING |
Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly |
defaultCookieExpiration |
ANY |
Cookie expiration policy for this application |
id |
STRING |
Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp |
locationId |
STRING |
Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations) |
servingStatus |
ENUMERATION |
Serving status of this application |
defaultHostname |
STRING |
Hostname used to reach this application, as resolved by App Engine.@OutputOnly |
featureSettings |
OBJECT |
The feature specific settings to be used in the application. These define behaviors that are user configurable |
featureSettings.useContainerOptimizedOs |
BOOLEAN |
If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image |
featureSettings.splitHealthChecks |
BOOLEAN |
Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed |
authDomain |
STRING |
Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account |
iap |
OBJECT |
Identity-Aware Proxy |
iap.oauth2ClientSecret |
STRING |
OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly |
iap.oauth2ClientId |
STRING |
OAuth2 client ID to use for the authentication flow |
iap.oauth2ClientSecretSha256 |
STRING |
Hex-encoded SHA-256 hash of the client secret.@OutputOnly |
iap.enabled |
BOOLEAN |
Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty |
codeBucket |
STRING |
Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly |
defaultBucket |
STRING |
Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly |
= Parameter name
= Format
dispatchRules[] OBJECT Rules to match an HTTP request and dispatch that request to a service |
dispatchRules[].path STRING Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters |
dispatchRules[].domain STRING Domain name to match against. The wildcard "" is supported if specified before a period: ".".Defaults to matching all domains: "*" |
dispatchRules[].service STRING Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default |
gcrDomain STRING The Google Container Registry domain used for storing managed build docker images for this application |
name STRING Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly |
defaultCookieExpiration ANY Cookie expiration policy for this application |
id STRING Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp |
locationId STRING Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations) |
servingStatus ENUMERATION Serving status of this application |
defaultHostname STRING Hostname used to reach this application, as resolved by App Engine.@OutputOnly |
featureSettings OBJECT The feature specific settings to be used in the application. These define behaviors that are user configurable |
featureSettings.useContainerOptimizedOs BOOLEAN If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image |
featureSettings.splitHealthChecks BOOLEAN Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed |
authDomain STRING Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account |
iap OBJECT Identity-Aware Proxy |
iap.oauth2ClientSecret STRING OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly |
iap.oauth2ClientId STRING OAuth2 client ID to use for the authentication flow |
iap.oauth2ClientSecretSha256 STRING Hex-encoded SHA-256 hash of the client secret.@OutputOnly |
iap.enabled BOOLEAN Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty |
codeBucket STRING Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly |
defaultBucket STRING Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly |