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.
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
Return value
The command displays each configuration object that references the data replication domain name of interest.
Batch mode example usage
AdminTask.listReplicationDomainReferences('-dataReplicationDomainName myDataReplicationDomain')
AdminTask.listReplicationDomainReferences('-dataReplicationDomainName', 'myDataReplicationDomain')
Interactive mode example usage
AdminTask.listReplicationDomainReferences('-interactive')