{ "opencollection": "1.0.0", "info": { "name": "BlueConic REST API v2 Audit Events Notebooks API", "version": "100.0" }, "items": [ { "info": { "name": "Notebooks", "type": "folder" }, "items": [ { "info": { "name": "Get all notebooks", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/notebooks", "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 notebooks." }, { "info": { "name": "Get one notebook", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/notebooks/:notebook", "params": [ { "name": "notebook", "value": "", "type": "path", "description": "The ID of the notebook." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a single notebook." }, { "info": { "name": "Get run history for a notebook", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/notebooks/:notebook/runs", "params": [ { "name": "notebook", "value": "", "type": "path", "description": "The ID of the notebook." }, { "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 notebook batch execution." } ] } ], "bundled": true }