{ "opencollection": "1.0.0", "info": { "name": "Matillion DPC Agents DPC Environments API", "version": "1.0" }, "items": [ { "info": { "name": "DPC Environments", "type": "folder" }, "items": [ { "info": { "name": "List environments for a project.", "type": "http" }, "http": { "method": "GET", "url": "https://eu1.api.matillion.com/dpc/v1/projects/:projectId/environments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Data Productivity Cloud project id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.core.matillion.com/oauth/dpc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List environments for a project." }, { "info": { "name": "Create an environment for a project.", "type": "http" }, "http": { "method": "POST", "url": "https://eu1.api.matillion.com/dpc/v1/projects/:projectId/environments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Data Productivity Cloud project id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.core.matillion.com/oauth/dpc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create an environment for a project." } ] } ], "bundled": true }