X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FVES5.0%2Fcollector%2Fdocs%2Fatt_interface_definition%2Fevent_format_updated.json;h=986ed8f55e23252bd48ecb7cee7a2b1d36ff2c81;hb=d5ae9ca07cffe21551559764a602b0ea049d3423;hp=0dfa3d5e41bd3f93ef9144120f557dcce2b80f99;hpb=f27c570b3351a4d08e6455336ee2fefa0863a967;p=demo.git 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",