aboutsummaryrefslogtreecommitdiffstats
path: root/docs/swagger.json
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2019-01-30 22:32:41 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-30 22:32:41 +0000
commitb146c72f951cdbcecf1e3e726956082d9d8cf4b0 (patch)
treeaa084d628979fe1d90dcdc3aabef37f294fb9c17 /docs/swagger.json
parent0e6a4dc0f90f9589e3830c8976a39f627acd10c7 (diff)
parenta27be9fdbbf2d271c9c5780ba70fe15a24dbdb63 (diff)
Merge "Push variuos changes"
Diffstat (limited to 'docs/swagger.json')
-rw-r--r--docs/swagger.json63
1 files changed, 37 insertions, 26 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
index 27db769f..534d2af4 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -875,26 +875,43 @@
}
}
},
- "/v{version}/service/pingCassandra/{consistency}": {
+ "/v{version}/service/pingZookeeper": {
"get": {
"tags": [
"Healthcheck Api"
],
"summary": "Get Health Status",
"description": "",
- "operationId": "cassandraStatus",
+ "operationId": "ZKStatus",
"produces": [
"application/json"
],
- "parameters": [
- {
- "name": "consistency",
- "in": "path",
- "description": "Consistency level",
- "required": true,
- "type": "string"
+ "parameters": [],
+ "responses": {
+ "200": {
+ "description": "successful operation",
+ "schema": {
+ "type": "object",
+ "additionalProperties": {
+ "type": "object"
+ }
+ }
}
+ }
+ }
+ },
+ "/v{version}/service/musicHealthCheck": {
+ "get": {
+ "tags": [
+ "Healthcheck Api"
],
+ "summary": "Get Health Status",
+ "description": "",
+ "operationId": "musicHealthCheck",
+ "produces": [
+ "application/json"
+ ],
+ "parameters": [],
"responses": {
"200": {
"description": "successful operation",
@@ -908,18 +925,26 @@
}
}
},
- "/v{version}/service/pingZookeeper": {
+ "/v{version}/service/pingCassandra/{consistency}": {
"get": {
"tags": [
"Healthcheck Api"
],
"summary": "Get Health Status",
"description": "",
- "operationId": "ZKStatus",
+ "operationId": "cassandraStatus",
"produces": [
"application/json"
],
- "parameters": [],
+ "parameters": [
+ {
+ "name": "consistency",
+ "in": "path",
+ "description": "Consistency level",
+ "required": true,
+ "type": "string"
+ }
+ ],
"responses": {
"200": {
"description": "successful operation",
@@ -1269,20 +1294,6 @@
"description": "Application namespace",
"required": true,
"type": "string"
- },
- {
- "name": "userId",
- "in": "header",
- "description": "userId",
- "required": true,
- "type": "string"
- },
- {
- "name": "password",
- "in": "header",
- "description": "Password",
- "required": true,
- "type": "string"
}
],
"responses": {