Skip to content

Commit

Permalink
Merge pull request #142 from pkarkazis/master
Browse files Browse the repository at this point in the history
swagger update
  • Loading branch information
pkarkazis authored Dec 20, 2019
2 parents 463488a + 9765a6b commit 41fb84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
58 changes: 1 addition & 57 deletions manager/doc/swagger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"version":"v2.5"
},
"host":"son-monitor-manager:8000",
"host":"sp-monitor-manager.5gtango.eu:8000",
"schemes":[
"http"
],
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vnv_manager/doc/swagger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"version":"v2.0"
},
"host":"vnv-monitor-manager:8001",
"host":"vnv-monitor-manager.5gtango.eu:8000",
"schemes":[
"http"
],
Expand Down

0 comments on commit 41fb84f

Please sign in to comment.