- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization Scopes
 - Try it!
 
Full name: projects.locations.global.domains.backups.list
Lists Backup in a given project.
HTTP request
GET https://managedidentities.googleapis.com/v1/{parent=projects/*/locations/global/domains/*}/backups
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The domain resource name using the form:  Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the pageSize value, the response may include a partial list and a caller should only rely on response's   | 
              
pageToken | 
                
                   
 Optional. The   | 
              
filter | 
                
                   
 Optional. Filter specifying constraints of a list operation.  | 
              
orderBy | 
                
                   
 Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
ListBackupsResponse is the response message for backups.list method.
| JSON representation | 
|---|
{
  "backups": [
    {
      object ( | 
                  
| Fields | |
|---|---|
backups[] | 
                    
                       
 A list of Cloud AD backups in the domain.  | 
                  
nextPageToken | 
                    
                       
 Token to retrieve the next page of results, or empty if there are no more results in the list.  | 
                  
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.