You can get a copy of all the information provided to order and use the Transfer Appliance service. Follow the given steps to get the information.
-
Within the Google Cloud Console, Click Activate Cloud Shell.

-
Run the export command:
-
Copy and paste the following command into the terminal. Make sure to replace {resource_name} with the actual appliance name. Appliance name can be found on the appliance details page of the ordered appliance on Google Cloud Console.
curl -H "Authorization: Bearer $( gcloud auth print-access-token ) " -H "Content-Type: application/json" https://transferappliance.googleapis.com/v1alpha1/ { resource_name } :export
-
Notes:
-
Data copied onto the Transfer Appliance won't be immediately accessible for export. It will only become available in the Cloud Storage bucket upon completion of the data transfer process.
-
Data wiped out automatically from our systems won't be available for export.
-
This feature is different from Exporting your Data from Cloud Storage to another location

