From 6e63f2688ef741930943e46dd967b5b8f6513df2 Mon Sep 17 00:00:00 2001 From: Vijay Date: Fri, 15 Sep 2017 19:46:07 +0000 Subject: vescollector standalone docker support Issue-Id:DCAEGEN2-82 Change-Id: Id309d0af08c8beb9c18dce08dc51344e60f494a4 Signed-off-by: Vijay --- etc/CommonEventFormat_28.3.json | 70 ++++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 33 deletions(-) (limited to 'etc/CommonEventFormat_28.3.json') diff --git a/etc/CommonEventFormat_28.3.json b/etc/CommonEventFormat_28.3.json index 967b8ed1..90f6d81a 100644 --- a/etc/CommonEventFormat_28.3.json +++ b/etc/CommonEventFormat_28.3.json @@ -2,37 +2,41 @@ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { - "attCopyrightNotice": { - "description": "Copyright (c) <2017>, AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the License)", - "type": "object", - "properties": { - "useAndRedistribution": { - "description": "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", - "type": "string" - }, - "licenseLink": "http://www.apache.org/licenses/LICENSE-2.0", - "condition1": { - "description": "Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an AS IS BASIS,", - "type": "string" - }, - "condition2": { - "description": "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.", - "type": "string" - }, - "condition3": { - "description": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", - "type": "string" - }, - "condition4": { - "description": "See the License for the specific language governing permissions and limitations under the License.", - "type": "string" - }, - "Trademarks": { - "description": "ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.", - "type": "string" - } - } + "attCopyrightNotice": { + "description": "Copyright (c) <2017>, AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the License)", + "type": "object", + "properties": { + "useAndRedistribution": { + "description": "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", + "type": "string" + }, + "licenseLink": { + "description": "http://www.apache.org/licenses/LICENSE-2.0", + "type":"string" + }, + "condition1": { + "description": "Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an AS IS BASIS,", + "type": "string" + }, + "condition2": { + "description": "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.", + "type": "string" + }, + "condition3": { + "description": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", + "type": "string" + }, + "condition4": { + "description": "See the License for the specific language governing permissions and limitations under the License.", + "type": "string" }, + "Trademarks": { + "description": "ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.", + "type": "string" + } + } + }, + "codecsInUse": { "description": "number of times an identified codec was used over the measurementInterval", "type": "object", @@ -1415,7 +1419,7 @@ "type": "number" }, "summarySip": { - "description": "the SIP Method or Response (‘INVITE’, ‘200 OK’, ‘BYE’, etc)", + "description": "the SIP Method or Response (‘INVITE’, ‘200 OK’, ‘BYE’, etc)", "type": "string" }, "vendorVnfNameFields": { @@ -1488,7 +1492,7 @@ "type": "object", "properties": { "additionalFields": { - "description": "additional syslog fields if needed provided as name=value delimited by a pipe ‘|’ symbol, for example: 'name1=value1|name2=value2|…'", + "description": "additional syslog fields if needed provided as name=value delimited by a pipe ‘|’ symbol, for example: 'name1=value1|name2=value2|…'", "type": "string" }, "eventSourceHost": { @@ -1859,4 +1863,4 @@ "properties": { "event": {"$ref": "#/definitions/event"} } -} \ No newline at end of file +} -- cgit 1.2.3-korg