Purpose
The list_cloud_staging allows you to get a list of existing cloud staging areas.
Syntax
Data Mover XML SchemasParameters
See Parameter Order.
- dm.rest.endpoint
- [Optional] Enter a Data Mover REST server URL to overwrite the default value specified in the commandline.properties file in order to connect to a different REST server (and therefore a different daemon) at runtime.
- response_timeout
- [Optional] Amount of time, in seconds, to wait for response from the Data Mover daemon.
- security_password
- [Optional] Password for the super user or authorized Viewpoint user.
- security_password_encrypted
- [Optional] Encrypted password for the super user.
- security_username
- [Optional] User ID of the super user or authorized Viewpoint user. The user ID of the super user is dmcl_admin and cannot be changed.
Usage Notes
You can use list_cloud_staging command with the command line parameter or an XML file. Type datamove list_cloud_staging to get a list of existing cloud staging areas. It is possible to use datamove list_cloud_staging -f listcloudstaging.xml andget the details of a cloud staging area using an XML file. but at this time there are no parameters you can provide in the XML file.
XML File Example
<?xml version='1.0' encoding='UTF-8'?> <dmListCloudStagingAreas xmlns="http://schemas.teradata.com/dataMover/v2009" xsi:schemaLocation="http://schemas.teradata.com/unity/DataMover.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> </dmListCloudStagingAreas>