From 8ce1c01e0207cdc59f5a65d3b03411ced5c423dc Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sun, 20 Dec 2015 21:29:54 +0200 Subject: [PATCH] updated swagger urls --- web/netdata-swagger.json | 6 +++--- web/netdata-swagger.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/netdata-swagger.json b/web/netdata-swagger.json index b1543451..fd7896bc 100755 --- a/web/netdata-swagger.json +++ b/web/netdata-swagger.json @@ -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" ], @@ -424,4 +424,4 @@ } } } -} \ No newline at end of file +} diff --git a/web/netdata-swagger.yaml b/web/netdata-swagger.yaml index 479818b7..7d7bc656 100755 --- a/web/netdata-swagger.yaml +++ b/web/netdata-swagger.yaml @@ -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 -- 2.39.2