From a545db345faff21ae873c9df7b6b1bcfc7128fb0 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Fri, 12 Oct 2018 14:28:57 +0300 Subject: [PATCH] updated swagger info for HTTPS (#4386) --- configs.signatures | 2 ++ web/netdata-swagger.json | 3 ++- web/netdata-swagger.yaml | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configs.signatures b/configs.signatures index b8db1c1269..afc8dbe56d 100644 --- a/configs.signatures +++ b/configs.signatures @@ -117,6 +117,7 @@ declare -A configs_signatures=( ['24d02e4086fd60943c45d8de2e52a4fb']='python.d/springboot.conf' ['254de8ec49602bea2da3631676d7cfec']='health.d/cpu.conf' ['256a7f06f7e579a61752fc64418cffe5']='charts.d/nut.conf' + ['25a35a7c3c6092a839865e9be250c024']='health.d/ram.conf' ['262f98b3d88b98978cb08d566ce85a9d']='charts.d/squid.conf' ['27a1dbd43abc7394dcd72efe797ee9af']='python.d.conf' ['2827de41cf34a91b7a8e4d8724f59668']='health.d/net.conf' @@ -713,6 +714,7 @@ declare -A configs_signatures=( ['edb48efc8f446624001e07d04f6cad1a']='apps_groups.conf' ['ee5343881744e6a97e6ee5cdd329cfb8']='health.d/retroshare.conf' ['eee974cea7534aeed2d38bcf0edf3f9e']='python.d/springboot.conf' + ['ef067629c7456cb934f110ce15200131']='stream.conf' ['ef1861bf5725d91e773cbdba05687597']='python.d.conf' ['ef9916ea144878a9f37cbb6b1b29da10']='health.d/squid.conf' ['f075be84c5bfac7e34de2a091841360c']='statsd.d/example.conf' diff --git a/web/netdata-swagger.json b/web/netdata-swagger.json index 768b6fd387..d3e1bd77a2 100644 --- a/web/netdata-swagger.json +++ b/web/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", diff --git a/web/netdata-swagger.yaml b/web/netdata-swagger.yaml index db9b58d70f..dea516b1a2 100644 --- a/web/netdata-swagger.yaml +++ b/web/netdata-swagger.yaml @@ -2,10 +2,11 @@ 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 produces: