{ "opencollection": "1.0.0", "info": { "name": "Matillion DPC Agents ETL Schedules API", "version": "1.0" }, "items": [ { "info": { "name": "ETL Schedules", "type": "folder" }, "items": [ { "info": { "name": "Get a schedule by name (legacy).", "type": "http" }, "http": { "method": "GET", "url": "https://eu1.api.matillion.com/dpc/rest/v1/schedule/name/:schedule", "params": [ { "name": "schedule", "value": "", "type": "path", "description": "The Matillion ETL schedule name." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a schedule by name (legacy)." }, { "info": { "name": "Export a schedule by name (legacy).", "type": "http" }, "http": { "method": "GET", "url": "https://eu1.api.matillion.com/dpc/rest/v1/schedule/name/:schedule/export", "params": [ { "name": "schedule", "value": "", "type": "path", "description": "The Matillion ETL schedule name." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Export a schedule by name (legacy)." }, { "info": { "name": "Import a schedule (legacy).", "type": "http" }, "http": { "method": "POST", "url": "https://eu1.api.matillion.com/dpc/rest/v1/schedule/import", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Import a schedule (legacy)." }, { "info": { "name": "Update a schedule (legacy).", "type": "http" }, "http": { "method": "POST", "url": "https://eu1.api.matillion.com/dpc/rest/v1/schedule/name/:schedule/update", "params": [ { "name": "schedule", "value": "", "type": "path", "description": "The Matillion ETL schedule name." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a schedule (legacy)." }, { "info": { "name": "Delete a schedule (legacy).", "type": "http" }, "http": { "method": "POST", "url": "https://eu1.api.matillion.com/dpc/rest/v1/schedule/name/:schedule/delete", "params": [ { "name": "schedule", "value": "", "type": "path", "description": "The Matillion ETL schedule name." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a schedule (legacy)." } ] } ], "bundled": true }