From f2568cbd21450f2fcf6d5dbbc51eca9d55d2a67b Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 23 Mar 2020 17:16:52 +0100 Subject: Corrected version in pom.xml and swagger files Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel Change-Id: I30dc29343ccda009bd175c2e62a829104349b1a2 --- pom.xml | 2 +- swagger_vescollector_1.5.3.json | 755 ---------------------------------------- swagger_vescollector_1.5.3.yaml | 654 ---------------------------------- swagger_vescollector_1.5.4.json | 755 ++++++++++++++++++++++++++++++++++++++++ swagger_vescollector_1.5.4.yaml | 654 ++++++++++++++++++++++++++++++++++ 5 files changed, 1410 insertions(+), 1410 deletions(-) delete mode 100644 swagger_vescollector_1.5.3.json delete mode 100644 swagger_vescollector_1.5.3.yaml create mode 100644 swagger_vescollector_1.5.4.json create mode 100644 swagger_vescollector_1.5.4.yaml diff --git a/pom.xml b/pom.xml index 650443c0..e826ea8b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT dcaegen2-collectors-ves VESCollector diff --git a/swagger_vescollector_1.5.3.json b/swagger_vescollector_1.5.3.json deleted file mode 100644 index e483457e..00000000 --- a/swagger_vescollector_1.5.3.json +++ /dev/null @@ -1,755 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "description": "Api Documentation", - "version": "1.5.3", - "title": "Api Documentation", - "termsOfService": "urn:tos", - "contact": {}, - "license": { - "name": "Apache 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - } - }, - "host": "localhost:8443", - "basePath": "/", - "tags": [{ - "name": "basic-error-controller", - "description": "Basic Error Controller" - }, { - "name": "ves-rest-controller", - "description": "Ves Rest Controller" - }], - "paths": { - "/": { - "get": { - "tags": ["ves-rest-controller"], - "summary": "mainPage", - "operationId": "mainPageUsingGET", - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/error": { - "get": { - "tags": ["basic-error-controller"], - "summary": "error", - "operationId": "errorUsingGET", - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "object", - "additionalProperties": { - "type": "object" - } - } - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - }, - "head": { - "tags": ["basic-error-controller"], - "summary": "error", - "operationId": "errorUsingHEAD", - "consumes": ["application/json"], - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "object", - "additionalProperties": { - "type": "object" - } - } - }, - "204": { - "description": "No Content" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - } - } - }, - "post": { - "tags": ["basic-error-controller"], - "summary": "error", - "operationId": "errorUsingPOST", - "consumes": ["application/json"], - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "object", - "additionalProperties": { - "type": "object" - } - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - }, - "put": { - "tags": ["basic-error-controller"], - "summary": "error", - "operationId": "errorUsingPUT", - "consumes": ["application/json"], - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "object", - "additionalProperties": { - "type": "object" - } - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - }, - "delete": { - "tags": ["basic-error-controller"], - "summary": "error", - "operationId": "errorUsingDELETE", - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "object", - "additionalProperties": { - "type": "object" - } - } - }, - "204": { - "description": "No Content" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - } - } - }, - "options": { - "tags": ["basic-error-controller"], - "summary": "error", - "operationId": "errorUsingOPTIONS", - "consumes": ["application/json"], - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "object", - "additionalProperties": { - "type": "object" - } - } - }, - "204": { - "description": "No Content" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - } - } - }, - "patch": { - "tags": ["basic-error-controller"], - "summary": "error", - "operationId": "errorUsingPATCH", - "consumes": ["application/json"], - "produces": ["*/*"], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "object", - "additionalProperties": { - "type": "object" - } - } - }, - "204": { - "description": "No Content" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - } - } - } - }, - "/eventListener/v1": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v1/eventBatch": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_1", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v2": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_2", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v2/eventBatch": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_3", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v3": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_4", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v3/eventBatch": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_5", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v4": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_6", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v4/eventBatch": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_7", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v5": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_8", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v5/eventBatch": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_9", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - } - } - } - }, - "/eventListener/v7": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_10", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "400": { - "description": "Bad Request" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - }, - "500": { - "description": "Internal Server Error" - } - } - } - }, - "/eventListener/v7/eventBatch": { - "post": { - "tags": ["ves-rest-controller"], - "summary": "receiveEvent", - "operationId": "receiveEventUsingPOST_11", - "consumes": ["application/json"], - "produces": ["*/*"], - "parameters": [{ - "in": "body", - "name": "jsonPayload", - "description": "jsonPayload", - "required": true, - "schema": { - "type": "string" - } - }], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "string" - } - }, - "202": { - "description": "Accepted" - }, - "400": { - "description": "Bad Request" - }, - "401": { - "description": "Unauthorized" - }, - "403": { - "description": "Forbidden" - }, - "404": { - "description": "Not Found" - }, - "500": { - "description": "Internal Server Error" - } - } - } - } - }, - "definitions": { - "ModelAndView": { - "type": "object", - "properties": { - "empty": { - "type": "boolean" - }, - "model": { - "type": "object" - }, - "modelMap": { - "type": "object", - "additionalProperties": { - "type": "object" - } - }, - "reference": { - "type": "boolean" - }, - "status": { - "type": "string", - "enum": ["100", "101", "102", "103", "200", "201", "202", "203", "204", "205", "206", "207", "208", "226", "300", "301", "302", "303", "304", "305", "307", "308", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "426", "428", "429", "431", "451", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511"] - }, - "view": { - "$ref": "#/definitions/View" - }, - "viewName": { - "type": "string" - } - }, - "title": "ModelAndView" - }, - "View": { - "type": "object", - "properties": { - "contentType": { - "type": "string" - } - }, - "title": "View" - } - } -} diff --git a/swagger_vescollector_1.5.3.yaml b/swagger_vescollector_1.5.3.yaml deleted file mode 100644 index 5484accb..00000000 --- a/swagger_vescollector_1.5.3.yaml +++ /dev/null @@ -1,654 +0,0 @@ -# ================================================================================ -# Copyright (c) 2020 Nokia. All rights reserved. -# ================================================================================ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============LICENSE_END========================================================= -# -swagger: '2.0' -info: - description: Api Documentation - version: '1.5.3' - title: Api Documentation - termsOfService: 'urn:tos' - contact: {} - license: - name: Apache 2.0 - url: 'http://www.apache.org/licenses/LICENSE-2.0' -host: 'localhost:8443' -basePath: / -tags: - - name: basic-error-controller - description: Basic Error Controller - - name: ves-rest-controller - description: Ves Rest Controller -paths: - /: - get: - tags: - - ves-rest-controller - summary: mainPage - operationId: mainPageUsingGET - produces: - - '*/*' - responses: - '200': - description: OK - schema: - type: string - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /error: - get: - tags: - - basic-error-controller - summary: errorHtml - operationId: errorHtmlUsingGET - produces: - - text/html - responses: - '200': - description: OK - schema: - $ref: '#/definitions/ModelAndView' - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - head: - tags: - - basic-error-controller - summary: errorHtml - operationId: errorHtmlUsingHEAD - consumes: - - application/json - produces: - - text/html - responses: - '200': - description: OK - schema: - $ref: '#/definitions/ModelAndView' - '204': - description: No Content - '401': - description: Unauthorized - '403': - description: Forbidden - post: - tags: - - basic-error-controller - summary: errorHtml - operationId: errorHtmlUsingPOST - consumes: - - application/json - produces: - - text/html - responses: - '200': - description: OK - schema: - $ref: '#/definitions/ModelAndView' - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - put: - tags: - - basic-error-controller - summary: errorHtml - operationId: errorHtmlUsingPUT - consumes: - - application/json - produces: - - text/html - responses: - '200': - description: OK - schema: - $ref: '#/definitions/ModelAndView' - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - delete: - tags: - - basic-error-controller - summary: errorHtml - operationId: errorHtmlUsingDELETE - produces: - - text/html - responses: - '200': - description: OK - schema: - $ref: '#/definitions/ModelAndView' - '204': - description: No Content - '401': - description: Unauthorized - '403': - description: Forbidden - options: - tags: - - basic-error-controller - summary: errorHtml - operationId: errorHtmlUsingOPTIONS - consumes: - - application/json - produces: - - text/html - responses: - '200': - description: OK - schema: - $ref: '#/definitions/ModelAndView' - '204': - description: No Content - '401': - description: Unauthorized - '403': - description: Forbidden - patch: - tags: - - basic-error-controller - summary: errorHtml - operationId: errorHtmlUsingPATCH - consumes: - - application/json - produces: - - text/html - responses: - '200': - description: OK - schema: - $ref: '#/definitions/ModelAndView' - '204': - description: No Content - '401': - description: Unauthorized - '403': - description: Forbidden - /eventListener/v1: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v1/eventBatch: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_1 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v2: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_2 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v2/eventBatch: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_3 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v3: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_4 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v3/eventBatch: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_5 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v4: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_6 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v4/eventBatch: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_7 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v5: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_8 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v5/eventBatch: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_9 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - /eventListener/v7: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_10 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '400': - description: Bad Request - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - '500': - description: Internal Server Error - /eventListener/v7/eventBatch: - post: - tags: - - ves-rest-controller - summary: receiveEvent - operationId: receiveEventUsingPOST_11 - consumes: - - application/json - produces: - - '*/*' - parameters: - - in: body - name: jsonPayload - description: jsonPayload - required: true - schema: - type: string - responses: - '200': - description: OK - schema: - type: string - '202': - description: Accepted - '400': - description: Bad Request - '401': - description: Unauthorized - '403': - description: Forbidden - '404': - description: Not Found - '500': - description: Internal Server Error -definitions: - ModelAndView: - type: object - properties: - empty: - type: boolean - model: - type: object - modelMap: - type: object - additionalProperties: - type: object - reference: - type: boolean - status: - type: string - enum: - - '100' - - '101' - - '102' - - '103' - - '200' - - '201' - - '202' - - '203' - - '204' - - '205' - - '206' - - '207' - - '208' - - '226' - - '300' - - '301' - - '302' - - '303' - - '304' - - '305' - - '307' - - '308' - - '400' - - '401' - - '402' - - '403' - - '404' - - '405' - - '406' - - '407' - - '408' - - '409' - - '410' - - '411' - - '412' - - '413' - - '414' - - '415' - - '416' - - '417' - - '418' - - '419' - - '420' - - '421' - - '422' - - '423' - - '424' - - '426' - - '428' - - '429' - - '431' - - '451' - - '500' - - '501' - - '502' - - '503' - - '504' - - '505' - - '506' - - '507' - - '508' - - '509' - - '510' - - '511' - view: - $ref: '#/definitions/View' - viewName: - type: string - title: ModelAndView - View: - type: object - properties: - contentType: - type: string - title: View diff --git a/swagger_vescollector_1.5.4.json b/swagger_vescollector_1.5.4.json new file mode 100644 index 00000000..2a43a1f0 --- /dev/null +++ b/swagger_vescollector_1.5.4.json @@ -0,0 +1,755 @@ +{ + "swagger": "2.0", + "info": { + "description": "Api Documentation", + "version": "1.5.4", + "title": "Api Documentation", + "termsOfService": "urn:tos", + "contact": {}, + "license": { + "name": "Apache 2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + }, + "host": "localhost:8443", + "basePath": "/", + "tags": [{ + "name": "basic-error-controller", + "description": "Basic Error Controller" + }, { + "name": "ves-rest-controller", + "description": "Ves Rest Controller" + }], + "paths": { + "/": { + "get": { + "tags": ["ves-rest-controller"], + "summary": "mainPage", + "operationId": "mainPageUsingGET", + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/error": { + "get": { + "tags": ["basic-error-controller"], + "summary": "error", + "operationId": "errorUsingGET", + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + }, + "head": { + "tags": ["basic-error-controller"], + "summary": "error", + "operationId": "errorUsingHEAD", + "consumes": ["application/json"], + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + }, + "204": { + "description": "No Content" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + } + } + }, + "post": { + "tags": ["basic-error-controller"], + "summary": "error", + "operationId": "errorUsingPOST", + "consumes": ["application/json"], + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + }, + "put": { + "tags": ["basic-error-controller"], + "summary": "error", + "operationId": "errorUsingPUT", + "consumes": ["application/json"], + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + }, + "delete": { + "tags": ["basic-error-controller"], + "summary": "error", + "operationId": "errorUsingDELETE", + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + }, + "204": { + "description": "No Content" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + } + } + }, + "options": { + "tags": ["basic-error-controller"], + "summary": "error", + "operationId": "errorUsingOPTIONS", + "consumes": ["application/json"], + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + }, + "204": { + "description": "No Content" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + } + } + }, + "patch": { + "tags": ["basic-error-controller"], + "summary": "error", + "operationId": "errorUsingPATCH", + "consumes": ["application/json"], + "produces": ["*/*"], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object", + "additionalProperties": { + "type": "object" + } + } + }, + "204": { + "description": "No Content" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + } + } + } + }, + "/eventListener/v1": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v1/eventBatch": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_1", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v2": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_2", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v2/eventBatch": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_3", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v3": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_4", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v3/eventBatch": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_5", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v4": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_6", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v4/eventBatch": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_7", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v5": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_8", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v5/eventBatch": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_9", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + } + } + } + }, + "/eventListener/v7": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_10", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "400": { + "description": "Bad Request" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + }, + "500": { + "description": "Internal Server Error" + } + } + } + }, + "/eventListener/v7/eventBatch": { + "post": { + "tags": ["ves-rest-controller"], + "summary": "receiveEvent", + "operationId": "receiveEventUsingPOST_11", + "consumes": ["application/json"], + "produces": ["*/*"], + "parameters": [{ + "in": "body", + "name": "jsonPayload", + "description": "jsonPayload", + "required": true, + "schema": { + "type": "string" + } + }], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "202": { + "description": "Accepted" + }, + "400": { + "description": "Bad Request" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden" + }, + "404": { + "description": "Not Found" + }, + "500": { + "description": "Internal Server Error" + } + } + } + } + }, + "definitions": { + "ModelAndView": { + "type": "object", + "properties": { + "empty": { + "type": "boolean" + }, + "model": { + "type": "object" + }, + "modelMap": { + "type": "object", + "additionalProperties": { + "type": "object" + } + }, + "reference": { + "type": "boolean" + }, + "status": { + "type": "string", + "enum": ["100", "101", "102", "103", "200", "201", "202", "203", "204", "205", "206", "207", "208", "226", "300", "301", "302", "303", "304", "305", "307", "308", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "426", "428", "429", "431", "451", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511"] + }, + "view": { + "$ref": "#/definitions/View" + }, + "viewName": { + "type": "string" + } + }, + "title": "ModelAndView" + }, + "View": { + "type": "object", + "properties": { + "contentType": { + "type": "string" + } + }, + "title": "View" + } + } +} diff --git a/swagger_vescollector_1.5.4.yaml b/swagger_vescollector_1.5.4.yaml new file mode 100644 index 00000000..1fc2aa56 --- /dev/null +++ b/swagger_vescollector_1.5.4.yaml @@ -0,0 +1,654 @@ +# ================================================================================ +# Copyright (c) 2020 Nokia. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +# +swagger: '2.0' +info: + description: Api Documentation + version: '1.5.4' + title: Api Documentation + termsOfService: 'urn:tos' + contact: {} + license: + name: Apache 2.0 + url: 'http://www.apache.org/licenses/LICENSE-2.0' +host: 'localhost:8443' +basePath: / +tags: + - name: basic-error-controller + description: Basic Error Controller + - name: ves-rest-controller + description: Ves Rest Controller +paths: + /: + get: + tags: + - ves-rest-controller + summary: mainPage + operationId: mainPageUsingGET + produces: + - '*/*' + responses: + '200': + description: OK + schema: + type: string + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /error: + get: + tags: + - basic-error-controller + summary: errorHtml + operationId: errorHtmlUsingGET + produces: + - text/html + responses: + '200': + description: OK + schema: + $ref: '#/definitions/ModelAndView' + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + head: + tags: + - basic-error-controller + summary: errorHtml + operationId: errorHtmlUsingHEAD + consumes: + - application/json + produces: + - text/html + responses: + '200': + description: OK + schema: + $ref: '#/definitions/ModelAndView' + '204': + description: No Content + '401': + description: Unauthorized + '403': + description: Forbidden + post: + tags: + - basic-error-controller + summary: errorHtml + operationId: errorHtmlUsingPOST + consumes: + - application/json + produces: + - text/html + responses: + '200': + description: OK + schema: + $ref: '#/definitions/ModelAndView' + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + put: + tags: + - basic-error-controller + summary: errorHtml + operationId: errorHtmlUsingPUT + consumes: + - application/json + produces: + - text/html + responses: + '200': + description: OK + schema: + $ref: '#/definitions/ModelAndView' + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + delete: + tags: + - basic-error-controller + summary: errorHtml + operationId: errorHtmlUsingDELETE + produces: + - text/html + responses: + '200': + description: OK + schema: + $ref: '#/definitions/ModelAndView' + '204': + description: No Content + '401': + description: Unauthorized + '403': + description: Forbidden + options: + tags: + - basic-error-controller + summary: errorHtml + operationId: errorHtmlUsingOPTIONS + consumes: + - application/json + produces: + - text/html + responses: + '200': + description: OK + schema: + $ref: '#/definitions/ModelAndView' + '204': + description: No Content + '401': + description: Unauthorized + '403': + description: Forbidden + patch: + tags: + - basic-error-controller + summary: errorHtml + operationId: errorHtmlUsingPATCH + consumes: + - application/json + produces: + - text/html + responses: + '200': + description: OK + schema: + $ref: '#/definitions/ModelAndView' + '204': + description: No Content + '401': + description: Unauthorized + '403': + description: Forbidden + /eventListener/v1: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v1/eventBatch: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_1 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v2: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_2 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v2/eventBatch: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_3 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v3: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_4 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v3/eventBatch: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_5 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v4: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_6 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v4/eventBatch: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_7 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v5: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_8 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v5/eventBatch: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_9 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + /eventListener/v7: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_10 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '400': + description: Bad Request + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + '500': + description: Internal Server Error + /eventListener/v7/eventBatch: + post: + tags: + - ves-rest-controller + summary: receiveEvent + operationId: receiveEventUsingPOST_11 + consumes: + - application/json + produces: + - '*/*' + parameters: + - in: body + name: jsonPayload + description: jsonPayload + required: true + schema: + type: string + responses: + '200': + description: OK + schema: + type: string + '202': + description: Accepted + '400': + description: Bad Request + '401': + description: Unauthorized + '403': + description: Forbidden + '404': + description: Not Found + '500': + description: Internal Server Error +definitions: + ModelAndView: + type: object + properties: + empty: + type: boolean + model: + type: object + modelMap: + type: object + additionalProperties: + type: object + reference: + type: boolean + status: + type: string + enum: + - '100' + - '101' + - '102' + - '103' + - '200' + - '201' + - '202' + - '203' + - '204' + - '205' + - '206' + - '207' + - '208' + - '226' + - '300' + - '301' + - '302' + - '303' + - '304' + - '305' + - '307' + - '308' + - '400' + - '401' + - '402' + - '403' + - '404' + - '405' + - '406' + - '407' + - '408' + - '409' + - '410' + - '411' + - '412' + - '413' + - '414' + - '415' + - '416' + - '417' + - '418' + - '419' + - '420' + - '421' + - '422' + - '423' + - '424' + - '426' + - '428' + - '429' + - '431' + - '451' + - '500' + - '501' + - '502' + - '503' + - '504' + - '505' + - '506' + - '507' + - '508' + - '509' + - '510' + - '511' + view: + $ref: '#/definitions/View' + viewName: + type: string + title: ModelAndView + View: + type: object + properties: + contentType: + type: string + title: View -- cgit 1.2.3-korg