RunReplicationMappingsTestsSpec

RunReplicationMappingsTestsSpec
RunReplicationMappingsTestsSpec

Spec describing which replication mappings tests to run (or all if not specified) and their run configuration settings.

JSON Example
{
    "replication_mappings_specs": [
        {
            "source_object_id": "ClusterComputeResource:domain-c9:ee04fc10-131c-4d39-901f-a3de65dd8c6e",
            "target_object_id": "ClusterComputeResource:domain-c9:ee04fc10-131c-4d39-901f-a3de65dd8c6e"
        }
    ],
    "run_throughput_test": false
}
replication_mappings_specs
Optional

Specs describing which replication mappings to test. If not specified tests will be run for all existing replication mappings.

boolean
run_throughput_test
Optional

Whether the throughput test should be run. Running throughput test might disturb your network and might increase your CPU usage.