Get

Gets the current configuration of the specified service

2 variables
6 variables

Gets the current configuration of the specified service

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 2 input parameters

  = Parameter name
  = Format

appsId STRING Required

Part of name. Name of the resource requested. Example: apps/myapp/services/default

servicesId STRING Required

Part of name. See documentation of appsId

Output

This building block provides 6 output parameters

  = Parameter name
  = Format

split OBJECT

Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions

split.shardBy ENUMERATION

Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed

split.allocations OBJECT

Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits

split.allocations.customKey.value NUMBER

Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits

id STRING

Relative name of the service within the application. Example: default.@OutputOnly

name STRING

Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly