Requires authorization
Lists all operations for a project. Try it now.
Request
HTTP request
GET https://www.googleapis.com/deploymentmanager/v2beta1/projects/project/global/operations
Parameters
| Parameter name | Value | Description | 
|---|---|---|
| Path parameters | ||
| project | string | The project ID for this request. | 
| Optional query parameters | ||
| filter | string | A regular expression to use for filtering listed resources. | 
| maxResults | integer | Maximum count of results to be returned.
          Acceptable values are 0to100, inclusive.
          (Default:50) | 
| pageToken | string | Specifies a nextPageTokenreturned by a previous list request. This
token can be used to request the next page of results from a previous
list request. | 
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
| Scope | 
|---|
| https://www.googleapis.com/auth/ndev.cloudman.readonly | 
| https://www.googleapis.com/auth/cloud-platform | 
| https://www.googleapis.com/auth/ndev.cloudman | 
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{
  "operations": [
    operations Resource
  ],
  "nextPageToken": string
}| Property name | Value | Description | Notes | 
|---|---|---|---|
| operations[] | list | [Output Only] A list of operations. | |
| nextPageToken | string | [Output Only] A token used to continue a truncated list request. | 
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer.