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

Product
Teradata Data Mover
Release Number
17.20
Published
September 2022
Language
English (United States)
Last Update
2022-09-26
dita:mapPath
tsn1650877444606.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
B035-4101
lifecycle
previous
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.