{ "opencollection": "1.0.0", "info": { "name": "Gravitee.io - Access Management alerts audit API", "version": "4.12.0-alpha.3" }, "items": [ { "info": { "name": "audit", "type": "folder" }, "items": [ { "info": { "name": "List audit logs for the organization", "type": "http" }, "http": { "method": "GET", "url": "/management/organizations/:organizationId/audits", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "user", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "User must have the ORGANIZATION_AUDIT[LIST] permission on the specified organization. Except if user has ORGANIZATION_AUDIT[READ] permission on the organization, each returned audit is filtered and contains only basic information such as id, date, event, actor, target and status." }, { "info": { "name": "Get an audit log", "type": "http" }, "http": { "method": "GET", "url": "/management/organizations/:organizationId/audits/:audit", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "audit", "value": "", "type": "path" } ] }, "docs": "User must have the ORGANIZATION_AUDIT[READ] permission on the specified organization" }, { "info": { "name": "List audit logs for a security domain", "type": "http" }, "http": { "method": "GET", "url": "/management/organizations/:organizationId/environments/:environmentId/domains/:domain/audits", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "domain", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "user", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "User must have the DOMAIN_AUDIT[LIST] permission on the specified domain, environment or organization. Except if user has ORGANIZATION_AUDIT[READ] permission on the domain, environment or organization, each returned audit is filtered and contains only basic information such as id, date, event, actor, target and status." }, { "info": { "name": "Get an audit log", "type": "http" }, "http": { "method": "GET", "url": "/management/organizations/:organizationId/environments/:environmentId/domains/:domain/audits/:audit", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "domain", "value": "", "type": "path" }, { "name": "audit", "value": "", "type": "path" } ] }, "docs": "User must have the DOMAIN_AUDIT[READ] permission on the specified domain or DOMAIN_AUDIT[READ] permission on the specified environment or DOMAIN_AUDIT[READ] permission on the specified organization" } ] } ], "bundled": true }