aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0
diff options
context:
space:
mode:
authorgokuls <goksing@gmail.com>2017-05-22 14:41:48 -0700
committergokuls <goksing@gmail.com>2017-05-22 14:45:11 -0700
commitfb7fd3f5728b67d28c94ed6cde891e22a70598ab (patch)
treeb28aaf994645caca01f582bb4bcf786680660d67 /vnfs/VES5.0
parentbe621fdfb4efcee355225c8875abcfa8765e6e1d (diff)
Minor changes for VES version 28.1
Change-Id: Ia10d6e27a32505d18c027666e7054acad8e42787 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0')
-rw-r--r--vnfs/VES5.0/collector/docs/att_interface_definition/att_service_specification.docxbin301878 -> 311895 bytes
-rw-r--r--vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json17
2 files changed, 1 insertions, 16 deletions
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
--- 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
Binary files 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",