Retrieve the details of a Cloud Staging Area | Teradata Data Mover - Getting Details of a Cloud Staging Area - Teradata Data Mover

Teradata® Data Mover User Guide - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
hlv1700545853003.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
don1467241476387
Product Category
Analytical Ecosystem

You can retrieve details of a specific cloud staging area directly using the command line parameter or using the getcloudstaging.xml file.

  1. To run get_cloud_staging you can type either of the following:
    • For command line parameter:
      datamove get_cloud_staging -name example_area -filename output.xml
    • For using xml file:
      datamove get_cloud_staging -f getcloudstaging.xml
  2. Mention the parameters/xml properties as following:
    • For command line parameter, replace the example_area with the cloud staging area name and the output.xml with the output file name.
    • For xml file, specify the output file name in the <file> property of the getcloudstaging.xml file.
  3. Run the script.
    When the command completes, the details of the cloud staging area appears in the output file. If the output file is not specified, the default behavior is to use the cloud staging area name as the output filename.