{ "opencollection": "1.0.0", "info": { "name": "Hoverfly Admin Cache Journal API", "version": "2.0" }, "items": [ { "info": { "name": "Journal", "type": "folder" }, "items": [ { "info": { "name": "Get journal", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/v2/journal", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" } ] }, "docs": "Get journal" }, { "info": { "name": "Filter journal", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/v2/journal", "body": { "type": "json", "data": "{}" } }, "docs": "Filter journal" }, { "info": { "name": "Clear journal", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/v2/journal" }, "docs": "Clear journal" }, { "info": { "name": "List journal indexes", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/v2/journal/index" }, "docs": "List journal indexes" }, { "info": { "name": "Create journal index", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/v2/journal/index", "body": { "type": "json", "data": "{}" } }, "docs": "Create journal index" }, { "info": { "name": "Delete journal index", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/v2/journal/index/:indexName", "params": [ { "name": "indexName", "value": "", "type": "path" } ] }, "docs": "Delete journal index" } ] } ], "bundled": true }