googleapis.com – appengine
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.appengineAppsAuthorizedCertificatesCreateUploads the specified SSL certificate.
-
apps.appengineAppsAuthorizedCertificatesDeleteDeletes the specified SSL certificate.
-
apps.appengineAppsAuthorizedCertificatesGetGets the specified SSL certificate.
-
apps.appengineAppsAuthorizedCertificatesListLists all SSL certificates the user is authorized to administer.
-
apps.appengineAppsAuthorizedCertificatesPatchUpdates 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.appengineAppsAuthorizedDomainsListLists all domains the user is authorized to administer.
-
apps.appengineAppsCreateCreates 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.appengineAppsDomainMappingsCreateMaps 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.appengineAppsDomainMappingsDeleteDeletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.
-
apps.appengineAppsDomainMappingsGetGets the specified domain mapping.
-
apps.appengineAppsDomainMappingsListLists the domain mappings on an application.
-
apps.appengineAppsDomainMappingsPatchUpdates 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.appengineAppsFirewallIngressRulesBatchUpdateReplaces 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.appengineAppsFirewallIngressRulesCreateCreates a firewall rule for the application.
-
apps.appengineAppsFirewallIngressRulesDeleteDeletes the specified firewall rule.
-
apps.appengineAppsFirewallIngressRulesGetGets the specified firewall rule.
-
apps.appengineAppsFirewallIngressRulesListLists the firewall rules of an application.
-
apps.appengineAppsFirewallIngressRulesPatchUpdates the specified firewall rule.
-
apps.appengineAppsGetGets information about an application.
-
apps.appengineAppsLocationsGetGets information about a location.
-
apps.appengineAppsLocationsListLists information about the supported locations for this service.
-
apps.appengineAppsOperationsGetGets 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.appengineAppsOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
-
apps.appengineAppsPatchUpdates 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.appengineAppsRepairRecreates 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.appengineAppsServicesDeleteDeletes the specified service and all enclosed versions.
-
apps.appengineAppsServicesGetGets the current configuration of the specified service.
-
apps.appengineAppsServicesListLists all the services in the application.
-
apps.appengineAppsServicesPatchUpdates the configuration of the specified service.
-
apps.appengineAppsServicesVersionsCreateDeploys code and resource files to a new version.
-
apps.appengineAppsServicesVersionsDeleteDeletes an existing Version resource.
-
apps.appengineAppsServicesVersionsGetGets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.
-
apps.appengineAppsServicesVersionsInstancesDebugEnables 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.appengineAppsServicesVersionsInstancesDeleteStops 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.appengineAppsServicesVersionsInstancesGetGets instance information.
-
apps.appengineAppsServicesVersionsInstancesListLists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API ().
-
apps.appengineAppsServicesVersionsListLists the versions of a service.
-
apps.appengineAppsServicesVersionsPatchUpdates 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.appengineProjectsLocationsApplicationsCreateCreates 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.appengineProjectsLocationsApplicationsGetGets information about an application.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools