DRS command group for the AdminTask object using wsadmin scripting

You can use the Jython scripting language to configure the data replication service. Use the commands in the DRS command group display each configuration object that references a specific replication domain.

Use the following command to manage your data replication service:

listReplicationDomainReferences

The listReplicationDomainReferences command displays a list of each configuration object that references a specific replication domain. Before deleting a replication domain, use this command to determine the configuration objects that are linked to the replication domain.

Target object

None.

Required parameters

-dataReplicationDomainName
Specifies the name of the data replication domain name of interest. (String, required)

Return value

The command displays each configuration object that references the data replication domain name of interest.

Batch mode example usage

  • Using Jython string:
    AdminTask.listReplicationDomainReferences('-dataReplicationDomainName myDataReplicationDomain')
  • Using Jython list:
    AdminTask.listReplicationDomainReferences('-dataReplicationDomainName', 'myDataReplicationDomain')

Interactive mode example usage

  • Using Jython:
    AdminTask.listReplicationDomainReferences('-interactive')