summaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/collector/docs/att_interface_definition/event_format_updated.json
diff options
context:
space:
mode:
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",