{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Audit Logs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get account audit logs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/audit_logs", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "export", "value": "", "type": "query" }, { "name": "action.type", "value": "", "type": "query" }, { "name": "actor.ip", "value": "", "type": "query" }, { "name": "actor.email", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "zone.name", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "hide_user_logs", "value": "", "type": "query" } ] }, "docs": "Gets a list of audit logs for an account. Can be filtered by who made the change, on which zone, and the timeframe of the change." }, { "info": { "name": "APIs.io Engineering Platform Get organization audit logs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/organizations/:organization_id/audit_logs", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "export", "value": "", "type": "query" }, { "name": "action.type", "value": "", "type": "query" }, { "name": "actor.ip", "value": "", "type": "query" }, { "name": "actor.email", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "zone.name", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "hide_user_logs", "value": "", "type": "query" } ] }, "docs": "Gets a list of audit logs for an organization. Can be filtered by who made the change, on which zone, and the timeframe of the change." }, { "info": { "name": "APIs.io Engineering Platform Get user audit logs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/audit_logs", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "export", "value": "", "type": "query" }, { "name": "action.type", "value": "", "type": "query" }, { "name": "actor.ip", "value": "", "type": "query" }, { "name": "actor.email", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "zone.name", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "hide_user_logs", "value": "", "type": "query" } ] }, "docs": "Gets a list of audit logs for a user account. Can be filtered by who made the change, on which zone, and the timeframe of the change." }, { "info": { "name": "APIs.io Engineering Platform Get team audit logs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/audit/logs", "params": [ { "name": "since", "value": "", "type": "query", "description": "Return logs created after the given time, in `YYYY-MM-DD` format." }, { "name": "until", "value": "", "type": "query", "description": "Return logs created before the given time, in `YYYY-MM-DD` format." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of audit events to return at once." }, { "name": "cursor", "value": "", "type": "query", "description": "The pointer to the first record of the set of paginated results. To view the next response, use the `nextCursor` value for this parameter." }, { "name": "order_by", "value": "", "type": "query", "description": "Return the records in ascending (`asc`) or descending (`desc`) order." } ] }, "docs": "Gets a list of your team's generated audit events. For a complete list of all audit events, see [Audit logs](https://learning.postman.com/docs/administration/audit-logs/)." } ] } ], "bundled": true }