aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json
diff options
context:
space:
mode:
authorgokuls <goksing@gmail.com>2017-05-24 10:43:36 -0700
committergokuls <goksing@gmail.com>2017-05-24 10:54:22 -0700
commitd5ae9ca07cffe21551559764a602b0ea049d3423 (patch)
tree4d481d39d1aeda428659f4d4847aca883f3ff402 /vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json
parentf27c570b3351a4d08e6455336ee2fefa0863a967 (diff)
Minor fix between collector and testcoll scripts
Change-Id: I666d1d41a0ded5890c53b9d502e98b8e6687568a Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json')
-rw-r--r--vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json19
1 files changed, 17 insertions, 2 deletions
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 0dfa3d5e..986ed8f5 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
@@ -985,7 +985,7 @@
"description": "an instance conforming to the jsonObject schema",
"type": "object"
},
- "objectInstanceEpochMicrosec": {
+ "objectInstanceEpochMicrosec": {
"description": "the unix time aka epoch time associated with this objectInstance--as microseconds elapsed since 1 Jan 1970 not including leap seconds",
"type": "number"
},
@@ -1028,6 +1028,21 @@
},
"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",
@@ -1337,7 +1352,7 @@
}
}
},
- "required": [ "name", "arrayOfFields" ]
+ "required": [ "name", "measurements" ]
},
"otherFields": {
"description": "fields for events belonging to the 'other' domain of the commonEventHeader domain enumeration",