You can retrieve details of a specific cloud staging area directly using the command line parameter or using the getcloudstaging.xml file.
- 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
- For command line parameter:
- 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.
- 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.