]> arthur.barton.de Git - netdata.git/commitdiff
updated swagger urls
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 20 Dec 2015 19:29:54 +0000 (21:29 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 20 Dec 2015 19:29:54 +0000 (21:29 +0200)
web/netdata-swagger.json
web/netdata-swagger.yaml

index b15434510270e317df64625cd749f90ef7fe7747..fd7896bc0a25e7e7c79c201ff9d5d9a8b98fa1fb 100755 (executable)
@@ -2,10 +2,10 @@
     "swagger": "2.0",
     "info": {
         "title": "NetData API",
-        "description": "Real time monitoring for linux, over the web!",
+        "description": "Real time data collection and graphs...",
         "version": "1.0.0"
     },
-    "host": "195.97.5.206:19999",
+    "host": "netdata.firehol.org",
     "schemes": [
         "http"
     ],
             }
         }
     }
-}
\ No newline at end of file
+}
index 479818b7dcdcecdb34381eabdd97f7780cf07878..7d7bc656074270c5ce5a64ffa4b1b9d5b6d81f3e 100755 (executable)
@@ -1,9 +1,9 @@
 swagger: '2.0'
 info:
   title: NetData API
-  description: 'Real time monitoring for linux, over the web!'
+  description: 'Real time data collection and graphs...'
   version: 1.0.0
-host: 195.97.5.206:19999
+host: netdata.firehol.org
 schemes:
   - http
 basePath: /api/v1