{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict System Log Exporter API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System Log Exporter", "type": "folder" }, "items": [ { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/systemlog/exports", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.systemlog.v1.ExportsSearchService.Search method." }, { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/systemlog/exports", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List Exports." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/systemlog/exports", "body": { "type": "json", "data": "{}" } }, "docs": "Create a system log export." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/systemlog/exports/:export_id", "params": [ { "name": "export_id", "value": "", "type": "path" } ] }, "docs": "Get a system log export by ID" }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/systemlog/exports/:export_id", "params": [ { "name": "export_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a system log export by providing a policy object and an update mask." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/systemlog/exports/:export_id", "params": [ { "name": "export_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a policy by ID." }, { "info": { "name": "List Events", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/systemlog/exports/:export_id/events", "params": [ { "name": "export_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.systemlog.v1.ExportService.ListEvents method." } ] } ], "bundled": true }