- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the Backups for a given BackupPlan.
HTTP request
GET https://gkebackup.googleapis.com/v1/{parent=projects/*/locations/*/backupPlans/*}/backups
The URL uses gRPC Transcoding syntax. To know more about valid error responses that can be thrown by this HTTP request, please refer to the service error catalog
Path parameters
| Parameters | |
|---|---|
parent |
Required. The BackupPlan that contains the Backups to list. Format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may include a partial list and a caller should only rely on the response's |
pageToken |
Optional. The value of |
filter |
Optional. Field match expression used to filter the results. |
orderBy |
Optional. Field by which to sort the results. |
returnPartialSuccess |
Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field will be populated. |
Request body
The request body must be empty.
Response body
Response message for backups.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"backups": [
{
object ( |
| Fields | |
|---|---|
backups[] |
The list of Backups matching the given criteria. |
nextPageToken |
A token which may be sent as |
unreachable[] |
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.