Lists Cloud Bigtable backups. Returns both completed and pending backups.
HTTP request
GET https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*/clusters/*}/backups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The cluster to list backups from. Values are of the form Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
filter |
A filter expression that filters backups listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be <, >, <=, >=, !=, =, or :. Colon ':' represents a HAS operator which is roughly synonymous with equality. Filter rules are case insensitive. The fields eligible for filtering are:
To filter on multiple expressions, provide each separate expression within parentheses. By default, each expression is an AND expression. However, you can include AND, OR, and NOT expressions explicitly. Some examples of using filters are:
|
order |
An expression for specifying the sort order of the results of the request. The string value should specify one or more fields in Fields supported are:
For example, "startTime". The default sorting order is ascending. To specify descending order for the field, a suffix " desc" should be appended to the field name. For example, "startTime desc". Redundant space characters in the syntax are insigificant. If orderBy is empty, results will be sorted by |
page |
Number of backups to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. |
page |
If non-empty, |
Request body
The request body must be empty.
Response body
The response for backups.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"backups": [
{
object ( |
Fields | |
---|---|
backups[] |
The list of matching backups. |
next |
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigtable.admin
https://www.googleapis.com/auth/bigtable.admin.table
https://www.googleapis.com/auth/cloud-bigtable.admin
https://www.googleapis.com/auth/cloud-bigtable.admin.table
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.