REST Resource: projects.locations.deploymentGroups.revisions

Resource: DeploymentGroupRevision

A DeploymentGroupRevision represents a snapshot of a DeploymentGroup at a given point in time, created when a DeploymentGroup is provisioned or deprovisioned.

JSON representation
{
  "name": string,
  "snapshot": {
    object (DeploymentGroup)
  },
  "createTime": string,
  "alternativeIds": [
    string
  ]
}
Fields
name

string

Identifier. The name of the deployment group revision. Format: 'projects/{projectId}/locations/{location}/deploymentGroups/{deploymentGroup}/revisions/{revision}'.

snapshot

object (DeploymentGroup)

Output only. The snapshot of the deployment group at this revision.

createTime

string (Timestamp format)

Output only. Time when the deployment group revision was created.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

alternativeIds[]

string

Output only. The alternative IDs of the deployment group revision.

Methods

get

Gets details about a DeploymentGroupRevision.

list

Lists DeploymentGroupRevisions in a given DeploymentGroup.