Caution:
This is a deprecated version of the Instance Group Updater API.
Please use the
latest Instance Group Updater version
instead.
This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
RollingUpdates
For RollingUpdates Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/replicapoolupdater/v1beta1/projects, unless otherwise noted | ||
cancel |
POST /project/zones/zone/rollingUpdates/rollingUpdate/cancel
|
Cancels an update. The update must be PAUSED before it can be
cancelled. This has no effect if the update is already
CANCELLED .
|
get |
GET /project/zones/zone/rollingUpdates/rollingUpdate
|
Returns information about an update. |
insert |
POST /project/zones/zone/rollingUpdates
|
Inserts and starts a new update. |
list |
GET /project/zones/zone/rollingUpdates
|
Lists recent updates for a given managed instance group, in reverse chronological order and paginated format. |
listInstanceUpdates |
GET /project/zones/zone/rollingUpdates/rollingUpdate/instanceUpdates
|
Lists the current status for each instance within a given update. |
pause |
POST /project/zones/zone/rollingUpdates/rollingUpdate/pause
|
Pauses the update in state from ROLLING_FORWARD or
ROLLING_BACK . Has no effect if invoked when the state of
the update is PAUSED .
|
resume |
POST /project/zones/zone/rollingUpdates/rollingUpdate/resume
|
Continues an update in PAUSED state. Has no effect if invoked
when the state of the update is ROLLED_OUT .
|
rollback |
POST /project/zones/zone/rollingUpdates/rollingUpdate/rollback
|
Rolls back the update in state from ROLLING_FORWARD or
PAUSED . Has no effect if invoked when the state of the update
is ROLLED_BACK .
|
ZoneOperations
For ZoneOperations Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/replicapoolupdater/v1beta1/projects, unless otherwise noted | ||
get |
GET /project/zones/zone/operations/operation
|
Retrieves the specified zone-specific operation resource. |