{ "opencollection": "1.0.0", "info": { "name": "BlueConic REST API v2 Audit Events Connections API", "version": "100.0" }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Get all connections", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/connections", "params": [ { "name": "startIndex", "value": "", "type": "query", "description": "Specifies the index of the first item to include in the result." }, { "name": "count", "value": "", "type": "query", "description": "Specifies the number of results to return." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves all connections." }, { "info": { "name": "Get one connection", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/connections/:connection", "params": [ { "name": "connection", "value": "", "type": "path", "description": "The ID of the connection." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a single connection." }, { "info": { "name": "Get the run history of a batch connection", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/connections/:connection/runs", "params": [ { "name": "connection", "value": "", "type": "path", "description": "The ID of the connection." }, { "name": "startIndex", "value": "", "type": "query", "description": "Specifies the index of the first item to include in the result." }, { "name": "count", "value": "", "type": "query", "description": "Specifies the number of results to return." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the run history of a batch connection." } ] } ], "bundled": true }