{ "opencollection": "1.0.0", "info": { "name": "Apache EventMesh Admin Client Event API", "version": "1.10.0" }, "items": [ { "info": { "name": "Event", "type": "folder" }, "items": [ { "info": { "name": "Apache EventMesh Publish CloudEvent via HTTP", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10106/event/publish", "body": { "type": "json", "data": "{}" } }, "docs": "Apache EventMesh Publish CloudEvent via HTTP" }, { "info": { "name": "Apache EventMesh Request-reply Event via HTTP", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10106/event/request", "body": { "type": "json", "data": "{}" } }, "docs": "Apache EventMesh Request-reply Event via HTTP" } ] } ], "bundled": true }