summaryrefslogtreecommitdiffstats
path: root/docs/sections/apis/swagger_vescollector.yaml
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-03-23 12:46:42 +0100
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-03-23 12:52:22 +0100
commit99e9e486e0c61c29a9dd60c490d530c4a2a9cd7e (patch)
tree1ef91e039b05ce934d3d4e3a0b4d192f37a1e15d /docs/sections/apis/swagger_vescollector.yaml
parent2e46d2497183903b175a225471506fa793e5e607 (diff)
Update swagger files in rst documentation
Issue-ID: DCAEGEN2-2114 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I3af88cf37b118067a4570080c71a6fe7762c46c7
Diffstat (limited to 'docs/sections/apis/swagger_vescollector.yaml')
-rw-r--r--docs/sections/apis/swagger_vescollector.yaml71
1 files changed, 40 insertions, 31 deletions
diff --git a/docs/sections/apis/swagger_vescollector.yaml b/docs/sections/apis/swagger_vescollector.yaml
index 978ea1d7..6d181dd7 100644
--- a/docs/sections/apis/swagger_vescollector.yaml
+++ b/docs/sections/apis/swagger_vescollector.yaml
@@ -1,5 +1,6 @@
# ================================================================================
# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+# Modifications 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.
@@ -16,8 +17,8 @@
#
swagger: '2.0'
info:
- version: 1.4.5
- title: VES Collector
+ version: '1.5.3'
+ title: Api Documentation
description: >
Virtual Event Streaming (VES) Collector is RESTful collector for processing
JSON messages. The collector verifies the source and validates the events
@@ -27,7 +28,7 @@ info:
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0'
-host: 'localhost:8080'
+host: 'localhost:8443'
basePath: /
tags:
- name: basic-error-controller
@@ -107,8 +108,8 @@ paths:
description: OK
schema:
$ref: '#/definitions/ModelAndView'
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -129,8 +130,8 @@ paths:
description: OK
schema:
$ref: '#/definitions/ModelAndView'
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -217,8 +218,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -247,8 +248,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -277,8 +278,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -307,8 +308,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -337,8 +338,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -367,8 +368,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -397,8 +398,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -427,8 +428,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -457,8 +458,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -487,8 +488,8 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '202':
+ description: Accepted
'401':
description: Unauthorized
'403':
@@ -517,14 +518,18 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '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:
@@ -547,14 +552,18 @@ paths:
description: OK
schema:
type: string
- '201':
- description: Created
+ '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