- HTTP request
 - Path parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Exports data from a Managed Lustre instance to Cloud Storage.
HTTP request
POST https://lustre.googleapis.com/v1/{name=projects/*/locations/*/instances/*}:exportData
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. The name of the Managed Lustre instance in the format   | 
              
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
{ "requestId": string, "serviceAccount": string, // Union field  | 
                
| Fields | |
|---|---|
requestId | 
                  
                     
 Optional. UUID to identify requests.  | 
                
serviceAccount | 
                  
                     
 Optional. User-specified service account used to perform the transfer. If unspecified, the Managed Lustre service agent is used.  | 
                
Union field source. The source of the data transfer. source can be only one of the following: | 
                |
lustrePath | 
                  
                     
 The root directory path to the Managed Lustre file system. Must start with   | 
                
Union field destination. The destination of the data transfer. destination can be only one of the following: | 
                |
gcsPath | 
                  
                     
 The URI to a Cloud Storage bucket, or a path within a bucket, using the format   | 
                
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
lustre.instances.exportData
For more information, see the IAM documentation.