{ "opencollection": "1.0.0", "info": { "name": "VictoriaMetrics HTTP Admin Export API", "version": "1" }, "items": [ { "info": { "name": "Export", "type": "folder" }, "items": [ { "info": { "name": "Export raw samples in JSON line format", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/export" }, "docs": "Export raw samples in JSON line format" }, { "info": { "name": "Export raw samples (POST form)", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:{port}/api/v1/export" }, "docs": "Export raw samples (POST form)" }, { "info": { "name": "Export raw samples as CSV", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/export/csv" }, "docs": "Export raw samples as CSV" }, { "info": { "name": "Export raw samples in native binary format", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/export/native" }, "docs": "Export raw samples in native binary format" }, { "info": { "name": "Prometheus federation endpoint", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/federate" }, "docs": "Prometheus federation endpoint" } ] } ], "bundled": true }