{ "opencollection": "1.0.0", "info": { "name": "BlueConic REST API v2 Audit Events Plugins API", "version": "100.0" }, "items": [ { "info": { "name": "Plugins", "type": "folder" }, "items": [ { "info": { "name": "Get one plugin", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/plugins/:plugin", "params": [ { "name": "plugin", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a single plugin" }, { "info": { "name": "Get all plugins", "type": "http" }, "http": { "method": "GET", "url": "https://{blueconicHostname}/rest/v2/plugins", "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." }, { "name": "filterType", "value": "", "type": "query" }, { "name": "onlyWithPermission", "value": "", "type": "query", "description": "If true, only plugins that you have all permissions for are returned." }, { "name": "includeGallery", "value": "", "type": "query", "description": "If true, plugins from the gallery that are not installed are returned." }, { "name": "locale", "value": "", "type": "query", "description": "Locale used for labels and descriptions." }, { "name": "channelTypes", "value": "", "type": "query", "description": "Only show plugins that have a matching channel type (one or more)." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/rest/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves all plugins." } ] } ], "bundled": true }