{ "opencollection": "1.0.0", "info": { "name": "Amazon GuardDuty Admin API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Admin", "type": "folder" }, "items": [ { "info": { "name": "Amazon GuardDuty Disable Organization Admin Account", "type": "http" }, "http": { "method": "POST", "url": "http://guardduty.{region}.amazonaws.com/admin/disable", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator." }, { "info": { "name": "Amazon GuardDuty Enable Organization Admin Account", "type": "http" }, "http": { "method": "POST", "url": "http://guardduty.{region}.amazonaws.com/admin/enable", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator." }, { "info": { "name": "Amazon GuardDuty List Organization Admin Accounts", "type": "http" }, "http": { "method": "GET", "url": "http://guardduty.{region}.amazonaws.com/admin", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of results to return in the response." }, { "name": "nextToken", "value": "", "type": "query", "description": "A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page." }, { "name": "MaxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "Lists the accounts configured as GuardDuty delegated administrators." } ] } ], "bundled": true }