- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Imports data from Cloud Storage to a Managed Lustre instance.
HTTP request
POST https://lustre.googleapis.com/v1/{name=projects/*/locations/*/instances/*}:importData
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the resource. |
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 default Lustre P4 service account will be used. |
Union field source . A Cloud Storage URI of a folder to import file data from, in the form of gs://<bucket_name>/<path_inside_bucket> source can be only one of the following: |
|
gcsPath |
The Cloud Storage source bucket and, optionally, path inside the bucket. |
Union field destination . The destination of the data transfer. destination can be only one of the following: |
|
lustrePath |
Lustre path destination. |
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.importData
For more information, see the IAM documentation.