Name: TestReplicationPath

Tests replication paths on the datastore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.repl.TestReplicationPath",
   "destinationIp": <String>,
   "destinationPassphrase": <String>,
   "destinationPort": <Number>,
   "sourceIp": <String>,
   "testType": 'ALL' | 'EXCLUDE_ENCRYPTION' | 'ONLY_ENCRYPTION',
}

Attributes
NameTypeDescription
destinationIpxsd:stringRemote IPv4 address of another datastore where replication data is received.
destinationPassphrasexsd:stringAuthorization key used on the remote end of this replication link.
destinationPortxsd:intRemote port of another datastore where replication data is received.
sourceIpxsd:stringLocal IPv4 address used by datastore to send replication data.
testTypeALL | EXCLUDE_ENCRYPTION | ONLY_ENCRYPTION{@link TestReplicationType} of test to perform.
ALLPerform all tests on the replication link.
EXCLUDE_ENCRYPTIONPerform all tests on the replication line except for the encryption test. This is useful if the source VMstore does not have encryption enabled so its not important if the target has encryption enabled or not.
ONLY_ENCRYPTIONPerform only the test to check if encryption is enabled.