User Guide > tdwcmd > List
  

List

You can search and list test data warehouse repository, connection, test data warehouse, and data set details.
You can search for the following object types in the repository:
The list command uses the following syntax:
tdwcmd
<--list | -list>
[--Repository | -Repository]
[--TestDataWarehouse | -TestDataWarehouse]
[--Connection | -Connection]
<--Dataset | -Dataset>
[--TestDataWarehouseName | -twn] TestDataWarehouseName
<--DatasetVersion | -DatasetVersion>
[--TestDataWarehouseName | -twn] TestDataWarehouseName
[--DatasetName | -dn] DatasetName
<--DatasetVersionTable | -DatasetVersionTable>
[--TestDataWarehouseName | -twn] TestDataWarehouseName
[--TableDatasetName | -tdn] TableDatasetName
[--DatasetVersionNumber | -dvn] DatasetVersionNumber
<--HostName | -host_name] HostName
[--HTTPPort | -http_port] HTTPPort
[--HTTPSPort | -https_port] HTTPSPort
<--UserName | -un> UserName
<--Password | -pd> Password
<--SecurityDomain | -sdn> SecurityDomain
<--DomainName | -dn> DomainName
<--TDMServiceName | -tsn> TDMServiceName
[--Verbose | -v]
[--Help | -?, -h]
The following table describes the List command options and arguments:
Option
Argument
Description
--Repository
-Repository
n/a
The test data warehouse repository.
--TestDataWarehouse
-TestDataWarehouse
n/a
The relational database that stores the data related to data sets that you store in the test data warehouse.
--Connection
-Connection
n/a
The connection to the data warehouse repository.
--Dataset
-Dataset
n/a
Required. The data set that you create in the test data warehouse.
--TestDataWarehouseName
-twn
TestDataWarehouseName
The name of the test data warehouse.
--DatasetVersion
-DatasetVersion
n/a
Required. The version of the data set.
--DatasetName
-dn
DatasetName
The name of the data set.
--DatasetVersionTable
-DatasetVersionTable
n/a
Required. The version of the data set table.
--TableDatasetName
-tdn
TableDatasetName
The name of the data set.
--DatasetVersionNumber
-dvn
DatasetVersionNumber
The version number of the data set.
--HostName
-host_name
HostName
Required. The TDM host name.
--HTTPPort
-http_port
HTTPPort
Required if you do not specify an HTTPS port. Port number to connect to the TDM service.
--HTTPSPort
-https_port
HTTPSPort
Required if you do not specify an HTTP port. Port number to connect to the Test Data Manager Service.
--UserName
-un
UserName
Required. The Informatica domain user name.
--Password
-pd
Password
Required. The password for the Informatica domain user.
--SecurityDomain
-sdn
SecurityDomain
Required. The Informatica security domain.
--DomainName
-dn
DomainName
Required. The name of the TDM domain.
--TDMServiceName
-tsn
TDMServiceName
Required. The name of the Test Data Manager Service.
--Verbose
-v
n/a
Optional. Verbose output. Displays more than the minimum information about the object.
--Help
-?, -h
n/a
Optional. Displays or prints the help options.