updated swagger info for HTTPS (#4386)

This commit is contained in:
Costa Tsaousis 2018-10-12 14:28:57 +03:00 committed by GitHub
parent 7f5e6c594f
commit a545db345f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -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'

View File

@ -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",

View File

@ -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: