- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists ZoneOperations in a given project and location.
HTTP request
GET https://gdchardwaremanagement.googleapis.com/v1alpha/{parent=projects/*/locations/*/zones/*}/ops
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent value for ListZoneOperationsRequest. Format: projects/{project}/locations/{location}/zones/{zone} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of resources to return. The service may return fewer than this value. If unspecified, at most 50 resources will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. Filtering results. |
orderBy |
Optional. Hint for how to order the results. |
Request body
The request body must be empty.
Response body
Response message for ops.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"zoneOperations": [
{
object ( |
| Fields | |
|---|---|
zoneOperations[] |
The resources from the specified collection. |
nextPageToken |
A token, which can be sent as |
unreachable[] |
Unordered list. Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.