- 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. 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 Managed Lustre service agent is used. |
Union field source . The source of the data transfer. source can be only one of the following: |
|
lustrePath |
Lustre path source. |
Union field destination . The destination of the data transfer. destination can be only one of the following: |
|
gcsPath |
Cloud Storage 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.exportData
For more information, see the IAM documentation.