{ "opencollection": "1.0.0", "info": { "name": "Ingestion Logging API", "version": "20200831" }, "items": [ { "info": { "name": "Logging", "type": "folder" }, "items": [ { "info": { "name": "Ingests logs for a logId.", "type": "http" }, "http": { "method": "POST", "url": "https://127.0.0.1/20200831/logs/:logId/actions/push", "headers": [ { "name": "timestamp-opc-agent-processing", "value": "" }, { "name": "opc-agent-version", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "logId", "value": "", "type": "path", "description": "OCID of a log to work with." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API allows ingesting logs associated with a logId. A success\nresponse implies the data has been accepted.\n" } ] } ], "bundled": true }