diff options
author | gokuls <goksing@gmail.com> | 2017-05-22 14:41:48 -0700 |
---|---|---|
committer | gokuls <goksing@gmail.com> | 2017-05-22 14:45:11 -0700 |
commit | fb7fd3f5728b67d28c94ed6cde891e22a70598ab (patch) | |
tree | b28aaf994645caca01f582bb4bcf786680660d67 /vnfs | |
parent | be621fdfb4efcee355225c8875abcfa8765e6e1d (diff) |
Minor changes for VES version 28.1
Change-Id: Ia10d6e27a32505d18c027666e7054acad8e42787
Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs')
-rw-r--r-- | vnfs/VES5.0/collector/docs/att_interface_definition/att_service_specification.docx | bin | 301878 -> 311895 bytes | |||
-rw-r--r-- | vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json | 17 |
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 Binary files differindex 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 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",
|