{ "opencollection": "1.0.0", "info": { "name": "VictoriaMetrics HTTP Admin Query API", "version": "1" }, "items": [ { "info": { "name": "Query", "type": "folder" }, "items": [ { "info": { "name": "Perform a PromQL/MetricsQL instant query", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/query", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "time", "value": "", "type": "query" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Perform a PromQL/MetricsQL instant query" }, { "info": { "name": "Perform a PromQL/MetricsQL instant query (POST form)", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:{port}/api/v1/query" }, "docs": "Perform a PromQL/MetricsQL instant query (POST form)" }, { "info": { "name": "Range query over a time period", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/query_range", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "step", "value": "", "type": "query" } ] }, "docs": "Range query over a time period" }, { "info": { "name": "Range query (POST form)", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:{port}/api/v1/query_range" }, "docs": "Range query (POST form)" }, { "info": { "name": "Retrieve label names within a time range", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/labels" }, "docs": "Retrieve label names within a time range" }, { "info": { "name": "Get all values for a specific label", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/label/:label/values", "params": [ { "name": "label", "value": "", "type": "path" } ] }, "docs": "Get all values for a specific label" }, { "info": { "name": "Return series matching label matchers", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/series", "params": [ { "name": "match[]", "value": "", "type": "query" } ] }, "docs": "Return series matching label matchers" }, { "info": { "name": "Return series (POST form)", "type": "http" }, "http": { "method": "POST", "url": "http://{host}:{port}/api/v1/series" }, "docs": "Return series (POST form)" }, { "info": { "name": "Cardinality and TSDB statistics", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/status/tsdb" }, "docs": "Cardinality and TSDB statistics" }, { "info": { "name": "Get stored metrics metadata", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/v1/metadata" }, "docs": "Get stored metrics metadata" } ] } ], "bundled": true }