{ "opencollection": "1.0.0", "info": { "name": "openobserve Actions Rum API", "version": "0.90.0" }, "items": [ { "info": { "name": "Rum", "type": "folder" }, "items": [ { "info": { "name": "Ingest RUM log events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/rum/v1/:org_id/logs", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Ingests Real User Monitoring (RUM) log events and client-side application logs in JSON array format. Captures browser console logs, application errors, debug information, and custom log messages generated by client-side JavaScript. Logs are enriched with browser and session context for comprehensive client-side debugging and monitoring." }, { "info": { "name": "Ingest session replay data", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/rum/v1/:org_id/replay", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization name" } ], "body": { "type": "multipart-form", "data": [ { "name": "event", "type": "text", "value": "" }, { "name": "segment", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Ingests Real User Monitoring (RUM) session replay data as compressed multipart form data. Captures user interactions, DOM snapshots, and browser events to enable complete session replay functionality. Data is compressed using zlib compression and includes session metadata such as timing, view information, and interaction sequences for comprehensive user experience analysis." }, { "info": { "name": "Ingest RUM data events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/rum/v1/:org_id/rum", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Ingests Real User Monitoring (RUM) data events in JSON format. Collects client-side performance metrics, user interactions, application errors, and user experience data for comprehensive web application monitoring. Data is automatically enriched with metadata and stored for analysis and dashboard visualization." } ] } ], "bundled": true }