integrations.sh
← all integrations

googleapis.com – appengine

OpenAPI apis-guru analyticsmedia

Provisions and manages developers' App Engine applications.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:appengine/v1.json
Provider
googleapis.com:appengine / appengine
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/appengine/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/appengine/v1/openapi.yaml

Tools (42)

Extracted live via the executor SDK.

  • apps.appengineAppsAuthorizedCertificatesCreate

    Uploads the specified SSL certificate.

  • apps.appengineAppsAuthorizedCertificatesDelete

    Deletes the specified SSL certificate.

  • apps.appengineAppsAuthorizedCertificatesGet

    Gets the specified SSL certificate.

  • apps.appengineAppsAuthorizedCertificatesList

    Lists all SSL certificates the user is authorized to administer.

  • apps.appengineAppsAuthorizedCertificatesPatch

    Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.

  • apps.appengineAppsAuthorizedDomainsList

    Lists all domains the user is authorized to administer.

  • apps.appengineAppsCreate

    Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region () where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing ().

  • apps.appengineAppsDomainMappingsCreate

    Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.

  • apps.appengineAppsDomainMappingsDelete

    Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.

  • apps.appengineAppsDomainMappingsGet

    Gets the specified domain mapping.

  • apps.appengineAppsDomainMappingsList

    Lists the domain mappings on an application.

  • apps.appengineAppsDomainMappingsPatch

    Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.

  • apps.appengineAppsFirewallIngressRulesBatchUpdate

    Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list.

  • apps.appengineAppsFirewallIngressRulesCreate

    Creates a firewall rule for the application.

  • apps.appengineAppsFirewallIngressRulesDelete

    Deletes the specified firewall rule.

  • apps.appengineAppsFirewallIngressRulesGet

    Gets the specified firewall rule.

  • apps.appengineAppsFirewallIngressRulesList

    Lists the firewall rules of an application.

  • apps.appengineAppsFirewallIngressRulesPatch

    Updates the specified firewall rule.

  • apps.appengineAppsGet

    Gets information about an application.

  • apps.appengineAppsLocationsGet

    Gets information about a location.

  • apps.appengineAppsLocationsList

    Lists information about the supported locations for this service.

  • apps.appengineAppsOperationsGet

    Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

  • apps.appengineAppsOperationsList

    Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

  • apps.appengineAppsPatch

    Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.

  • apps.appengineAppsRepair

    Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.

  • apps.appengineAppsServicesDelete

    Deletes the specified service and all enclosed versions.

  • apps.appengineAppsServicesGet

    Gets the current configuration of the specified service.

  • apps.appengineAppsServicesList

    Lists all the services in the application.

  • apps.appengineAppsServicesPatch

    Updates the configuration of the specified service.

  • apps.appengineAppsServicesVersionsCreate

    Deploys code and resource files to a new version.

  • apps.appengineAppsServicesVersionsDelete

    Deletes an existing Version resource.

  • apps.appengineAppsServicesVersionsGet

    Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.

  • apps.appengineAppsServicesVersionsInstancesDebug

    Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment.

  • apps.appengineAppsServicesVersionsInstancesDelete

    Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment () | flexible environment ( ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch () method.

  • apps.appengineAppsServicesVersionsInstancesGet

    Gets instance information.

  • apps.appengineAppsServicesVersionsInstancesList

    Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API ().

  • apps.appengineAppsServicesVersionsList

    Lists the versions of a service.

  • apps.appengineAppsServicesVersionsPatch

    Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class ( scaling in the standard environment: automatic_scaling.min_idle_instances () automatic_scaling.max_idle_instances () automaticScaling.standard_scheduler_settings.max_instances () automaticScaling.standard_scheduler_settings.min_instances () automaticScaling.standard_scheduler_settings.target_cpu_utilization () automaticScaling.standard_scheduler_settings.target_throughput_utilization ( scaling or manual scaling in the standard environment: serving_status () manual_scaling.instances ( environment serving_status ( scaling in the flexible environment: automatic_scaling.min_total_instances () automatic_scaling.max_total_instances () automatic_scaling.cool_down_period_sec () automatic_scaling.cpu_utilization.target_utilization ( scaling in the flexible environment: manual_scaling.instances ()

  • projects.appengineProjectsLocationsApplicationsCreate

    Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region () where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing ().

  • projects.appengineProjectsLocationsApplicationsGet

    Gets information about an application.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools