diff --git a/manager/doc/swagger2.json b/manager/doc/swagger2.json index 8e201d20..a0bf47b7 100644 --- a/manager/doc/swagger2.json +++ b/manager/doc/swagger2.json @@ -12,7 +12,7 @@ }, "version":"v2.5" }, - "host":"son-monitor-manager:8000", + "host":"sp-monitor-manager.5gtango.eu:8000", "schemes":[ "http" ], @@ -1097,36 +1097,6 @@ } ] }, - "/api/v2/wss":{ - "post":{ - "operationId":"api_v2_wss_create", - "description":"", - "parameters":[ - { - "name":"data", - "in":"body", - "required":true, - "schema":{ - "$ref":"#/definitions/SntWSreq" - } - } - ], - "responses":{ - "201":{ - "description":"", - "schema":{ - "$ref":"#/definitions/SntWSreq" - } - } - }, - "tags":[ - "api" - ] - }, - "parameters":[ - - ] - }, "/pings":{ "get":{ "operationId":"pings_list", @@ -1761,32 +1731,6 @@ } } }, - "wsLabel":{ - "type":"object", - "properties":{ - - } - }, - "SntWSreq":{ - "required":[ - "metric", - "filters" - ], - "type":"object", - "properties":{ - "metric":{ - "title":"Metric", - "type":"string", - "minLength":1 - }, - "filters":{ - "type":"array", - "items":{ - "$ref":"#/definitions/wsLabel" - } - } - } - }, "Health":{ "required":[ "alive_since" diff --git a/vnv_manager/doc/swagger2.json b/vnv_manager/doc/swagger2.json index 0bab0388..b55bfc3d 100644 --- a/vnv_manager/doc/swagger2.json +++ b/vnv_manager/doc/swagger2.json @@ -12,7 +12,7 @@ }, "version":"v2.0" }, - "host":"vnv-monitor-manager:8001", + "host":"vnv-monitor-manager.5gtango.eu:8000", "schemes":[ "http" ],