Hide
Google Compute Engine

GlobalOperations

Represents a GlobalOperations resource. 

Global operations are any operations that are performed on global resources, such as images, zones, networks, firewalls, kernels, and snapshots. For example, inserting an image is considered a global operation because you are inserting a global resource. Inserting an instance is considered a per-zone operation, because you are inserting a per-zone resource.

Global operations are indicated by the term global in the URI.

For a list of methods for this resource, see the end of this page.

Resource representations

An Operation resource, used to manage asynchronous API requests.

{
  "kind": "compute#operation",
  "id": unsigned long,
  "creationTimestamp": string,
  "name": string,
  "zone": string,
  "clientOperationId": string,
  "operationType": string,
  "targetLink": string,
  "targetId": unsigned long,
  "status": string,
  "statusMessage": string,
  "user": string,
  "progress": integer,
  "insertTime": string,
  "startTime": string,
  "endTime": string,
  "error": {
    "errors": [
      {
        "code": string,
        "location": string,
        "message": string
      }
    ]
  },
  "warnings": [
    {
      "code": string,
      "message": string,
      "data": [
        {
          "key": string,
          "value": string
        }
      ]
    }
  ],
  "httpErrorStatusCode": integer,
  "httpErrorMessage": string,
  "selfLink": string,
  "region": string
}
Property name Value Description Notes
clientOperationId string [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project
creationTimestamp string [Output Only] Creation timestamp in RFC3339 text format.
endTime string [Output Only] The time that this operation was completed. This is in RFC3339 text format.
error object [Output Only] If errors are generated during processing of the operation, this field will be populated.
error.errors[] list [Output Only] The array of errors encountered while processing this operation.
error.errors[].code string [Output Only] The error type identifier for this error.
error.errors[].location string [Output Only] Indicates the field in the request which caused the error. This property is optional.
error.errors[].message string [Output Only] An optional, human-readable error message.
httpErrorMessage string [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.
httpErrorStatusCode integer [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as 404.
id unsigned long [Output Only] Unique identifier for the resource; defined by the server.
insertTime string [Output Only] The time that this operation was requested. This is in RFC3339 text format.
kind string [Output Only] Type of the resource. Always compute#Operation for Operation resources.
name string [Output Only] Name of the resource.
operationType string [Output Only] Type of the operation, such as insert, update, and delete.
progress integer [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses.
region string [Output Only] URL of the region where the operation resides. Only applicable for regional resources.
startTime string [Output Only] The time that this operation was started by the server. This is in RFC3339 text format.
status string [Output Only] Status of the operation. Can be one of the following: PENDING, RUNNING, or DONE.
statusMessage string [Output Only] An optional textual description of the current status of the operation.
targetId unsigned long [Output Only] Unique target ID which identifies a particular incarnation of the target.
user string [Output Only] User who requested the operation, for example: user@example.com.
warnings[] list [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
warnings[].code string [Output Only] The warning type identifier for this warning.
warnings[].data[] list [Output Only] Metadata for this warning in key: value format.
warnings[].data[].key string [Output Only] A key for the warning data.
warnings[].data[].value string [Output Only] A warning data value corresponding to the key.
warnings[].message string [Output Only] Optional human-readable details for this warning.
zone string [Output Only] URL of the zone where the operation resides.

Methods

The following are valid GlobalOperations resource methods:

aggregatedList
Retrieves the list of all operations grouped by scope.
delete
Deletes the specified operation resource.
get
Retrieves the specified operation resource.
list
Retrieves the list of operation resources contained within the specified project.