2015-02-05 04:19:00 +00:00
|
|
|
{
|
|
|
|
"swaggerVersion": "1.2",
|
|
|
|
"apiVersion": "",
|
2016-02-04 05:55:04 +00:00
|
|
|
"basePath": "https://10.10.10.10:443",
|
2015-02-05 04:19:00 +00:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2015-05-22 15:20:27 +00:00
|
|
|
],
|
|
|
|
"models": {}
|
2016-04-16 05:16:26 +00:00
|
|
|
}
|