{ "opencollection": "1.0.0", "info": { "name": "Delphix DCT Algorithms File Mapping API", "version": "3.28.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "File Mapping", "type": "folder" }, "items": [ { "info": { "name": "Validate file mapping using snapshots", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/file-mapping/validate-file-mapping-by-snapshot", "body": { "type": "json", "data": "{}" } }, "docs": "Validate file mapping using snapshots" }, { "info": { "name": "Validate file mapping using location", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/file-mapping/validate-file-mapping-by-location", "body": { "type": "json", "data": "{}" } }, "docs": "Validate file mapping using location" }, { "info": { "name": "Validate file mapping using timestamp", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/file-mapping/validate-file-mapping-by-timestamp", "body": { "type": "json", "data": "{}" } }, "docs": "Validate file mapping using timestamp" }, { "info": { "name": "Validate file mapping using bookmark", "type": "http" }, "http": { "method": "POST", "url": "/dct/v3/file-mapping/validate-file-mapping-by-bookmark", "body": { "type": "json", "data": "{}" } }, "docs": "Validate file mapping using bookmark" } ] } ], "bundled": true }