summaryrefslogtreecommitdiffstats
path: root/web/api/netdata-swagger.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
commit1e6c93250172946eeb38e94a92a1fd12c9d3011e (patch)
tree8ca5e16dfc7ad6b3bf2738ca0a48408a950f8f7e /web/api/netdata-swagger.json
parentUpdate watch file (diff)
downloadnetdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.tar.xz
netdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.zip
Merging upstream version 1.11.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--web/api/netdata-swagger.json (renamed from web/netdata-swagger.json)8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/netdata-swagger.json b/web/api/netdata-swagger.json
index 768b6fd38..8ee1a8a72 100644
--- a/web/netdata-swagger.json
+++ b/web/api/netdata-swagger.json
@@ -2,11 +2,12 @@
"swagger": "2.0",
"info": {
"title": "NetData API",
- "description": "Real time data collection and graphs...",
+ "description": "Real-time performance and health monitoring.",
"version": "1.9.11_rolling"
},
"host": "registry.my-netdata.io",
"schemes": [
+ "https",
"http"
],
"basePath": "/api/v1",
@@ -126,6 +127,8 @@
"min",
"max",
"average",
+ "median",
+ "stddev",
"sum",
"incremental-sum"
],
@@ -159,6 +162,7 @@
"datatable",
"datasource",
"html",
+ "markdown",
"array",
"csvjsonarray"
],
@@ -309,6 +313,8 @@
"min",
"max",
"average",
+ "median",
+ "stddev",
"sum",
"incremental-sum"
],