summaryrefslogtreecommitdiffstats
path: root/docs/sections/apis
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2019-01-20 20:15:08 -0500
committerVijay Venkatesh Kumar <vv770d@att.com>2019-01-21 17:23:58 +0000
commitfac34a1009e49aeb19466b16689e21f2840d7d8a (patch)
treea3b70898a168d96ca6e6ff7b761ff852e213de51 /docs/sections/apis
parent6c93a7444773177d9bad86e720ba7966061973df (diff)
Update dcae doc for 3.0.1
Change-Id: I3d34323a0d802bc469ff6d8173fd1170584fd652 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1105 (cherry picked from commit 68cd5213788fac134dcb6a3e53598121bfbf1208)
Diffstat (limited to 'docs/sections/apis')
-rw-r--r--docs/sections/apis/swagger_vescollector.yaml2
-rw-r--r--docs/sections/apis/ves.rst17
2 files changed, 1 insertions, 18 deletions
diff --git a/docs/sections/apis/swagger_vescollector.yaml b/docs/sections/apis/swagger_vescollector.yaml
index 52b19226..a2ed6a4d 100644
--- a/docs/sections/apis/swagger_vescollector.yaml
+++ b/docs/sections/apis/swagger_vescollector.yaml
@@ -16,7 +16,7 @@
#
swagger: '2.0'
info:
- version: 1.3.1
+ version: 1.3.2
title: VES Collector
description: >
Virtual Event Streaming (VES) Collector is RESTful collector for processing
diff --git a/docs/sections/apis/ves.rst b/docs/sections/apis/ves.rst
index 49c82304..a4503d23 100644
--- a/docs/sections/apis/ves.rst
+++ b/docs/sections/apis/ves.rst
@@ -2041,23 +2041,6 @@ number of times an identified codec was used over the measurementInterval
.. _d_a68e1b21fdcef792db73f711201c56ad:
-command Model Structure
------------------------
-
-command from an event collector toward an event source
-
-.. csv-table::
- :delim: |
- :header: "Name", "Required", "Type", "Format", "Properties", "Description"
- :widths: 20, 10, 15, 15, 30, 25
-
- commandType | Yes | string | | {'enum': ['heartbeatIntervalChange', 'measurementIntervalChange', 'provideThrottlingState', 'throttlingSpecification']} |
- eventDomainThrottleSpecification | No | :ref:`eventDomainThrottleSpecification <d_4089a4a9ee684770c6f37a588a577589>` | | |
- heartbeatInterval | No | integer | | |
- measurementInterval | No | integer | | |
-
-.. _d_2dc9a27be1410f60241c5f63c636bb7e:
-
commonEventHeader Model Structure
---------------------------------