Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



API Reference

This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.

Resource types

  1. Autoscalers
  2. ZoneOperations

Autoscalers

For Autoscalers Resource details, see the resource representation page.

Method HTTP request Description
URIs relative to https://www.googleapis.com/autoscaler/v1beta2, unless otherwise noted
delete DELETE  /projects/ project /zones/ zone /autoscalers/ autoscaler Deletes the specified Autoscaler resource. This requests returns a Zone Operation resource, which allows you to view the status of your request. You can query the corresponding zone operation for an update status of your request. Once the zone operation returns DONE ,  the Autoscaler resource was successfully deleted.
get GET  /projects/ project /zones/ zone /autoscalers/ autoscaler Gets information about the specified Autoscaler resource.
insert POST  /projects/ project /zones/ zone /autoscalers Adds a new Autoscaler resource.
list GET  /projects/ project /zones/ zone /autoscalers Lists all Autoscaler resources in this zone.
patch PATCH  /projects/ project /zones/ zone /autoscalers/ autoscaler Update the entire content of the Autoscaler resource. This method supports patch semantics.
update PUT  /projects/ project /zones/ zone /autoscalers/ autoscaler Update the entire content of the Autoscaler resource.

ZoneOperations

For ZoneOperations Resource details, see the resource representation page.

Method HTTP request Description
URIs relative to https://www.googleapis.com/autoscaler/v1beta2, unless otherwise noted
delete DELETE  / project /zones/ zone /operations/ operation Deletes the specified zone-specific operation resource.
get GET  / project /zones/ zone /operations/ operation Retrieves the specified zone-specific operation resource.
list GET  / project /zones/ zone /operations Retrieves the list of operation resources contained within the specified zone.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.