This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
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. |