Googleapis Appengine
Google App Engine Admin API is a Google Cloud API for managing applications hosted on Google App Engine.
- Base URL:
https://appengine.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
appengine_apps_get— GET /v1beta/apps/{appsId} — Gets information about an application.appengine_apps_authorizedcertificates_list— GET /v1beta/apps/{appsId}/authorizedCertificates — Lists all SSL certificates the user is authorized to administer.appengine_apps_authorizedcertificates_get— GET /v1beta/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId} — Gets the specified SSL certificate.appengine_apps_authorizeddomains_list— GET /v1beta/apps/{appsId}/authorizedDomains — Lists all domains the user is authorized to administer.appengine_apps_domainmappings_list— GET /v1beta/apps/{appsId}/domainMappings — Lists the domain mappings on an application.appengine_apps_domainmappings_get— GET /v1beta/apps/{appsId}/domainMappings/{domainMappingsId} — Gets the specified domain mapping.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: appengine_apps_get
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: appengine_apps_get, appengine_apps_authorizedcertificates_list, appengine_apps_authorizedcertificates_get, appengine_apps_authorizeddomains_list, appengine_apps_domainmappings_list, appengine_apps_domainmappings_get |
appsId |
string | no | — | Path parameter appsId (required by some operations). |
authorizedCertificatesId |
string | no | — | Path parameter authorizedCertificatesId (required by some operations). |
domainMappingsId |
string | no | — | Path parameter domainMappingsId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |