From fb7fd3f5728b67d28c94ed6cde891e22a70598ab Mon Sep 17 00:00:00 2001 From: gokuls Date: Mon, 22 May 2017 14:41:48 -0700 Subject: Minor changes for VES version 28.1 Change-Id: Ia10d6e27a32505d18c027666e7054acad8e42787 Signed-off-by: Gokul Singaraju --- .../att_service_specification.docx | Bin 301878 -> 311895 bytes .../event_format_updated.json | 17 +---------------- 2 files changed, 1 insertion(+), 16 deletions(-) (limited to 'vnfs/VES5.0/collector') diff --git a/vnfs/VES5.0/collector/docs/att_interface_definition/att_service_specification.docx b/vnfs/VES5.0/collector/docs/att_interface_definition/att_service_specification.docx index 6abbbbd4..f59abd8b 100644 Binary files a/vnfs/VES5.0/collector/docs/att_interface_definition/att_service_specification.docx and b/vnfs/VES5.0/collector/docs/att_interface_definition/att_service_specification.docx differ diff --git a/vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json b/vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json index 3691b5af..0dfa3d5e 100644 --- a/vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json +++ b/vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json @@ -1028,21 +1028,6 @@ }, "required": [ "countsInTheBucket" ] }, - "measurementGroup": { - "description": "measurement group", - "type": "object", - "properties": { - "name": { "type": "string" }, - "measurements": { - "description": "array of name value pair measurements", - "type": "array", - "items": { - "$ref": "#/definitions/field" - } - } - }, - "required": [ "name", "measurements" ] - }, "measurementsForVfScalingFields": { "description": "measurementsForVfScaling fields", "type": "object", @@ -1352,7 +1337,7 @@ } } }, - "required": [ "name", "measurements" ] + "required": [ "name", "arrayOfFields" ] }, "otherFields": { "description": "fields for events belonging to the 'other' domain of the commonEventHeader domain enumeration", -- cgit 1.2.3-korg