Administrator
- Administrator
- All Products
/dtt/dss/convert/test/<assetId
Field | Type | Description |
---|---|---|
assetId | String | ID of the synchronization task to be converted. |
assetName | String | Name of the synchronization task to be converted. |
dttparity | Boolean | Whether the synchronization task is
compatible with data transfer task features.
A Yes value means the synchronization task is
compatible with data transfer task features
so the task can be converted. |
errors | String | If the value for dttparity is No, includes reasons why the synchronization task can't
be converted to a data transfer task. |
GET <server URL>/dtt/dss/convert/test/0001R291234567891234 Content-type: application/json Accept: application/json INFA-SESSION-ID: 2l0oeVx22Rujiej7y1234T
{ "assetId": "0001R291234567891234", "assetName": "Sync Task 1", "errors": [], "dttparity": YES }
{ "assetId": "0001R291234567896789", "assetName": "Sync Task 2", "errors": [ "Multiple source objects are not supported" ], "dttparity": NO }