Method: projects.locations.backupChannels.backupPlanBindings.list

Lists BackupPlanBindings in a given location.

HTTP request

GET https://gkebackup.googleapis.com/v1/{parent=projects/*/locations/*/backupChannels/*}/backupPlanBindings

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

string

Required. The BackupChannel that contains the BackupPlanBindings to list. Format: projects/*/locations/*/backupChannels/*

Authorization requires the following IAM permission on the specified resource parent:

  • gkebackup.backupPlanBindings.list

Query parameters

Parameters
pageSize

integer

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 nextPageToken to determine if there are more instances left to be queried.

pageToken

string

Optional. The value of nextPageToken received from a previous backupPlanBindings.list call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to backupPlanBindings.list must match the call that provided the page token.

filter

string

Optional. Field match expression used to filter the results.

orderBy

string

Optional. Field by which to sort the results.

Request body

The request body must be empty.

Response body

Response message for backupPlanBindings.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "backupPlanBindings": [
    {
      object (BackupPlanBinding)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
backupPlanBindings[]

object (BackupPlanBinding)

The list of BackupPlanBindings matching the given criteria.

nextPageToken

string

A token which may be sent as pageToken in a subsequent ListBackupPlanBindingss call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

unreachable[]

string

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.