{ "opencollection": "1.0.0", "info": { "name": "Amazon Detective Datasources Organizations API", "version": "2018-10-26" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Amazon Detective Enable Organization Admin Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/orgs/enableAdminAccount", "body": { "type": "json", "data": "{}" } }, "docs": "Designates the Detective administrator account for the organization in the current Region." }, { "info": { "name": "Amazon Detective Disable Organization Admin Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/orgs/disableAdminAccount" }, "docs": "Removes the Detective administrator account in the current Region. Must be called from the organization management account." }, { "info": { "name": "Amazon Detective Describe Organization Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/orgs/describeOrganizationConfiguration", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about the configuration for the organization behavior graph." }, { "info": { "name": "Amazon Detective Update Organization Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/orgs/updateOrganizationConfiguration", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration for the organization behavior graph." }, { "info": { "name": "Amazon Detective List Organization Admin Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.detective.{region}.amazonaws.com/orgs/listAdminAccounts", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the Detective administrator accounts in the organization." } ] } ], "bundled": true }