{ "swaggerVersion": "1.2", "apiVersion": "", "basePath": "https://127.0.0.1:6443", "resourcePath": "/version", "apis": [ { "path": "/version", "description": "git code version from which this is built", "operations": [ { "type": "void", "method": "GET", "summary": "get the code version", "nickname": "getCodeVersion", "parameters": [], "produces": [ "application/json" ], "consumes": [ "application/json" ] } ] } ], "models": {} }