{ "opencollection": "1.0.0", "info": { "name": "Amazon Detective Datasources API", "version": "2018-10-26" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Datasources", "type": "folder" }, "items": [ { "info": { "name": "Amazon Detective List Datasource Packages", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/graph/datasources/list", "body": { "type": "json", "data": "{}" } }, "docs": "Lists data source packages in the behavior graph." }, { "info": { "name": "Amazon Detective Batch Get Graph Member Datasources", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/graph/datasources/get", "body": { "type": "json", "data": "{}" } }, "docs": "Gets data source package information for the behavior graph." }, { "info": { "name": "Amazon Detective Batch Get Membership Datasources", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/membership/datasources/get", "body": { "type": "json", "data": "{}" } }, "docs": "Gets information on the data source package history for an account." }, { "info": { "name": "Amazon Detective Update Datasource Packages", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/graph/datasources/update", "body": { "type": "json", "data": "{}" } }, "docs": "Starts a data source packages for the specified behavior graph." } ] } ], "bundled": true }