VNFRQTS - Doc8 error fixes
[vnfrqts/requirements.git] / docs / Chapter8 / ves7_1spec.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2017 AT&T Intellectual Property, All rights reserved
4 .. Copyright 2017-2018 Huawei Technologies Co., Ltd.
5
6 .. _ves_event_listener_7_1:
7
8 Service: VES Event Listener 7.1
9 -------------------------------
10
11 +-----------------------------------------------------------------------------+
12 | **Legal Disclaimer**                                                        |
13 |                                                                             |
14 | Licensed under the Apache License, Version 2.0 (the "License"); you may not |
15 | use this file except in compliance with the License. You may obtain a copy  |
16 | of the License at                                                           |
17 |                                                                             |
18 | http://www.apache.org/licenses/LICENSE-2.0                                  |
19 |                                                                             |
20 | Unless required by applicable law or agreed to in writing, software         |
21 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT   |
22 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the    |
23 | License for the specific language governing permissions and limitations     |
24 | under the License.                                                          |
25 +-----------------------------------------------------------------------------+
26
27
28 :Document: VES Event Listner
29 :Revision: 7.1
30 :Revision Date: December 10th, 2018
31 :Author: Rich Erickson
32
33 +-----------------+-----------------------------+
34 | Contributors:   | **Min Chen – AT&T**         |
35 |                 |                             |
36 |                 | **Fred Delaplace - AT&T**   |
37 |                 |                             |
38 |                 | **Andrew Egan – AT&T**      |
39 |                 |                             |
40 |                 | **Alok Gupta – AT&T**       |
41 |                 |                             |
42 |                 | **Marge Hillis – Nokia**    |
43 |                 |                             |
44 |                 | **Gerard Hynes – AT&T**     |
45 |                 |                             |
46 |                 | **Ken Kelly – AT&T**        |
47 |                 |                             |
48 |                 | **Mark Scott – Ericsson**   |
49 |                 |                             |
50 |                 | **Tim Verall – Intel**      |
51 |                 |                             |
52 |                 | **Sumit Verdi – VMWare**    |
53 +-----------------+-----------------------------+
54
55 .. contents:: Table of Contents
56
57 Introduction
58 ^^^^^^^^^^^^
59
60 This document describes the RESTful interface for the VES Event
61 Listener. The VES acronym originally stood for Virtual-function Event
62 Streaming, but VES has been generalized to support network-function
63 event streaming, whether virtualized or not. The VES Event Listener is
64 capable of receiving any event sent in the VES Common Event Format. The
65 Common Event Format is expressed in JSON schema in section 4 of this
66 document. In the Common Event Format, an event consists of a required
67 Common Event Header block (i.e., object) accompanied by zero or more
68 event domain blocks.
69
70 It should be understood that events are well structured packages of
71 information, identified by an eventName, which are asynchronously
72 communicated to subscribers who are interested in the eventName. Events
73 can convey measurements, faults, syslogs, threshold crossing alerts and
74 other types of information. Events are simply a way of communicating
75 well-structured packages of information to one or more instances of an
76 Event Listener service.
77
78 This document describes a RESTful connectionless push event listener
79 that is capable of receiving single events or batches of events in the
80 Common Event Format. In future, additional documents may describe other
81 transports which make use of persistent TCP connections for high volumes
82 of streaming events.
83
84 Event Registration
85 ~~~~~~~~~~~~~~~~~~
86
87 All events must be compliant with the common event format, but specific
88 events identified by their eventNames, may require that certain fields,
89 which are optional in the common event format, be present when they are
90 published. For example, a specific eventName may require that specific
91 name-value pairs be present in the extensible structures provided within
92 the Common Event Format.
93
94 Events are registered using an extensible YAML format (defined in a
95 separate document), which specifies, for each eventName, the fields that
96 are required, what field values may be sent, and any special handling
97 that should be performed on those eventNames.
98
99 Naming Standards for eventName
100 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101
102 To prevent naming collisions, eventNames sent as part of the
103 commonEventHeader, should conform to the following naming convention
104 designed to summarize the purpose and type of the event, and to ensure
105 the uniqueness of the eventName:
106
107     {DomainAbbreviation}\_{PublisherName}\_{Description}
108
109 Each underscore-separated subfield above must start with a capital
110 letter and use camel-casing to separate words and acronyms. Acronyms
111 must capitalize only the first letter of the acronym. Spaces and
112 underscores should not appear within any subfield.
113
114 The DomainAbbreviation subfield derives from the ‘domain’ field in the
115 commonEventHeader, as specified below:
116
117 -  ‘Fault’ for the fault domain
118
119 -  ‘Heartbeat’ for the heartbeat domain
120
121 -  ‘Measurement’ for the measurement domain
122
123 -  ‘MobileFlow’ for the mobileFlow domain
124
125 -  ‘Notification’ for the notification domain
126
127 -  ‘Other’ for the other domain
128
129 -  ‘Perf3gpp’ for the perf3gpp domain
130
131 -  ‘PnfReg’ for the pnfRegistration domain
132
133 -  ‘SipSignaling’ for the sipSignaling domain
134
135 -  ‘StateChange’ for the stateChange domain
136
137 -  ‘Syslog’ for the syslog domain
138
139 -  ‘Tca’ for the thresholdCrossingAlert domain
140
141 -  ‘VoiceQuality’ for the voiceQuality domain
142
143 The PublisherName subfield describes the vendor product or application
144 publishing the event. This subfield conforms to the following
145 conventions:
146
147 -  Vendor products are specified as:
148
149      {productName}-{vendorName}
150
151     For example: Visbc-Metaswitch or Vdbe-Juniper, where a hyphen is
152     used to separate the productName and vendorName subfields. Note that
153     the productName and vendorName subfields must not include hyphens
154     themselves.
155
156     Organizing the information in this way will cause an alphabetical
157     listing of eventNames to sort similar network functions together,
158     rather than to sort them by vendor.
159
160     The productName subfield may describe a NF or a NFC. Where NFC names
161     may be reused across different NF’s, they should be specified as:
162
163      {NfName}:{NfcName}
164
165     where a colon is used to separate the NfName and NfcName subfields.
166     Note that the NfName and NfcName subfields must not include colons
167     themselves.
168
169     The ProductName may also describe other types of vendor modules or
170     components such as a VM, application or hostname. As with NFs and
171     NFCs, parent:child relationships may be communicated using colon as
172     a subfield delimiter.
173
174 -  Service providers who adopt the VES Common Event Format for internal
175    use, may provide PublisherName without the vendorName subfield. They
176    would typically identify an application, system, service or
177    microservice publishing the event (e.g., ‘Policy’, ‘So’,
178    ‘MobileCallRecording’ or ‘Dkat’). As with NFs and NFCs, parent:child
179    relationships may be communicated using colon as a subfield delimiter
180    (e.g., ApplicationName:ApplicationComponent).
181
182 The final subfield of the eventName name should describe, in a compact
183 camel case format the specific information being conveyed by the event.
184 In some cases, this final subfield may not be required (e.g., in the
185 case of certain heartbeats).
186
187 Examples of eventNames following the naming standards are provided
188 below:
189
190 - Tca\_Vdbe-Ericsson\_CpuThresholdExceeded
191
192 - Heartbeat\_Visbc:Mmc-Metaswitch
193
194 - Syslog\_Vdbe-Ericsson
195
196 - Fault\_MobileCallRecording\_PilotNumberPoolExhaustion
197
198 - Other\_So:WanBonding\_InstantiationPart1Complete
199
200 EventId Use Cases Examples
201 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
202
203 eventId Examples:
204
205 Example 1: assumes a unique key for each domain consisting of domain
206 followed by an integer domainnnnnnn e.g. fault000001, heartbeat000001,
207 mfvs000005
208
209 Example 2: assumes an integer key for all events nnnnnnnnn: 000000001,
210 00000002, 000000003
211
212 Rules:
213
214 1. All domains except Fault: each time a subsequent event is sent the
215    integer part of eventId will increment by 1. Repeat of eventId
216    assumes duplicate event. Sequence number is set to 0 for all domains
217    except fault.
218
219 2. eventId construction for Fault Events:
220
221    a. Most likely scenario
222
223       i.   The sourceName on each Fault event is the NF Instance Name
224            (pnf-name or vnf-name or vm-name) as entered in A&AI uniquely
225            identifying this instance of the NF.
226
227       ii.  The eventId on Fault events is the same every time a given
228            fault is raised (onset), re-raised at fixed time interval,
229            until it is cleared. Once the fault is cleared, a new eventId
230            is used.
231
232       iii. The startEpochMicrosec value for the Fault event is the
233            timestamp for when that event is generated until a clear is
234            sent.
235
236       iv.  lastEpochMicrosec indicates the current event time.
237
238       v.   The sequence number for each Fault event is set to 1 when the
239            event is first raised, and increments each time the same
240            Fault event is raised, until a clear is sent.
241
242    .. image:: Use-Case-1.png
243
244    b. Alternative scenario: for vNF when fault event status is not
245       maintained.
246
247       i.   The sourceName on each Fault event is the NF Instance Name
248            (pnf-name or vnf-name or vm-name) as entered in A&AI uniquely
249            identifying this instance of the NF.
250
251       ii.  The eventId on Fault events is the same every time a given
252            fault is raised or cleared, even if it is re-raised after it
253            had previously cleared.  So, for example, if EMS loses
254            contact with a particular device then a Fault event might be
255            sent for a raise, re-raise (because EMS has re-tried and
256            still can’t contact the device), clear (because EMS has
257            re-tried and it can contact the device) and then raise again
258            (because EMS has lost contact with the device again).  The
259            same eventId is used for all 4 of those Fault events.
260
261       iii. The startEpochMicrosec value for each Fault event is the
262            timestamp for when that event is generated, not when the
263            fault first occurred.  So all 4 of the Fault events in the
264            previous bullet point would have a different timestamp.
265
266       iv.  lastEpochMicrosec indicates the current event time.
267
268       v.   The sequence number for each Fault event is currently set to
269            0 on a raise and 1 on a clear.  We could change that so that
270            each Fault event is given a new monotonically increasing
271            sequence number whether it is a raise or a clear if that is
272            helpful (which is reset to 0 if the VM restarts) but they
273            won’t be consecutive.
274
275    .. image:: Use-Case-2.png
276
277 Measurement Expansion Fields
278 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
279
280 When expansion fields are used, the goal is to avoid custom development
281 by the service provider collecting the fields, since custom development
282 adds obvious cost, delay and resource overhead. In the domain of
283 measurements, it is expected that a high percentage (perhaps as high as
284 90 percent) of use cases for extensible fields can be satisfied by using
285 the additionalMeasurements arrayOfNamedHashMap data structure in
286 combination with a YAML registration file (provided at design time). The
287 YAML registration file conveys meta-information about the processing of
288 additionalMeasurements. For more information, please see the VES Event
289 Registration specification and in particular the aggregationRole, castTo
290 and isHomogeneous keywords.
291
292 Syslogs
293 ~~~~~~~~
294
295 Syslog’s can be classified as either Control or Session/Traffic. They
296 differ by message content and expected volume:
297
298 - Control logs are generally free-form human-readable text used for
299   reporting errors or warnings supporting the operation and
300   troubleshooting of NFs.  The volume of these logs is typically less
301   than 2k per day.
302
303 - Session logs use common structured fields to report normal NF
304   processing such as DNS lookups or firewall rules processed.  The
305   volume of these logs is typically greater than 1k per hour (and
306   sometimes as high as 10k per second).
307
308 VES supports both classes of syslog, however VES is only recommended for
309 control logs or for lower volume session logs, less than 60k per hour.
310 High volume session logging should use a file-based transport solution.
311
312 Support for Protocols Other Than HTTPS
313 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
314
315 This API specification describes an HTTPS RESTful interface using the
316 JSON content-type.
317
318 Alternative API specifications may be provided in future using Google
319 Protobuf, websockets, or Apache Avro.
320
321 Versioning
322 ~~~~~~~~~~~
323
324 Three types of version numbers supported by this specification:
325
326 - The API specification itself is versioned. Going forward, the major
327   number of the specification version will be incremented whenever any
328   change could break an existing client (e.g., a field name is deleted
329   or changed). All other changes to the spec (e.g., a field name is
330   added, or text changes are made to the specification itself) will
331   increment only the minor number or patch number. Note that the major
332   number appears in REST resource URLs as v# (where ‘#’ is the major
333   number). Minor and patch numbers are communicated in HTTP headers.
334   For more information, see the API Versioning writeup in section 6.1.
335
336 - The JSON schema is versioned. Going forward, the major number of the
337   JSON schema will be incremented whenever any change could break an
338   existing client (e.g., a field name is deleted or changed). All other
339   changes to the schema (e.g., a field name is added or text changes
340   are made to the field descriptions) will increment only the minor
341   number or patch number.
342
343 - The field blocks are versioned. Field blocks include the
344   commonEventHeader and the domain blocks (e.g., the faultFields
345   block). Going forward, the major number of each field block will be
346   incremented whenever any change to that block could break an existing
347   client (e.g., a field name is deleted or changed). All other changes
348   to that block (e.g., a field name is added or text changes are made
349   to the field descriptions) will increment only the minor number.
350
351 Field Block Versions
352 +++++++++++++++++++++
353
354 A summary of the latest field block version enums as of this version of
355 the API spec is provided below:
356
357 - commonEventHeader version 4.1 (note: the enum with support 4.0,
358   4.0.1, 4.1 to avoid breaking clients of earlier versions of major
359   version 4)
360
361 - commonEventHeader vesEventListenerVersion enum: 7.1 (note: the enum
362   will support 7.0, 7.0.1, 7.1 to avoid breaking clients of earlier
363   versions of major version 7)
364
365 - faultFieldsVersion:4.0
366
367 - heartbeatFieldsVersion: 3.0
368
369 - measurementFieldsVersion: 4.0
370
371 - mobileFlowFieldsVersion: 4.0
372
373 - notificationFieldsVersion: 2.0
374
375 - otherFieldsVersion: 3.0
376
377 - perf3gppFieldsVersion: 1.0
378
379 - pnfRegistrationFieldsVersion: 2.0
380
381 - sigSignalingFieldsVersion: 3.0
382
383 - stateChangeFieldsVersion: 4.0
384
385 - syslogFieldsVersion: 4.0
386
387 - thresholdCrossingFieldsVersion: 4.0
388
389 - voiceQualityFieldsVersion: 4.0
390
391 Security
392 ^^^^^^^^
393
394 Event sources must identify themselves to the VES Event Listener.
395
396 In the future, support for 2-way SSL certificate authentication (aka
397 mutual SSL) may be provided (see the end of this Security section for
398 additional information) otherwise, event source credentials must be
399 passed using HTTP `Basic
400 Authentication <http://tools.ietf.org/html/rfc2617>`__.
401
402 Credentials must not be passed on the query string. Credentials must be
403 sent in an Authorization header as follows:
404
405 1. The username and password are formed into one string as
406    “username:password”
407
408 2. The resulting string is Base64 encoded to produce the encoded
409    credential.
410
411 3. The encoded credential is communicated in the header after the string
412    “Authorization: Basic “
413
414 Because the credentials are merely encoded but not encrypted, HTTPS
415 (rather than HTTP) should be used. HTTPS will also encrypt and protect
416 event contents. TLS 1.2 or higher must be used.
417
418 Examples are provided below.
419
420 Sample Request and Response
421 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
422
423 Sample Request
424 ++++++++++++++
425
426 +-------------------------------------------------------------------------+
427 | POST /eventListener/v7 HTTP/1.1                                         |
428 |                                                                         |
429 | Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==                       |
430 |                                                                         |
431 | content-type: application/json                                          |
432 |                                                                         |
433 | | content-length: 12345                                                 |
434 | | {                                                                     |
435 |                                                                         |
436 |     "event": {                                                          |
437 |                                                                         |
438 |       "commonEventHeader": {                                            |
439 |                                                                         |
440 |         "version": "4.1",                                               |
441 |                                                                         |
442 |         "vesEventListenerVersion": "7.1",                               |
443 |                                                                         |
444 |         "domain": "heartbeat",                                          |
445 |                                                                         |
446 |         "eventName": "Heartbeat_vIsbcMmc",                              |
447 |                                                                         |
448 |         "eventId": "heartbeat0000249",                                  |
449 |                                                                         |
450 |         "sequence": 0,                                                  |
451 |                                                                         |
452 |         "priority": "Normal",                                           |
453 |                                                                         |
454 |         "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",    |
455 |                                                                         |
456 |         "reportingEntityName": "ibcx0001vm002oam001",                   |
457 |                                                                         |
458 |         "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",             |
459 |                                                                         |
460 |         "sourceName": "ibcx0001vm002ssc001",                            |
461 |                                                                         |
462 |         "nfVendorName": "Ericsson",                                     |
463 |                                                                         |
464 |         "nfNamingCode": "ibcx",                                         |
465 |                                                                         |
466 |         "nfcNamingCode": "ssc",                                         |
467 |                                                                         |
468 |         "startEpochMicrosec": 1413378172000000,                         |
469 |                                                                         |
470 |         "lastEpochMicrosec": 1413378172000000,                          |
471 |                                                                         |
472 |         "timeZoneOffset": "UTC-05:30"                                   |
473 |                                                                         |
474 |       }                                                                 |
475 |                                                                         |
476 |     }                                                                   |
477 |                                                                         |
478 | }                                                                       |
479 +-------------------------------------------------------------------------+
480
481 Sample Success Response
482 ++++++++++++++++++++++++
483
484 +--------------------------+
485 | HTTPS/1.1 202 Accepted   |
486 |                          |
487 | X-MinorVersion: 0        |
488 |                          |
489 | X-PatchVersion: 0        |
490 |                          |
491 | X-LatestVersion: 7.1     |
492 +--------------------------+
493
494 Mutual SSL Certificate Authentication
495 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
496
497 If service provider VES Event Listener support for Mutual SSL
498 Certification Authentication is available, event sources must initialize
499 the HTTPS connection with TLS 1.2 or higher and execute mutual
500 authentication procedures according to
501 `RFC5246 <https://tools.ietf.org/html/rfc5246#section-7.4.6>`__. If
502 event source certificates cannot be verified or if certificate subject
503 (identity) is unknown to the VES Event Listener, then HTTP Basic
504 Authentication must be used as described above.
505
506 Resource Structure
507 ^^^^^^^^^^^^^^^^^^
508
509 REST resources are defined with respect to a ServerRoot:
510
511 ServerRoot = /{optionalRoutingtPath}
512
513 The resource structure is provided below:
514
515 .. image:: rest-resource.png
516
517 Figure – REST Resource Structure
518
519 The {Domain} or FQDN above is typically provisioned into each
520 eventsource when it is instantiated. The {Port} above is typically 8443.
521
522 Common Event Format
523 ^^^^^^^^^^^^^^^^^^^^
524
525 A JSON schema describing the Common Event Format is provided below and
526 is reproduced in the tables that follow.
527
528 :download:`JSON <CommonEventFormat_30.1_ONAP.json>`
529
530
531 Note on optional fields:
532
533     If the event publisher collects a field that is identified as
534     optional in the data structures below, then the event publisher
535     *must* send that field.
536
537 Note on extensible fields:
538
539     VES contains various extensible structures (e.g., hashMap) that
540     enable event publishers to send information that has not been
541     explicitly defined in VES data structures.
542
543 -  Event publishers *must not* send information through extensible
544    structures where VES has explicitly defined fields for that
545    information. For example, event publishers *must not* send
546    information like cpuIdle, through an extensible structure, because
547    VES has explicitly defined a cpuUsage.cpuIdle field for the
548    communication of that information.
549
550 -  Keys sent through extensible fields must use camel casing to separate
551    words and acronyms; only the first letter of each acronym shall be
552    capitalized.
553
554 Common Event Datatypes
555 ~~~~~~~~~~~~~~~~~~~~~~~~
556
557 Datatype: arrayOfJsonObject
558 ++++++++++++++++++++++++++++
559
560 The arrayOfJsonObject datatype provides an array of json objects, each
561 of which is describ ed by name, schema and other meta-information. It
562 consists of the following fields:
563
564 +---------------------+------------------+----------+----------------------+
565 | Field               | Type             | Required?| Description          |
566 +=====================+==================+==========+======================+
567 | arrayOfJsonObject   | jsonObject [ ]   | Yes      | Array of jsonObject  |
568 +---------------------+------------------+----------+----------------------+
569
570 Datatype: arrayOfNamedHashMap
571 ++++++++++++++++++++++++++++++
572
573 The arrayOfNamedHashMap datatype provides an array of hashMaps, each of
574 which is associated with a descriptive name. It consists of the
575 following fields:
576
577 +---------------------+------------------+-----------+-----------------------+
578 | Field               | Type             | Required? | Description           |
579 +=====================+==================+===========+=======================+
580 | arrayOfNamedHashMap | namedHashMap [ ] | Yes       | Array of namedHashMap |
581 +---------------------+------------------+-----------+-----------------------+
582
583 Datatype: event
584 ++++++++++++++++
585
586 The event datatype consists of the following fields which constitute the
587 ‘root level’ of the common event format:
588
589 +--------------+--------------+-----------+-----------------------------------+
590 | Field        | Type         | Required? | Description                       |
591 +==============+==============+===========+===================================+
592 | commonEvent\ | commonEvent\ | Yes       | Fields common to all events       |
593 | Header       | Header       |           |                                   |
594 +--------------+--------------+-----------+-----------------------------------+
595 | faultFields  | faultFields  | No        | Fields specific to fault events   |
596 +--------------+--------------+-----------+-----------------------------------+
597 | heartbeat\   | heartbeat\   | No        | Fields specific to heartbeat      |
598 | Fields       | Fields       |           | events                            |
599 +--------------+--------------+-----------+-----------------------------------+
600 | measurement\ | measurement\ | No        | Fields specific to measurement    |
601 | Fields       | Fields       |           | events                            |
602 +--------------+--------------+-----------+-----------------------------------+
603 | mobileFlow\  | mobileFlow\  | No        | Fields specific to mobility flow  |
604 | Fields       | Fields       |           | events                            |
605 +--------------+--------------+-----------+-----------------------------------+
606 | notification\| notification\| No        | Fields specific to notification   |
607 | Fields       | Fields       |           | events                            |
608 +--------------+--------------+-----------+-----------------------------------+
609 | otherFields  | otherFields  | No        | Fields specific to other types of |
610 |              |              |           | events                            |
611 +--------------+--------------+-----------+-----------------------------------+
612 | pnf\         | pnf\         | No        | Fields specific to pnfRegistration|
613 | Registration\| Registration\|           | events                            |
614 | Fields       | Fields       |           |                                   |
615 +--------------+--------------+-----------+-----------------------------------+
616 | sipSignaling\| sipSignaling\| No        | Fields specific to sipSignaling   |
617 | Fields       | Fields       |           | events                            |
618 +--------------+--------------+-----------+-----------------------------------+
619 | stateChange\ | stateChange\ | No        | Fields specific to state change   |
620 | Fields       | Fields       |           | events                            |
621 +--------------+--------------+-----------+-----------------------------------+
622 | syslogFields | syslogFields | No        | Fields specific to syslog events  |
623 +--------------+--------------+-----------+-----------------------------------+
624 | threshold\   | threshold\   | No        | Fields specific to threshold      |
625 | Crossing\    | Crossing\    |           | crossing alert events             |
626 | AlertFields  | AlertFields  |           |                                   |
627 +--------------+--------------+-----------+-----------------------------------+
628 | voiceQuality\| voiceQuality\| No        | Fields specific to voiceQuality   |
629 | Fields       | Fields       |           | events                            |
630 +--------------+--------------+-----------+-----------------------------------+
631
632 Datatype: eventList
633 ++++++++++++++++++++
634
635 The eventList datatype consists of the following fields:
636
637 +-------------+-------------+----------+-------------------+
638 | Field       | Type        | Required?| Description       |
639 +=============+=============+==========+===================+
640 | eventList   | event [ ]   | Yes      | Array of events   |
641 +-------------+-------------+----------+-------------------+
642
643 Datatype: hashMap
644 +++++++++++++++++++
645
646 The hashMap datatype is an ‘associative array’, which is an unordered
647 collection of key-value pairs of the form “key”: “value”, where each key
648 and value are strings. Keys must use camel casing to separate words and
649 acronyms; only the first letter of each acronym shall be capitalized.
650
651 Datatype: jsonObject
652 ++++++++++++++++++++
653
654 The jsonObject datatype provides a json object schema, name and other
655 meta-information along with one or more object instances that conform to
656 the schema:
657
658 +--------------+--------------+-----------+----------------------------------+
659 | Field        | Type         | Required? | Description                      |
660 +==============+==============+===========+==================================+
661 | object\      | JsonObject\  | Yes       | Contains one or more instances of|
662 | Instances    | Instance [ ] |           | the json object                  |
663 +--------------+--------------+-----------+----------------------------------+
664 | objectName   | string       | Yes       | Name of the json object          |
665 +--------------+--------------+-----------+----------------------------------+
666 | objectSchema | string       | No        | json schema for the object       |
667 +--------------+--------------+-----------+----------------------------------+
668 | objectSchema\| string       | No        | URL to the json schema for the   |
669 | Url          |              |           | object                           |
670 +--------------+--------------+-----------+----------------------------------+
671 | nfSubscribed\| string       | No        | Name of the object associated    |
672 | ObjectName   |              |           | with the nfSubscriptionId        |
673 +--------------+--------------+-----------+----------------------------------+
674 | nf\          | string       | No        | Identifies an openConfig         |
675 | Subscription\|              |           | telemetry subscription on a      |
676 | Id           |              |           | network function, which          |
677 |              |              |           | configures the network function  |
678 |              |              |           | to send complex object data      |
679 |              |              |           | associated with the jsonObject   |
680 +--------------+--------------+-----------+----------------------------------+
681
682 Datatype: jsonObjectInstance
683 +++++++++++++++++++++++++++++
684
685 The jsonObjectInstance datatype provides meta-information about an
686 instance of a jsonObject along with the actual object instance:
687
688 +----------------+------------+----------+-----------------------------------+
689 | Field          | Type       | Required?| Description                       |
690 +================+============+==========+===================================+
691 | jsonObject     | jsonObject | No       | Optional recursive specification  |
692 |                |            |          | of jsonObject                     |
693 +----------------+------------+----------+-----------------------------------+
694 | objectInstance | object     | No       | Contains an instance conforming to|
695 |                |            |          | the jsonObject schema             |
696 +----------------+------------+----------+-----------------------------------+
697 | objectInstance\| number     | No       | the unix time, aka epoch time,    |
698 | EpochMicrosec  |            |          | associated with this              |
699 |                |            |          | objectInstance--as microseconds   |
700 |                |            |          | elapsed since 1 Jan 1970 not      |
701 |                |            |          | including leap seconds            |
702 +----------------+------------+----------+-----------------------------------+
703 | objectKeys     | key [ ]    | No       | An ordered set of keys that       |
704 |                |            |          | identifies this particular        |
705 |                |            |          | instance of jsonObject (e.g., that|
706 |                |            |          | places it in a hierarchy)         |
707 +----------------+------------+----------+-----------------------------------+
708
709 Datatype: key
710 +++++++++++++++
711
712 The key datatype is a tuple which provides the name of a key along with
713 its value and relative order; it consists of the following fields:
714
715 +----------+---------+-----------+-------------------------------------------+
716 | Field    | Type    | Required? | Description                               |
717 +==========+=========+===========+===========================================+
718 | keyName  | string  | Yes       | Name of the key                           |
719 +----------+---------+-----------+-------------------------------------------+
720 | keyOrder | Integer | No        | Relative sequence or order of the key     |
721 |          |         |           | (with respect to other keys)              |
722 +----------+---------+-----------+-------------------------------------------+
723 | keyValue | string  | No        | Value of the key                          |
724 +----------+---------+-----------+-------------------------------------------+
725
726 Datatype: namedHashMap
727 ++++++++++++++++++++++++
728
729 The namedHashMap datatype is a hashMap which is associated with and
730 described by a name; it consists of the following fields:
731
732 +---------+---------+-----------+--------------------------------------------+
733 | Field   | Type    | Required? | Description                                |
734 +=========+=========+===========+============================================+
735 | name    | string  | Yes       | Name associated with or describing the     |
736 |         |         |           | hashmap                                    |
737 +---------+---------+-----------+--------------------------------------------+
738 | hashMap | hashMap | Yes       | One or more key:value pairs                |
739 +---------+---------+-----------+--------------------------------------------+
740
741 Datatype: requestError
742 +++++++++++++++++++++++
743
744 The requestError datatype defines the standard request error data
745 structure:
746
747 +-----------+--------+-----------+-------------------------------------------+
748 | Field     | Type   | Required? | Description                               |
749 +===========+========+===========+===========================================+
750 | messageId | string | Yes       | Unique message identifier of the format   |
751 |           |        |           | ‘ABCnnnn’ where ‘ABC’ is either ‘SVC’ for |
752 |           |        |           | Service Exceptions or ‘POL’ for Policy    |
753 |           |        |           | Exception. Exception numbers may be in the|
754 |           |        |           | range of 0001 to 9999 where 0001 to 2999  |
755 |           |        |           | are defined by OMA (see section 5.1) and  |
756 |           |        |           | 3000-9999 are available and undefined.    |
757 +-----------+--------+-----------+-------------------------------------------+
758 | text      | string | Yes       | Message text, with replacement variables  |
759 |           |        |           | marked with %n, where n is an index into  |
760 |           |        |           | the list of <variables> elements, starting|
761 |           |        |           | at 1                                      |
762 +-----------+--------+-----------+-------------------------------------------+
763 | url       | string | No        | Hyperlink to a detailed error resource    |
764 |           |        |           | e.g., an HTML page for browser user agents|
765 +-----------+--------+-----------+-------------------------------------------+
766 | variables | string | No        | List of zero or more strings that         |
767 |           |        |           | represent the contents of the variables   |
768 |           |        |           | used by the message text                  |
769 +-----------+--------+-----------+-------------------------------------------+
770
771 Datatype: vendorNfNameFields
772 +++++++++++++++++++++++++++++
773
774 The vendorNfNameFields provides vendor, nf and nfModule identifying
775 information:
776
777 +--------------+--------+-----------+----------------------------------------+
778 | Field        | Type   | Required? | Description                            |
779 +==============+========+===========+========================================+
780 | vendorName   | string | Yes       | Network function vendor name           |
781 +--------------+--------+-----------+----------------------------------------+
782 | nfModuleName | string | No        | Name of the nfModule generating the    |
783 |              |        |           | event                                  |
784 +--------------+--------+-----------+----------------------------------------+
785 | nfName       | string | No        | Name of the network function generating|
786 |              |        |           | the event                              |
787 +--------------+--------+-----------+----------------------------------------+
788
789 ‘Common Event Header’ Datatypes
790 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
791
792 Datatype: commonEventHeader
793 ++++++++++++++++++++++++++++
794
795 The commonEventHeader datatype consists of the following fields common
796 to all events:
797
798 +-----------+----------+-----------+-----------------------------------------+
799 | Field     | Type     | Required? |  Description                            |
800 +===========+==========+===========+=========================================+
801 | domain    | string   | Yes       | Event domain enumeration: ‘fault’,      |
802 |           |          |           | ‘heartbeat’, ‘measurement’, ‘mobileFlow’|
803 |           |          |           | , ‘notification’, ‘other’, ‘perf3gpp’,  |
804 |           |          |           | ‘pnfRegistration’, ‘sipSignaling’,      |
805 |           |          |           | ‘stateChange’, ‘syslog’,                |
806 |           |          |           | ‘thresholdCrossingAlert’, ‘voiceQuality’|
807 +-----------+----------+-----------+-----------------------------------------+
808 | eventId   | string   | Yes       | Event key that is unique to the event   |
809 |           |          |           | source. The key must be unique within   |
810 |           |          |           | notification life cycle similar to      |
811 |           |          |           | EventID from 3GPP. It could be a        |
812 |           |          |           | sequential number, or a composite key   |
813 |           |          |           | formed from the event fields, such as   |
814 |           |          |           | domain\_sequence. The eventId should not|
815 |           |          |           | include whitespace. For fault events,   |
816 |           |          |           | eventId is the eventId of the initial   |
817 |           |          |           | alarm; if the same alarm is raised again|
818 |           |          |           | for changed, acknowledged or cleared    |
819 |           |          |           | cases, eventId must be the same as the  |
820 |           |          |           | initial alarm (along with the same      |
821 |           |          |           | startEpochMicrosec but with a different |
822 |           |          |           | sequence number). Note: see section 1.3 |
823 |           |          |           | for eventId use case examples.          |
824 +-----------+----------+-----------+-----------------------------------------+
825 | eventName | string   | Yes       |                                         |
826 +-----------+----------+-----------+-----------------------------------------+
827 | eventType | string   | No        |                                         |
828 +-----------+----------+-----------+-----------------------------------------+
829 | internal\ | internal\| No        | Fields (not supplied by event sources)  |
830 | Header    | Header   |           | that the VES Event Listener service can |
831 | Fields    | Fields   |           | use to enrich the event if needed for   |
832 |           |          |           | efficient internal processing. This is  |
833 |           |          |           | an empty object which is intended to be |
834 |           |          |           | defined separately by each service      |
835 |           |          |           | provider (e.g., AT&T) implementing the  |
836 |           |          |           | VES Event Listener.                     |
837 +-----------+----------+-----------+-----------------------------------------+
838 | lastEpoch\| number   | Yes       | the latest unix time aka epoch time     |
839 | Microsec  |          |           | associated with the event from any      |
840 |           |          |           | component--as microseconds elapsed since|
841 |           |          |           | 1 Jan 1970 not including leap seconds   |
842 +-----------+----------+-----------+-----------------------------------------+
843 | nfcNaming\| string   | No        | Network function component type: 3      |
844 | Code      |          |           | characters (aligned with vfc naming     |
845 |           |          |           | standards)                              |
846 +-----------+----------+-----------+-----------------------------------------+
847 | nfNaming\ | string   | No        | Network function type: 4 characters     |
848 | Code      |          |           | (aligned with vnf and pnf naming        |
849 |           |          |           | standards)                              |
850 +-----------+----------+-----------+-----------------------------------------+
851 | nfVendor\ | string   | No        |                                         |
852 | Name      |          |           |                                         |
853 +-----------+----------+-----------+-----------------------------------------+
854 | priority  | string   | Yes       |                                         |
855 +-----------+----------+-----------+-----------------------------------------+
856 | reporting\| string   | No        | UUID identifying the entity reporting   |
857 | EntityId  |          |           | the event or detecting a problem in     |
858 |           |          |           | another vnf/vm or pnf which is          |
859 |           |          |           | experiencing the problem. (Note: the    |
860 |           |          |           | AT&T internal enrichment process shall  |
861 |           |          |           | ensure that this field is populated).   |
862 |           |          |           | The reportingEntityId is an id for the  |
863 |           |          |           | reportingEntityName. See                |
864 |           |          |           | ‘reportingEntityName’ for more          |
865 |           |          |           | information.                            |
866 +-----------+----------+-----------+-----------------------------------------+
867 | reporting\| string   | Yes       | Name of the entity reporting the event  |
868 | EntityName|          |           | or detecting a problem in another vnf/vm|
869 |           |          |           | or pnf which is experiencing the        |
870 |           |          |           | problem. May be the same as the         |
871 |           |          |           | sourceName. For synthetic events        |
872 |           |          |           | generated by DCAE, it is the name of the|
873 |           |          |           | app generating the event.               |
874 +-----------+----------+-----------+-----------------------------------------+
875 | sequence  | integer  | Yes       | Ordering of events communicated by an   |
876 |           |          |           | event source instance (or 0 if not      |
877 |           |          |           | needed)                                 |
878 +-----------+----------+-----------+-----------------------------------------+
879 | sourceId  | string   | No        | UUID identifying the entity experiencing|
880 |           |          |           | the event issue, which may be detected  |
881 |           |          |           | and reported by a separate reporting    |
882 |           |          |           | entity (note: the AT&T internal         |
883 |           |          |           | enrichment process shall ensure that    |
884 |           |          |           | this field is populated). The sourceId  |
885 |           |          |           | is an id for the sourceName. See        |
886 |           |          |           | ‘sourceName’ for more information.      |
887 +-----------+----------+-----------+-----------------------------------------+
888 | sourceName| string   | Yes       | Name of the entity experiencing the     |
889 |           |          |           | event issue, which may be detected and  |
890 |           |          |           | reported by a separate reporting entity.|
891 |           |          |           | The sourceName identifies the device for|
892 |           |          |           | which data is collected. A valid        |
893 |           |          |           | sourceName must be inventoried in A&AI. |
894 |           |          |           | If sourceName is a xNF (vnf or pnf),    |
895 |           |          |           | xNFC or VM, then the event must be      |
896 |           |          |           | reporting data for that particular xNF, |
897 |           |          |           | xNFC or VM. If the sourceName is a xNF, |
898 |           |          |           | comprised of multiple xNFCs, the data   |
899 |           |          |           | must be reported/aggregated at the xNF  |
900 |           |          |           | level. Data for individual xNFC must not|
901 |           |          |           | be included in the xNF sourceName event.|
902 +-----------+----------+-----------+-----------------------------------------+
903 | start\    | number   | Yes       | the earliest unix time aka epoch time   |
904 | Epoch\    |          |           | associated with the event from any      |
905 | Microsec  |          |           | component--as microseconds elapsed since|
906 |           |          |           | 1 Jan 1970 not including leap seconds.  |
907 |           |          |           | For measurements and heartbeats, where  |
908 |           |          |           | events are collected over predefined    |
909 |           |          |           | intervals, startEpochMicrosec shall be  |
910 |           |          |           | rounded to the nearest interval boundary|
911 |           |          |           | (e.g., the epoch equivalent of 3:00PM,  |
912 |           |          |           | 3:10PM, 3:20PM, etc…). For fault events,|
913 |           |          |           | startEpochMicrosec is the timestamp of  |
914 |           |          |           | the initial alarm; if the same alarm is |
915 |           |          |           | raised again for changed, acknowledged  |
916 |           |          |           | or cleared cases, startEpoch Microsec   |
917 |           |          |           | must be the same as the initial alarm   |
918 |           |          |           | (along with the same eventId and an     |
919 |           |          |           | incremental sequence number). For       |
920 |           |          |           | devices with no timing source (clock),  |
921 |           |          |           | the default value will be 0 and the VES |
922 |           |          |           | collector will replace it with Collector|
923 |           |          |           | time stamp (when the event is received) |
924 +-----------+----------+-----------+-----------------------------------------+
925 | timeZone\ | string   | No        | Offset to GMT to indicate local time    |
926 | Offset    |          |           | zone for device formatted as            |
927 |           |          |           | ‘UTC+/-hh:mm’; see                      |
928 |           |          |           | time_zone_abbreviations_ for UTC offset |
929 |           |          |           | examples                                |
930 +-----------+----------+-----------+-----------------------------------------+
931 | version   | string   | Yes       | Version of the event header as “#.#”    |
932 |           |          |           | where # is a digit; see section 1 for   |
933 |           |          |           | the correct digits to use.              |
934 +-----------+----------+-----------+-----------------------------------------+
935 | vesEvent\ | string   | Yes       | Version of the ves event listener api   |
936 | Listener\ |          |           | spec that this event is compliant with  |
937 | Version   |          |           | (as “#” or “#.#” or “#.#.#” where # is a|
938 |           |          |           | digit; see section 1 for the correct    |
939 |           |          |           | digits to use).                         |
940 +-----------+----------+-----------+-----------------------------------------+
941
942 Datatype: internalHeaderFields
943 ++++++++++++++++++++++++++++++
944
945 The internalHeaderFields datatype is an undefined object which can
946 contain arbitrarily complex JSON structures. It is intended to be
947 defined separately by each service provider (e.g., AT&T) implementing
948 the VES Event Listener. The fields in internalHeaderFields are not
949 provided by any event source but instead are added by the VES Event
950 Listener service itself as part of an event enrichment process necessary
951 for efficient internal processing of events received by the VES Event
952 Listener.
953
954 Technology Independent Datatypes
955 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
956
957 ‘Fault’ Domain Datatypes
958 +++++++++++++++++++++++++
959
960 Datatype: faultFields
961 *********************
962
963 The faultFields datatype consists of the following fields:
964
965 +-----------------+---------+-----------+-------------------------------------+
966 | Field           | Type    | Required? | Description                         |
967 +=================+=========+===========+=====================================+
968 | alarmAdditional | hashMap | No        | Additional alarm information.       |
969 | Information     |         |           |                                     |
970 |                 |         |           |                                     |
971 |                 |         |           | - Note1: for SNMP mapping to VES,   |
972 |                 |         |           |   for hash key use OID of varbind,  |
973 |                 |         |           |   for value use incoming data for   |
974 |                 |         |           |   that varbind).                    |
975 |                 |         |           |                                     |
976 |                 |         |           | - Note2: Alarm ID for 3GPP should be|
977 |                 |         |           |   included (if applicable) in       |
978 |                 |         |           |   alarmAdditonalInformation as      |
979 |                 |         |           |   ‘alarmId’:’alarmIdValue’.         |
980 |                 |         |           |                                     |
981 |                 |         |           | Could contain managed object        |
982 |                 |         |           | instance as separate key:value;     |
983 |                 |         |           | could add probable cause as separate|
984 |                 |         |           | key:value.                          |
985 +-----------------+---------+-----------+-------------------------------------+
986 | alarmCondition  | string  | Yes       | Short name of the alarm             |
987 |                 |         |           | condition/problem, such as a trap   |
988 |                 |         |           | name. Should not have white space   |
989 |                 |         |           | (e.g., tpLgCgiNotInConfig,          |
990 |                 |         |           | BfdSessionDown, linkDown, etc…)     |
991 +-----------------+---------+-----------+-------------------------------------+
992 | alarmInterfaceA | string  | No        | Card, port, channel or interface    |
993 |                 |         |           | name of the device generating the   |
994 |                 |         |           | alarm. This could reflect managed   |
995 |                 |         |           | object.                             |
996 +-----------------+---------+-----------+-------------------------------------+
997 | eventCategory   | string  | No        | Event category, for example:        |
998 |                 |         |           | ‘license’, ‘link’, ‘routing’,       |
999 |                 |         |           | ‘security’, ‘signaling’             |
1000 +-----------------+---------+-----------+-------------------------------------+
1001 | eventSeverity   | string  | Yes       | Event severity enumeration:         |
1002 |                 |         |           | ‘CRITICAL’, ‘MAJOR’, ‘MINOR’,       |
1003 |                 |         |           | ‘WARNING’, ‘NORMAL’. NORMAL is used |
1004 |                 |         |           | to represent clear.                 |
1005 +-----------------+---------+-----------+-------------------------------------+
1006 | eventSourceType | string  | Yes       | Examples: ‘card’, ‘host’, ‘other’,  |
1007 |                 |         |           | ‘port’, ‘portThreshold’, ‘router’,  |
1008 |                 |         |           | ‘slotThreshold’, ‘switch’,          |
1009 |                 |         |           | ‘virtualMachine’,                   |
1010 |                 |         |           | ‘virtualNetworkFunction’. This could|
1011 |                 |         |           | be managed object class.            |
1012 +-----------------+---------+-----------+-------------------------------------+
1013 | faultFields\    | string  | Yes       | Version of the faultFields block as |
1014 | Version         |         |           | “#.#” where # is a digit; see       |
1015 |                 |         |           | section 1 for the correct digits to |
1016 |                 |         |           | use.                                |
1017 +-----------------+---------+-----------+-------------------------------------+
1018 | specificProblem | string  | Yes       | Description of the alarm or problem |
1019 |                 |         |           | (e.g., ‘eNodeB 155197 in PLMN       |
1020 |                 |         |           | 310-410 with eNodeB name KYL05197 is|
1021 |                 |         |           | lost’). 3GPP probable cause would be|
1022 |                 |         |           | included in this field.             |
1023 +-----------------+---------+-----------+-------------------------------------+
1024 | vfStatus        | string  | Yes       | Virtual function status enumeration:|
1025 |                 |         |           | ‘Active’, ‘Idle’, ‘Preparing to     |
1026 |                 |         |           | terminate’, ‘Ready to terminate’,   |
1027 |                 |         |           | ‘Requesting Termination’            |
1028 +-----------------+---------+-----------+-------------------------------------+
1029
1030 Heartbeat’ Domain Datatypes
1031 ++++++++++++++++++++++++++++
1032
1033 Datatype: heartbeatFields
1034 *************************
1035
1036 The heartbeatFields datatype is an optional field block for fields
1037 specific to heartbeat events; it consists of the following fields:
1038
1039 +---------------+---------+-----------+---------------------------------------+
1040 | Field         | Type    | Required? | Description                           |
1041 +===============+=========+===========+=======================================+
1042 | additional\   | hashMap | No        | Additional expansion fields if needed |
1043 | Fields        |         |           |                                       |
1044 +---------------+---------+-----------+---------------------------------------+
1045 | heartbeat\    | string  | Yes       | Version of the heartbeatFields block  |
1046 | FieldsVersion |         |           | as “#.#” where # is a digit; see      |
1047 |               |         |           | section 1 for the correct digits to   |
1048 |               |         |           | use.                                  |
1049 +---------------+---------+-----------+---------------------------------------+
1050 | heartbeat\    | Integer | Yes       | Current heartbeatInterval in seconds  |
1051 | Interval      |         |           |                                       |
1052 +---------------+---------+-----------+---------------------------------------+
1053
1054 ‘Measurements’ Domain Datatypes
1055 ++++++++++++++++++++++++++++++++
1056
1057 Note: NFs are required to report exactly one Measurement event per
1058 period per sourceName.
1059
1060 Datatype: codecsInUse
1061 *********************
1062
1063 The codecsInUse datatype consists of the following fields describing the
1064 number of times an identified codec was used over the
1065 measurementInterval:
1066
1067 +------------------+-----------+----------+--------------------------------+
1068 | Field            | Type      | Required?| Description                    |
1069 +==================+===========+==========+================================+
1070 | codecIdentifer   | string    | Yes      | Description of the codec       |
1071 +------------------+-----------+----------+--------------------------------+
1072 | numberInUse      | integer   | Yes      | Number of such codecs in use   |
1073 +------------------+-----------+----------+--------------------------------+
1074
1075 Datatype: cpuUsage
1076 *******************
1077
1078 The cpuUsage datatype defines the usage of an identifier CPU and
1079 consists of the following fields:
1080
1081 +------------+--------+-----------+-------------------------------------------+
1082 | Field      | Type   | Required? | Description                               |
1083 +============+========+===========+===========================================+
1084 | cpu\       | number | No        | The amount of time the CPU cannot run due |
1085 | Capacity\  |        |           | to contention, in milliseconds over the   |
1086 | Contention |        |           | measurementInterval                       |
1087 +------------+--------+-----------+-------------------------------------------+
1088 | cpu\       | number | No        | The total CPU time that the NF/NFC/VM     |
1089 | Demand\    |        |           | could use if there was no contention, in  |
1090 | Avg        |        |           | milliseconds over the measurementInterval |
1091 +------------+--------+-----------+-------------------------------------------+
1092 | cpu\       | number | No        | CPU demand in MHz                         |
1093 | Demand\    |        |           |                                           |
1094 | Mhz        |        |           |                                           |
1095 +------------+--------+-----------+-------------------------------------------+
1096 | cpu\       | number | No        | CPU demand as a percentage of the         |
1097 | Demand\    |        |           | provisioned capacity                      |
1098 | Pct        |        |           |                                           |
1099 +------------+--------+-----------+-------------------------------------------+
1100 | cpu\       | string | Yes       | CPU Identifier                            |
1101 | Identifier |        |           |                                           |
1102 +------------+--------+-----------+-------------------------------------------+
1103 | cpu\       | number | No        | Percentage of CPU time spent in the idle  |
1104 | Idle       |        |           | task                                      |
1105 +------------+--------+-----------+-------------------------------------------+
1106 | cpu\       | number | No        | Percentage of time the VM is unable to run|
1107 | Latency\   |        |           | because it is contending for access to the|
1108 | Avg        |        |           | physical CPUs                             |
1109 +------------+--------+-----------+-------------------------------------------+
1110 | cpu\       | number | No        | The overhead demand above available       |
1111 | Overhead\  |        |           | allocations and reservations, in          |
1112 | Avg        |        |           | milliseconds over the measurementInterval |
1113 +------------+--------+-----------+-------------------------------------------+
1114 | cpuSwap\   | number | No        | Swap wait time, in milliseconds over the  |
1115 | WaitTime   |        |           | measurementInterval                       |
1116 +------------+--------+-----------+-------------------------------------------+
1117 | cpuUsage\  | number | No        | Percentage of time spent servicing        |
1118 | Interrupt  |        |           | interrupts                                |
1119 +------------+--------+-----------+-------------------------------------------+
1120 | cpuUsage\  | number | No        | Percentage of time spent running user     |
1121 | Nice       |        |           | space processes that have been niced      |
1122 +------------+--------+-----------+-------------------------------------------+
1123 | cpuUsage\  | number | No        | Percentage of time spent handling soft irq|
1124 | SoftIrq    |        |           | interrupts                                |
1125 +------------+--------+-----------+-------------------------------------------+
1126 | cpuUsage\  | number | No        | Percentage of time spent in involuntary   |
1127 | Steal      |        |           | wait which is neither user, system or idle|
1128 |            |        |           | time and is effectively time that went    |
1129 |            |        |           | missing                                   |
1130 +------------+--------+-----------+-------------------------------------------+
1131 | cpuUsage\  | number | No        | Percentage of time spent on system tasks  |
1132 | System     |        |           | running the kernel                        |
1133 +------------+--------+-----------+-------------------------------------------+
1134 | cpuUsage\  | number | No        | Percentage of time spent running un-niced |
1135 | User       |        |           | user space processes                      |
1136 +------------+--------+-----------+-------------------------------------------+
1137 | cpuWait    | number | No        | Percentage of CPU time spent waiting for  |
1138 |            |        |           | I/O operations to complete                |
1139 +------------+--------+-----------+-------------------------------------------+
1140 | percent\   | number | Yes       | Aggregate cpu usage of the virtual machine|
1141 | Usage      |        |           | on which the xNFC reporting the event is  |
1142 |            |        |           | running                                   |
1143 +------------+--------+-----------+-------------------------------------------+
1144
1145 Datatype: diskUsage
1146 ********************
1147
1148 The diskUsage datatype defines the usage of a disk and consists of the
1149 following fields:
1150
1151 +-------------+-------+----------+--------------------------------------------+
1152 | Field       | Type  | Required?| Description                                |
1153 +=============+=======+==========+============================================+
1154 | diskBus\    | number| No       | Number of bus resets over the              |
1155 | Resets      |       |          | measurementInterval                        |
1156 +-------------+-------+----------+--------------------------------------------+
1157 | disk\       | number| No       | Number of disk commands aborted over the   |
1158 | Commands\   |       |          | measurementInterval                        |
1159 | Aborted     |       |          |                                            |
1160 +-------------+-------+----------+--------------------------------------------+
1161 | disk\       | number| No       | Average number of commands per second over |
1162 | CommandsAvg |       |          | the measurementInterval                    |
1163 +-------------+-------+----------+--------------------------------------------+
1164 | diskFlush\  | number| No       | Total flush requests of the disk cache over|
1165 | Requests    |       |          | the measurementInterval                    |
1166 +-------------+-------+----------+--------------------------------------------+
1167 | diskFlush\  | number| No       | Milliseconds spent on disk cache flushing  |
1168 | Time        |       |          | over the measurementInterval               |
1169 +-------------+-------+----------+--------------------------------------------+
1170 | disk\       | string| Yes      | Disk Identifier                            |
1171 | Identifier  |       |          |                                            |
1172 +-------------+-------+----------+--------------------------------------------+
1173 | diskIo\     | number| No       | Milliseconds spent doing input/output      |
1174 | TimeAvg     |       |          | operations over 1 sec; treat this metric as|
1175 |             |       |          | a device load percentage where 1000ms      |
1176 |             |       |          | matches 100% load; provide the average over|
1177 |             |       |          | the measurement interval                   |
1178 +-------------+-------+----------+--------------------------------------------+
1179 | diskIoTime\ | number| No       | Milliseconds spent doing input/output      |
1180 | Last        |       |          | operations over 1 sec; treat this metric as|
1181 |             |       |          | a device load percentage where 1000ms      |
1182 |             |       |          | matches 100% load; provide the last value  |
1183 |             |       |          | measurement within the measurement interval|
1184 +-------------+-------+----------+--------------------------------------------+
1185 | diskIo\     | number| No       | Milliseconds spent doing input/output      |
1186 | TimeMax     |       |          | operations over 1 sec; treat this metric as|
1187 |             |       |          | a device load percentage where 1000ms      |
1188 |             |       |          | matches 100% load; provide the maximum     |
1189 |             |       |          | value measurement within the measurement   |
1190 |             |       |          | interval                                   |
1191 +-------------+-------+----------+--------------------------------------------+
1192 | diskIo\     | number| No       | Milliseconds spent doing input/output      |
1193 | TimeMin     |       |          | operations over 1 sec; treat this metric as|
1194 |             |       |          | a device load percentage where 1000ms      |
1195 |             |       |          | matches 100% load; provide the minimum     |
1196 |             |       |          | value measurement within the measurement   |
1197 |             |       |          | interval                                   |
1198 +-------------+-------+----------+--------------------------------------------+
1199 | diskMerged\ | number| No       | Number of logical read operations that were|
1200 | ReadAvg     |       |          | merged into physical read operations, e.g.,|
1201 |             |       |          | two logical reads were served by one       |
1202 |             |       |          | physical disk access; provide the average  |
1203 |             |       |          | measurement within the measurement interval|
1204 +-------------+-------+----------+--------------------------------------------+
1205 | diskMerged\ | number| No       | Number of logical read operations that were|
1206 | ReadLast    |       |          | merged into physical read operations, e.g.,|
1207 |             |       |          | two logical reads were served by one       |
1208 |             |       |          | physical disk access; provide the last     |
1209 |             |       |          | value measurement within the measurement   |
1210 |             |       |          | interval                                   |
1211 +-------------+-------+----------+--------------------------------------------+
1212 | diskMerged\ | number| No       | Number of logical read operations that were|
1213 | ReadMax     |       |          | merged into physical read operations, e.g.,|
1214 |             |       |          | two logical reads were served by one       |
1215 |             |       |          | physical disk access; provide the maximum  |
1216 |             |       |          | value measurement within the measurement   |
1217 |             |       |          | interval                                   |
1218 +-------------+-------+----------+--------------------------------------------+
1219 | diskMerged\ | number| No       | Number of logical read operations that were|
1220 | ReadMin     |       |          | merged into physical read operations, e.g.,|
1221 |             |       |          | two logical reads were served by one       |
1222 |             |       |          | physical disk access; provide the minimum  |
1223 |             |       |          | value measurement within the measurement   |
1224 |             |       |          | interval                                   |
1225 +-------------+-------+----------+--------------------------------------------+
1226 | diskMerged\ | number| No       | Number of logical write operations that    |
1227 | WriteAvg    |       |          | were merged into physical write operations,|
1228 |             |       |          | e.g., two logical writes were served by one|
1229 |             |       |          | physical disk access; provide the average  |
1230 |             |       |          | measurement within the measurement interval|
1231 +-------------+-------+----------+--------------------------------------------+
1232 | diskMerged\ | number| No       | Number of logical write operations that    |
1233 | WriteLast   |       |          | were merged into physical write operations,|
1234 |             |       |          | e.g., two logical writes were served by one|
1235 |             |       |          | physical disk access; provide the last     |
1236 |             |       |          | value measurement within the measurement   |
1237 |             |       |          | interval                                   |
1238 +-------------+-------+----------+--------------------------------------------+
1239 | diskMerged\ | number| No       | Number of logical write operations that    |
1240 | WriteMax    |       |          | were merged into physical write operations,|
1241 |             |       |          | e.g., two logical writes were served by one|
1242 |             |       |          | physical disk access; provide the maximum  |
1243 |             |       |          | value measurement within the measurement   |
1244 |             |       |          | interval                                   |
1245 +-------------+-------+----------+--------------------------------------------+
1246 | diskMerged\ | number| No       | Number of logical write operations that    |
1247 | WriteMin    |       |          | were merged into physical write operations,|
1248 |             |       |          | e.g., two logical writes were served by one|
1249 |             |       |          | physical disk access; provide the minimum  |
1250 |             |       |          | value measurement within the measurement   |
1251 |             |       |          | interval                                   |
1252 +-------------+-------+----------+--------------------------------------------+
1253 | diskOctets\ | number| No       | Number of octets per second read from a    |
1254 | Read Avg    |       |          | disk or partition; provide the average     |
1255 |             |       |          | measurement within the measurement interval|
1256 +-------------+-------+----------+--------------------------------------------+
1257 | diskOctets\ | number| No       | Number of octets per second read from a    |
1258 | Read        |       |          | disk or partition; provide the last        |
1259 |             |       |          | measurement within the measurement interval|
1260 | Last        |       |          |                                            |
1261 +-------------+-------+----------+--------------------------------------------+
1262 | diskOctets\ | number| No       | Number of octets per second read from a    |
1263 | Read Max    |       |          | disk or partition; provide the maximum     |
1264 |             |       |          | measurement within the measurement interval|
1265 +-------------+-------+----------+--------------------------------------------+
1266 | diskOctets\ | number| No       | Number of octets per second read from a    |
1267 | Read Min    |       |          | disk or partition; provide the minimum     |
1268 |             |       |          | measurement within the measurement interval|
1269 +-------------+-------+----------+--------------------------------------------+
1270 | diskOctets\ | number| No       | Number of octets per second written to a   |
1271 | Write Avg   |       |          | disk or partition; provide the average     |
1272 |             |       |          | measurement within the measurement interval|
1273 +-------------+-------+----------+--------------------------------------------+
1274 | diskOctets\ | number| No       | Number of octets per second written to a   |
1275 | Write Last  |       |          | disk or partition; provide the last        |
1276 |             |       |          | measurement within the measurement interval|
1277 +-------------+-------+----------+--------------------------------------------+
1278 | diskOctets\ | number| No       | Number of octets per second written to a   |
1279 | WriteMax    |       |          | disk or partition; provide the maximum     |
1280 |             |       |          | measurement within the measurement interval|
1281 +-------------+-------+----------+--------------------------------------------+
1282 | diskOctets\ | number| No       | Number of octets per second written to a   |
1283 | WriteMin    |       |          | disk or partition; provide the minimum     |
1284 |             |       |          | measurement within the measurement interval|
1285 +-------------+-------+----------+--------------------------------------------+
1286 | diskOps\    | number| No       | Number of read operations per second issued|
1287 | ReadAvg     |       |          | to the disk; provide the average           |
1288 |             |       |          | measurement within the measurement interval|
1289 +-------------+-------+----------+--------------------------------------------+
1290 | diskOps\    | number| No       | Number of read operations per second issued|
1291 | ReadLast    |       |          | to the disk; provide the last measurement  |
1292 |             |       |          | within the measurement interval            |
1293 +-------------+-------+----------+--------------------------------------------+
1294 | diskOps\    | number| No       | Number of read operations per second issued|
1295 | ReadMax     |       |          | to the disk; provide the maximum           |
1296 |             |       |          | measurement within the measurement interval|
1297 +-------------+-------+----------+--------------------------------------------+
1298 | diskOps\    | number| No       | Number of read operations per second issued|
1299 | ReadMin     |       |          | to the disk; provide the minimum           |
1300 |             |       |          | measurement within the measurement interval|
1301 +-------------+-------+----------+--------------------------------------------+
1302 | diskOps\    | number| No       | Number of write operations per second      |
1303 | WriteAvg    |       |          | issued to the disk; provide the average    |
1304 |             |       |          | measurement within the measurement interval|
1305 +-------------+-------+----------+--------------------------------------------+
1306 | diskOps\    | number| No       | Number of write operations per second      |
1307 | WriteLast   |       |          | issued to the disk; provide the last       |
1308 |             |       |          | measurement within the measurement interval|
1309 +-------------+-------+----------+--------------------------------------------+
1310 | diskOps\    | number| No       | Number of write operations per second      |
1311 | Write Max   |       |          | issued to the disk; provide the maximum    |
1312 |             |       |          | measurement within the measurement interval|
1313 +-------------+-------+----------+--------------------------------------------+
1314 | diskOps\    | number| No       | Number of write operations per second      |
1315 | WriteMin    |       |          | issued to the disk; provide the minimum    |
1316 |             |       |          | measurement within the measurement interval|
1317 +-------------+-------+----------+--------------------------------------------+
1318 | diskPending\| number| No       | Queue size of pending I/O operations per   |
1319 | Operations\ |       |          | second; provide the average measurement    |
1320 | Avg         |       |          | within the measurement interval            |
1321 +-------------+-------+----------+--------------------------------------------+
1322 | diskPending\| number| No       | Queue size of pending I/O operations per   |
1323 | Operations\ |       |          | second; provide the last measurement within|
1324 | Last        |       |          | the measurement interval                   |
1325 +-------------+-------+----------+--------------------------------------------+
1326 | diskPending\| number| No       | Queue size of pending I/O operations per   |
1327 | Operations\ |       |          | second; provide the maximum measurement    |
1328 | Max         |       |          | within the measurement interval            |
1329 +-------------+-------+----------+--------------------------------------------+
1330 | diskPending\| number| No       | Queue size of pending I/O operations per   |
1331 | Operations\ |       |          | second; provide the minimum measurement    |
1332 | Min         |       |          | within the measurement interval            |
1333 +-------------+-------+----------+--------------------------------------------+
1334 | diskRead\   | number| No       | Average number of read commands issued per |
1335 | CommandsAvg |       |          | second to the disk over the                |
1336 |             |       |          | measurementInterval                        |
1337 +-------------+-------+----------+--------------------------------------------+
1338 | diskTime    | number| No       | Nanoseconds spent on disk cache            |
1339 |             |       |          | reads/writes within the measurement        |
1340 |             |       |          | interval                                   |
1341 +-------------+-------+----------+--------------------------------------------+
1342 | diskTime\   | number| No       | Milliseconds a read operation took to      |
1343 | ReadAvg     |       |          | complete; provide the average measurement  |
1344 |             |       |          | within the measurement interval            |
1345 +-------------+-------+----------+--------------------------------------------+
1346 | diskTime\   | number| No       | Milliseconds a read operation took to      |
1347 | Read Last   |       |          | complete; provide the last measurement     |
1348 |             |       |          | within the measurement interval            |
1349 +-------------+-------+----------+--------------------------------------------+
1350 | diskTime\   | number| No       | Milliseconds a read operation took to      |
1351 | Read Max    |       |          | complete; provide the maximum measurement  |
1352 |             |       |          | within the measurement interval            |
1353 +-------------+-------+----------+--------------------------------------------+
1354 | diskTime\   | number| No       | Milliseconds a read operation took to      |
1355 | Read Min    |       |          | complete; provide the minimum measurement  |
1356 |             |       |          | within the measurement interval            |
1357 +-------------+-------+----------+--------------------------------------------+
1358 | diskTime\   | number| No       | Milliseconds a write operation took to     |
1359 | Write Avg   |       |          | complete; provide the average measurement  |
1360 |             |       |          | within the measurement interval            |
1361 +-------------+-------+----------+--------------------------------------------+
1362 | diskTime\   | number| No       | Milliseconds a write operation took to     |
1363 | Write Last  |       |          | complete; provide the last measurement     |
1364 |             |       |          | within the measurement interval            |
1365 +-------------+-------+----------+--------------------------------------------+
1366 | diskTime\   | number| No       | Milliseconds a write operation took to     |
1367 | Write Max   |       |          | complete; provide the maximum measurement  |
1368 |             |       |          | within the measurement interval            |
1369 +-------------+-------+----------+--------------------------------------------+
1370 | diskTime\   | number| No       | Milliseconds a write operation took to     |
1371 | Write Min   |       |          | complete; provide the minimum measurement  |
1372 |             |       |          | within the measurement interval            |
1373 +-------------+-------+----------+--------------------------------------------+
1374 | diskTotal\  | number| No       | Average read time from the perspective of a|
1375 | ReadLatency\|       |          | Guest OS: sum of the Kernel Read Latency   |
1376 | Avg         |       |          | and Physical Device Read Latency in        |
1377 |             |       |          | milliseconds over the measurement interval |
1378 +-------------+-------+----------+--------------------------------------------+
1379 | diskTotal\  | number| No       | Average write time from the perspective of |
1380 | Write\      |       |          | a Guest OS: sum of the Kernel Write Latency|
1381 | LatencyAvg  |       |          | and Physical Device Write Latency in       |
1382 |             |       |          | milliseconds over the measurement interval |
1383 +-------------+-------+----------+--------------------------------------------+
1384 | disk\       | number| No       | Measure in ms over 1 sec of both I/O       |
1385 | WeightedIo\ |       |          | completion time and the backlog that may be|
1386 | TimeAvg     |       |          | accumulating. Value is the average within  |
1387 |             |       |          | the collection interval.                   |
1388 +-------------+-------+----------+--------------------------------------------+
1389 | disk\       | number| No       | Measure in ms over 1 sec of both I/O       |
1390 | WeightedIo\ |       |          | completion time and the backlog that may be|
1391 | TimeLast    |       |          | accumulating. Value is the last within the |
1392 |             |       |          | collection interval.                       |
1393 +-------------+-------+----------+--------------------------------------------+
1394 | disk\       | number| No       | Measure in ms over 1 sec of both I/O       |
1395 | WeightedIo\ |       |          | completion time and the backlog that may be|
1396 | TimeMax     |       |          | accumulating. Value is the maximum within  |
1397 |             |       |          | the collection interval.                   |
1398 +-------------+-------+----------+--------------------------------------------+
1399 | disk\       | number| No       | Measure in ms over 1 sec of both I/O       |
1400 | WeightedIo\ |       |          | completion time and the backlog that may be|
1401 | TimeMin     |       |          | accumulating. Value is the minimum within  |
1402 |             |       |          | the collection interval.                   |
1403 +-------------+-------+----------+--------------------------------------------+
1404 | diskWrite\  | number| No       | Average number of write commands issued per|
1405 | CommandsAvg |       |          | second to the disk over the                |
1406 |             |       |          | measurementInterval                        |
1407 +-------------+-------+----------+--------------------------------------------+
1408
1409 Datatype: filesystemUsage
1410 ***************************
1411
1412 The filesystemUsage datatype consists of the following fields:
1413
1414 +-------------+--------+-----------+------------------------------------------+
1415 | Field       | Type   | Required? | Description                              |
1416 +=============+========+===========+==========================================+
1417 | filesystem\ | string | Yes       | File system name                         |
1418 | Name        |        |           |                                          |
1419 +-------------+--------+-----------+------------------------------------------+
1420 | block\      | number | Yes       | Configured block storage capacity in GB  |
1421 | Configured  |        |           |                                          |
1422 +-------------+--------+-----------+------------------------------------------+
1423 | blockIops   | number | Yes       | Block storage input-output operations per|
1424 |             |        |           | second                                   |
1425 +-------------+--------+-----------+------------------------------------------+
1426 | blockUsed   | number | Yes       | Used block storage capacity in GB        |
1427 +-------------+--------+-----------+------------------------------------------+
1428 | ephemeral\  | number | Yes       | Configured ephemeral storage capacity in |
1429 | Configured  |        |           | GB                                       |
1430 +-------------+--------+-----------+------------------------------------------+
1431 | ephemeral\  | number | Yes       | Ephemeral storage input-output operations|
1432 | Iops        |        |           | per second                               |
1433 +-------------+--------+-----------+------------------------------------------+
1434 | ephemeral\  | number | Yes       | Used ephemeral storage capacity in GB    |
1435 | Used        |        |           |                                          |
1436 +-------------+--------+-----------+------------------------------------------+
1437
1438 Datatype: hugePages
1439 ********************
1440
1441 The hugePages datatype provides metrics on system hugePages; it consists
1442 of the following fields:
1443
1444 +--------------------+--------+----------+------------------------------------+
1445 | Field              | Type   | Required?| Description                        |
1446 +====================+========+==========+====================================+
1447 | bytesFree          | number | No       | Number of free hugePages in bytes  |
1448 +--------------------+--------+----------+------------------------------------+
1449 | bytesUsed          | number | No       | Number of used hugePages in bytes  |
1450 +--------------------+--------+----------+------------------------------------+
1451 | hugePagesIdentifier| string | Yes      | HugePages identifier               |
1452 +--------------------+--------+----------+------------------------------------+
1453 | percentFree        | number | No       | Number of free hugePages in percent|
1454 +--------------------+--------+----------+------------------------------------+
1455 | percentUsed        | number | No       | Number of used hugePages in percent|
1456 +--------------------+--------+----------+------------------------------------+
1457 | vmPageNumberFree   | number | No       | Number of free vmPages in numbers  |
1458 +--------------------+--------+----------+------------------------------------+
1459 | vmPageNumberUsed   | number | No       | Number of used vmPages in numbers  |
1460 +--------------------+--------+----------+------------------------------------+
1461
1462 Datatype: ipmi (Intelligent Platform Management Interface)
1463 ***********************************************************
1464
1465 The ipmi datatype provides intelligent platform management interface
1466 metrics; it consists of the following fields:
1467
1468 +-------------+---------------------+-----------+-----------------------------+
1469 | Field       | Type                | Required? | Description                 |
1470 +=============+=====================+===========+=============================+
1471 | exitAir\    | number              | No        | System fan exit air flow    |
1472 | Temperature |                     |           | temperature in Celsius      |
1473 +-------------+---------------------+-----------+-----------------------------+
1474 | frontPanel\ | number              | No        | Front panel temp in Celsius |
1475 | Temperature |                     |           |                             |
1476 +-------------+---------------------+-----------+-----------------------------+
1477 | ioModule\   | number              | No        | Io module temp in Celsius   |
1478 | Temperature |                     |           |                             |
1479 +-------------+---------------------+-----------+-----------------------------+
1480 | ipmi\       | ipmiBaseboard       | No        | Array of ipmiBaseboard      |
1481 | Baseboard\  | Temperature [ ]     |           | Temperature objects         |
1482 | Temperature\|                     |           |                             |
1483 | Array       |                     |           |                             |
1484 +-------------+---------------------+-----------+-----------------------------+
1485 | ipmi\       | ipmiBaseboard       | No        | Array of ipmiBaseboard      |
1486 | Baseboard\  | VoltageRegulator [ ]|           | VoltageRegulator objects    |
1487 | Voltage\    |                     |           |                             |
1488 | Regulator   |                     |           |                             |
1489 | Array       |                     |           |                             |
1490 +-------------+---------------------+-----------+-----------------------------+
1491 | ipmiBattery\| ipmiBattery [ ]     | No        | Array of ipmiBattery objects|
1492 | Array       |                     |           |                             |
1493 +-------------+---------------------+-----------+-----------------------------+
1494 | ipmiFanArray| ipmiFan [ ]         | No        | Array of ipmiFan objects    |
1495 +-------------+---------------------+-----------+-----------------------------+
1496 | ipmiGlobal\ | ipmiGlobalAggregate\| No        | ipmi global aggregate       |
1497 | Aggregate\  | TemperatureMargin []|           | temperature margin          |
1498 | Temperature\|                     |           |                             |
1499 | MarginArray |                     |           |                             |
1500 +-------------+---------------------+-----------+-----------------------------+
1501 | ipmiHsbp\   | ipmiHsbp [ ]        | No        | Array of ipmiHsbp objects   |
1502 | Array       |                     |           |                             |
1503 +-------------+---------------------+-----------+-----------------------------+
1504 | ipmiNicArray| ipmiNic [ ]         | No        | Array of ipmiNic objects    |
1505 +-------------+---------------------+-----------+-----------------------------+
1506 | ipmiPower\  | ipmiPowerSupply [ ] | No        | Array of ipmiPowerSupply    |
1507 | SupplyArray |                     |           | objects                     |
1508 +-------------+---------------------+-----------+-----------------------------+
1509 | ipmi\       | ipmiProcessor [ ]   | No        | Array of ipmiProcessor      |
1510 | Processor\  |                     |           | objects                     |
1511 | Array       |                     |           |                             |
1512 +-------------+---------------------+-----------+-----------------------------+
1513 | system\     | number              | No        | Airflow in cubic feet per   |
1514 | Airflow     |                     |           | minute (cfm)                |
1515 +-------------+---------------------+-----------+-----------------------------+
1516
1517 Datatype: ipmiBaseboardTemperature
1518 ************************************
1519
1520 The ipmiBaseboardTemperature datatype consists of the following fields
1521 which describe ipmi baseboard temperature metrics:
1522
1523 +-------------+--------+-----------+------------------------------------------+
1524 | Field       | Type   | Required? | Description                              |
1525 +=============+========+===========+==========================================+
1526 | baseboard\  | number | No        | Baseboard temperature in celsius         |
1527 | Temperature |        |           |                                          |
1528 +-------------+--------+-----------+------------------------------------------+
1529 | baseboard\  | string | Yes       | Identifier for the location where the    |
1530 | Temperature\|        |           | temperature is taken                     |
1531 | Identifier  |        |           |                                          |
1532 +-------------+--------+-----------+------------------------------------------+
1533
1534 Datatype: ipmiBaseboardVoltageRegulator
1535 *****************************************
1536
1537 The ipmiBaseboardVoltageRegulator datatype consists of the following
1538 fields which describe ipmi baseboard voltage regulator metrics:
1539
1540 +--------------------+-------+----------+-------------------------------------+
1541 | Field              | Type  | Required?| Description                         |
1542 +====================+=======+==========+=====================================+
1543 | baseboardVoltage\  | string| Yes      | Identifier for the baseboard voltage|
1544 | RegulatorIdentifier|       |          | regulator                           |
1545 +--------------------+-------+----------+-------------------------------------+
1546 | voltageRegulator\  | number| No       | Voltage regulator temperature in    |
1547 | Temperature        |       |          | celsius                             |
1548 +--------------------+-------+----------+-------------------------------------+
1549
1550 Datatype: ipmiBattery
1551 **********************
1552
1553 The ipmiBattery datatype consists of the following fields which describe
1554 ipmi battery metrics:
1555
1556 +---------------------+--------+----------+------------------------------+
1557 | Field               | Type   | Required?| Description                  |
1558 +=====================+========+==========+==============================+
1559 | batteryIdentifier   | string | Yes      | Identifier for the battery   |
1560 +---------------------+--------+----------+------------------------------+
1561 | batteryType         | string | No       | Type of battery              |
1562 +---------------------+--------+----------+------------------------------+
1563 | batteryVoltageLevel | number | No       | Battery voltage level        |
1564 +---------------------+--------+----------+------------------------------+
1565
1566 Datatype: ipmiFan
1567 ********************
1568
1569 The ipmiFan datatype consists of the following fields which describe
1570 ipmi fan metrics:
1571
1572 +--------------+-------+----------+-------------------------------------------+
1573 | Field        | Type  | Required?| Description                               |
1574 +==============+=======+==========+===========================================+
1575 | fanIdentifier| string| Yes      | Identifier for the fan                    |
1576 +--------------+-------+----------+-------------------------------------------+
1577 | fanSpeed     | number| No       | Fan speed in revolutions per minute (rpm) |
1578 +--------------+-------+----------+-------------------------------------------+
1579
1580 Datatype: ipmiGlobalAggregateTemperatureMargin
1581 ***********************************************
1582
1583 The ipmiGlobalAggregateTemperatureMargin datatype consists of the
1584 following fields:
1585
1586 +-------------+-------+----------+--------------------------------------------+
1587 | Field       | Type  | Required?| Description                                |
1588 +=============+=======+==========+============================================+
1589 | global\     | number| No       | Temperature margin in Celsius relative to a|
1590 | Aggregate\  |       |          | throttling thermal trip point              |
1591 | Temperature\|       |          |                                            |
1592 | Margin      |       |          |                                            |
1593 +-------------+-------+----------+--------------------------------------------+
1594 | global\     | string| Yes      | Identifier for the ipmi global aggregate   |
1595 | Aggregate\  |       |          | temperature margin metrics                 |
1596 | Temperature\|       |          |                                            |
1597 | Margin\     |       |          |                                            |
1598 | Identifier  |       |          |                                            |
1599 +-------------+-------+----------+--------------------------------------------+
1600
1601 Datatype: ipmiHsbp
1602 *******************
1603
1604 The ipmiHsbp datatype provides ipmi hot swap backplane power metrics; it
1605 consists of the following fields:
1606
1607 +------------+-------+----------+---------------------------------------------+
1608 | Field      | Type  | Required?| Description                                 |
1609 +============+=======+==========+=============================================+
1610 | hsbp\      | string| Yes      | Identifier for the hot swap backplane power |
1611 | Identifier |       |          | unit                                        |
1612 +------------+-------+----------+---------------------------------------------+
1613 | hsbp\      | number| No       | Hot swap backplane power temperature in     |
1614 | Temperature|       |          | celsius                                     |
1615 +------------+-------+----------+---------------------------------------------+
1616
1617 Datatype: ipmiNic
1618 ******************
1619
1620 The ipmiNic datatype provides network interface control care metrics; it
1621 consists of the following fields:
1622
1623 +------------+-------+----------+---------------------------------------------+
1624 | Field      | Type  | Required?| Description                                 |
1625 +============+=======+==========+=============================================+
1626 | nic\       | string| Yes      | Identifier for the network interface control|
1627 | Identifier |       |          | card                                        |
1628 +------------+-------+----------+---------------------------------------------+
1629 | nic\       | number| No       | nic temperature in Celsius                  |
1630 | Temperature|       |          |                                             |
1631 +------------+-------+----------+---------------------------------------------+
1632
1633 Datatype: ipmiPowerSupply
1634 **************************
1635
1636 The ipmiPowerSupply datatype provides ipmi power supply metrics; it
1637 consists of the following fields:
1638
1639 +-----------+-------+----------+----------------------------------------------+
1640 |Field      | Type  | Required?| Description                                  |
1641 +===========+=======+==========+==============================================+
1642 |power\     | number| No       | Current output voltage as a percentage of the|
1643 |Supply\    |       |          | design specified level                       |
1644 |Current\   |       |          |                                              |
1645 |Output\    |       |          |                                              |
1646 |Percent    |       |          |                                              |
1647 +-----------+-------+----------+----------------------------------------------+
1648 |power\     | string| Yes      | Identifier for the power supply              |
1649 |Supply\    |       |          |                                              |
1650 |Identifier |       |          |                                              |
1651 +-----------+-------+----------+----------------------------------------------+
1652 |power\     | number| No       | Input power in watts                         |
1653 |Supply\    |       |          |                                              |
1654 |Input\     |       |          |                                              |
1655 |Power      |       |          |                                              |
1656 +-----------+-------+----------+----------------------------------------------+
1657 |power\     | number| No       | Power supply temperature in Celsius          |
1658 |Supply\    |       |          |                                              |
1659 |Temperature|       |          |                                              |
1660 +-----------+-------+----------+----------------------------------------------+
1661
1662 Datatype: ipmiProcessor
1663 ************************
1664
1665 The ipmiProcessor datatype provides ipmi processor metrics; it consists
1666 of the following fields:
1667
1668 +------------+------------------+-----------+---------------------------------+
1669 | Field      | Type             | Required? | Description                     |
1670 +============+==================+===========+=================================+
1671 | processor\ | processorDimm    | No        | Array of processorDimmAggregate |
1672 | Dimm\      | AggregateThermal |           | ThermalMargin objects           |
1673 | Aggregate\ | Margin [ ]       |           |                                 |
1674 | Thermal\   |                  |           |                                 |
1675 | MarginArray|                  |           |                                 |
1676 +------------+------------------+-----------+---------------------------------+
1677 | processor\ | number           | No        | Front panel temperature in      |
1678 | DtsThermal\|                  |           | celsius                         |
1679 | Margin     |                  |           |                                 |
1680 +------------+------------------+-----------+---------------------------------+
1681 | processor\ | string           | Yes       | Identifier for the power supply |
1682 | Identifier |                  |           |                                 |
1683 +------------+------------------+-----------+---------------------------------+
1684 | processor\ | number           | No        | Io module temperatue in celsius |
1685 | Thermal\   |                  |           |                                 |
1686 | Control\   |                  |           |                                 |
1687 | Percent    |                  |           |                                 |
1688 +------------+------------------+-----------+---------------------------------+
1689
1690 Datatype: latencyBucketMeasure
1691 *******************************
1692
1693 The latencyBucketMeasure datatype consists of the following fields which
1694 describe the number of counts falling within a defined latency bucket:
1695
1696 +-----------+-------+----------+----------------------------------------------+
1697 | Field     | Type  | Required?| Description                                  |
1698 +===========+=======+==========+==============================================+
1699 | counts\   | number| Yes      | Number of counts falling within a defined    |
1700 | InThe\    |       |          | latency bucket                               |
1701 | Bucket    |       |          |                                              |
1702 +-----------+-------+----------+----------------------------------------------+
1703 | highEnd\  | number| No       | High end of bucket range (typically in ms)   |
1704 | OfLatency\|       |          |                                              |
1705 | Bucket    |       |          |                                              |
1706 +-----------+-------+----------+----------------------------------------------+
1707 | lowEndOf\ | number| No       | Low end of bucket range (typically in ms)    |
1708 | Latency\  |       |          |                                              |
1709 | Bucket    |       |          |                                              |
1710 +-----------+-------+----------+----------------------------------------------+
1711
1712 Datatype: load
1713 ****************
1714
1715 The load datatype provides metrics on system cpu and io utilization
1716 obtained using /proc/loadavg; it consists of the following fields:
1717
1718 +----------+-------+----------+-----------------------------------------------+
1719 | Field    | Type  | Required?| Description                                   |
1720 +==========+=======+==========+===============================================+
1721 | longTerm | number| No       | number of jobs in the run queue (state R, cpu |
1722 |          |       |          | utilization) or waiting for disk I/O (state D,|
1723 |          |       |          | io utilization) averaged over 15 minutes using|
1724 |          |       |          | /proc/loadavg                                 |
1725 +----------+-------+----------+-----------------------------------------------+
1726 | midTerm  | number| No       | number of jobs in the run queue (state R, cpu |
1727 |          |       |          | utilization) or waiting for disk I/O (state D,|
1728 |          |       |          | io utilization) averaged over 5 minutes using |
1729 |          |       |          | /proc/loadavg                                 |
1730 +----------+-------+----------+-----------------------------------------------+
1731 | shortTerm| number| No       | number of jobs in the run queue (state R, cpu |
1732 |          |       |          | utilization) or waiting for disk I/O (state D,|
1733 |          |       |          | io utilization) averaged over 1 minute using  |
1734 |          |       |          | /proc/loadavg                                 |
1735 +----------+-------+----------+-----------------------------------------------+
1736
1737 Datatype: machineCheckException
1738 ********************************
1739
1740 The machineCheckException datatype describes machine check exceptions;
1741 it consists of the following fields:
1742
1743 +-------------+-------+----------+--------------------------------------------+
1744 | Field       | Type  | Required?| Description                                |
1745 +=============+=======+==========+============================================+
1746 | corrected\  | number| No       | Total hardware errors that were corrected  |
1747 | Memory\     |       |          | by the hardware (e.g. data corruption      |
1748 | Errors      |       |          | corrected via  ECC) over the               |
1749 |             |       |          | measurementInterval. These errors do not   |
1750 |             |       |          | require immediate software actions, but are|
1751 |             |       |          | still reported for accounting and          |
1752 |             |       |          | predictive failure analysis                |
1753 +-------------+-------+----------+--------------------------------------------+
1754 | corrected\  | number| No       | Total hardware errors that were corrected  |
1755 | Memory\     |       |          | by the hardware over the last one hour     |
1756 | Errors      |       |          |                                            |
1757 | In1Hr       |       |          |                                            |
1758 +-------------+-------+----------+--------------------------------------------+
1759 | uncorrected\| number| No       | Total uncorrected hardware errors that were|
1760 | Memory\     |       |          | detected by the hardware (e.g., causing    |
1761 | Errors      |       |          | data corruption) over the                  |
1762 |             |       |          | measurementInterval. These errors require a|
1763 |             |       |          | software response.                         |
1764 +-------------+-------+----------+--------------------------------------------+
1765 | uncorrected\| number| No       | Total uncorrected hardware errors that were|
1766 | Memory\     |       |          | detected by the hardware over the last one |
1767 | Errors      |       |          | hour                                       |
1768 | In1Hr       |       |          |                                            |
1769 +-------------+-------+----------+--------------------------------------------+
1770 | vm\         | string| Yes      | Virtual machine identifier associated with |
1771 | Identifier  |       |          | the machine check exception                |
1772 +-------------+-------+----------+--------------------------------------------+
1773
1774 Datatype: measurementFields
1775 ****************************
1776
1777 The measurementFields datatype consists of the following fields:
1778
1779 +-------------+--------------+----------+-------------------------------------+
1780 | Field       | Type         | Required?| Description                         |
1781 +=============+==============+==========+=====================================+
1782 | additional\ | hashMap      | No       | Additional measurement fields if    |
1783 | Fields      |              |          | needed                              |
1784 +-------------+--------------+----------+-------------------------------------+
1785 | additional\ | arrayOfNamed\| No       | Array of named hashMap if needed    |
1786 | Measurements| HashMap      |          |                                     |
1787 +-------------+--------------+----------+-------------------------------------+
1788 | additional\ | arrayOf\     | No       | Array of JSON objects described by  |
1789 | Objects     | JsonObject   |          | name, schema and other              |
1790 |             |              |          | meta-information, if needed         |
1791 +-------------+--------------+----------+-------------------------------------+
1792 | codec\      | codecs\      | No       | Array of codecs in use              |
1793 | Usage\      | InUse []     |          |                                     |
1794 | Array       |              |          |                                     |
1795 +-------------+--------------+----------+-------------------------------------+
1796 | concurrent\ | integer      | No       | Peak concurrent sessions for the VM |
1797 | Sessions    |              |          | or xNF (depending on the context)   |
1798 |             |              |          | over the measurementInterval        |
1799 +-------------+--------------+----------+-------------------------------------+
1800 | configured\ | integer      | No       | Depending on the context over the   |
1801 | Entities    |              |          | measurementInterval: peak total     |
1802 |             |              |          | number of users, subscribers,       |
1803 |             |              |          | devices, adjacencies, etc., for the |
1804 |             |              |          | VM, or peak total number of         |
1805 |             |              |          | subscribers, devices, etc., for the |
1806 |             |              |          | xNF                                 |
1807 +-------------+--------------+----------+-------------------------------------+
1808 | cpuUsage\   | cpuUsage []  | No       | Usage of an array of CPUs           |
1809 | Array       |              |          |                                     |
1810 +-------------+--------------+----------+-------------------------------------+
1811 | diskUsage\  | diskUsage [] | No       | Usage of an array of disks          |
1812 | Array       |              |          |                                     |
1813 +-------------+--------------+----------+-------------------------------------+
1814 | feature\    | hashMap      | No       | The hashMap key should identify the |
1815 | UsageArray  |              |          | feature, while the value defines the|
1816 |             |              |          | number of times the identified      |
1817 |             |              |          | feature was used                    |
1818 +-------------+--------------+----------+-------------------------------------+
1819 | filesystem\ | filesystem\  | No       | Filesystem usage of the VM on which |
1820 | UsageArray  | Usage [ ]    |          | the xNFC reporting the event is     |
1821 |             |              |          | running                             |
1822 +-------------+--------------+----------+-------------------------------------+
1823 | hugePages\  | hugePages [ ]| No       | Array of metrics on hugePages       |
1824 | Array       |              |          |                                     |
1825 +-------------+--------------+----------+-------------------------------------+
1826 | ipmi        | ipmi         | No       | Intelligent platform management     |
1827 |             |              |          | interface metrics                   |
1828 +-------------+--------------+----------+-------------------------------------+
1829 | latency\    | latency\     | No       | Array of integers representing      |
1830 | Distribution| Bucket\      |          | counts of requests whose latency in |
1831 |             | Measure [ ]  |          | milliseconds falls within per-xNF   |
1832 |             |              |          | configured ranges; where latency is |
1833 |             |              |          | the duration between a service      |
1834 |             |              |          | request and its fulfillment.        |
1835 +-------------+--------------+----------+-------------------------------------+
1836 | loadArray   | load [ ]     | No       | Array of system load metrics        |
1837 +-------------+--------------+----------+-------------------------------------+
1838 | machine\    | machine\     | No       | Array of machine check exceptions   |
1839 | Check\      | Check\       |          |                                     |
1840 | Exception\  | Exception [ ]|          |                                     |
1841 | Array       |              |          |                                     |
1842 +-------------+--------------+----------+-------------------------------------+
1843 | mean\       | number       | No       | Mean seconds required to respond to |
1844 | Request\    |              |          | each request for the VM on which the|
1845 | Latency     |              |          | xNFC reporting the event is running |
1846 +-------------+--------------+----------+-------------------------------------+
1847 | measurement\| string       | Yes      | Version of the measurementFields    |
1848 | Fields\     |              |          | block as “#.#” where # is a digit;  |
1849 | Version     |              |          | see section 1 for the correct digits|
1850 |             |              |          | to use.                             |
1851 +-------------+--------------+----------+-------------------------------------+
1852 | measurement\| number       | Yes      | Interval over which measurements are|
1853 | Interval    |              |          | being reported in seconds           |
1854 +-------------+--------------+----------+-------------------------------------+
1855 | memoryUsage\| memory\      | No       | Memory usage of an array of VMs     |
1856 | Array       | Usage []     |          |                                     |
1857 +-------------+--------------+----------+-------------------------------------+
1858 | nfcScaling\ | integer      | No       | Represents busy-ness of the network |
1859 | Metric      |              |          | function from 0 to 100 as reported  |
1860 |             |              |          | by the nfc                          |
1861 +-------------+--------------+----------+-------------------------------------+
1862 | nic\        | nic\         | No       | Performance metrics of an array of  |
1863 | Performance\| Performance  |          | network interface cards             |
1864 | Array       | [ ]          |          |                                     |
1865 +-------------+--------------+----------+-------------------------------------+
1866 | numberOf\   | integer      | No       | Number of media ports in use        |
1867 | MediaPorts\ |              |          |                                     |
1868 | InUse       |              |          |                                     |
1869 +-------------+--------------+----------+-------------------------------------+
1870 | process\    | process\     | No       | Array of metrics on system processes|
1871 | StatsArray  | Stats [ ]    |          |                                     |
1872 +-------------+--------------+----------+-------------------------------------+
1873 | request\    | number       | No       | Peak rate of service requests per   |
1874 | Rate        |              |          | second to the xNF over the          |
1875 |             |              |          | measurementInterval                 |
1876 +-------------+--------------+----------+-------------------------------------+
1877
1878 Datatype: memoryUsage
1879 **********************
1880
1881 The memoryUsage datatype defines the memory usage of a virtual machine
1882 and consists of the following fields:
1883
1884 +-----------+-------+----------+----------------------------------------------+
1885 | Field     | Type  | Required?| Description                                  |
1886 +===========+=======+==========+==============================================+
1887 | memory\   | number| No       | Kibibytes of temporary storage for raw disk  |
1888 | Buffered  |       |          | blocks                                       |
1889 +-----------+-------+----------+----------------------------------------------+
1890 | memory\   | number| No       | Kibibytes of memory used for cache           |
1891 | Cached    |       |          |                                              |
1892 +-----------+-------+----------+----------------------------------------------+
1893 | memory\   | number| No       | Kibibytes of memory configured in the virtual|
1894 | Configured|       |          | machine on which the xNFC reporting the event|
1895 |           |       |          | is running                                   |
1896 +-----------+-------+----------+----------------------------------------------+
1897 | memory\   | number| No       | Host demand in kibibytes                     |
1898 | Demand    |       |          |                                              |
1899 +-----------+-------+----------+----------------------------------------------+
1900 | memory\   | number| Yes      | Kibibytes of physical RAM left unused by the |
1901 | Free      |       |          | system                                       |
1902 +-----------+-------+----------+----------------------------------------------+
1903 | memory\   | number| No       | Percentage of time the VM is waiting to      |
1904 | Latency\  |       |          | access swapped or compressed memory          |
1905 | Avg       |       |          |                                              |
1906 +-----------+-------+----------+----------------------------------------------+
1907 | memory\   | number| No       | Shared memory in kilobytes                   |
1908 | Shared\   |       |          |                                              |
1909 | Avg       |       |          |                                              |
1910 +-----------+-------+----------+----------------------------------------------+
1911 | memory\   | number| No       | The part of the slab that can be reclaimed   |
1912 | SlabRecl  |       |          | such as caches measured in kibibytes         |
1913 +-----------+-------+----------+----------------------------------------------+
1914 | memory\   | number| No       | The part of the slab that cannot be reclaimed|
1915 | Slab\     |       |          | even when lacking memory measure in kibibytes|
1916 | Unrecl    |       |          |                                              |
1917 +-----------+-------+----------+----------------------------------------------+
1918 | memory\   | number| No       | Amount of memory swapped-in from host cache  |
1919 | SwapIn\   |       |          | in kibibytes                                 |
1920 | Avg       |       |          |                                              |
1921 +-----------+-------+----------+----------------------------------------------+
1922 | memory\   | number| No       | Rate at which memory is swapped from disk    |
1923 | SwapIn\   |       |          | into active memory during the interval in    |
1924 | RateAvg   |       |          | kilobytes per second                         |
1925 +-----------+-------+----------+----------------------------------------------+
1926 | memory\   | number| No       | Amount of memory swapped-out to host cache in|
1927 | SwapOut\  |       |          | kibibytes                                    |
1928 | Avg       |       |          |                                              |
1929 +-----------+-------+----------+----------------------------------------------+
1930 | memory\   | number| No       | Rate at which memory is being swapped from   |
1931 | SwapOut\  |       |          | active memory to disk during the current     |
1932 | RateAvg   |       |          | interval in kilobytes per second             |
1933 +-----------+-------+----------+----------------------------------------------+
1934 | memory\   | number| No       | Space used for caching swapped pages in the  |
1935 | Swap\     |       |          | host cache in kibibytes                      |
1936 | UsedAvg   |       |          |                                              |
1937 +-----------+-------+----------+----------------------------------------------+
1938 | memory\   | number| Yes      | Total memory minus the sum of free, buffered,|
1939 | Used      |       |          | cached and slab memory measured in kibibytes |
1940 +-----------+-------+----------+----------------------------------------------+
1941 | percent\  | number| No       | Percentage of memory usage; value =          |
1942 | Memory\   |       |          | (memoryUsed / (memoryUsed + memoryFree) x 100|
1943 | Usage     |       |          | if denomintor is nonzero, or 0, if otherwise.|
1944 +-----------+-------+----------+----------------------------------------------+
1945 | vm\       | string| Yes      | Virtual Machine identifier associated with   |
1946 | Identifier|       |          | the memory metrics                           |
1947 +-----------+-------+----------+----------------------------------------------+
1948
1949 Datatype: nicPerformance
1950 *************************
1951
1952 The nicPerformance datatype consists of the following fields which
1953 describe the performance and errors of an of an identified virtual
1954 network interface card:
1955
1956 +----------------+-------+----------+-----------------------------------------+
1957 | Field          | Type  | Required?| Description                             |
1958 +================+=======+==========+=========================================+
1959 | administrative\| string| No       | Administrative state: enum: ‘inService’,|
1960 | State          |       |          | ‘outOfService’                          |
1961 +----------------+-------+----------+-----------------------------------------+
1962 | nicIdentifier  | string| Yes      | Network interface card identifier       |
1963 +----------------+-------+----------+-----------------------------------------+
1964 | operational\   | string| No       | Operational state: enum: ‘inService’,   |
1965 | State          |       |          | ‘outOfService’                          |
1966 +----------------+-------+----------+-----------------------------------------+
1967 | received\      | number| No       | Cumulative count of broadcast packets   |
1968 | Broadcast\     |       |          | received as read at the end of the      |
1969 | Packets\       |       |          | measurement interval                    |
1970 | Accumulated    |       |          |                                         |
1971 +----------------+-------+----------+-----------------------------------------+
1972 | received\      | number| No       | Count of broadcast packets received     |
1973 | Broadcast\     |       |          | within the measurement interval         |
1974 | PacketsDelta   |       |          |                                         |
1975 +----------------+-------+----------+-----------------------------------------+
1976 | received\      | number| No       | Cumulative count of discarded packets   |
1977 | Discarded\     |       |          | received as read at the end of the      |
1978 | Packets\       |       |          | measurement interval                    |
1979 | Accumulated    |       |          |                                         |
1980 +----------------+-------+----------+-----------------------------------------+
1981 | received\      | number| No       | Count of discarded packets received     |
1982 | Discarded\     |       |          | within the measurement interval         |
1983 | PacketsDelta   |       |          |                                         |
1984 +----------------+-------+----------+-----------------------------------------+
1985 | received\      | number| No       | Cumulative count of error packets       |
1986 | ErrorPackets\  |       |          | received as read at the end of the      |
1987 | Accumulated    |       |          | measurement interval                    |
1988 +----------------+-------+----------+-----------------------------------------+
1989 | receivedError\ | number| No       | Count of error packets received within  |
1990 | PacketsDelta   |       |          | the measurement interval                |
1991 +----------------+-------+----------+-----------------------------------------+
1992 | received\      | number| No       | Cumulative count of multicast packets   |
1993 | Multicast\     |       |          | received as read at the end of the      |
1994 | Packets\       |       |          | measurement interval                    |
1995 | Accumulated    |       |          |                                         |
1996 +----------------+-------+----------+-----------------------------------------+
1997 | received\      | number| No       | Count of multicast packets received     |
1998 | Multicast\     |       |          | within the measurement interval         |
1999 | PacketsDelta   |       |          |                                         |
2000 +----------------+-------+----------+-----------------------------------------+
2001 | received\      | number| No       | Cumulative count of octets received as  |
2002 | Octets\        |       |          | read at the end of the measurement      |
2003 | Accumulated    |       |          | interval                                |
2004 +----------------+-------+----------+-----------------------------------------+
2005 | received\      | number| No       | Count of octets received within the     |
2006 | OctetsDelta    |       |          | measurement interval                    |
2007 +----------------+-------+----------+-----------------------------------------+
2008 | received\      | number| No       | Percentage of discarded packets         |
2009 | Percent\       |       |          | received; value =                       |
2010 | Discard        |       |          | (receivedDiscardedPacketsDelta /        |
2011 |                |       |          | receivedTotalPacketsDelta) x 100, if    |
2012 |                |       |          | denominator is nonzero, or 0, if        |
2013 |                |       |          | otherwise.                              |
2014 +----------------+-------+----------+-----------------------------------------+
2015 | received\      | number| No       | Percentage of error packets received;   |
2016 | PercentError   |       |          | value = (receivedErrorPacketsDelta /    |
2017 |                |       |          | receivedTotalPacketsDelta) x 100, if    |
2018 |                |       |          | denominator is nonzero, or 0, if        |
2019 |                |       |          | otherwise.                              |
2020 +----------------+-------+----------+-----------------------------------------+
2021 | receivedTotal\ | number| No       | Cumulative count of all packets received|
2022 | Packets\       |       |          | as read at the end of the measurement   |
2023 | Accumulated    |       |          | interval                                |
2024 +----------------+-------+----------+-----------------------------------------+
2025 | receivedTotal\ | number| No       | Count of all packets received within the|
2026 | PacketsDelta   |       |          | measurement interval                    |
2027 +----------------+-------+----------+-----------------------------------------+
2028 | received\      | number| No       | Cumulative count of unicast packets     |
2029 | Unicast\       |       |          | received as read at the end of the      |
2030 | Packets\       |       |          | measurement interval                    |
2031 | Accumulated    |       |          |                                         |
2032 +----------------+-------+----------+-----------------------------------------+
2033 | received\      | number| No       | Count of unicast packets received within|
2034 | Unicast\       |       |          | the measurement interval                |
2035 | PacketsDelta   |       |          |                                         |
2036 +----------------+-------+----------+-----------------------------------------+
2037 | received\      | number| No       | Percentage of utilization received;     |
2038 | Utilization    |       |          | value = (receivedOctetsDelta / (speed x |
2039 |                |       |          | (lastEpochMicrosec - startEpochMicrosec)|
2040 |                |       |          | )) x 100, if denominator is nonzero, or |
2041 |                |       |          | 0, if otherwise.                        |
2042 +----------------+-------+----------+-----------------------------------------+
2043 | speed          | number| No       | Speed configured in mbps.               |
2044 +----------------+-------+----------+-----------------------------------------+
2045 | transmitted\   | number| No       | Cumulative count of broadcast packets   |
2046 | Broadcast\     |       |          | transmitted as read at the end of the   |
2047 | Packets\       |       |          | measurement interval                    |
2048 | Accumulated    |       |          |                                         |
2049 +----------------+-------+----------+-----------------------------------------+
2050 | transmitted\   | number| No       | Count of broadcast packets transmitted  |
2051 | Broadcast\     |       |          | within the measurement interval         |
2052 | PacketsDelta   |       |          |                                         |
2053 +----------------+-------+----------+-----------------------------------------+
2054 | transmitted\   | number| No       | Cumulative count of discarded packets   |
2055 | Discarded\     |       |          | transmitted as read at the end of the   |
2056 | Packets\       |       |          | measurement interval                    |
2057 | Accumulated    |       |          |                                         |
2058 +----------------+-------+----------+-----------------------------------------+
2059 | transmitted\   | number| No       | Count of discarded packets transmitted  |
2060 | Discarded\     |       |          | within the measurement interval         |
2061 | PacketsDelta   |       |          |                                         |
2062 +----------------+-------+----------+-----------------------------------------+
2063 | transmitted\   | number| No       | Cumulative count of error packets       |
2064 | ErrorPackets\  |       |          | transmitted as read at the end of the   |
2065 | Accumulated    |       |          | measurement interval                    |
2066 +----------------+-------+----------+-----------------------------------------+
2067 | transmitted\   | number| No       | Count of error packets transmitted      |
2068 | ErrorPackets\  |       |          | within the measurement interval         |
2069 | Delta          |       |          |                                         |
2070 +----------------+-------+----------+-----------------------------------------+
2071 | transmitted\   | number| No       | Cumulative count of multicast packets   |
2072 | Multicast\     |       |          | transmitted as read at the end of the   |
2073 | Packets\       |       |          | measurement interval                    |
2074 | Accumulated    |       |          |                                         |
2075 +----------------+-------+----------+-----------------------------------------+
2076 | transmitted\   | number| No       | Count of multicast packets transmitted  |
2077 | Multicast\     |       |          | within the measurement interval         |
2078 | PacketsDelta   |       |          |                                         |
2079 +----------------+-------+----------+-----------------------------------------+
2080 | transmitted\   | number| No       | Cumulative count of octets transmitted  |
2081 | Octets\        |       |          | as read at the end of the measurement   |
2082 | Accumulated    |       |          | interval                                |
2083 +----------------+-------+----------+-----------------------------------------+
2084 | transmitted\   | number| No       | Count of octets transmitted within the  |
2085 | OctetsDelta    |       |          | measurement interval                    |
2086 +----------------+-------+----------+-----------------------------------------+
2087 | transmitted\   | number| No       | Percentage of discarded packets         |
2088 | PercentDiscard |       |          | transmitted; value =                    |
2089 |                |       |          | (transmittedDiscardedPacketsDelta /     |
2090 |                |       |          | transmittedTotalPacketsDelta) x 100, if |
2091 |                |       |          | denominator is nonzero, or 0, if        |
2092 |                |       |          | otherwise.                              |
2093 +----------------+-------+----------+-----------------------------------------+
2094 | transmitted\   | number| No       | Percentage of error packets received;   |
2095 | PercentError   |       |          | value = (transmittedErrorPacketsDelta / |
2096 |                |       |          | transmittedTotalPacketsDelta) x 100, if |
2097 |                |       |          | denominator is nonzero, or 0, if        |
2098 |                |       |          | otherwise.                              |
2099 +----------------+-------+----------+-----------------------------------------+
2100 | transmitted\   | number| No       | Cumulative count of all packets         |
2101 | TotalPackets\  |       |          | transmitted as read at the end of the   |
2102 | Accumulated    |       |          | measurement interval                    |
2103 +----------------+-------+----------+-----------------------------------------+
2104 | transmitted\   | number| No       | Count of all packets transmitted within |
2105 | TotalPackets\  |       |          | the measurement interval                |
2106 | Delta          |       |          |                                         |
2107 +----------------+-------+----------+-----------------------------------------+
2108 | transmitted\   | number| No       | Cumulative count of unicast packets     |
2109 | Unicast\       |       |          | transmitted as read at the end of the   |
2110 | Packets\       |       |          | measurement interval                    |
2111 | Accumulated    |       |          |                                         |
2112 +----------------+-------+----------+-----------------------------------------+
2113 | transmitted\   | number| No       | Count of unicast packets transmitted    |
2114 | Unicast\       |       |          | within the measurement interval         |
2115 | PacketsDelta   |       |          |                                         |
2116 +----------------+-------+----------+-----------------------------------------+
2117 | transmitted\   | number| No       | Percentage of utilization transmitted;  |
2118 | Utilization    |       |          | value = (transmittedOctetsDelta / (speed|
2119 |                |       |          | x (lastEpochMicrosec -                  |
2120 |                |       |          | startEpochMicrosec))) x 100, if         |
2121 |                |       |          | denominator is nonzero, or 0, if        |
2122 |                |       |          | otherwise.                              |
2123 +----------------+-------+----------+-----------------------------------------+
2124 | values\        | string| Yes      | Enumeration: ‘true’ or ‘false’. If      |
2125 | AreSuspect     |       |          | ‘true’ then the vNicPerformance values  |
2126 |                |       |          | are likely inaccurate due to counter    |
2127 |                |       |          | overflow or other conditions.           |
2128 +----------------+-------+----------+-----------------------------------------+
2129
2130 Datatype: processorDimmAggregateThermalMargin
2131 **********************************************
2132
2133 The processorDimmAggregateThermalMargin datatype provides intelligent
2134 platform management interface (ipmi) processor dual inline memory module
2135 aggregate thermal margin metrics; it consists of the following fields:
2136
2137 +-----------------+-------+----------+----------------------------------------+
2138 | Field           | Type  | Required?| Description                            |
2139 +=================+=======+==========+========================================+
2140 | processor\      | string| Yes      | identifier for the aggregate thermal   |
2141 | DimmAggregate\  |       |          | margin metrics from the processor dual |
2142 | Thermal         |       |          | inline memory module                   |
2143 | MarginIdentifier|       |          |                                        |
2144 +-----------------+-------+----------+----------------------------------------+
2145 | thermalMargin   | number| Yes      | the difference between the DIMM's      |
2146 |                 |       |          | current temperature, in celsius, and   |
2147 |                 |       |          | the DIMM's throttling thermal trip     |
2148 +-----------------+-------+----------+----------------------------------------+
2149
2150 Datatype: processStats
2151 ***********************
2152
2153 The processStats datatype provides metrics on system processes; it
2154 consists of the following fields:
2155
2156
2157 +-----------+-------+----------+----------------------------------------------+
2158 | Field     | Type  | Required?| Description                                  |
2159 +===========+=======+==========+==============================================+
2160 | forkRate  | number| No       | The number of threads created since the last |
2161 |           |       |          | reboot                                       |
2162 +-----------+-------+----------+----------------------------------------------+
2163 | process\  | string| Yes      | processIdentifier                            |
2164 | Identifier|       |          |                                              |
2165 +-----------+-------+----------+----------------------------------------------+
2166 | psState\  | number| No       | The number of processes in a blocked state   |
2167 | Blocked   |       |          |                                              |
2168 +-----------+-------+----------+----------------------------------------------+
2169 | psState\  | number| No       | The number of processes in a paging state    |
2170 | Paging    |       |          |                                              |
2171 +-----------+-------+----------+----------------------------------------------+
2172 | psState\  | number| No       | The number of processes in a running state   |
2173 | Running   |       |          |                                              |
2174 +-----------+-------+----------+----------------------------------------------+
2175 | psState\  | number| No       | The number of processes in a sleeping state  |
2176 | Sleeping  |       |          |                                              |
2177 +-----------+-------+----------+----------------------------------------------+
2178 | psState\  | number| No       | The number of processes in a stopped state   |
2179 | Stopped   |       |          |                                              |
2180 +-----------+-------+----------+----------------------------------------------+
2181 | psState\  | number| No       | The number of processes in a zombie state    |
2182 | Zombie    |       |          |                                              |
2183 +-----------+-------+----------+----------------------------------------------+
2184
2185 ‘Notification’ Domain Datatypes
2186 ++++++++++++++++++++++++++++++++
2187
2188 Datatype: notificationFields
2189 ******************************
2190
2191 The notificationFields datatype consists of the following fields:
2192
2193 +--------------+-----------+----------+---------------------------------------+
2194 | Field        | Type      | Required?| Description                           |
2195 +==============+===========+==========+=======================================+
2196 | additional\  | hashMap   | No       | Additional notification fields if     |
2197 | Fields       |           |          | needed                                |
2198 +--------------+-----------+----------+---------------------------------------+
2199 | arrayOfNamed\| namedHash\| No       | Array of named hashMaps               |
2200 | HashMap      | Map [ ]   |          |                                       |
2201 +--------------+-----------+----------+---------------------------------------+
2202 | change\      | string    | No       | Identifier for a contact related to   |
2203 | Contact      |           |          | the change                            |
2204 +--------------+-----------+----------+---------------------------------------+
2205 | change\      | string    | Yes      | System or session identifier          |
2206 | Identifier   |           |          | associated with the change            |
2207 +--------------+-----------+----------+---------------------------------------+
2208 | changeType   | string    | Yes      | Describes what has changed for the    |
2209 |              |           |          | entity, for example: configuration    |
2210 |              |           |          | changed, capability added, capability |
2211 |              |           |          | removed…                              |
2212 +--------------+-----------+----------+---------------------------------------+
2213 | newState     | string    | No       | New state of the entity, for example: |
2214 |              |           |          | ‘inService’, ‘maintenance’,           |
2215 |              |           |          | ‘outOfService’                        |
2216 +--------------+-----------+----------+---------------------------------------+
2217 | notification\| string    | Yes      | Version of the notificationFields     |
2218 | FieldsVersion|           |          | block as “#.#” where # is a digit; see|
2219 |              |           |          | section 1 for the correct digits to   |
2220 |              |           |          | use.                                  |
2221 +--------------+-----------+----------+---------------------------------------+
2222 | oldState     | string    | No       | Previous state of the entity, for     |
2223 |              |           |          | example: ‘inService’, ‘maintenance’,  |
2224 |              |           |          | ‘outOfService’                        |
2225 +--------------+-----------+----------+---------------------------------------+
2226 | state\       | string    | No       | Card or port name of the entity that  |
2227 | Interface    |           |          | changed state                         |
2228 +--------------+-----------+----------+---------------------------------------+
2229
2230 The fileReady notification event is used by 3GPP-compliant NFs to notify
2231 ONAP that a PM file is available for upload. The notificationFields are
2232 populated as follows:
2233
2234 **arrayOfNamedHashMap:** The array is named for the PM file as defined
2235 in 3GPP TS 28.550. The array contains the following key value pairs:
2236
2237 -  **location** in the form protocol://ipAddress:port/path/filename;
2238    e.g. “location” :
2239    “ftpes://135.3.1.44:21/pmfiles/A20180531.1030+0600-1045+0600\_5gBts213.bin.gz”
2240
2241 -  **compression** containing the compression type used for the PM file;
2242    e.g. “compression” : “gzip”
2243
2244 -  **fileFormatType** containing the format type of the PM file; e.g.
2245    “fileFormatType” : “org.3GPP.32.435#measCollec”
2246
2247 -  **fileFormatVersion** containing the format version of the PM file;
2248    e.g. “fileFormatVersion” : “V10”
2249
2250 -  other vendor-defined key-value pairs as needed
2251
2252 **changeIdentifier:** set to PM\_MEAS\_FILES
2253
2254 **changeType:** set to fileReady
2255
2256 Other notificationFields are not used for fileReady.
2257
2258 ‘Other’ Domain Datatypes
2259 +++++++++++++++++++++++++
2260
2261 Datatype: otherFields
2262 **********************
2263
2264 The otherFields datatype defines fields for events belonging to the
2265 'other' domain of the commonEventHeader domain enumeration; it consists
2266 of the following fields:
2267
2268 +-------------+-------------+----------+--------------------------------------+
2269 | Field       | Type        | Required?| Description                          |
2270 +=============+=============+==========+======================================+
2271 | arrayOf\    | arrayOf\    | No       | Array of named hashMaps              |
2272 | NamedHashMap| NamedHashMap|          |                                      |
2273 +-------------+-------------+----------+--------------------------------------+
2274 | hashMap     | hashMap     | No       | Array of name-value pairs            |
2275 +-------------+-------------+----------+--------------------------------------+
2276 | jsonObjects | arrayOf\    | No       | Array of JSON objects described by   |
2277 |             | JsonObject  |          | name, schema and other               |
2278 |             |             |          | meta-information                     |
2279 +-------------+-------------+----------+--------------------------------------+
2280 | otherFields\| string      | Yes      | Version of the otherFields block as  |
2281 | Version     |             |          | “#.#” where # is a digit; see section|
2282 |             |             |          | 1 for the correct digits to use.     |
2283 +-------------+-------------+----------+--------------------------------------+
2284
2285 ‘perf3gpp’ Domain Datatypes
2286 ++++++++++++++++++++++++++++
2287
2288 Datatype: measDataCollection
2289 *****************************
2290
2291 The measDataCollection datatype defines a 3GPP measurement collection
2292 structure aligned with the 3GPP PM format; it consists of the following
2293 fields:
2294
2295 +----------------+---------+----------+---------------------------------------+
2296 | Field          | Type    | Required?| Description                           |
2297 +================+=========+==========+=======================================+
2298 | format\        | string  | No       | 3GPP PM reporting file format version |
2299 | Version        |         |          | from pre-standard TS 28.550 v2.0.0    |
2300 +----------------+---------+----------+---------------------------------------+
2301 | granularity\   | string  | Yes      | Granularity period for the PM report  |
2302 | Period         |         |          | in seconds                            |
2303 +----------------+---------+----------+---------------------------------------+
2304 | measInfoList   | measInfo| Yes      | Array of measInfo measurements        |
2305 |                | [ ]     |          |                                       |
2306 +----------------+---------+----------+---------------------------------------+
2307 | measObjInst\   | string  | No       | Array of monitored object local       |
2308 | IdList         | [ ]     |          | distinguished name ids per 3GPP TS    |
2309 |                |         |          | 32.300                                |
2310 +----------------+---------+----------+---------------------------------------+
2311 | measured\      | string  | Yes      | Distinguished name per 3GPP TS 28.550 |
2312 | EntityDn       |         |          |                                       |
2313 +----------------+---------+----------+---------------------------------------+
2314 | measuredEntity\| string  | No       | Software version for the NF providing |
2315 | SoftwareVersion|         |          | the PM data as specified in 3GPP TS   |
2316 |                |         |          | 28.550                                |
2317 +----------------+---------+----------+---------------------------------------+
2318 | measuredEntity\| string  | No       | User Definable name for the measured  |
2319 | UserName       |         |          | object per 3GPP TS 28.550             |
2320 +----------------+---------+----------+---------------------------------------+
2321
2322 Datatype: measInfo
2323 ********************
2324
2325 The measInfo datatype provides measurement information; it consists of
2326 the following fields:
2327
2328 +-------+--------------------------+----------+-------------------------------+
2329 | Field | Type                     | Required?| Description                   |
2330 +=======+==========================+==========+===============================+
2331 | jobId | string                   | No       | Name of the measurement job   |
2332 +-------+--------------------------+----------+-------------------------------+
2333 | meas\ | oneOf [ measInfoIdInteger| No       | Measurement group Identifier  |
2334 | InfoId| , measInfoIdString ]     |          |                               |
2335 +-------+--------------------------+----------+-------------------------------+
2336 | meas\ | oneOf [ measTypesInteger | Yes      | Array of measurement          |
2337 | Types | , measTypesString ]      |          | identifiers associated with   |
2338 |       |                          |          | the measurement results       |
2339 |       |                          |          | expressed as integers for     |
2340 |       |                          |          | efficiency rather than strings|
2341 +-------+--------------------------+----------+-------------------------------+
2342 | meas\ | measValues [ ]           | Yes      | Array of measValues           |
2343 | Values|                          |          |                               |
2344 +-------+--------------------------+----------+-------------------------------+
2345
2346 Datatype: measInfoIdInteger
2347 ****************************
2348
2349 The measInfoIdInteger datatype provides an integer measurement group
2350 identifier; it consists of the following fields:
2351
2352 +---------------+---------+----------+--------------------------------------+
2353 | Field         | Type    | Required?| Description                          |
2354 +===============+=========+==========+======================================+
2355 | iMeasInfoId   | integer | Yes      | Integer measurement group Identifier |
2356 +---------------+---------+----------+--------------------------------------+
2357
2358 Datatype: measInfoIdString
2359 ***************************
2360
2361 The measInfoIdString datatype provides a string measurement group
2362 identifier; it consists of the following fields:
2363
2364 +---------------+-----------+----------+--------------------------------------+
2365 | Field         | Type      | Required?| Description                          |
2366 +===============+===========+==========+======================================+
2367 | sMeasInfoId   | integer   | Yes      | String measurement group Identifier  |
2368 +---------------+-----------+----------+--------------------------------------+
2369
2370 Datatype: measResultInteger
2371 ****************************
2372
2373 The measResultInteger datatype provides an integer 3GPP PM measurement
2374 result; it consists of the following fields:
2375
2376 +----------+-----------+-------------+------------------------------------+
2377 | Field    | Type      | Required?   | Description                        |
2378 +==========+===========+=============+====================================+
2379 | p        | integer   | Yes         | Integer reference to the counter   |
2380 +----------+-----------+-------------+------------------------------------+
2381 | iValue   | integer   | Yes         | Integer counter value              |
2382 +----------+-----------+-------------+------------------------------------+
2383
2384 Datatype: measResultNull
2385 *************************
2386
2387 The measResultNull datatype provides a null 3GPP PM measurement result;
2388 it consists of the following fields:
2389
2390 +----------+-----------+-------------+------------------------------------+
2391 | Field    | Type      | Required?   | Description                        |
2392 +==========+===========+=============+====================================+
2393 | p        | integer   | Yes         | Integer reference to the counter   |
2394 +----------+-----------+-------------+------------------------------------+
2395 | isNull   | string    | Yes         | Enumeration: ‘true’ or ‘false’     |
2396 +----------+-----------+-------------+------------------------------------+
2397
2398 Datatype: measResultNumber
2399 ***************************
2400
2401 The measResultNumber datatype provides a number 3GPP PM measurement
2402 result; it consists of the following fields:
2403
2404 +----------+-----------+-------------+------------------------------------+
2405 | Field    | Type      | Required?   | Description                        |
2406 +==========+===========+=============+====================================+
2407 | p        | integer   | Yes         | Integer reference to the counter   |
2408 +----------+-----------+-------------+------------------------------------+
2409 | rValue   | number    | Yes         | Number counter value               |
2410 +----------+-----------+-------------+------------------------------------+
2411
2412 Datatype: measResultString
2413 ***************************
2414
2415 The measResultString datatype provides a string 3GPP PM measurement
2416 result; it consists of the following fields:
2417
2418 +----------+-----------+-------------+------------------------------------+
2419 | Field    | Type      | Required?   | Description                        |
2420 +==========+===========+=============+====================================+
2421 | p        | integer   | Yes         | Integer reference to the counter   |
2422 +----------+-----------+-------------+------------------------------------+
2423 | sValue   | string    | Yes         | String counter value               |
2424 +----------+-----------+-------------+------------------------------------+
2425
2426 Datatype: measTypesInteger
2427 ***************************
2428
2429 The measTypesInteger datatype provides an array of integer measurement
2430 identifiers associated with the measurement results; it consists of the
2431 following fields:
2432
2433 +----------+--------+----------+----------------------------------------------+
2434 | Field    | Type   | Required?| Description                                  |
2435 +==========+========+==========+==============================================+
2436 | iMeas\   | integer| Yes      | Array of integer measurement identifiers     |
2437 | TypesList| [ ]    |          | associated with the measurement results      |
2438 +----------+--------+----------+----------------------------------------------+
2439
2440 Datatype: measTypesString
2441 **************************
2442
2443 The measTypesString datatype provides an array of string measurement
2444 identifiers associated with the measurement results; it consists of the
2445 following fields:
2446
2447 +----------+-------+----------+-----------------------------------------------+
2448 | Field    | Type  | Required?| Description                                   |
2449 +==========+=======+==========+===============================================+
2450 | sMeas\   | string| Yes      | Array of string measurement identifiers       |
2451 | TypesList| [ ]   |          | associated with the measurement results       |
2452 +----------+-------+----------+-----------------------------------------------+
2453
2454 Datatype: measValues
2455 *********************
2456
2457 The measValues datatype provides 3GPP measurement values; it consists of
2458 the following fields:
2459
2460 +---------+----------------------------------+----------+---------------------+
2461 | Field   | Type                             | Required?| Description         |
2462 +=========+==================================+==========+=====================+
2463 | measObj\| hashMap                          | No       | Additional key-value|
2464 | AddlFlds|                                  |          | pairs if needed     |
2465 +---------+----------------------------------+----------+---------------------+
2466 | measObj\|measDataCollection                | Yes      | Monitored object    |
2467 | InstId  |                                  |          | local distinguished |
2468 |         |                                  |          | name per 3GPP TS    |
2469 |         |                                  |          | 32.300 and 3GPP TS  |
2470 |         |                                  |          | 32.432              |
2471 +---------+----------------------------------+----------+---------------------+
2472 | meas\   | Array of items where each item is| Yes      | Array of results    |
2473 | Results | oneOf [ measResultInteger,       |          |                     |
2474 |         | measResultNull, measResultNumber,|          |                     |
2475 |         | measResultString ]               |          |                     |
2476 +---------+----------------------------------+----------+---------------------+
2477 | suspect\| string                           | No       | Enumeration: ‘true’,|
2478 | Flag    |                                  |          | ‘false’. Indicates  |
2479 |         |                                  |          | if the values are   |
2480 |         |                                  |          | suspect             |
2481 +---------+----------------------------------+----------+---------------------+
2482
2483 Datatype: perf3gppFields
2484 *************************
2485
2486 The perf3gppFields datatype defines fields for 3GPP PM format events,
2487 based on 3GPP TS 28.550, belonging to the 'perf3gpp' domain of the
2488 commonEventHeader domain enumeration; it consists of the following
2489 fields:
2490
2491 +--------------+-----------+----------+---------------------------------------+
2492 | Field        | Type      | Required?| Description                           |
2493 +==============+===========+==========+=======================================+
2494 | eventAddl\   | hashMap   | No       | Additional key-value pairs if needed  |
2495 | Fields       |           |          |                                       |
2496 +--------------+-----------+----------+---------------------------------------+
2497 | measData\    | measData  | Yes      | 3GPP measurement collection structure |
2498 | Collection   | Collection|          |                                       |
2499 +--------------+-----------+----------+---------------------------------------+
2500 | perf3gpp\    | string    | Yes      | Version of the perf3gpp event         |
2501 | FieldsVersion|           |          |                                       |
2502 +--------------+-----------+----------+---------------------------------------+
2503
2504 ‘pnfRegistration’ Domain Datatypes
2505 ++++++++++++++++++++++++++++++++++++
2506
2507 Datatype: pnfRegistrationFields
2508 ********************************
2509
2510 The pnfRegistrationFields datatype defines fields for events belonging
2511 to the 'pnfRegistration' domain of the commonEventHeader domain
2512 enumeration; it consists of the following fields:
2513
2514 +-----------------+--------+----------+---------------------------------------+
2515 | Field           | Type   | Required?| Description                           |
2516 +=================+========+==========+=======================================+
2517 | additional\     | hashMap| No       | Additional pnfRegistration fields if  |
2518 | Fields          |        |          | needed                                |
2519 +-----------------+--------+----------+---------------------------------------+
2520 | last\           | string | No       | TS 32.692 dateOfLastService = date of |
2521 | ServiceDate     |        |          | last service; e.g. 15022017           |
2522 +-----------------+--------+----------+---------------------------------------+
2523 | macAddress      | string | No       | MAC address of OAM interface of the   |
2524 |                 |        |          | unit                                  |
2525 +-----------------+--------+----------+---------------------------------------+
2526 | manufacture\    | string | No       | TS 32.692 dateOfManufacture =         |
2527 | Date            |        |          | manufacture date of the unit; 24032016|
2528 +-----------------+--------+----------+---------------------------------------+
2529 | modelNumber     | string | No       | TS 32.692 versionNumber = version of  |
2530 |                 |        |          | the unit from vendor; e.g. AJ02. Maps |
2531 |                 |        |          | to AAI equip-model                    |
2532 +-----------------+--------+----------+---------------------------------------+
2533 | oamV4\          | string | No       | IPv4 m-plane IP address to be used by |
2534 | IpAddress       |        |          | the manager to contact the PNF        |
2535 +-----------------+--------+----------+---------------------------------------+
2536 | oamV6\          | string | No       | IPv6 m-plane IP address to be used by |
2537 | IpAddress       |        |          | the manager to contact the PNF        |
2538 +-----------------+--------+----------+---------------------------------------+
2539 | pnfRegistration\| string | Yes      | Version of the pnfRegistrationFields  |
2540 | FieldsVersion   |        |          | block as “#.#” where # is a digit; see|
2541 |                 |        |          | section 1 for the correct digits to   |
2542 |                 |        |          | use.                                  |
2543 +-----------------+--------+----------+---------------------------------------+
2544 | serialNumber    | string | No       | TS 32.692 serialNumber = serial number|
2545 |                 |        |          | of the unit; e.g. 6061ZW3             |
2546 +-----------------+--------+----------+---------------------------------------+
2547 | software\       | string | No       | TS 32.692 swName = active SW running  |
2548 | Version         |        |          | on the unit; e.g. 5gDUv18.05.201      |
2549 +-----------------+--------+----------+---------------------------------------+
2550 | unitFamily      | string | No       | TS 32.692 vendorUnitFamilyType =      |
2551 |                 |        |          | general type of HW unit; e.g. BBU     |
2552 +-----------------+--------+----------+---------------------------------------+
2553 | unitType        | string | No       | TS 32.692 vendorUnitTypeNumber =      |
2554 |                 |        |          | vendor name for the unit; e.g.        |
2555 |                 |        |          | Airscale                              |
2556 +-----------------+--------+----------+---------------------------------------+
2557 | vendorName      | string | No       | TS 32.692 vendorName = name of        |
2558 |                 |        |          | manufacturer; e.g. Nokia. Maps to AAI |
2559 |                 |        |          | equip-vendor                          |
2560 +-----------------+--------+----------+---------------------------------------+
2561
2562 ‘State Change’ Domain Datatypes
2563 ++++++++++++++++++++++++++++++++
2564
2565 Datatype: stateChangeFields
2566 *****************************
2567
2568 The stateChangeFields datatype consists of the following fields:
2569
2570 +--------------+--------+----------+------------------------------------------+
2571 | Field        | Type   | Required?| Description                              |
2572 +==============+========+==========+==========================================+
2573 | additional\  | hashMap| No       | Additional stateChange fields if needed  |
2574 | Fields       |        |          |                                          |
2575 +--------------+--------+----------+------------------------------------------+
2576 | newState     | string | Yes      | New state of the entity: ‘inService’,    |
2577 |              |        |          | ‘maintenance’, ‘outOfService’            |
2578 +--------------+--------+----------+------------------------------------------+
2579 | oldState     | string | Yes      | Previous state of the entity: ‘inService’|
2580 |              |        |          | , ‘maintenance’, ‘outOfService’          |
2581 +--------------+--------+----------+------------------------------------------+
2582 | stateChange\ | string | Yes      | Version of the stateChangeFields block as|
2583 | FieldsVersion|        |          | “#.#” where # is a digit; see section 1  |
2584 |              |        |          | for the correct digits to use.           |
2585 +--------------+--------+----------+------------------------------------------+
2586 | state\       | string | Yes      | Card or port name of the entity that     |
2587 | Interface    |        |          | changed state                            |
2588 +--------------+--------+----------+------------------------------------------+
2589
2590 ‘Syslog’ Domain Datatypes
2591 ++++++++++++++++++++++++++
2592
2593 Datatype: syslogFields
2594 ***********************
2595
2596 The syslogFields datatype consists of the following fields:
2597
2598 +------------+--------+----------+--------------------------------------------+
2599 | Field      | Type   | Required?| Description                                |
2600 +============+========+==========+============================================+
2601 | additional\| hashMap| No       | Additional syslog fields if needed Ex:     |
2602 | Fields     |        |          | {“name1”: ”value1”, “name2: “value2” … }   |
2603 +------------+--------+----------+--------------------------------------------+
2604 | event\     | string | No       | Hostname of the device                     |
2605 | SourceHost |        |          |                                            |
2606 +------------+--------+----------+--------------------------------------------+
2607 | event\     | string | Yes      | Examples: ‘other’, ‘router’, ‘switch’,     |
2608 | SourceType |        |          | ‘host’, ‘card’, ‘port’, ‘slotThreshold’,   |
2609 |            |        |          | ‘portThreshold’, ‘virtualMachine’,         |
2610 |            |        |          | ‘virtualNetworkFunction’                   |
2611 +------------+--------+----------+--------------------------------------------+
2612 | syslog\    | integer| No       | Numeric code from 0 to 23 for facility:    |
2613 | Facility   |        |          |                                            |
2614 |            |        |          |                                            |
2615 |            |        |          | 0 kernel messages                          |
2616 |            |        |          |                                            |
2617 |            |        |          | 1 user-level messages                      |
2618 |            |        |          |                                            |
2619 |            |        |          | 2 mail system                              |
2620 |            |        |          |                                            |
2621 |            |        |          | 3 system daemons                           |
2622 |            |        |          |                                            |
2623 |            |        |          | 4 security/authorization messages          |
2624 |            |        |          |                                            |
2625 |            |        |          | 5 messages generated internally by syslogd |
2626 |            |        |          |                                            |
2627 |            |        |          | 6 line printer subsystem                   |
2628 |            |        |          |                                            |
2629 |            |        |          | 7 network news subsystem                   |
2630 |            |        |          |                                            |
2631 |            |        |          | 8 UUCP subsystem                           |
2632 |            |        |          |                                            |
2633 |            |        |          | 9 clock daemon                             |
2634 |            |        |          |                                            |
2635 |            |        |          | 10 security/authorization messages         |
2636 |            |        |          |                                            |
2637 |            |        |          | 11 FTP daemon                              |
2638 |            |        |          |                                            |
2639 |            |        |          | 12 NTP subsystem                           |
2640 |            |        |          |                                            |
2641 |            |        |          | 13 log audit                               |
2642 |            |        |          |                                            |
2643 |            |        |          | 14 log alert                               |
2644 |            |        |          |                                            |
2645 |            |        |          | 15 clock daemon (note 2)                   |
2646 |            |        |          |                                            |
2647 |            |        |          | 16 local use 0 (local0)                    |
2648 |            |        |          |                                            |
2649 |            |        |          | 17 local use 1 (local1)                    |
2650 |            |        |          |                                            |
2651 |            |        |          | 18 local use 2 (local2)                    |
2652 |            |        |          |                                            |
2653 |            |        |          | 19 local use 3 (local3)                    |
2654 |            |        |          |                                            |
2655 |            |        |          | 20 local use 4 (local4)                    |
2656 |            |        |          |                                            |
2657 |            |        |          | 21 local use 5 (local5)                    |
2658 |            |        |          |                                            |
2659 |            |        |          | 22 local use 6 (local6)                    |
2660 |            |        |          |                                            |
2661 |            |        |          | 23 local use 7 (local7 )                   |
2662 +------------+--------+----------+--------------------------------------------+
2663 | syslog\    | string | Yes      | Version of the syslogFields block as “#.#” |
2664 | Fields\    |        |          | where # is a digit; see section 1 for the  |
2665 | Version    |        |          | correct digits to use.                     |
2666 +------------+--------+----------+--------------------------------------------+
2667 | syslogMsg  | string | Yes      | Syslog message                             |
2668 +------------+--------+----------+--------------------------------------------+
2669 | syslog\    | string | No       | Hostname parsed from non-VES syslog message|
2670 | MsgHost    |        |          |                                            |
2671 +------------+--------+----------+--------------------------------------------+
2672 | syslogPri  | integer| No       | 0-192                                      |
2673 |            |        |          |                                            |
2674 |            |        |          | Combined Severity and Facility(see rfc5424)|
2675 +------------+--------+----------+--------------------------------------------+
2676 | syslogProc | string | No       | Identifies the application that originated |
2677 |            |        |          | the message                                |
2678 +------------+--------+----------+--------------------------------------------+
2679 | syslog\    | number | No       | The process number assigned by the OS when |
2680 | ProcId     |        |          | the application was started                |
2681 +------------+--------+----------+--------------------------------------------+
2682 | syslog\    | string | No       | A <space> separated list of key=”value”    |
2683 | SData      |        |          | pairs following the rfc5424 standard for   |
2684 |            |        |          | SD-ELEMENT.                                |
2685 |            |        |          |                                            |
2686 |            |        |          | ***Deprecated ***                          |
2687 |            |        |          |                                            |
2688 |            |        |          | The entire rfc5424 syslogSData object,     |
2689 |            |        |          | including square brackets [ ], SD-ID and   |
2690 |            |        |          | list of SD-PARAMs                          |
2691 +------------+--------+----------+--------------------------------------------+
2692 | syslogSdId | string | No       | 0-32 char in format name@number,           |
2693 |            |        |          |                                            |
2694 |            |        |          | i.e., ourSDID@32473                        |
2695 +------------+--------+----------+--------------------------------------------+
2696 | syslogSev  | string | No       | Level-of-severity text enumeration defined |
2697 |            |        |          | below:                                     |
2698 |            |        |          |                                            |
2699 |            |        |          | *Text* *Sev* *Description*                 |
2700 |            |        |          |                                            |
2701 |            |        |          | Emergency 0 system is unusable             |
2702 |            |        |          |                                            |
2703 |            |        |          | Alert 1 action must be taken immediately   |
2704 |            |        |          |                                            |
2705 |            |        |          | Critical 2 critical conditions             |
2706 |            |        |          |                                            |
2707 |            |        |          | Error 3 error conditions                   |
2708 |            |        |          |                                            |
2709 |            |        |          | Warning 4 warning conditions               |
2710 |            |        |          |                                            |
2711 |            |        |          | Notice 5 normal but significant condition  |
2712 |            |        |          |                                            |
2713 |            |        |          | Info 6 Informational messages              |
2714 |            |        |          |                                            |
2715 |            |        |          | Debug 7 debug-level messages               |
2716 +------------+--------+----------+--------------------------------------------+
2717 | syslogTag  | string | Yes      | Also known as MsgId. Brief non-spaced text |
2718 |            |        |          | indicating the type of message such as     |
2719 |            |        |          | ‘TCPOUT’ or ‘BGP\_STATUS\_CHANGE’;         |
2720 |            |        |          | ‘NILVALUE’ should be used when no other    |
2721 |            |        |          | value can be provided                      |
2722 +------------+--------+----------+--------------------------------------------+
2723 | syslogTs   | string | No       | Timestamp parsed from non-VES syslog       |
2724 |            |        |          | message                                    |
2725 +------------+--------+----------+--------------------------------------------+
2726 | syslogVer  | number | No       | IANA assigned version of the syslog        |
2727 |            |        |          | protocol specification:                    |
2728 |            |        |          |                                            |
2729 |            |        |          | 0: VES                                     |
2730 |            |        |          |                                            |
2731 |            |        |          | 1: IANA RFC5424                            |
2732 +------------+--------+----------+--------------------------------------------+
2733
2734 Examples of syslogSData :
2735
2736 Preferred
2737
2738     ts=”1985-04-12T23:20:50.52Z” tag=”BGP\_NEIGHBOR\_DOWN” msg=”The BGP
2739     session to neighbor 10.10.10.10 is down”
2740
2741 Deprecated
2742
2743     [attinc@1234 ts=”1985-04-12T23:20:50.52Z” tag=”BGP\_NEIGHBOR\_DOWN”
2744     msg=”The BGP session to neighbor 10.10.10.10 is down”]
2745
2746 Syslog references:
2747
2748 https://tools.ietf.org/html/rfc5424#section-6
2749
2750     https://www.iana.org/assignments/syslog-parameters/syslog-parameters.xhtml
2751
2752 ‘Threshold Crossing Alert’ Domain Datatypes
2753 ++++++++++++++++++++++++++++++++++++++++++++
2754
2755 Datatype: counter
2756 ******************
2757
2758 The counter datatype consists of the following fields:
2759
2760 +------------+--------+----------+--------------------------------------------+
2761 | Field      | Type   | Required?| Description                                |
2762 +============+========+==========+============================================+
2763 | criticality| string | Yes      | Enumeration: ‘CRIT’, ‘MAJ’                 |
2764 +------------+--------+----------+--------------------------------------------+
2765 | hashMap    | hashMap| Yes      | Key is the name of the counter and value is|
2766 |            |        |          | the current value of the counter           |
2767 +------------+--------+----------+--------------------------------------------+
2768 | threshhold\| string | Yes      | Last threshold that was crossed            |
2769 | Crossed    |        |          |                                            |
2770 +------------+--------+----------+--------------------------------------------+
2771
2772 Datatype: thresholdCrossingAlertFields
2773 ****************************************
2774
2775 The thresholdCrossingAlertFields datatype consists of the following
2776 fields:
2777
2778 +------------+------------+----------+----------------------------------------+
2779 | Field      | Type       | Required?| Description                            |
2780 +============+============+==========+========================================+
2781 | additional\| hashMap    | No       | Additional threshold crossing alert    |
2782 | Fields     |            |          | fields if needed                       |
2783 +------------+------------+----------+----------------------------------------+
2784 | additional\| counter [ ]| Yes      | Array of performance counters          |
2785 | Parameters |            |          |                                        |
2786 +------------+------------+----------+----------------------------------------+
2787 | alert\     | string     | Yes      | Enumeration: ‘SET’, ‘CONT’, ‘CLEAR’    |
2788 | Action     |            |          |                                        |
2789 +------------+------------+----------+----------------------------------------+
2790 | alert\     | string     | Yes      | Unique short alert description (e.g.,  |
2791 | Description|            |          | NE-CPUMEM)                             |
2792 +------------+------------+----------+----------------------------------------+
2793 | alertType  | string     | Yes      | Enumeration: ‘CARD-ANOMALY’,           |
2794 |            |            |          | ‘INTERFACE-ANOMALY’, ELEMENT-ANOMALY’, |
2795 |            |            |          | ‘SERVICE-ANOMALY’                      |
2796 +------------+------------+----------+----------------------------------------+
2797 | alertValue | string     | No       | Calculated API value (if applicable)   |
2798 +------------+------------+----------+----------------------------------------+
2799 | associated\| string [ ] | No       | List of eventIds associated with the   |
2800 | AlertIdList|            |          | event being reported                   |
2801 +------------+------------+----------+----------------------------------------+
2802 | collection\| string     | Yes      | Time when the performance collector    |
2803 | Timestamp  |            |          | picked up the data; with RFC 2822      |
2804 |            |            |          | compliant format: ‘Sat, 13 Mar 2010    |
2805 |            |            |          | 11:29:05 -0800’                        |
2806 +------------+------------+----------+----------------------------------------+
2807 | data\      | string     | No       | Specific performance collector instance|
2808 | Collector  |            |          | used                                   |
2809 +------------+------------+----------+----------------------------------------+
2810 | elementType| string     | No       | Type of network element (internal AT&T |
2811 |            |            |          | field)                                 |
2812 +------------+------------+----------+----------------------------------------+
2813 | event\     | string     | Yes      | Event severity or priority enumeration:|
2814 | Severity   |            |          | ‘CRITICAL’, ‘MAJOR’, ‘MINOR’, ‘WARNING’|
2815 |            |            |          | , ‘NORMAL’                             |
2816 +------------+------------+----------+----------------------------------------+
2817 | eventStart\| string     | Yes      | Time closest to when the measurement   |
2818 | Timestamp  |            |          | was made; with RFC 2822 compliant      |
2819 |            |            |          | format: ‘Sat, 13 Mar 2010 11:29:05     |
2820 |            |            |          | -0800’                                 |
2821 +------------+------------+----------+----------------------------------------+
2822 | interface\ | string     | No       | Physical or logical port or card (if   |
2823 | Name       |            |          | applicable)                            |
2824 +------------+------------+----------+----------------------------------------+
2825 | network\   | string     | No       | Network name (internal AT&T field)     |
2826 | Service    |            |          |                                        |
2827 +------------+------------+----------+----------------------------------------+
2828 | possible\  | string     | No       | Reserved for future use                |
2829 | RootCause  |            |          |                                        |
2830 +------------+------------+----------+----------------------------------------+
2831 | threshold\ | string     | Yes      | Version of the                         |
2832 | Crossing   |            |          | thresholdCrossingAlertFields block as  |
2833 | Fields\    |            |          | “#.#” where # is a digit; see section 1|
2834 | Version    |            |          | for the correct digits to use.         |
2835 +------------+------------+----------+----------------------------------------+
2836
2837 Technology Specific Datatypes
2838 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2839
2840 Mobile Flow’ Domain Datatypes
2841 ++++++++++++++++++++++++++++++
2842
2843 Datatype: gtpPerFlowMetrics
2844 ****************************
2845
2846 The gtpPerFlowMetrics datatype consists of the following fields:
2847
2848 +---------------+--------+----------+-----------------------------------------+
2849 | Field         | Type   | Required?| Description                             |
2850 +===============+========+==========+=========================================+
2851 | avgBit\       | number | Yes      | Average bit error rate                  |
2852 | ErrorRate     |        |          |                                         |
2853 +---------------+--------+----------+-----------------------------------------+
2854 | avgPacket\    | number | Yes      | Average packet delay variation or jitter|
2855 | Delay\        |        |          | in milliseconds for received packets:   |
2856 | Variation     |        |          | Average difference between the packet   |
2857 |               |        |          | timestamp and time received for all     |
2858 |               |        |          | pairs of consecutive packets            |
2859 +---------------+--------+----------+-----------------------------------------+
2860 | avgPacket\    | number | Yes      | Average delivery latency                |
2861 | Latency       |        |          |                                         |
2862 +---------------+--------+----------+-----------------------------------------+
2863 | avgReceive\   | number | Yes      | Average receive throughput              |
2864 | Throughput    |        |          |                                         |
2865 +---------------+--------+----------+-----------------------------------------+
2866 | avgTransmit\  | number | Yes      | Average transmit throughput             |
2867 | Throughput    |        |          |                                         |
2868 +---------------+--------+----------+-----------------------------------------+
2869 | dur\          | number | No       | Duration of failed state in milliseconds|
2870 | Connection\   |        |          | , computed as the cumulative time       |
2871 | FailedStatus  |        |          | between a failed echo request and the   |
2872 |               |        |          | next following successful error request,|
2873 |               |        |          | over this reporting interval            |
2874 +---------------+--------+----------+-----------------------------------------+
2875 | durTunnel\    | number | No       | Duration of errored state, computed as  |
2876 | FailedStatus  |        |          | the cumulative time between a tunnel    |
2877 |               |        |          | error indicator and the next following  |
2878 |               |        |          | non-errored indicator, over this        |
2879 |               |        |          | reporting interval                      |
2880 +---------------+--------+----------+-----------------------------------------+
2881 | flow\         | string | No       | Endpoint activating the flow            |
2882 | ActivatedBy   |        |          |                                         |
2883 +---------------+--------+----------+-----------------------------------------+
2884 | flow\         | number | Yes      | Time the connection is activated in the |
2885 | Activation\   |        |          | flow (connection) being reported on, or |
2886 | Epoch         |        |          | transmission time of the first packet if|
2887 |               |        |          | activation time is not available        |
2888 +---------------+--------+----------+-----------------------------------------+
2889 | flow\         | number | Yes      | Integer microseconds for the start of   |
2890 | Activation\   |        |          | the flow connection                     |
2891 | Microsec      |        |          |                                         |
2892 +---------------+--------+----------+-----------------------------------------+
2893 | flow\         | string | No       | Time the connection is activated in the |
2894 | Activation\   |        |          | flow being reported on, or transmission |
2895 | Time          |        |          | time of the first packet if activation  |
2896 |               |        |          | time is not available; with RFC 2822    |
2897 |               |        |          | compliant format: ‘Sat, 13 Mar 2010     |
2898 |               |        |          | 11:29:05 -0800’                         |
2899 +---------------+--------+----------+-----------------------------------------+
2900 | flow\         | string | No       | Endpoint deactivating the flow          |
2901 | Deactivated\  |        |          |                                         |
2902 | By            |        |          |                                         |
2903 +---------------+--------+----------+-----------------------------------------+
2904 | flow\         | number | Yes      | Time for the start of the flow          |
2905 | Deactivation\ |        |          | connection, in integer UTC epoch time   |
2906 | Epoch         |        |          | aka UNIX time                           |
2907 +---------------+--------+----------+-----------------------------------------+
2908 | flow\         | number | Yes      | Integer microseconds for the start of   |
2909 | Deactivation\ |        |          | the flow connection                     |
2910 | Microsec      |        |          |                                         |
2911 +---------------+--------+----------+-----------------------------------------+
2912 | flow\         | string | Yes      | Transmission time of the first packet in|
2913 | Deactivation\ |        |          | the flow connection being reported on;  |
2914 | Time          |        |          | with RFC 2822 compliant format: ‘Sat, 13|
2915 |               |        |          | Mar 2010 11:29:05 -0800’                |
2916 +---------------+--------+----------+-----------------------------------------+
2917 | flowStatus    | string | Yes      | Connection status at reporting time as a|
2918 |               |        |          | working / inactive / failed indicator   |
2919 |               |        |          | value                                   |
2920 +---------------+--------+----------+-----------------------------------------+
2921 | gtp\          | string | No       | Current connection state at reporting   |
2922 | Connection\   |        |          | time                                    |
2923 | Status        |        |          |                                         |
2924 +---------------+--------+----------+-----------------------------------------+
2925 | gtpTunnel\    | string | No       | Current tunnel state at reporting time  |
2926 | Status        |        |          |                                         |
2927 +---------------+--------+----------+-----------------------------------------+
2928 | ipTos\        | hashMap| No       | Array of key: value pairs where the keys|
2929 | CountList     |        |          | are drawn from the IP Type-of-Service   |
2930 |               |        |          | identifiers which range from '0' to     |
2931 |               |        |          | '255', and the values are the count of  |
2932 |               |        |          | packets that had those ToS identifiers  |
2933 |               |        |          | in the flow                             |
2934 +---------------+--------+----------+-----------------------------------------+
2935 | ipTosList     | string | No       | Array of unique IP Type-of-Service      |
2936 |               |        |          | values observed in the flow where values|
2937 |               |        |          | range from '0' to '255'                 |
2938 +---------------+--------+----------+-----------------------------------------+
2939 | large\        | number | No       | large packet round trip time            |
2940 | PacketRtt     |        |          |                                         |
2941 +---------------+--------+----------+-----------------------------------------+
2942 | largePacket\  | number | No       | large packet threshold being applied    |
2943 | Threshold     |        |          |                                         |
2944 +---------------+--------+----------+-----------------------------------------+
2945 | maxPacket\    | number | Yes      | Maximum packet delay variation or jitter|
2946 | Delay\        |        |          | in milliseconds for received packets:   |
2947 | Variation     |        |          | Maximum of the difference between the   |
2948 |               |        |          | packet timestamp and time received for  |
2949 |               |        |          | all pairs of consecutive packets        |
2950 +---------------+--------+----------+-----------------------------------------+
2951 | maxReceive\   | number | No       | maximum receive bit rate"               |
2952 | BitRate       |        |          |                                         |
2953 +---------------+--------+----------+-----------------------------------------+
2954 | maxTransmit\  | number | No       | maximum transmit bit rate               |
2955 | BitRate       |        |          |                                         |
2956 +---------------+--------+----------+-----------------------------------------+
2957 | mobileQci\    | hashMap| No       | array of key: value pairs where the keys|
2958 | CosCountList  |        |          | are drawn from LTE QCI or UMTS class of |
2959 |               |        |          | service strings, and the values are the |
2960 |               |        |          | count of packets that had those strings |
2961 |               |        |          | in the flow                             |
2962 +---------------+--------+----------+-----------------------------------------+
2963 | mobileQci\    | string | No       | Array of unique LTE QCI or UMTS         |
2964 | CosList       |        |          | class-of-service values observed in the |
2965 |               |        |          | flow                                    |
2966 +---------------+--------+----------+-----------------------------------------+
2967 | num\          | number | Yes      | Number of failed activation requests, as|
2968 | Activation\   |        |          | observed by the reporting node          |
2969 | Failures      |        |          |                                         |
2970 +---------------+--------+----------+-----------------------------------------+
2971 | numBit\       | number | Yes      | number of errored bits                  |
2972 | Errors        |        |          |                                         |
2973 +---------------+--------+----------+-----------------------------------------+
2974 | numBytes\     | number | Yes      | number of bytes received, including     |
2975 | Received      |        |          | retransmissions                         |
2976 +---------------+--------+----------+-----------------------------------------+
2977 | numBytes\     | number | Yes      | number of bytes transmitted, including  |
2978 | Transmitted   |        |          | retransmissions                         |
2979 +---------------+--------+----------+-----------------------------------------+
2980 | numDropped\   | number | Yes      | number of received packets dropped due  |
2981 | Packets       |        |          | to errors per virtual interface         |
2982 +---------------+--------+----------+-----------------------------------------+
2983 | numGtp\       | number | No       | Number of Echo request path failures    |
2984 | EchoFailures  |        |          | where failed paths are defined in 3GPP  |
2985 |               |        |          | TS 29.281 sec 7.2.1 and 3GPP TS 29.060  |
2986 |               |        |          | sec. 11.2                               |
2987 +---------------+--------+----------+-----------------------------------------+
2988 | numGtp\       | number | No       | Number of tunnel error indications where|
2989 | TunnelErrors  |        |          | errors are defined in 3GPP TS 29.281 sec|
2990 |               |        |          | 7.3.1 and 3GPP TS 29.060 sec. 11.1      |
2991 +---------------+--------+----------+-----------------------------------------+
2992 | numHttp\      | number | No       | Http error count                        |
2993 | Errors        |        |          |                                         |
2994 +---------------+--------+----------+-----------------------------------------+
2995 | numL7Bytes\   | number | Yes      | number of tunneled layer 7 bytes        |
2996 | Received      |        |          | received, including retransmissions     |
2997 +---------------+--------+----------+-----------------------------------------+
2998 | numL7Bytes\   | number | Yes      | number of tunneled layer 7 bytes        |
2999 | Transmitted   |        |          | transmitted, excluding retransmissions  |
3000 +---------------+--------+----------+-----------------------------------------+
3001 | numLost\      | number | Yes      | number of lost packets                  |
3002 | Packets       |        |          |                                         |
3003 +---------------+--------+----------+-----------------------------------------+
3004 | numOutOf\     | number | Yes      | number of out-of-order packets          |
3005 | OrderPackets  |        |          |                                         |
3006 +---------------+--------+----------+-----------------------------------------+
3007 | numPacket\    | number | Yes      | number of errored packets               |
3008 | Errors        |        |          |                                         |
3009 +---------------+--------+----------+-----------------------------------------+
3010 | numPackets\   | number | Yes      | number of packets received, excluding   |
3011 | ReceivedExcl\ |        |          | retransmission                          |
3012 | Retrans       |        |          |                                         |
3013 +---------------+--------+----------+-----------------------------------------+
3014 | numPackets\   | number | Yes      | number of packets received, including   |
3015 | ReceivedIncl\ |        |          | retransmission                          |
3016 | Retrans       |        |          |                                         |
3017 +---------------+--------+----------+-----------------------------------------+
3018 | numPackets\   | number | Yes      | number of packets transmitted, including|
3019 | Transmitted\  |        |          | retransmissions                         |
3020 | InclRetrans   |        |          |                                         |
3021 +---------------+--------+----------+-----------------------------------------+
3022 | numRetries    | number | Yes      | number of packet retrie                 |
3023 +---------------+--------+----------+-----------------------------------------+
3024 | numTimeouts   | number | Yes      | number of packet timeouts               |
3025 +---------------+--------+----------+-----------------------------------------+
3026 | numTunneled\  | number | Yes      | number of tunneled layer 7 bytes        |
3027 | L7Bytes\      |        |          | received, excluding retransmissions     |
3028 | Received      |        |          |                                         |
3029 +---------------+--------+----------+-----------------------------------------+
3030 | roundTrip\    | number | Yes      | Round Trip time                         |
3031 | Time          |        |          |                                         |
3032 +---------------+--------+----------+-----------------------------------------+
3033 | tcpFlag\      | hashMap| No       | Array of key: value pairs where the keys|
3034 | CountList     |        |          | are drawn from TCP Flags and the values |
3035 |               |        |          | are the count of packets that had that  |
3036 |               |        |          | TCP Flag in the flow                    |
3037 +---------------+--------+----------+-----------------------------------------+
3038 | tcpFlag\      | string | No       | Array of unique TCP Flags observed in   |
3039 | List          |        |          | the flow                                |
3040 +---------------+--------+----------+-----------------------------------------+
3041 | timeTo\       | number | Yes      | Time in milliseconds between the        |
3042 | FirstByte     |        |          | connection activation and first byte    |
3043 |               |        |          | received                                |
3044 +---------------+--------+----------+-----------------------------------------+
3045
3046 Datatype: mobileFlowFields
3047 ***************************
3048
3049 The mobileFlowFields datatype consists of the following fields:
3050
3051 +-------------+------------+----------+---------------------------------------+
3052 | Field       | Type       | Required?| Description                           |
3053 +=============+============+==========+=======================================+
3054 | additional\ | hashMap    | No       | Additional mobileFlow fields if needed|
3055 | Fields      |            |          |                                       |
3056 +-------------+------------+----------+---------------------------------------+
3057 | application\| string     | No       | Application type inferred             |
3058 | Type        |            |          |                                       |
3059 +-------------+------------+----------+---------------------------------------+
3060 | appProtocol\| string     | No       | Application protocol                  |
3061 | Type        |            |          |                                       |
3062 +-------------+------------+----------+---------------------------------------+
3063 | appProtocol\| string     | No       | Application version                   |
3064 | Version     |            |          |                                       |
3065 +-------------+------------+----------+---------------------------------------+
3066 | cid         | string     | No       | Cell Id                               |
3067 +-------------+------------+----------+---------------------------------------+
3068 | connection\ | string     | No       | Abbreviation referencing a 3GPP       |
3069 | Type        |            |          | reference point e.g., S1-U, S11, etc  |
3070 +-------------+------------+----------+---------------------------------------+
3071 | ecgi        | string     | No       | Evolved Cell Global Id                |
3072 +-------------+------------+----------+---------------------------------------+
3073 | flow\       | string     | Yes      | Flow direction, indicating if the     |
3074 | Direction   |            |          | reporting node is the source of the   |
3075 |             |            |          | flow or destination for the flow      |
3076 +-------------+------------+----------+---------------------------------------+
3077 | gtpPer\     | gtpPer     | Yes      | Mobility GTP Protocol per flow metrics|
3078 | FlowMetrics | FlowMetrics|          |                                       |
3079 +-------------+------------+----------+---------------------------------------+
3080 | gtpProtocol\| string     | No       | GTP protocol                          |
3081 | Type        |            |          |                                       |
3082 +-------------+------------+----------+---------------------------------------+
3083 | gtpVersion  | string     | No       | GTP protocol version                  |
3084 +-------------+------------+----------+---------------------------------------+
3085 | httpHeader  | string     | No       | HTTP request header, if the flow      |
3086 |             |            |          | connects to a node referenced by HTTP |
3087 +-------------+------------+----------+---------------------------------------+
3088 | imei        | string     | No       | IMEI for the subscriber UE used in    |
3089 |             |            |          | this flow, if the flow connects to a  |
3090 |             |            |          | mobile device                         |
3091 +-------------+------------+----------+---------------------------------------+
3092 | imsi        | string     | No       | IMSI for the subscriber UE used in    |
3093 |             |            |          | this flow, if the flow connects to a  |
3094 |             |            |          | mobile device                         |
3095 +-------------+------------+----------+---------------------------------------+
3096 | ipProtocol\ | string     | Yes      | IP protocol type e.g.,TCP, UDP, RTP...|
3097 | Type        |            |          |                                       |
3098 +-------------+------------+----------+---------------------------------------+
3099 | ipVersion   | string     | Yes      | IP protocol version e.g., IPv4, IPv6  |
3100 +-------------+------------+----------+---------------------------------------+
3101 | lac         | string     | No       | Location area code                    |
3102 +-------------+------------+----------+---------------------------------------+
3103 | mcc         | string     | No       | Mobile country code                   |
3104 +-------------+------------+----------+---------------------------------------+
3105 | mnc         | string     | No       | Mobile network code                   |
3106 +-------------+------------+----------+---------------------------------------+
3107 | mobileFlow\ | string     | Yes      | Version of the mobileFlowFields block |
3108 | Fields\     |            |          | as “#.#” where # is a digit; see      |
3109 | Version     |            |          | section 1 for the correct digits to   |
3110 |             |            |          | use.                                  |
3111 +-------------+------------+----------+---------------------------------------+
3112 | msisdn      | string     | No       | MSISDN for the subscriber UE used in  |
3113 |             |            |          | this flow, as an integer, if the flow |
3114 |             |            |          | connects to a mobile device           |
3115 +-------------+------------+----------+---------------------------------------+
3116 | other\      | string     | Yes      | IP address for the other endpoint, as |
3117 | EndpointIp\ |            |          | used for the flow being reported on   |
3118 | Address     |            |          |                                       |
3119 +-------------+------------+----------+---------------------------------------+
3120 | other\      | integer    | Yes      | IP Port for the reporting entity, as  |
3121 | Endpoint\   |            |          | used for the flow being reported on   |
3122 | Port        |            |          |                                       |
3123 +-------------+------------+----------+---------------------------------------+
3124 | other\      | string     | No       | Functional role of the other endpoint |
3125 | Functional\ |            |          | for the flow being reported on e.g.,  |
3126 | Role        |            |          | MME, S-GW, P-GW, PCRF...              |
3127 +-------------+------------+----------+---------------------------------------+
3128 | rac         | string     | No       | Routing area code                     |
3129 +-------------+------------+----------+---------------------------------------+
3130 | radioAccess\| string     | No       | Radio Access Technology e.g., 2G, 3G, |
3131 | Technology  |            |          | LTE                                   |
3132 +-------------+------------+----------+---------------------------------------+
3133 | reporting\  | string     | Yes      | IP address for the reporting entity,  |
3134 | EndpointIp\ |            |          | as used for the flow being reported on|
3135 | Addr        |            |          |                                       |
3136 +-------------+------------+----------+---------------------------------------+
3137 | reporting\  | integer    | Yes      | IP port for the reporting entity, as  |
3138 | EndpointPort|            |          | used for the flow being reported on   |
3139 +-------------+------------+----------+---------------------------------------+
3140 | sac         | string     | No       | Service area code                     |
3141 +-------------+------------+----------+---------------------------------------+
3142 | sampling\   | integer    | No       | Integer identifier for the sampling   |
3143 | Algorithm   |            |          | algorithm or rule being applied in    |
3144 |             |            |          | calculating the flow metrics if       |
3145 |             |            |          | metrics are calculated based on a     |
3146 |             |            |          | sample of packets, or 0 if no sampling|
3147 |             |            |          | is applied                            |
3148 +-------------+------------+----------+---------------------------------------+
3149 | tac         | string     | No       | Transport area code                   |
3150 +-------------+------------+----------+---------------------------------------+
3151 | tunnelId    | string     | No       | Tunnel identifier                     |
3152 +-------------+------------+----------+---------------------------------------+
3153 | vlanId      | string     | No       | VLAN identifier used by this flow     |
3154 +-------------+------------+----------+---------------------------------------+
3155
3156 ‘SipSignaling’ Domain Datatypes
3157 +++++++++++++++++++++++++++++++
3158
3159 Datatype: sipSignalingFields
3160 *****************************
3161
3162 The sipSignalingFields datatype communicates information about sip
3163 signaling messages, parameters and signaling state; it consists of the
3164 following fields:
3165
3166 +--------------+-----------+----------+---------------------------------------+
3167 | Field        | Type      | Required?| Description                           |
3168 +==============+===========+==========+=======================================+
3169 | additional\  | hashMap   | No       | Additional sipSignaling fields        |
3170 | Information  |           |          |                                       |
3171 +--------------+-----------+----------+---------------------------------------+
3172 | compressed\  | string    | No       | The full SIP request/response         |
3173 | Sip          |           |          | including headers and bodies          |
3174 +--------------+-----------+----------+---------------------------------------+
3175 | correlator   | string    | Yes      | Constant across all events on this    |
3176 |              |           |          | call                                  |
3177 +--------------+-----------+----------+---------------------------------------+
3178 | local\       | string    | Yes      | Ip address on xNF                     |
3179 | IpAddress    |           |          |                                       |
3180 +--------------+-----------+----------+---------------------------------------+
3181 | localPort    | string    | Yes      | Port on xNF                           |
3182 +--------------+-----------+----------+---------------------------------------+
3183 | remote\      | string    | Yes      | IP address of peer endpoint           |
3184 | IpAddress    |           |          |                                       |
3185 +--------------+-----------+----------+---------------------------------------+
3186 | remotePort   | string    | Yes      | Port of peer endpoint                 |
3187 +--------------+-----------+----------+---------------------------------------+
3188 | sipSignaling\| string    | Yes      | Version of the sipSignalingFields     |
3189 | FieldsVersion|           |          | block as “#.#” where # is a digit; see|
3190 |              |           |          | section 1 for the correct digits to   |
3191 |              |           |          | use.                                  |
3192 +--------------+-----------+----------+---------------------------------------+
3193 | summarySip   | string    | No       | The SIP Method or Response (‘INVITE’, |
3194 |              |           |          | ‘200 OK’, ‘BYE’, etc)                 |
3195 +--------------+-----------+----------+---------------------------------------+
3196 | vendorNf\    | vendorNf  | Yes      | Vendor, NF and nfModule names         |
3197 | NameFields   | NameFields|          |                                       |
3198 +--------------+-----------+----------+---------------------------------------+
3199
3200 ‘Voice Quality’ Domain Datatypes
3201 +++++++++++++++++++++++++++++++++
3202
3203 Datatype: endOfCallVqmSummaries
3204 *********************************
3205
3206 The endOfCallVqmSummaries datatype provides end of call voice quality
3207 metrics; it consists of the following fields:
3208
3209 +--------------+-------+----------+-------------------------------------------+
3210 | Field        | Type  | Required?| Description                               |
3211 +==============+=======+==========+===========================================+
3212 | adjacency\   | string| Yes      | Adjacency name                            |
3213 | Name         |       |          |                                           |
3214 +--------------+-------+----------+-------------------------------------------+
3215 | endpoint\    | number| No       | Endpoint average jitter                   |
3216 | AverageJitter|       |          |                                           |
3217 +--------------+-------+----------+-------------------------------------------+
3218 | endpoint\    | string| Yes      | Enumeration: ‘Caller’, ‘Callee’           |
3219 | Description  |       |          |                                           |
3220 +--------------+-------+----------+-------------------------------------------+
3221 | endpoint\    | number| No       | Endpoint maximum jitter                   |
3222 | MaxJitter    |       |          |                                           |
3223 +--------------+-------+----------+-------------------------------------------+
3224 | endpointRtp\ | number| No       | Endpoint RTP octets discarded             |
3225 | Octets\      |       |          |                                           |
3226 | Discarded    |       |          |                                           |
3227 +--------------+-------+----------+-------------------------------------------+
3228 | endpointRtp\ | number| No       | Endpoint RTP octets lost                  |
3229 | OctetsLost   |       |          |                                           |
3230 +--------------+-------+----------+-------------------------------------------+
3231 | endpointRtp\ | number| No       | Endpoint RTP octets received              |
3232 | Octets\      |       |          |                                           |
3233 | Received     |       |          |                                           |
3234 +--------------+-------+----------+-------------------------------------------+
3235 | endpointRtp\ | number| No       | Endpoint RTP octets sent                  |
3236 | OctetsSent   |       |          |                                           |
3237 +--------------+-------+----------+-------------------------------------------+
3238 | endpointRtp\ | number| No       | Endpoint RTP packets discarded            |
3239 | Packets\     |       |          |                                           |
3240 | Discarded    |       |          |                                           |
3241 +--------------+-------+----------+-------------------------------------------+
3242 | endpointRtp\ | number| No       | Endpoint RTP packets lost                 |
3243 | PacketsLost  |       |          |                                           |
3244 +--------------+-------+----------+-------------------------------------------+
3245 | endpointRtp\ | number| No       | Endpoint RTP packets received             |
3246 | Packets\     |       |          |                                           |
3247 | Received     |       |          |                                           |
3248 +--------------+-------+----------+-------------------------------------------+
3249 | endpointRtp\ | number| No       | Endpoint RTP packets sent                 |
3250 | PacketsSent  |       |          |                                           |
3251 +--------------+-------+----------+-------------------------------------------+
3252 | local\       | number| No       | Local average jitter                      |
3253 | Average\     |       |          |                                           |
3254 | Jitter       |       |          |                                           |
3255 +--------------+-------+----------+-------------------------------------------+
3256 | localAverage\| number| No       | Local average jitter buffer delay         |
3257 | JitterBuffer\|       |          |                                           |
3258 | Delay        |       |          |                                           |
3259 +--------------+-------+----------+-------------------------------------------+
3260 | localMax\    | number| No       | Local maximum jitter                      |
3261 | Jitter       |       |          |                                           |
3262 +--------------+-------+----------+-------------------------------------------+
3263 | localMax\    | number| No       | Local max jitter buffer delay             |
3264 | JitterBuffer\|       |          |                                           |
3265 | Delay        |       |          |                                           |
3266 +--------------+-------+----------+-------------------------------------------+
3267 | localRtp\    | number| No       | Local RTP octets discarded                |
3268 | Octets\      |       |          |                                           |
3269 | Discarded    |       |          |                                           |
3270 +--------------+-------+----------+-------------------------------------------+
3271 | localRtp\    | number| No       | Local RTP octets lost                     |
3272 | OctetsLost   |       |          |                                           |
3273 +--------------+-------+----------+-------------------------------------------+
3274 | localRtp\    | number| No       | Local RTP octets received                 |
3275 | Octets\      |       |          |                                           |
3276 | Received     |       |          |                                           |
3277 +--------------+-------+----------+-------------------------------------------+
3278 | localRtp\    | number| No       | Local RTP octets sent                     |
3279 | OctetsSent   |       |          |                                           |
3280 +--------------+-------+----------+-------------------------------------------+
3281 | localRtp\    | number| No       | Local RTP packets discarded               |
3282 | Packets\     |       |          |                                           |
3283 | Discarded    |       |          |                                           |
3284 +--------------+-------+----------+-------------------------------------------+
3285 | localRtp\    | number| No       | Local RTP packets lost                    |
3286 | PacketsLost  |       |          |                                           |
3287 +--------------+-------+----------+-------------------------------------------+
3288 | localRtp\    | number| No       | Local RTP packets received                |
3289 | Packets\     |       |          |                                           |
3290 | Received     |       |          |                                           |
3291 +--------------+-------+----------+-------------------------------------------+
3292 | localRtp\    | number| No       | Local RTP packets sent                    |
3293 | PacketsSent  |       |          |                                           |
3294 +--------------+-------+----------+-------------------------------------------+
3295 | mosCqe       | number| No       | Decimal range from 1 to 5(1 decimal place)|
3296 +--------------+-------+----------+-------------------------------------------+
3297 | oneWayDelay  | number| No       | one-way path delay in milliseconds        |
3298 +--------------+-------+----------+-------------------------------------------+
3299 | packet\      | number| No       | Calculated percentage packet loss based on|
3300 | LossPercent  |       |          | endpoint RTP packets lost (as reported in |
3301 |              |       |          | RTCP) and local RTP packets sent.         |
3302 |              |       |          | Direction is based on endpoint description|
3303 |              |       |          | (Caller, Callee). Decimal (2 decimal      |
3304 |              |       |          | places)                                   |
3305 +--------------+-------+----------+-------------------------------------------+
3306 | rFactor      | number| No       | rFactor from 0 to 100                     |
3307 +--------------+-------+----------+-------------------------------------------+
3308 | round\       | number| No       | Round trip delay in milliseconds          |
3309 | TripDelay    |       |          |                                           |
3310 +--------------+-------+----------+-------------------------------------------+
3311
3312 Datatype: voiceQualityFields
3313 *****************************
3314
3315 The voiceQualityFields datatype provides statistics related to customer
3316 facing voice products; consists of the following fields:
3317
3318 +--------------+-------------+----------+-------------------------------------+
3319 | Field        | Type        | Required?| Description                         |
3320 +==============+=============+==========+=====================================+
3321 | additional\  | hashMap     | No       | Additional voice quality fields     |
3322 | Information  |             |          |                                     |
3323 +--------------+-------------+----------+-------------------------------------+
3324 | callee\      | string      | Yes      | Callee codec for the call           |
3325 | SideCodec    |             |          |                                     |
3326 +--------------+-------------+----------+-------------------------------------+
3327 | caller\      | string      | Yes      | Caller codec for the call           |
3328 | SideCodec    |             |          |                                     |
3329 +--------------+-------------+----------+-------------------------------------+
3330 | correlator   | string      | Yes      | Constant across all events on this  |
3331 |              |             |          | call                                |
3332 +--------------+-------------+----------+-------------------------------------+
3333 | endOfCall\   | endOfCallVqm| No       | End of call voice quality metric    |
3334 | VqmSummaries | Summaries   |          | summaries                           |
3335 +--------------+-------------+----------+-------------------------------------+
3336 | phoneNumber  | string      | No       | Phone number associated with the    |
3337 |              |             |          | correlator                          |
3338 +--------------+-------------+----------+-------------------------------------+
3339 | midCallRtcp  | string      | Yes      | Base64 encoding of the binary RTCP  |
3340 |              |             |          | data (excluding Eth/IP/UDP headers) |
3341 +--------------+-------------+----------+-------------------------------------+
3342 | vendorNf\    | vendorNf    | Yes      | Vendor, NF and nfModule names       |
3343 | NameFields   | NameFields  |          |                                     |
3344 +--------------+-------------+----------+-------------------------------------+
3345 | voiceQuality\| string      | Yes      | Version of the voiceQualityFields   |
3346 | FieldsVersion|             |          | block as “#.#” where # is a digit;  |
3347 |              |             |          | see section 1 for the correct digits|
3348 |              |             |          | to use.                             |
3349 +--------------+-------------+----------+-------------------------------------+
3350
3351 Exceptions
3352 ^^^^^^^^^^^
3353
3354 RESTful Web Services Exceptions
3355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3356
3357 RESTful services generate and send exceptions to clients in response to
3358 invocation errors. Exceptions send HTTP status codes (specified later in
3359 this document for each operation). HTTP status codes may be followed by
3360 an optional JSON exception structure described below. Two types of
3361 exceptions may be defined: service exceptions and policy exceptions.
3362
3363 +-----------+---------------+-------------+-----------------------------------+
3364 | Field Name| Data Type     | Required?   | Description                       |
3365 +===========+===============+=============+===================================+
3366 | messageId | xs:string     | Yes         | Unique message identifier of the  |
3367 |           |               |             | format ‘ABCnnnn’ where ‘ABC’ is   |
3368 |           |               |             | either ‘SVC’ for Service          |
3369 |           |               |             | Exceptions or ‘POL’ for Policy    |
3370 |           |               |             | Exception.                        |
3371 |           |               |             |                                   |
3372 |           |               |             | Exception numbers may be in the   |
3373 |           |               |             | range of 0001 to 9999 where :     |
3374 |           |               |             |                                   |
3375 |           |               |             | -  0001 to 2999 are defined by OMA|
3376 |           |               |             |    (see OMA’s Common_definitions_ |
3377 |           |               |             |    for details)                   |
3378 |           |               |             |                                   |
3379 |           |               |             | -  3000-9999 are available and    |
3380 |           |               |             |    undefined                      |
3381 +-----------+---------------+-------------+-----------------------------------+
3382 | text      | xs:string     | Yes         | Message text, with replacement    |
3383 |           |               |             | variables marked with %n, where n |
3384 |           |               |             | is an index into the list of      |
3385 |           |               |             | <variables> elements, starting at |
3386 |           |               |             | 1                                 |
3387 +-----------+---------------+-------------+-----------------------------------+
3388 | variables | xs:string     | No          | List of zero or more strings that |
3389 |           | [0..unbounded]|             | represent the contents of the     |
3390 |           |               |             | variables used by the message text|
3391 +-----------+---------------+-------------+-----------------------------------+
3392 | url       | xs:anyUrl     | No          | Hyperlink to a detailed error     |
3393 |           |               |             | resource (e.g., an HTML page for  |
3394 |           |               |             | browser user agents).             |
3395 +-----------+---------------+-------------+-----------------------------------+
3396
3397 Service Exceptions
3398 ~~~~~~~~~~~~~~~~~~~
3399
3400    When a service is not able to process a request, and retrying the
3401    request with the same information will also result in a failure, and
3402    the issue is not related to a service policy issue, then the service
3403    will issue a fault using the service exception fault message.
3404    Examples of service exceptions include invalid input, lack of
3405    availability of a required resource or a processing error.
3406
3407    A service exception uses the letters 'SVC' at the beginning of the
3408    message identifier. ‘SVC’ service exceptions used by the VES Event
3409    Listener API are defined below.
3410
3411 +----------+--------------+-----------------------+----------------+----------+
3412 | MessageId| Description  | Text                  | Variables      | Parent   |
3413 |          | / Comment    |                       |                | HTTP Code|
3414 +==========+==============+=======================+================+==========+
3415 | SVC0001  | General      | <custom error message>| None           | 400      |
3416 |          | service error|                       |                |          |
3417 |          | (see SVC2000)|                       |                |          |
3418 +----------+--------------+-----------------------+----------------+----------+
3419 | SVC0002  | Bad parameter| Invalid input value   | %1: message    | 400      |
3420 |          |              | for message part %1   | part           |          |
3421 +----------+--------------+-----------------------+----------------+----------+
3422 | SVC1000  | No server    | No server resources   | None           | 500      |
3423 |          | resources    | available to process  |                |          |
3424 |          |              | the request           |                |          |
3425 +----------+--------------+-----------------------+----------------+----------+
3426 | SVC2000  | More         | The following service | %1: human      | 400      |
3427 |          | elaborate    | error occurred: %1.   | readable       |          |
3428 |          | version of   |                       | description of |          |
3429 |          | SVC0001      |                       | the error      |          |
3430 |          |              |                       |                |          |
3431 |          |              |  Error code is %2.    | %2: error code |          |
3432 +----------+--------------+-----------------------+----------------+----------+
3433
3434     Table - Service Exceptions
3435
3436 Policy Exceptions
3437 ~~~~~~~~~~~~~~~~~~
3438
3439    When a service is not able to complete because the request fails to
3440    meet a policy criteria, then the service will issue a fault using the
3441    policy exception fault message. To clarify how a policy exception
3442    differs from a service exception, consider that all the input to an
3443    operation may be valid as meeting the required input for the
3444    operation (thus no service exception), but using that input in the
3445    execution of the service may result in conditions that require the
3446    service not to complete. Examples of policy exceptions include
3447    privacy violations, requests not permitted under a governing service
3448    agreement or input content not acceptable to the service provider.
3449
3450    A Policy Exception uses the letters 'POL' at the beginning of the
3451    message identifier. ‘POL’ policy exceptions used by the VES Event
3452    Listener API are defined below.
3453
3454 +----------+---------------+-----------------------+---------------+----------+
3455 | MessageId| Description   |Text                   | Variables     | Parent   |
3456 |          | / Comment     |                       |               | HTTP Code|
3457 +==========+===============+=======================+===============+==========+
3458 | POL0001  | General policy| A policy error        | None          | 401      |
3459 |          | error (see    | occurred.             |               |          |
3460 |          | POL2000)      |                       |               |          |
3461 +----------+---------------+-----------------------+---------------+----------+
3462 | POL1009  | User not      | User has not been     | None          | 401      |
3463 |          | provisioned   | provisioned for       |               |          |
3464 |          | for service   | service               |               |          |
3465 +----------+---------------+-----------------------+---------------+----------+
3466 | POL1010  | User suspended| User has been         | None          | 401      |
3467 |          | from service  | suspended from service|               |          |
3468 +----------+---------------+-----------------------+---------------+----------+
3469 | POL2000  | More elaborate| The following policy  | %1: human     | 401      |
3470 |          | version of    | error occurred: %1.   | readable      |          |
3471 |          | POL0001       | Error code is %2.     | description of|          |
3472 |          |               |                       | the error     |          |
3473 |          |               |                       |               |          |
3474 |          |               |                       | %2: error code|          |
3475 +----------+---------------+-----------------------+---------------+----------+
3476 | POL9003  | Message size  | Message content size  | None          | 400      |
3477 |          | exceeds limit | exceeds the allowable |               |          |
3478 |          |               | limit                 |               |          |
3479 +----------+---------------+-----------------------+---------------+----------+
3480
3481     Table - Policy Exceptions
3482
3483 RESTful Web Services Definition
3484 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3485
3486 REST Operation Overview
3487 ~~~~~~~~~~~~~~~~~~~~~~~~~
3488
3489 REST Operation Summary
3490 +++++++++++++++++++++++
3491
3492 +---------------------+---------+------------------------------------------+
3493 | **Operation Action**| **HTTP**| Resource URL relative to {ServerRoot}\   |
3494 |                     |         | , which is defined in section 3          |
3495 |                     | **Verb**|                                          |
3496 +---------------------+---------+------------------------------------------+
3497 | publishAnyEvent     | POST    | /eventListener/v{apiVersion}             |
3498 +---------------------+---------+------------------------------------------+
3499 | publishEventBatch   | POST    | /eventListener/v{apiVersion}/eventBatch  |
3500 +---------------------+---------+------------------------------------------+
3501
3502 Table - REST Operation Summary
3503
3504 Api Versioning
3505 +++++++++++++++
3506
3507 apiVersion is used to describe the major version number of the event
3508 listener API (which is the same as the major version number of this
3509 specification). When this number changes, the implication is: the new
3510 major version will break clients of older major versions in some way, if
3511 they try to use the new API without modification (e.g., unmodified v1
3512 clients would not be able to use v2 without error).
3513
3514 The Event Listener shall provide the following HTTP headers in response
3515 to all requests. Additionally, clients may populate these headers on
3516 requests to indicate the specific version they are interested in.
3517
3518 -  X-MinorVersion: 0
3519
3520 -  X-PatchVersion: 0
3521
3522 -  X-LatestVersion: 7.1
3523
3524 If a client requests major version 7 (per the REST resource URL) and
3525 does not specify the above headers, then they will be provided with the
3526 latest patch version of 7.0.x (which is 7.0.1). If the client wants a
3527 particular minor version of major version 7, then they need to supply
3528 the X-MinorVersion header with their request. For example, if they
3529 request major version 7 with X-MinorVersion: 1, they will get the latest
3530 patch version of 7.1, which is 7.1.0.
3531
3532 Buffering of Events
3533 ++++++++++++++++++++
3534
3535 {ServerRoot} is defined in section 3 of this document, which defines the
3536 REST resource URL. One or more FQDNs may be provisioned in an event
3537 source when it is instantiated or updated. If an event source is unable
3538 to reach any of the provisioned FQDNs, it should buffer the event data
3539 specified below, up to a maximum of 1 hour, until a connection can be
3540 established and the events can be successfully delivered to the VES
3541 Event Listener service.
3542
3543 xNFs acting as event sources should not send syslog events to the VES
3544 Event Listener during debug mode (which is controlled via the Netconf
3545 management interface), but should store syslog events locally for
3546 access, and possible FTP transfer, via the xNF console (e.g., command
3547 line interface).
3548
3549 If the internal event source event buffer or local storage should
3550 overflow, then the event source should send a Fault event, and should
3551 discard events in a first-in, first-out (FIFO) manner (i.e., discard
3552 oldest events first).
3553
3554 Message Size
3555 +++++++++++++++
3556
3557 Message size should be limited to 2 megabytes of uncompressed text sent
3558 as application/json.
3559
3560 Operation: publishAnyEvent
3561 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
3562
3563 Functional Behavior
3564 +++++++++++++++++++++
3565
3566 Allows authorized clients to publish any single event to the VES event
3567 listener.
3568
3569 -  Supports only secure HTTPS (one way SSL) access.
3570
3571 -  Uses the HTTP verb POST
3572
3573 -  Supports JSON content types
3574
3575 -  Provides HTTP response codes as well as Service and Policy error
3576    messages
3577
3578 Call Flow
3579 ++++++++++
3580
3581 .. image:: publish-event-flow.png
3582
3583 Figure - publishAnyEvent Call Flow
3584
3585 Input Parameters
3586 +++++++++++++++++
3587
3588 Header Fields (note: all parameter names shall be treated as
3589 case-insensitive):
3590
3591 +---------------+----------+----------+---------------------------------------+
3592 | Parameter     | Data Type| Required?| Brief description                     |
3593 +---------------+----------+----------+---------------------------------------+
3594 | Accept        | string   | No       | Determines the format of the body of  |
3595 |               |          |          | the response. Valid values are:       |
3596 |               |          |          |                                       |
3597 |               |          |          | -  application/json                   |
3598 +---------------+----------+----------+---------------------------------------+
3599 | Authorization | string   | Yes      | The username and password are formed  |
3600 |               |          |          | into one string as                    |
3601 |               |          |          | “username:password”. This string is   |
3602 |               |          |          | then Base64 encoded to produce the    |
3603 |               |          |          | encoded credential which is           |
3604 |               |          |          | communicated in the header after the  |
3605 |               |          |          | string “Authorization: Basic “. See   |
3606 |               |          |          | examples below. If the Authorization  |
3607 |               |          |          | header is missing, then an HTTP 400   |
3608 |               |          |          | Invalid Request message shall be      |
3609 |               |          |          | returned. If the string supplied is   |
3610 |               |          |          | invalid, then an HTTP 401 Unauthorized|
3611 |               |          |          | message shall be returned.            |
3612 +---------------+----------+----------+---------------------------------------+
3613 | Content-length| integer  | No       | Note that content length is limited to|
3614 |               |          |          | 2Megabyte.                            |
3615 +---------------+----------+----------+---------------------------------------+
3616 | Content-type  | string   | Yes      | Must be set to one of the following   |
3617 |               |          |          | values:                               |
3618 |               |          |          |                                       |
3619 |               |          |          | -  application/json                   |
3620 +---------------+----------+----------+---------------------------------------+
3621 | X-MinorVersion| integer  | No       | The minor version of the API requested|
3622 |               |          |          | by the client                         |
3623 +---------------+----------+----------+---------------------------------------+
3624 | X-PatchVersion| integer  | No       | The patch version of the API requested|
3625 |               |          |          | by the client                         |
3626 +---------------+----------+----------+---------------------------------------+
3627 | X-Latest\     | string   | No       | The full version of the API requested |
3628 | Version       |          |          | by the client expressed as            |
3629 |               |          |          | {major}.{minor}.{patch}               |
3630 +---------------+----------+----------+---------------------------------------+
3631
3632 Body Fields:
3633
3634 +--------------+--------------+--------------+-------------------------------+
3635 | **Parameter**| **Data Type**| **Required?**| **Brief description**         |
3636 +--------------+--------------+--------------+-------------------------------+
3637 | Event        | event        | Yes          | Contains the JSON structure of|
3638 |              |              |              | the common event format.      |
3639 +--------------+--------------+--------------+-------------------------------+
3640
3641 Output Parameters
3642 ++++++++++++++++++
3643
3644 Header fields:
3645
3646 +----------------+--------------+--------------+------------------------------+
3647 | **Parameter**  | **Data Type**| **Required?**| **Brief description**        |
3648 +----------------+--------------+--------------+------------------------------+
3649 | Content-length | integer      | No           | Used only in error conditions|
3650 +----------------+--------------+--------------+------------------------------+
3651 | Content-type   | string       | No           | Used only in error conditions|
3652 +----------------+--------------+--------------+------------------------------+
3653 | Date           | datetime     | No           | Date time of the response in |
3654 |                |              |              | GMT                          |
3655 +----------------+--------------+--------------+------------------------------+
3656 | X-MinorVersion | integer      | Yes          | The minor version of the API |
3657 |                |              |              | service                      |
3658 +----------------+--------------+--------------+------------------------------+
3659 | X-PatchVersion | integer      | Yes          | The patch version of the API |
3660 |                |              |              | service                      |
3661 +----------------+--------------+--------------+------------------------------+
3662 | X-LatestVersion| string       | Yes          | The full version of the API  |
3663 |                |              |              | service expressed as {major}.|
3664 |                |              |              | {minor}.{patch}              |
3665 +----------------+--------------+--------------+------------------------------+
3666
3667 Body Fields (for success responses): no content is provided.
3668
3669 Body Fields (for error responses):
3670
3671 +--------------+--------------+----------------+------------------------------+
3672 | **Parameter**| **Data Type**| **Required?**  | **Brief description**        |
3673 +--------------+--------------+----------------+------------------------------+
3674 | requestError | requestError | Yes(for errors)| Used only in error conditions|
3675 +--------------+--------------+----------------+------------------------------+
3676
3677 HTTP Status Codes
3678 ++++++++++++++++++
3679
3680 +-----+--------------+--------------------------------------------------------+
3681 | Code| Reason Phrase| Description                                            |
3682 +=====+==============+========================================================+
3683 | 202 | Accepted     | The request has been accepted for processing           |
3684 +-----+--------------+--------------------------------------------------------+
3685 | 400 | Bad Request  | Many possible reasons not specified by the other codes |
3686 |     |              | (e.g., missing required parameters or incorrect format)|
3687 |     |              | . The response body may include a further exception    |
3688 |     |              | code and text. HTTP 400 errors may be mapped to SVC0001|
3689 |     |              | (general service error), SVC0002 (bad parameter),      |
3690 |     |              | SVC2000 (general service error with details) or PO9003 |
3691 |     |              | (message content size exceeds the allowable limit).    |
3692 +-----+--------------+--------------------------------------------------------+
3693 | 401 | Unauthorized | Authentication failed or was not provided. HTTP 401    |
3694 |     |              | errors may be mapped to POL0001 (general policy error) |
3695 |     |              | or POL2000 (general policy error with details).        |
3696 +-----+--------------+--------------------------------------------------------+
3697 | 404 | Not Found    | The server has not found anything matching the         |
3698 |     |              | Request-URI. No indication is given of whether the     |
3699 |     |              | condition is temporary or permanent.                   |
3700 +-----+--------------+--------------------------------------------------------+
3701 | 405 | Method Not   | A request was made of a resource using a request method|
3702 |     | Allowed      | not supported by that resource (e.g., using PUT on a   |
3703 |     |              | REST resource that only supports POST).                |
3704 +-----+--------------+--------------------------------------------------------+
3705 | 500 | Internal     | The server encountered an internal error or timed out; |
3706 |     | Server Error | please retry (general catch-all server-side error).HTTP|
3707 |     |              | 500 errors may be mapped to SVC1000 (no server         |
3708 |     |              | resources).                                            |
3709 +-----+--------------+--------------------------------------------------------+
3710
3711 Sample Request and Response
3712 ++++++++++++++++++++++++++++
3713
3714 Sample Request
3715 ***************
3716
3717 +-----------------------------------------------------------------------------+
3718 | POST /eventListener/v7 HTTP/1.1                                             |
3719 |                                                                             |
3720 | Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==                           |
3721 |                                                                             |
3722 | content-type: application/json                                              |
3723 |                                                                             |
3724 | content-length: 12345                                                       |
3725 |                                                                             |
3726 | X-MinorVersion: 1                                                           |
3727 |                                                                             |
3728 | {                                                                           |
3729 |                                                                             |
3730 |   "event": {                                                                |
3731 |                                                                             |
3732 |     "commonEventHeader": {                                                  |
3733 |                                                                             |
3734 |       "version": "4.1",                                                     |
3735 |                                                                             |
3736 |       "vesEventListenerVersion": "7.1",                                     |
3737 |                                                                             |
3738 |       "domain": "fault",                                                    |
3739 |                                                                             |
3740 |       "eventName": "Fault\_Vscf:Acs-Ericcson\_PilotNumberPoolExhaustion",   |
3741 |                                                                             |
3742 |       "eventId": "fault0000245",                                            |
3743 |                                                                             |
3744 |       "sequence": 1,                                                        |
3745 |                                                                             |
3746 |       "priority": "High",                                                   |
3747 |                                                                             |
3748 |       "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",          |
3749 |                                                                             |
3750 |       "reportingEntityName": "ibcx0001vm002oam001",                         |
3751 |                                                                             |
3752 |       "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",                   |
3753 |                                                                             |
3754 |       "sourceName": "scfx0001vm002cap001",                                  |
3755 |                                                                             |
3756 |       "nfVendorName": "Ericsson",                                           |
3757 |                                                                             |
3758 |       "nfNamingCode": "scfx",                                               |
3759 |                                                                             |
3760 |       "nfcNamingCode": "ssc",                                               |
3761 |                                                                             |
3762 |       "startEpochMicrosec": 1413378172000000,                               |
3763 |                                                                             |
3764 |       "lastEpochMicrosec": 1413378172000000,                                |
3765 |                                                                             |
3766 |       "timeZoneOffset": "UTC-05:30"                                         |
3767 |                                                                             |
3768 |     },                                                                      |
3769 |                                                                             |
3770 |     "faultFields": {                                                        |
3771 |                                                                             |
3772 |       "faultFieldsVersion": 4.0,                                            |
3773 |                                                                             |
3774 |       "alarmCondition": "PilotNumberPoolExhaustion",                        |
3775 |                                                                             |
3776 |       "eventSourceType": "other",                                           |
3777 |                                                                             |
3778 |       "specificProblem": "Calls cannot complete -                           |
3779 |                           pilot numbers are unavailable",                   |
3780 |                                                                             |
3781 |       "eventSeverity": "CRITICAL",                                          |
3782 |                                                                             |
3783 |       "vfStatus": "Active",                                                 |
3784 |                                                                             |
3785 |       "alarmAdditionalInformation": {                                       |
3786 |                                                                             |
3787 |         "PilotNumberPoolSize": "1000"                                       |
3788 |                                                                             |
3789 |       }                                                                     |
3790 |                                                                             |
3791 |     }                                                                       |
3792 |                                                                             |
3793 |   }                                                                         |
3794 |                                                                             |
3795 | }                                                                           |
3796 +-----------------------------------------------------------------------------+
3797
3798 Sample Success Response
3799 ************************
3800
3801 +--------------------------+
3802 | HTTPS/1.1 202 Accepted   |
3803 |                          |
3804 | X-MinorVersion: 1        |
3805 |                          |
3806 | X-PatchVersion: 0        |
3807 |                          |
3808 | X-LatestVersion: 7.1     |
3809 +--------------------------+
3810
3811 Sample Error Responses
3812 ************************
3813
3814 Sample Policy Exception
3815 """"""""""""""""""""""""
3816
3817 +---------------------------------------------------------------------+
3818 | HTTPS/1.1 400 Bad Request                                           |
3819 |                                                                     |
3820 | content-type: application/json                                      |
3821 |                                                                     |
3822 | content-length: 12345                                               |
3823 |                                                                     |
3824 | Date: Thu, 04 Jun 2009 02:51:59 GMT                                 |
3825 |                                                                     |
3826 | X-MinorVersion: 1                                                   |
3827 |                                                                     |
3828 | X-PatchVersion: 0                                                   |
3829 |                                                                     |
3830 | X-LatestVersion: 7.1                                                |
3831 |                                                                     |
3832 | {                                                                   |
3833 |                                                                     |
3834 |   “requestError”: {                                                 |
3835 |                                                                     |
3836 |     “policyException”: {                                            |
3837 |                                                                     |
3838 |       “messageId”: “POL9003”,                                       |
3839 |                                                                     |
3840 |       “text”: “Message content size exceeds the allowable limit”,   |
3841 |                                                                     |
3842 |     }                                                               |
3843 |                                                                     |
3844 |   }                                                                 |
3845 |                                                                     |
3846 | }                                                                   |
3847 +---------------------------------------------------------------------+
3848
3849 Sample Service Exception
3850 """""""""""""""""""""""""
3851
3852 +-----------------------------------------------------------+
3853 | HTTPS/1.1 400 Bad Request                                 |
3854 |                                                           |
3855 | content-type: application/json                            |
3856 |                                                           |
3857 | content-length: 12345                                     |
3858 |                                                           |
3859 | Date: Thu, 04 Jun 2009 02:51:59 GMT                       |
3860 |                                                           |
3861 | X-MinorVersion: 1                                         |
3862 |                                                           |
3863 | X-PatchVersion: 0                                         |
3864 |                                                           |
3865 | X-LatestVersion: 7.1                                      |
3866 |                                                           |
3867 | {                                                         |
3868 |                                                           |
3869 |   “requestError”: {                                       |
3870 |                                                           |
3871 |     “serviceException”: {                                 |
3872 |                                                           |
3873 |       “messageId”: “SVC2000”,                             |
3874 |                                                           |
3875 |       “text”: “Missing Parameter: %1. Error code is %2”   |
3876 |                                                           |
3877 |       “variables”: [                                      |
3878 |                                                           |
3879 |         “severity”,                                       |
3880 |                                                           |
3881 |         “400”                                             |
3882 |                                                           |
3883 |       ]                                                   |
3884 |                                                           |
3885 |     }                                                     |
3886 |                                                           |
3887 |   }                                                       |
3888 |                                                           |
3889 | }                                                         |
3890 +-----------------------------------------------------------+
3891
3892 Operation: publishEventBatch
3893 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3894
3895 Functional Behavior
3896 +++++++++++++++++++
3897
3898 Allows authorized clients to publish a batch of events to the VES event
3899 listener.
3900
3901 - Supports only secure HTTPS (one way SSL) access.
3902
3903 - Uses the HTTP verb POST
3904
3905 - Supports JSON content types
3906
3907 - Provides HTTP response codes as well as Service and Policy error
3908   messages
3909
3910 Call Flow
3911 +++++++++++
3912
3913 .. image:: publish-event-flow.png
3914
3915 Figure – publishEventBatch Call Flow
3916
3917 Input Parameters
3918 +++++++++++++++++
3919
3920 Header Fields (note: all parameter names shall be treated as
3921 case-insensitive):
3922
3923 +---------------+----------+----------+---------------------------------------+
3924 | Parameter     | Data Type| Required?| Brief description                     |
3925 +---------------+----------+----------+---------------------------------------+
3926 | Accept        | string   | No       | Determines the format of the body of  |
3927 |               |          |          | the response. Valid values are:       |
3928 |               |          |          |                                       |
3929 |               |          |          | -  application/json                   |
3930 +---------------+----------+----------+---------------------------------------+
3931 | Authorization | string   | Yes      | The username and password are formed  |
3932 |               |          |          | into one string as “username:password”|
3933 |               |          |          | . This string is then Base64 encoded  |
3934 |               |          |          | to produce the encoded credential     |
3935 |               |          |          | which is communicated in the header   |
3936 |               |          |          | after the string “Authorization:      |
3937 |               |          |          | Basic“. See examples below. If the    |
3938 |               |          |          | Authorization header is missing, then |
3939 |               |          |          | an HTTP 400 Invalid Request message   |
3940 |               |          |          | shall be returned. If the string      |
3941 |               |          |          | supplied is invalid, then an HTTP 401 |
3942 |               |          |          | Unauthorized message shall be         |
3943 |               |          |          | returned.                             |
3944 +---------------+----------+----------+---------------------------------------+
3945 | Content-length| integer  | No       | Note that content length is limited to|
3946 |               |          |          | 2Megabyte.                            |
3947 +---------------+----------+----------+---------------------------------------+
3948 | Content-type  | string   | Yes      | Must be set to one of the following   |
3949 |               |          |          | values:                               |
3950 |               |          |          |                                       |
3951 |               |          |          | -  application/json                   |
3952 +---------------+----------+----------+---------------------------------------+
3953 | X-MinorVersion| integer  | No       | The minor version of the API requested|
3954 |               |          |          | by the client                         |
3955 +---------------+----------+----------+---------------------------------------+
3956 | X-PatchVersion| integer  | No       | The patch version of the API requested|
3957 |               |          |          | by the client                         |
3958 +---------------+----------+----------+---------------------------------------+
3959 | X-Latest\     | string   | No       | The full version of the API requested |
3960 | Version       |          |          | by the client expressed as            |
3961 |               |          |          | {major}.{minor}.{patch}               |
3962 +---------------+----------+----------+---------------------------------------+
3963
3964 Body Fields:
3965
3966 +--------------+--------------+--------------+-------------------------------+
3967 | **Parameter**| **Data Type**| **Required?**| **Brief description**         |
3968 +--------------+--------------+--------------+-------------------------------+
3969 | eventList    | eventList    | Yes          | Array of events conforming to |
3970 |              |              |              | the common event format.      |
3971 +--------------+--------------+--------------+-------------------------------+
3972
3973 Output Parameters
3974 +++++++++++++++++++
3975
3976 Header fields:
3977
3978 +----------------+--------------+--------------+------------------------------+
3979 | **Parameter**  | **Data Type**| **Required?**| **Brief description**        |
3980 +----------------+--------------+--------------+------------------------------+
3981 | Content-length | integer      | No           | Used only in error conditions|
3982 +----------------+--------------+--------------+------------------------------+
3983 | Content-type   | string       | No           | Used only in error conditions|
3984 +----------------+--------------+--------------+------------------------------+
3985 | Date           | datetime     | No           | Date time of the response in |
3986 |                |              |              | GMT                          |
3987 +----------------+--------------+--------------+------------------------------+
3988 | X-MinorVersion | integer      | Yes          | The minor version of the API |
3989 |                |              |              | service                      |
3990 +----------------+--------------+--------------+------------------------------+
3991 | X-PatchVersion | integer      | Yes          | The patch version of the API |
3992 |                |              |              | service                      |
3993 +----------------+--------------+--------------+------------------------------+
3994 | X-LatestVersion| string       | Yes          | The full version of the API  |
3995 |                |              |              | service expressed as         |
3996 |                |              |              | {major}.{minor}.{patch}      |
3997 +----------------+--------------+--------------+------------------------------+
3998
3999 Body Fields (for success responses: no content is provided.
4000
4001 Body Fields (for error responses):
4002
4003 +--------------+--------------+----------------+------------------------------+
4004 | **Parameter**| **Data Type**| **Required?**  | **Brief description**        |
4005 +--------------+--------------+----------------+------------------------------+
4006 | requestError | requestError | Yes(for errors)| Used only in error conditions|
4007 +--------------+--------------+----------------+------------------------------+
4008
4009 HTTP Status Codes
4010 ++++++++++++++++++
4011
4012 +-----+--------------+--------------------------------------------------------+
4013 | Code| Reason Phrase| Description                                            |
4014 +=====+==============+========================================================+
4015 | 202 | Accepted     | The request has been accepted for processing           |
4016 +-----+--------------+--------------------------------------------------------+
4017 | 400 | Bad Request  | Many possible reasons not specified by the other codes |
4018 |     |              | (e.g., missing required parameters or incorrect format)|
4019 |     |              | . The response body may include a further exception    |
4020 |     |              | code and text. HTTP 400 errors may be mapped to SVC0001|
4021 |     |              | (general service error), SVC0002 (bad parameter),      |
4022 |     |              | SVC2000 (general service error with details) or PO9003 |
4023 |     |              | (message content size exceeds the allowable limit).    |
4024 +-----+--------------+--------------------------------------------------------+
4025 | 401 | Unauthorized | Authentication failed or was not provided. HTTP 401    |
4026 |     |              | errors may be mapped to POL0001 (general policy error) |
4027 |     |              | or POL2000 (general policy error with details).        |
4028 +-----+--------------+--------------------------------------------------------+
4029 | 404 | Not Found    | The server has not found anything matching the         |
4030 |     |              | Request-URI. No indication is given of whether the     |
4031 |     |              | condition is temporary or permanent.                   |
4032 +-----+--------------+--------------------------------------------------------+
4033 | 405 | Method Not   | A request was made of a resource using a request method|
4034 |     | Allowed      | not supported by that resource (e.g., using PUT on a   |
4035 |     |              | REST resource that only supports POST).                |
4036 +-----+--------------+--------------------------------------------------------+
4037 | 500 | Internal     | The server encountered an internal error or timed out; |
4038 |     | Server Error | please retry (general catch-all server-side error).HTTP|
4039 |     |              | 500 errors may be mapped to SVC1000 (no server         |
4040 |     |              | resources).                                            |
4041 +-----+--------------+--------------------------------------------------------+
4042
4043 Sample Request and Response
4044 +++++++++++++++++++++++++++++
4045
4046 Sample Request
4047 ****************
4048
4049 +-----------------------------------------------------------------------------+
4050 | POST /eventListener/v7/eventBatch HTTP/1.1                                  |
4051 |                                                                             |
4052 | Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==                           |
4053 |                                                                             |
4054 | content-type: application/json                                              |
4055 |                                                                             |
4056 | content-length: 12345                                                       |
4057 | X-MinorVersion: 1                                                           |
4058 |                                                                             |
4059 | {                                                                           |
4060 |                                                                             |
4061 |   "eventList": [                                                            |
4062 |                                                                             |
4063 |      {                                                                      |
4064 |                                                                             |
4065 |        "commonEventHeader": {                                               |
4066 |                                                                             |
4067 |          "version": "4.1",                                                  |
4068 |                                                                             |
4069 |          "vesEventListenerVersion": "7.1",                                  |
4070 |                                                                             |
4071 |          "domain": "fault",                                                 |
4072 |                                                                             |
4073 |          "eventName": "Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion",  |
4074 |                                                                             |
4075 |          "eventId": "fault0000250",                                         |
4076 |                                                                             |
4077 |          "sequence": 1,                                                     |
4078 |                                                                             |
4079 |          "priority": "High",                                                |
4080 |                                                                             |
4081 |          "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",       |
4082 |                                                                             |
4083 |          "reportingEntityName": "ibcx0001vm002oam0011234",                  |
4084 |                                                                             |
4085 |          "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",                |
4086 |                                                                             |
4087 |          "sourceName": "scfx0001vm002cap001",                               |
4088 |                                                                             |
4089 |          "nfVendorName": "Ericsson",                                        |
4090 |                                                                             |
4091 |          "nfNamingCode": "scfx",                                            |
4092 |                                                                             |
4093 |          "nfcNamingCode": "ssc",                                            |
4094 |                                                                             |
4095 |          "startEpochMicrosec": 1413378172000000,                            |
4096 |                                                                             |
4097 |          "lastEpochMicrosec": 1413378172000000,                             |
4098 |                                                                             |
4099 |          "timeZoneOffset": "UTC-05:30"                                      |
4100 |                                                                             |
4101 |        },                                                                   |
4102 |                                                                             |
4103 |        "faultFields": {                                                     |
4104 |                                                                             |
4105 |          "faultFieldsVersion": 4.0,                                         |
4106 |                                                                             |
4107 |          "alarmCondition": "PilotNumberPoolExhaustion",                     |
4108 |                                                                             |
4109 |          "eventSourceType": "other",                                        |
4110 |                                                                             |
4111 |          "specificProblem": "Calls cannot complete - pilot numbers are      |
4112 |                             unavailable",                                   |
4113 |                                                                             |
4114 |          "eventSeverity": "CRITICAL",                                       |
4115 |                                                                             |
4116 |          "vfStatus": "Active",                                              |
4117 |                                                                             |
4118 |          "alarmAdditionalInformation": {                                    |
4119 |                                                                             |
4120 |            "PilotNumberPoolSize": "1000"                                    |
4121 |                                                                             |
4122 |          }                                                                  |
4123 |                                                                             |
4124 |        }                                                                    |
4125 |                                                                             |
4126 |      },                                                                     |
4127 |                                                                             |
4128 |      {                                                                      |
4129 |                                                                             |
4130 |        "commonEventHeader": {                                               |
4131 |                                                                             |
4132 |          "version": "4.1",                                                  |
4133 |                                                                             |
4134 |          "vesEventListenerVersion": "7.1",                                  |
4135 |                                                                             |
4136 |          "domain": "fault",                                                 |
4137 |                                                                             |
4138 |          "eventName": " Fault_Vscf:Acs-Ericcson_RecordingServerUnreachable",|
4139 |                                                                             |
4140 |          "eventId": "fault0000251",                                         |
4141 |                                                                             |
4142 |          "sequence": 0,                                                     |
4143 |                                                                             |
4144 |          "priority": "High",                                                |
4145 |                                                                             |
4146 |          "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",       |
4147 |                                                                             |
4148 |          "reportingEntityName": "ibcx0001vm002oam0011234",                  |
4149 |                                                                             |
4150 |          "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",                |
4151 |                                                                             |
4152 |          "sourceName": "scfx0001vm002cap001",                               |
4153 |                                                                             |
4154 |          "nfVendorName": "Ericsson",                                        |
4155 |                                                                             |
4156 |          "nfNamingCode": "scfx",                                            |
4157 |                                                                             |
4158 |          "nfcNamingCode": "ssc",                                            |
4159 |                                                                             |
4160 |          "startEpochMicrosec": 1413378172000010,                            |
4161 |                                                                             |
4162 |          "lastEpochMicrosec": 1413378172000010,                             |
4163 |                                                                             |
4164 |          "timeZoneOffset": "UTC-05:30"                                      |
4165 |                                                                             |
4166 |        },                                                                   |
4167 |                                                                             |
4168 |        "faultFields": {                                                     |
4169 |                                                                             |
4170 |          "faultFieldsVersion": 4.0,                                         |
4171 |                                                                             |
4172 |          "alarmCondition": "RecordingServerUnreachable",                    |
4173 |                                                                             |
4174 |          "eventSourceType": "other",                                        |
4175 |                                                                             |
4176 |          "specificProblem": "Recording server unreachable",                 |
4177 |                                                                             |
4178 |          "eventSeverity": "CRITICAL",                                       |
4179 |                                                                             |
4180 |          "vfStatus": "Active"                                               |
4181 |                                                                             |
4182 |        }                                                                    |
4183 |                                                                             |
4184 |      }                                                                      |
4185 |                                                                             |
4186 |    ]                                                                        |
4187 |                                                                             |
4188 |  }                                                                          |
4189 +-----------------------------------------------------------------------------+
4190
4191 Sample Success Response
4192 *************************
4193
4194 +--------------------------+
4195 | HTTPS/1.1 202 Accepted   |
4196 |                          |
4197 | X-MinorVersion: 1        |
4198 |                          |
4199 | X-PatchVersion: 0        |
4200 |                          |
4201 | X-LatestVersion: 7.1     |
4202 +--------------------------+
4203
4204 Sample Error Responses
4205 ************************
4206
4207 Sample Policy Exception
4208 """"""""""""""""""""""""
4209
4210 +-------------------------------------------------------------------+
4211 | HTTPS/1.1 400 Bad Request                                         |
4212 |                                                                   |
4213 | content-type: application/json                                    |
4214 |                                                                   |
4215 | content-length: 12345                                             |
4216 |                                                                   |
4217 | Date: Thu, 04 Jun 2009 02:51:59 GMT                               |
4218 |                                                                   |
4219 | X-MinorVersion: 1                                                 |
4220 |                                                                   |
4221 | X-PatchVersion: 0                                                 |
4222 |                                                                   |
4223 | X-LatestVersion: 7.1                                              |
4224 |                                                                   |
4225 | {                                                                 |
4226 |                                                                   |
4227 |   “requestError”: {                                               |
4228 |                                                                   |
4229 |     “policyException”: {                                          |
4230 |                                                                   |
4231 |       “messageId”: “POL9003”,                                     |
4232 |                                                                   |
4233 |       “text”: “Message content size exceeds the allowable limit”, |
4234 |                                                                   |
4235 |     }                                                             |
4236 |                                                                   |
4237 |   }                                                               |
4238 |                                                                   |
4239 | }                                                                 |
4240 +-------------------------------------------------------------------+
4241
4242 Sample Service Exception
4243 """""""""""""""""""""""""
4244
4245 +-----------------------------------------------------------+
4246 | HTTPS/1.1 400 Bad Request                                 |
4247 |                                                           |
4248 | content-type: application/json                            |
4249 |                                                           |
4250 | content-length: 12345                                     |
4251 |                                                           |
4252 | Date: Thu, 04 Jun 2009 02:51:59 GMT                       |
4253 |                                                           |
4254 | X-MinorVersion: 1                                         |
4255 |                                                           |
4256 | X-PatchVersion: 0                                         |
4257 |                                                           |
4258 | X-LatestVersion: 7.1                                      |
4259 |                                                           |
4260 | {                                                         |
4261 |                                                           |
4262 |   “requestError”: {                                       |
4263 |                                                           |
4264 |     “serviceException”: {                                 |
4265 |                                                           |
4266 |       “messageId”: “SVC2000”,                             |
4267 |                                                           |
4268 |       “text”: “Missing Parameter: %1. Error code is %2”   |
4269 |                                                           |
4270 |       “variables”: [                                      |
4271 |                                                           |
4272 |         “severity”,                                       |
4273 |                                                           |
4274 |         “400”                                             |
4275 |                                                           |
4276 |       ]                                                   |
4277 |                                                           |
4278 |     }                                                     |
4279 |                                                           |
4280 |   }                                                       |
4281 |                                                           |
4282 | }                                                         |
4283 +-----------------------------------------------------------+
4284
4285 Terminology
4286 ^^^^^^^^^^^^
4287
4288 Terminology used in this document is summarized below:
4289
4290 **A&AI**. Active & Available Inventory is the ONAP component that
4291 provides data views of Customer Subscriptions, Products, Services,
4292 Resources, and their relationships.
4293
4294 **Alarm Condition**. Short name of the alarm condition/problem, such as
4295 a trap name.
4296
4297 **APPC (formerly APP-C)**. Application Controller. Handles the life
4298 cycle management of Virtual Network Functions (VNFs).
4299
4300 **ASDC**. AT&T Service Design and Creation Platform: the original name
4301 for the SDC. Replaced by SDC.
4302
4303 **Common Event Format**. A JSON schema describing events sent to the VES
4304 Event Listener.
4305
4306 **Common Event Header**. A component of the Common Event Format JSON
4307 structure. This datatype consists of fields common to all events.
4308
4309 **DCAE**. Data Collection Analysis and Events. DCAE is the ONAP
4310 subsystem that supports closed loop control and higher-level correlation
4311 for business and operations activities. DCAE collects performance,
4312 usage, and configuration data, provides computation of analytics, aids
4313 in trouble-shooting and management, and publishes event, data, and
4314 analytics to the rest of the ONAP system for FCAPS functionality.
4315
4316 **DMaaP.** Data Movement as a Platform. A set of common services
4317 provided by ONAP, including a Message Router, Data Router, and a Data
4318 Bus Controller.
4319
4320 **Domain**. In VES, an event ‘domain’ identifies a broad category of
4321 events (e.g., ‘fault’ or ‘measurement’), each of which is associated
4322 with a VES domain field block, which is sent with the commonEventHeader
4323 when events of that category are generated.
4324
4325 **Epoch**. The number of seconds that have elapsed since
4326 00:00:00 \ `Coordinated Universal
4327 Time <https://en.wikipedia.org/wiki/Coordinated_Universal_Time>`__ (UTC),
4328 Thursday, 1 January 1970. Every day is treated as if it contains exactly
4329 86400 seconds, so \ `leap
4330 seconds <https://en.wikipedia.org/wiki/Leap_second>`__ are not applied
4331 to seconds since the Epoch. In VES Epoch times are measured in
4332 microseconds.
4333
4334 **Event.** A well-structured packet of network management information
4335 identified by an eventName which is asynchronously communicated to one
4336 or more instances of an Event Listener service to subscribers interested
4337 in that eventName. Events can convey measurements, faults, syslogs,
4338 threshold crossing alerts, and others types of information.
4339
4340 **Event Id**. Event key that is unique to the event source. The key must
4341 be unique within notification life cycle similar to EventID from 3GPP.
4342 It could be a sequential number, or a composite key formed from the
4343 event fields, such as sourceName\_alarmCondition\_startEpoch. The
4344 eventId should not include whitespace. For fault events, eventId is the
4345 eventId of the initial alarm; if the same alarm is raised again for
4346 changed, acknowledged or cleared cases, eventId must be the same as the
4347 initial alarm (along with the same startEpochMicrosec and an incremental
4348 sequence number.
4349
4350 **Event Name**. Identifier for specific types of events. Specific
4351 eventNames registered by the YAML may require that certain fields, which
4352 are optional in the Common Event Format, be present when events with
4353 that eventName are published.
4354
4355 **Event Streaming**. The delivery of network management event
4356 information in real time.
4357
4358 **Extensible Data Structures**. Data structures (e.g., hashMap) that
4359 allow event sources to send information not specifically identified in
4360 the VES schema.
4361
4362 **Hash Map**. A hash table, or data structure, used to implement an
4363 associative array, a structure than can map keys to values. In VES 6.0,
4364 all name-value pair structures were changed to hash maps (i.e., {‘name’:
4365 ‘keyName’, ‘value’: ‘keyValue’} was replaced with {‘keyName’:
4366 ‘keyValue’}).
4367
4368 **ICE**. Incubation and Certification Environment. Facilitates vendors
4369 and third-party in developing virtual network functions using ONAP and a
4370 network cloud.
4371
4372 **IPMI**. The `Intelligent Platform Management
4373 Interface <https://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface>`__.
4374
4375 **JSON**. Java Script Object Notation. JSON is an
4376 `open-standard <https://en.wikipedia.org/wiki/Open_standard>`__ `file
4377 format <https://en.wikipedia.org/wiki/File_format>`__ that uses
4378 `human-readable <https://en.wikipedia.org/wiki/Human-readable_medium>`__
4379 text to transmit data objects consisting of `attribute–value
4380 pairs <https://en.wikipedia.org/wiki/Attribute%E2%80%93value_pair>`__
4381 and `array data types <https://en.wikipedia.org/wiki/Array_data_type>`__
4382 (or any other
4383 `serializable <https://en.wikipedia.org/wiki/Serialization>`__ value).
4384 It is a very common `data <https://en.wikipedia.org/wiki/Data>`__ format
4385 used for
4386 `asynchronous <https://en.wikipedia.org/wiki/Asynchronous_I/O>`__
4387 browser–server communication.
4388
4389 **NF**. Network Function. Generalized name for a VNF or PNF.
4390
4391 **NFC**. Network Function Component. Generalized name for a VNFC or a
4392 component of a PNF.
4393
4394 **ONAP**. `Open Network Automation Platform <https://www.onap.org/>`__.
4395
4396 **PNF**. Physical Network Function.
4397
4398 **Policy**. Course of action for the management of the network. The ONAP
4399 Policy Framework is a comprehensive policy design, deployment, and
4400 execution environment. The Policy Framework is the ***decision making***
4401 component in `an ONAP
4402 system <https://www.onap.org/wp-content/uploads/sites/20/2017/12/ONAP_CaseSolution_Architecture_120817_FNL.pdf>`__.
4403 It allows you to specify, deploy, and execute the governance of the
4404 features and functions in your ONAP system, be they closed loop,
4405 orchestration, or more traditional open loop use case implementations.
4406 The Policy Framework is the component that is the source of truth for
4407 all policy decisions.
4408
4409 **Reporting Entity Name**. Name of the entity reporting the event or
4410 detecting a problem in another vnf/vm or pnf which is experiencing the
4411 problem. May be the same as the sourceName. Not used for performance
4412 measurements currently.
4413
4414 **SDC**. Service Design and Creation Platform: The ONAP visual modeling
4415 and design tool. It creates internal metadata that describes assets used
4416 by all ONAP components, both at design time and run time. The SDC
4417 manages the content of a catalog, and assemblies of selected catalog to
4418 define how and when VNFs are realized in a target environment.
4419
4420 **Source Name**: Name of the entity experiencing the event issue, which
4421 may be detected and reported by a separate reporting entity. The
4422 sourceName identifies the device for which data is collected. A valid
4423 sourceName must be inventoried in A&AI.
4424
4425 **Specific Problem**. Description of the alarm or problem.
4426
4427 **VES**. Virtual Function Event Stream. In 6.0, the definition of VES
4428 was expanded to include event streaming for VNF, PNF and infrastructure.
4429 The VES Event Listener can receive any event sent in the VES Common
4430 Event Format.
4431
4432 **VES Event Listener**. A RESTful connectionless push event listener
4433 capable of receiving single events or batches of events sent in the
4434 Common Event Format.
4435
4436 **VM**. Virtual Machine.
4437
4438 **VNF**. Virtual Network Function. A VNF is a virtualized task formerly
4439 carried out by proprietary, dedicated network hardware. (Examples:
4440 virtual firewall, virtual DNS). A VNF can also be defined as a specific
4441 kind of Vendor Software Product.
4442
4443 **YAML**. A `data serialization
4444 language <https://en.wikipedia.org/wiki/Data_serialization_language>`__
4445 and superset of JSON.
4446
4447 **VNFC**. Virtual Network Function Component. A VNFC is a part of a VNF.
4448 It is a stand-alone executable that is loosely-coupled, granular,
4449 re-usable, and responsible for a single capability.
4450
4451 Appendix: Historical Change Log
4452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4453
4454 For the latest changes, see the Change Block just before the Table of
4455 Contents.
4456
4457 +-----------+---------+-------------------------------------------------------+
4458 | Date      | Revision| Description                                           |
4459 +-----------+---------+-------------------------------------------------------+
4460 | 5/22/2015 | 0.1     | Initial Release - Draft                               |
4461 +-----------+---------+-------------------------------------------------------+
4462 | 5/29/2015 | 0.2     | -  Introduction: removed all system names and         |
4463 |           |         |    references to internal AT&T components             |
4464 |           |         |                                                       |
4465 |           |         | -  Security: changed ‘event publisher’ to             |
4466 |           |         |    ‘event source’                                     |
4467 |           |         |                                                       |
4468 |           |         | -  Generic Event Format: updated the JSON schema per  |
4469 |           |         |    the below:                                         |
4470 |           |         |                                                       |
4471 |           |         | -  eventHeader: clarified the description of id, made |
4472 |           |         |    sourceId a required field, changed the datatype of |
4473 |           |         |    timestamps to timestamp [ ]                        |
4474 |           |         |                                                       |
4475 |           |         | -  performanceFields: removed overflowFields          |
4476 |           |         |                                                       |
4477 |           |         | -  tmestamp: added a description of this datatype     |
4478 |           |         |                                                       |
4479 |           |         | -  Exceptions: fixed indentation of sections          |
4480 |           |         |                                                       |
4481 |           |         | -  Approvers: updated the list of approvers and added |
4482 |           |         |    attuids                                            |
4483 +-----------+---------+-------------------------------------------------------+
4484 | 6/3/2015  | 0.3     | -  Updated the security section to use HTTP Basic     |
4485 |           |         |    Authentication per AT&T REST standards. Updated the|
4486 |           |         |    input parameters and messaging examples to use the |
4487 |           |         |    new security scheme.                               |
4488 +-----------+---------+-------------------------------------------------------+
4489 | 6/5/2015  | 0.4     | -  Added otherFields sub section to the defined       |
4490 |           |         |    datatypes                                          |
4491 |           |         |                                                       |
4492 |           |         | -  Added locale field to the eventHeader.             |
4493 +-----------+---------+-------------------------------------------------------+
4494 | 6/5/2015  | 0.5     | -  Updated the embedded event format json schema to   |
4495 |           |         |    match the changes made in v0.4                     |
4496 +-----------+---------+-------------------------------------------------------+
4497 | 6/10/2015 | 0.6     | -  Updated the {ServerRoot} format to contain an      |
4498 |           |         |    optional routing path (for D2 service modules).    |
4499 +-----------+---------+-------------------------------------------------------+
4500 | 7/7/2015  | 0.7     |     Common Event Format updates:                      |
4501 |           |         |                                                       |
4502 |           |         | -  EventHeader: added ‘measurement’ to the ‘domain’   |
4503 |           |         |    enumeration; changed ‘locale’ to ‘location’ and    |
4504 |           |         |    clarified in the description that this should be a |
4505 |           |         |    clli code                                          |
4506 |           |         |                                                       |
4507 |           |         | -  Added a MeasurementFields datatype, which required |
4508 |           |         |    the addition of the following datatypes:           |
4509 |           |         |    codecsInUse, cpuUsage, diskUsage, featuresInUse,   |
4510 |           |         |    memoryUsage                                        |
4511 +-----------+---------+-------------------------------------------------------+
4512 | 7/15/2015 | 1.0     | -  Changed sourceInstance in the eventHeader to be an |
4513 |           |         |    array of name value pairs                          |
4514 |           |         |                                                       |
4515 |           |         | -  Changed the performanceFields block to             |
4516 |           |         |    thresholdCrossingAlertFields. Updated the domain   |
4517 |           |         |    field of the eventHeader to match.                 |
4518 +-----------+---------+-------------------------------------------------------+
4519 | 7/23/2015 | v1.1    | Changes to eventHeader data format:                   |
4520 |           |         |                                                       |
4521 |           |         | -  moved sourceInstance to internalHeaderFields       |
4522 |           |         |                                                       |
4523 |           |         | -  moved serviceInstanceId to internalHeaderFields    |
4524 |           |         |                                                       |
4525 |           |         | -  moved productId to internalHeaderFields            |
4526 |           |         |                                                       |
4527 |           |         | -  moved subscriberId to internalHeaderFields         |
4528 |           |         |                                                       |
4529 |           |         | -  moved location to internalHeaderFields             |
4530 |           |         |                                                       |
4531 |           |         | -  added the following new fields in                  |
4532 |           |         |    internalHeaderFields: policyType, policyName,      |
4533 |           |         |    correlationEventType, correlationType,             |
4534 |           |         |    correlationName, correlationRootEventId            |
4535 |           |         |                                                       |
4536 |           |         | Changes to faultFields data format:                   |
4537 |           |         |                                                       |
4538 |           |         | -  moved the eventSourceDeviceDescription to          |
4539 |           |         |    internalFaultFields and renamed it                 |
4540 |           |         |    equipmentVendorModel                               |
4541 |           |         |                                                       |
4542 |           |         | -  moved eventSourceHostname to internalFaultFields   |
4543 |           |         |                                                       |
4544 |           |         | -  changed alarmObjectInterface to alarmInterfaceA    |
4545 |           |         |                                                       |
4546 |           |         | -  changed alarmRemoteObject to alarmRemoteObjectZ and|
4547 |           |         |     moved it to internalFaultFields                   |
4548 |           |         |                                                       |
4549 |           |         | -  changed alarmRemoteObjectInterface to              |
4550 |           |         |    alarmInterfaceZ and moved it to internalFaultFields|
4551 |           |         |                                                       |
4552 |           |         | Changes to thresholdCrossingFields data format:       |
4553 |           |         |                                                       |
4554 |           |         | -  changed several references from the old            |
4555 |           |         |    ‘performanceFields’ block to the new               |
4556 |           |         |    ‘thresholdCrossingFields’ block                    |
4557 |           |         |                                                       |
4558 |           |         | Other:                                                |
4559 |           |         |                                                       |
4560 |           |         | -  Fixed several comma and colon syntax errors in the |
4561 |           |         |    JSON schema as detected by a JSON schema syntax    |
4562 |           |         |    checker.                                           |
4563 +-----------+---------+-------------------------------------------------------+
4564 | 8/11/2015 | v1.2    | Timestamp format:                                     |
4565 |           |         |                                                       |
4566 |           |         | -  Section 4.18: added a note in the datetime field of|
4567 |           |         |    the Timestamp datatype specifying the (GMT) format |
4568 |           |         |    required                                           |
4569 |           |         |                                                       |
4570 |           |         | -  Updated the JSON schema with the same information  |
4571 |           |         |                                                       |
4572 |           |         | Event Header Severity Enumeration:                    |
4573 |           |         |                                                       |
4574 |           |         | -  Section 4.8: modified the severity enumeration to  |
4575 |           |         |    remove the numbers in parentheses that followed the|
4576 |           |         |    names. The names were not changed.                 |
4577 |           |         |                                                       |
4578 |           |         | -  Updated the JSON schema with the same information. |
4579 +-----------+---------+-------------------------------------------------------+
4580 | 8/20/2015 | v1.3    | JSON Schema rev’d to v9:                              |
4581 |           |         |                                                       |
4582 |           |         | -  Alphabetized all fields in the JSON schema         |
4583 |           |         |                                                       |
4584 |           |         | -  Fixed the way arrays were specified (JSON schema   |
4585 |           |         |    syntax issue)                                      |
4586 |           |         |                                                       |
4587 |           |         | Sample Responses:                                     |
4588 |           |         |                                                       |
4589 |           |         | -  2.1.1.1: alphabetized fields, fixed timestamps     |
4590 |           |         |    array depiction, fixed severity enum value to      |
4591 |           |         |    conform to latest format                           |
4592 |           |         |                                                       |
4593 |           |         | -  6.2.6.1: alphabetized fields, fixed timestamps     |
4594 |           |         |    array depiction, fixed severity enum value to      |
4595 |           |         |    conform to latest format                           |
4596 |           |         |                                                       |
4597 |           |         | -  6.3.6.1: alphabetized fields, fixed timestamps     |
4598 |           |         |    array depiction, fixed severity enum value to      |
4599 |           |         |    conform to latest format                           |
4600 |           |         |                                                       |
4601 |           |         | -  6.4.6.1: alphabetized fields, fixed timestamps     |
4602 |           |         |    array depiction, fixed eventList array depection,  |
4603 |           |         |    fixed severity enum value to conform to latest     |
4604 |           |         |    format                                             |
4605 +-----------+---------+-------------------------------------------------------+
4606 | 9/16/2015 | v1.4    | JSON Schema rev’d to v10:                             |
4607 |           |         |                                                       |
4608 |           |         | - Fixed an error in the way that the top level        |
4609 |           |         |   “event” object was specified in the v9 json schema. |
4610 |           |         |   This was discovered when validating examples        |
4611 |           |         |   against the schema using this site:                 |
4612 |           |         |   http://json-schema-validator.herokuapp.com/index.jsp|
4613 |           |         |                                                       |
4614 |           |         | - Changed the embedded json file in section 4         |
4615 |           |         |                                                       |
4616 |           |         | Sample Responses:                                     |
4617 |           |         |                                                       |
4618 |           |         | - Removed an extra comma after the timestamp brace in |
4619 |           |         |   section 6.2.6 and 6.3.6.                            |
4620 +-----------+---------+-------------------------------------------------------+
4621 | 11/11/2015| v1.5    | Section 4 was the only section changed: JSON Schema   |
4622 |           |         | rev’d to v11 and Datatype tables were updated to match|
4623 |           |         | . Numerous data structure changes were made based on  |
4624 |           |         | VNF vendor proof of concept feedback. Modified sample |
4625 |           |         | requests and responses to match.                      |
4626 +-----------+---------+-------------------------------------------------------+
4627 | 11/12/2015| v1.6    | -  The internalFaultFields were merged into the       |
4628 |           |         |    internalHeaderFields; then the internalFaultFields |
4629 |           |         |    datatype was deleted.                              |
4630 |           |         |                                                       |
4631 |           |         | -  Updated the JSON schema to v12.                    |
4632 |           |         |                                                       |
4633 |           |         | -  Also corrected some background color issues in the |
4634 |           |         |    sample requests and responses.                     |
4635 +-----------+---------+-------------------------------------------------------+
4636 | 1/18/2016 | v1.7    | -  Section 2 changes: updated the sample request to   |
4637 |           |         |    conform with the changes below                     |
4638 |           |         |                                                       |
4639 |           |         | -  Section 4 datatype changes:                        |
4640 |           |         |                                                       |
4641 |           |         | -  Changed 'eventHeader' to 'commonEventHeader'       |
4642 |           |         |                                                       |
4643 |           |         | -  Moved 'eventSeverity' from the 'commonEventHeader' |
4644 |           |         |    to 'faultFields'                                   |
4645 |           |         |                                                       |
4646 |           |         | -  Added 'priority' to 'commonEventHeader'            |
4647 |           |         |                                                       |
4648 |           |         | -  moved 'vFstatus' to 'faultFields'                  |
4649 |           |         |                                                       |
4650 |           |         | -  removed 'firstDateTime' and 'lastDateTime' and     |
4651 |           |         |    changed 'firstEpoch' to 'startEpochMicrosec' and   |
4652 |           |         |    changed 'lastEpoch' to 'lastEpochMicrosec'.        |
4653 |           |         |                                                       |
4654 |           |         | -  Added 'functionalRole' to the commonEventHeader    |
4655 |           |         |                                                       |
4656 |           |         | -  In the commonEventHeader, changed the 'eventDomain'|
4657 |           |         |    enumeration to remove 'measurements' and add       |
4658 |           |         |    'measurementsForVfScaling'.                        |
4659 |           |         |                                                       |
4660 |           |         | -  Changed the 'measurementFields' to                 |
4661 |           |         |    'measurementsForVfScalingFields'                   |
4662 |           |         |                                                       |
4663 |           |         | -  In the commonEventHeader, changed the following    |
4664 |           |         |    fields:                                            |
4665 |           |         |                                                       |
4666 |           |         | -  'eventDomain' to 'domain'                          |
4667 |           |         |                                                       |
4668 |           |         | -  'eventSequence' to 'sequence'                      |
4669 |           |         |                                                       |
4670 |           |         | -  'eventSourceId' to 'sourceId'                      |
4671 |           |         |                                                       |
4672 |           |         | -  'eventSounceName' to 'sourceName'                  |
4673 |           |         |                                                       |
4674 |           |         | -  Updated the JSON schema to v13                     |
4675 |           |         |                                                       |
4676 |           |         | -  Section 6 changes: updated the input parameters and|
4677 |           |         |    sample requests to conform to the changes above.   |
4678 |           |         |                                                       |
4679 |           |         | -  Section 7: changed the section from Approvers to   |
4680 |           |         |    Contributors.                                      |
4681 +-----------+---------+-------------------------------------------------------+
4682 | 1/22/2016 | v1.8    | -  Section 4: Added support for ‘mobileFlow’ in the   |
4683 |           |         |    commonEventHeader ‘domain’ enumeration. Added the  |
4684 |           |         |    mobileFlowFields datatype and the gtpPerFlowMetrics|
4685 |           |         |    datatype referenced by that datatype.              |
4686 |           |         |                                                       |
4687 |           |         | -  Section 7: alphabetized the contributors           |
4688 +-----------+---------+-------------------------------------------------------+
4689 | 2/11/2016 | v1.9    | -  Added section 1.3: Naming Standard for Event Types |
4690 +-----------+---------+-------------------------------------------------------+
4691 | 2/12/2016 | v2.0    | -  Updated request – response examples to reflect the |
4692 |           |         |    naming standards for event types introduced in v1.9|
4693 |           |         |                                                       |
4694 |           |         | -  Added a paragraph on use of Avro as a transport in |
4695 |           |         |    section 1.4                                        |
4696 +-----------+---------+-------------------------------------------------------+
4697 | 3/11/2016 | v2.1    | -  Updated the embedded JSON schema to v15 to fix a   |
4698 |           |         |    typo in the required fields for the                |
4699 |           |         |    measurementsForVfScalingFields, namely, changed    |
4700 |           |         |    ‘configuredEntites’ to ‘configuredEntities’.       |
4701 |           |         |    Additionally, added an ‘Event Listener’ title block|
4702 |           |         |    at the bottom of the file with a single required   |
4703 |           |         |    event object.                                      |
4704 +-----------+---------+-------------------------------------------------------+
4705 | 3/15/2016 | v2.2    | -  Added mobileFlowFields to the event datatype       |
4706 |           |         |    definition in section 4.7 and updated the embedded |
4707 |           |         |    json schema at the top of section 4 to v16.        |
4708 +-----------+---------+-------------------------------------------------------+
4709 | 4/26/2016 | v2.3    | -  Generic Event Format updates: 1) made ‘priority’   |
4710 |           |         |    lowercase in the Word doc table for                |
4711 |           |         |    commonEventHeader; 2) added ‘requestError’ data    |
4712 |           |         |    structure to the Word doc and JSON schema (which is|
4713 |           |         |    now at v17)                                        |
4714 +-----------+---------+-------------------------------------------------------+
4715 | 4/27/2016 | v2.4    | -  JSON Schema: In the 'event' data structure, changed|
4716 |           |         |    'thresholdCrossingFields' to                       |
4717 |           |         |    'thresholdCrossingAlertFields' to product v18 of   |
4718 |           |         |    the schema.                                        |
4719 |           |         |                                                       |
4720 |           |         | -  'codecsInUse' data structure: changed 'numberInUse'|
4721 |           |         |     to 'codecUtilization’                             |
4722 +-----------+---------+-------------------------------------------------------+
4723 | 5/26/2016 | v2.5    | -  Changed responses from ‘204 No Content’ to ‘202    |
4724 |           |         |    Accepted’ and added a body to the response that    |
4725 |           |         |    enable AT&T to throttle the events being sent      |
4726 |           |         |    and/or to request the current state of throttling  |
4727 |           |         |    at the event source.                               |
4728 |           |         |                                                       |
4729 |           |         | -  Added new datatypes to support the above:          |
4730 |           |         |    eventDomainThrottleSpecification,                  |
4731 |           |         |    eventDomainThrottleSpecificationList,              |
4732 |           |         |    eventThrottlingState, suppressedNvPairs            |
4733 |           |         |                                                       |
4734 |           |         | -  Modifed the commonEventFormat json schema to v19   |
4735 |           |         |                                                       |
4736 |           |         | -  Note: for the VendorEventListener: added new       |
4737 |           |         |    licensing language on the back of the title page;  |
4738 |           |         |    added an “attCopyrightNotice” definition at the top|
4739 |           |         |    of the commonEventFormat\_Vendors.json file; also  |
4740 |           |         |    removed all references to internalHeaderFields from|
4741 |           |         |    this file and from the VendorEventListener spec.   |
4742 +-----------+---------+-------------------------------------------------------+
4743 | 8/9/2016  | v2.6    | -  commonHeader: added a note on the description of   |
4744 |           |         |    sourceId and sourceName in the commonHeader: "use  |
4745 |           |         |    reportingEntity for domains that provide more      |
4746 |           |         |    detailed source info"                              |
4747 |           |         |                                                       |
4748 |           |         | -  commonHeader: deleted the capacity,                |
4749 |           |         |    measurementsForVfScaling and usage domains in the  |
4750 |           |         |    domain enumeration                                 |
4751 |           |         |                                                       |
4752 |           |         | -  commonHeader: added the following domains to the   |
4753 |           |         |    domain enumeration: licensingKci, scalingKpi,      |
4754 |           |         |    stateChange                                        |
4755 |           |         |                                                       |
4756 |           |         | -  event: removed references to capacityFields,       |
4757 |           |         |    measurementsForVfScalingFields and usageFields and |
4758 |           |         |    added references to licensingKciFields,            |
4759 |           |         |    scalingKpiFields, stateChangeFields                |
4760 |           |         |                                                       |
4761 |           |         | -  licensingKciFields: added this section along with  |
4762 |           |         |    'additionalMeasurements', which is an optional list|
4763 |           |         |    of measurementGroup structures. Changed the name of|
4764 |           |         |    kciFieldsVersion to licensingKciFieldsVersion.     |
4765 |           |         |                                                       |
4766 |           |         | -  scalingKpiFields: added this section but changed   |
4767 |           |         |    measurementFieldsVersion to scalingKpiFieldsVersion|
4768 |           |         |                                                       |
4769 |           |         | -  stateChangeFields: added this section along with   |
4770 |           |         |    'additionalFields', which is an optional list of   |
4771 |           |         |    name-value pairs. Other fields included newState   |
4772 |           |         |    and oldState which were enumerations of the        |
4773 |           |         |    following possible states: 'inService',            |
4774 |           |         |    'maintenance', 'outOfService'                      |
4775 |           |         |                                                       |
4776 |           |         | -  sysLogFields: added 'additionalFields', which is an|
4777 |           |         |    optional list of name-value pairs                  |
4778 |           |         |                                                       |
4779 |           |         | -  vNicUsage: added two required fields to the        |
4780 |           |         |    vNicUsage data structure: packetsIn and packetsOut |
4781 +-----------+---------+-------------------------------------------------------+
4782 | 8/10/2016 | v2.7    | -  commonHeader: removed the note on the description  |
4783 |           |         |    of sourceId and sourceName in the commonHeader:    |
4784 |           |         |    "use reportingEntity for domains that provide more |
4785 |           |         |    detailed source info"                              |
4786 |           |         |                                                       |
4787 |           |         | -  commonHeader: added measurementsForVfScaling domain|
4788 |           |         |    back and removed the licensingKci and scalingKpi   |
4789 |           |         |    domains                                            |
4790 |           |         |                                                       |
4791 |           |         | -  event: removed references to licensingKciFields and|
4792 |           |         |    scalingKpiFields; added references to              |
4793 |           |         |    measurementsForVfScalingFields                     |
4794 |           |         |                                                       |
4795 |           |         | -  measurementsForVfScalingFields: combined the       |
4796 |           |         |    kciDetail and kpiDetail structures into the        |
4797 |           |         |    measurementsForVfScalingFields structure;          |
4798 |           |         |    referenced the errors structure                    |
4799 |           |         |                                                       |
4800 |           |         | -  errors: added a new structure to capture the       |
4801 |           |         |    receive and transmit errors for the measurements   |
4802 |           |         |    domain                                             |
4803 |           |         |                                                       |
4804 |           |         | -  removed the following structures: kci, kpi,        |
4805 |           |         |    scalingKpiFields and licensingKciFields            |
4806 |           |         |                                                       |
4807 |           |         | -  eventDomainThrottleSpecification: updated the      |
4808 |           |         |    reference to commonEventHeader domain field        |
4809 |           |         |                                                       |
4810 |           |         | -  faultFields: removed the numbers from the          |
4811 |           |         |    enumerated strings for eventSourceType             |
4812 |           |         |                                                       |
4813 |           |         | -  vNicUsage: made the broadcast, multicast and       |
4814 |           |         |    unicast fields optional                            |
4815 |           |         |                                                       |
4816 |           |         | -  contributors: updated Alok’s organizational area   |
4817 +-----------+---------+-------------------------------------------------------+
4818 | 8/12/2016 | v2.8    | -  commonHeader: copied the descriptions of sourceId  |
4819 |           |         |    and sourceName from the JSON schema into the word  |
4820 |           |         |    document tables.                                   |
4821 |           |         |                                                       |
4822 |           |         | -  sample request examples: moved the                 |
4823 |           |         |    reportingEntityId and reportingEntityNames to the  |
4824 |           |         |    same relative place in all sample requests in the  |
4825 |           |         |    document                                           |
4826 |           |         |                                                       |
4827 |           |         | -  Fixed the sample request shown for                 |
4828 |           |         |    publishEventBatch to take an eventList as input.   |
4829 |           |         |                                                       |
4830 |           |         | -  Fixed the sample request shown for                 |
4831 |           |         |    publishSpecificTopic to put the topic in the URL   |
4832 |           |         |                                                       |
4833 |           |         | -  errors: changed the receiveErrors and              |
4834 |           |         |    transmitErrors fields to be datatype number        |
4835 |           |         |                                                       |
4836 |           |         | -  codesInUse: changed 'codecUtilization' to          |
4837 |           |         |    'numberinUse'                                      |
4838 |           |         |                                                       |
4839 |           |         | -  vNicUsage: updated the description of the fields   |
4840 +-----------+---------+-------------------------------------------------------+
4841 | 8/27/2016 | v2.9    | -  Added a note "(currently: 1.1)" in the descriptions|
4842 |           |         |    of the following fields: commonEventHeader:version,|
4843 |           |         |    faultFields:faultFieldsVersion,                    |
4844 |           |         |    measurementsForVfScalingFields:measurementsForVf\  |
4845 |           |         |    ScalingFieldsVersion, stateChangeFields:state\     |
4846 |           |         |    ChangeFieldsVersion, sysLogFields:syslogFields\    |
4847 |           |         |    Version, thresholdCrossingAlertFields:threshold\   |
4848 |           |         |    CrossingFieldsVersion                              |
4849 |           |         |                                                       |
4850 |           |         | -  stateChangeFields: made stateInterface mandatory   |
4851 |           |         |                                                       |
4852 |           |         | -  changed 'enum' to 'enumeration' throughout section |
4853 |           |         |    4 of the document (note: this can't be done in the |
4854 |           |         |    JSON schema).                                      |
4855 |           |         |                                                       |
4856 |           |         | -  measurementsForVfScalingFields: made the following |
4857 |           |         |    fields optional: conurrentSessions, configured\    |
4858 |           |         |    Entitites, cpuUsageArray, fileSystemUsageArray,    |
4859 |           |         |    memoryConfigured, memoryUsed, requestRate,         |
4860 |           |         |    vNicUsageArray                                     |
4861 |           |         |                                                       |
4862 |           |         | -  measurementsForVfScalingFields: concurrentSessions |
4863 |           |         |    and configuredEntities: changed the description to |
4864 |           |         |    support both VMs and VNFs                          |
4865 |           |         |                                                       |
4866 |           |         | -  measurementsFor VfScalingFields: clarified the     |
4867 |           |         |    descriptions of latencyDistribution, measurement\  |
4868 |           |         |    Inverval and requestRate                           |
4869 |           |         |                                                       |
4870 |           |         | -  syslogFields: clarified the descriptions of        |
4871 |           |         |    syslogSData, syslogTag, syslogVer                  |
4872 |           |         |                                                       |
4873 |           |         | -  thresholdCrossingAlertFields: made the following   |
4874 |           |         |    fields optional and clarified their descriptions:  |
4875 |           |         |    elementType, networkService                        |
4876 |           |         |                                                       |
4877 |           |         | -  command and commandList: created a list of command |
4878 |           |         |    structures to enable the event collector to request|
4879 |           |         |    changes of event sources. Commands consist of a    |
4880 |           |         |    commandType along with optional fields (whose      |
4881 |           |         |    presence is indicated by the commandType). Three   |
4882 |           |         |    command types are currently supported:             |
4883 |           |         |    'measurementIntevalChange',                        |
4884 |           |         |    ‘provideThrottlingState’ and                       |
4885 |           |         |    'throttlingSpecification'.                         |
4886 |           |         |                                                       |
4887 |           |         | -  eventDomainThrottleSpecificationList: removed this |
4888 |           |         |    and replaced it with commandList.                  |
4889 |           |         |                                                       |
4890 |           |         | -  Operations and Sample Requests: modified the       |
4891 |           |         |    operations and samples to support the new command  |
4892 |           |         |    and commandList structures.                        |
4893 +-----------+---------+-------------------------------------------------------+
4894 | 9/1/2016  | v2.10   | -  measurementsForVfScaling block: made the following |
4895 |           |         |    fields optional: latencyDistribution (which is an  |
4896 |           |         |    array of latencyBucketMeasure structures) and      |
4897 |           |         |    meanRequestLatency. Updated the JSON schemas (now  |
4898 |           |         |    v24) to match.                                     |
4899 +-----------+---------+-------------------------------------------------------+
4900 | 9/16/2016 | v2.11   | -  1 Introduction: updated the introduction to clarify|
4901 |           |         |    the usage of eventTypes and the possibility of     |
4902 |           |         |    support for other protocols.                       |
4903 |           |         |                                                       |
4904 |           |         | -  6.1 REST Operation Overview: added two new         |
4905 |           |         |    subsections (6.1.2 and 6.1.3) discussing Api       |
4906 |           |         |    Version and Commands Toward Event Source Clients.  |
4907 |           |         |                                                       |
4908 |           |         | -  6.2 publishAnyEvent: fixed the sample to conform to|
4909 |           |         |    the latest changes                                 |
4910 |           |         |                                                       |
4911 |           |         | -  6.3 publishSpecificTopic: fixed the sample to      |
4912 |           |         |    conform to the latest changes                      |
4913 |           |         |                                                       |
4914 |           |         | -  6.4 publishEventBatch: fixed the sample to conform |
4915 |           |         |    to the latest changes                              |
4916 |           |         |                                                       |
4917 |           |         | -  6.5 provideThrottlingState operation: added the    |
4918 |           |         |    Input Parameters section heading back and fixed the|
4919 |           |         |    sample request to provide eventThrottlingState     |
4920 |           |         |    (instead of eventThrottlingClientState).           |
4921 |           |         |                                                       |
4922 |           |         | -  The remaining bullets describe changes made to     |
4923 |           |         |    section 4 datatypes in alphabetical order:         |
4924 |           |         |                                                       |
4925 |           |         | -  command datatype: referenced the new section 6.1.3 |
4926 |           |         |    which provides an explanation of command state     |
4927 |           |         |    expectations and requirements for a given          |
4928 |           |         |    eventSource:                                       |
4929 |           |         |                                                       |
4930 |           |         | -  commonEventHeader datatype:                        |
4931 |           |         |                                                       |
4932 |           |         |    -  made sourceId and reportingEntityId fields      |
4933 |           |         |       optional (although the internal Generic Event   |
4934 |           |         |       Listener spec indicates, in the field           |
4935 |           |         |       descriptions, that the AT&T enrichment process  |
4936 |           |         |       shall ensure that these fields are populated)   |
4937 |           |         |                                                       |
4938 |           |         |    -  domain enumeration: changed measurementsForVf\  |
4939 |           |         |       ScalingFields to measurementsForVfScaling       |
4940 |           |         |                                                       |
4941 |           |         | -  eventDomainThrottleSpecificationList: added this   |
4942 |           |         |    array of eventDomainThrottleSpecification stuctures|
4943 |           |         |    back to the schema because it is used by the       |
4944 |           |         |    provideThrottlingState operation.                  |
4945 |           |         |                                                       |
4946 |           |         | -  eventList: added eventList back to the vendor      |
4947 |           |         |    version of the commonEventFormat. This is used by  |
4948 |           |         |    the publishEventBatch operation.                   |
4949 |           |         |                                                       |
4950 |           |         | -  faultFields datatype:                              |
4951 |           |         |                                                       |
4952 |           |         |    -  eventSourceType: made this a string (and        |
4953 |           |         |       provided the previous enumerated values as      |
4954 |           |         |       examples)                                       |
4955 |           |         |                                                       |
4956 |           |         | -  filesystemUsage datatype:                          |
4957 |           |         |                                                       |
4958 |           |         |    -  changed vmIdentifier to filesystemName          |
4959 |           |         |                                                       |
4960 |           |         | -  gtpPerFlowMetrics datatype:                        |
4961 |           |         |                                                       |
4962 |           |         |    -  flowActivationTime: changed the format and      |
4963 |           |         |       description to be compliant with RFC 2822.      |
4964 |           |         |                                                       |
4965 |           |         |    -  flowDeactivationTime: changed the format and    |
4966 |           |         |       description to be compliant with RFC 2822.      |
4967 |           |         |                                                       |
4968 |           |         | -  internalHeaderFields datatype:                     |
4969 |           |         |                                                       |
4970 |           |         |    -  Added the following optional fields: firstDate\ |
4971 |           |         |       Time, lastDateTime compliant with RFC 2822.     |
4972 |           |         |       Noted in the description that these fields must |
4973 |           |         |       be supplied for events in the following domains:|
4974 |           |         |       fault, thresholdCrossingAlerts and              |
4975 |           |         |       measurementsForVfScaling.                       |
4976 |           |         |                                                       |
4977 |           |         |    -  ticketingTimestamp: changed the format and      |
4978 |           |         |       description to be compliant with RFC 2822.      |
4979 |           |         |                                                       |
4980 |           |         | -  syslogFields datatype:                             |
4981 |           |         |                                                       |
4982 |           |         |    -  eventSourceType: made this a string (and        |
4983 |           |         |       provided the previous enumerated values, without|
4984 |           |         |       the numbers, as examples)                       |
4985 |           |         |                                                       |
4986 |           |         | -  thresholdCrossingAlerts dataypte:                  |
4987 |           |         |                                                       |
4988 |           |         |    -  collectionTimestamp: changed the format and     |
4989 |           |         |       description to be compliant with RFC 2822.      |
4990 |           |         |                                                       |
4991 |           |         |    -  eventStartTimestamp: changed the format and     |
4992 |           |         |       description to be compliant with RFC 2822.      |
4993 |           |         |                                                       |
4994 |           |         |    -  added the same eventSeverity field as from the  |
4995 |           |         |       faultFields and made it required                |
4996 +-----------+---------+-------------------------------------------------------+
4997 | 9/23/2016 | v2.12   | -  Section 4 Datatypes: commonEventHeader: made       |
4998 |           |         |    reportingEntityName a required field (note: the    |
4999 |           |         |    JSON schema already had this field as required)    |
5000 +-----------+---------+-------------------------------------------------------+
5001 | 11/29/2016| v3.0    | -  Introduction:                                      |
5002 |           |         |                                                       |
5003 |           |         |    -  Introductory paragraph: changed '...Common Event|
5004 |           |         |       Header Block followed by zero or more event     |
5005 |           |         |       domain blocks' to '...Common Event Header Block |
5006 |           |         |       accompanied by zero or more event domain blocks'|
5007 |           |         |       since the order of the blocks on the wire is    |
5008 |           |         |       not guaranteed.                                 |
5009 |           |         |                                                       |
5010 |           |         |    -  Added Section 1.5 Versioning                    |
5011 |           |         |                                                       |
5012 |           |         | -  Section 4: codec processing:                       |
5013 |           |         |                                                       |
5014 |           |         |    -  CommonEventFormat\_Vendors schema only:         |
5015 |           |         |       codesInUse: changed required field from         |
5016 |           |         |       "codecUtilization" which was removed previously |
5017 |           |         |       to "numberInUse" which is the new field name.   |
5018 |           |         |                                                       |
5019 |           |         |    -  added ‘codecSelected’ datatype                  |
5020 |           |         |                                                       |
5021 |           |         |    -  added ‘codecSelectedTranscoding’ datatype       |
5022 |           |         |                                                       |
5023 |           |         | -  Section 4 and section 6: command processing:       |
5024 |           |         |                                                       |
5025 |           |         |    -  Added commandListEntry which is an object that  |
5026 |           |         |       references the command object.                  |
5027 |           |         |                                                       |
5028 |           |         |    -  commandList: changed commandList to contain an  |
5029 |           |         |       array of commandListEntry objects.              |
5030 |           |         |                                                       |
5031 |           |         |    -  Updated sample responses in section 6 where     |
5032 |           |         |       commands are used                               |
5033 |           |         |                                                       |
5034 |           |         | -  Section 4: commonEventHeader:                      |
5035 |           |         |                                                       |
5036 |           |         |    -  Incremented version to 1.2                      |
5037 |           |         |                                                       |
5038 |           |         |    -  added two new values to the ‘domain’            |
5039 |           |         |       enumeration: ‘serviceEvents’ and ‘signaling     |
5040 |           |         |                                                       |
5041 |           |         | -  Section 4: added endOfCallVqmSummaries datatype    |
5042 |           |         |                                                       |
5043 |           |         | -  Section 4: ‘event’: added two fields:              |
5044 |           |         |    ‘serviceEventsFields’ and ‘signalingFields’        |
5045 |           |         |                                                       |
5046 |           |         | -  Section 4: added ‘eventInstanceIdentifier’datatype |
5047 |           |         |                                                       |
5048 |           |         | -  Section 4: CommonEventListener only:               |
5049 |           |         |    internalHeaderFields:                              |
5050 |           |         |                                                       |
5051 |           |         |    -  added ‘internalHeaderFieldsVersion’(initially   |
5052 |           |         |       set to 1.1)                                     |
5053 |           |         |                                                       |
5054 |           |         |    -  added ‘correlationFirstEpoch’                   |
5055 |           |         |                                                       |
5056 |           |         |    -  added 'closedLoopControlName'                   |
5057 |           |         |                                                       |
5058 |           |         |    -  added 'closedLoopFlag'                          |
5059 |           |         |                                                       |
5060 |           |         |    -  added 'collectorTimeStamp'                      |
5061 |           |         |                                                       |
5062 |           |         |    -  added 'eventTag'                                |
5063 |           |         |                                                       |
5064 |           |         |    -  added ‘tenantName’                              |
5065 |           |         |                                                       |
5066 |           |         |    -  changed 'operationalStatus' to 'inMaint'        |
5067 |           |         |                                                       |
5068 |           |         |    -  added required fields in the schema to match the|
5069 |           |         |       word doc: 'equipmentNameCode', 'equipmentType', |
5070 |           |         |       'equipmentVendor', 'inMaint', 'provStatus'      |
5071 |           |         |                                                       |
5072 |           |         | -  Section 4: added ‘marker’datatype                  |
5073 |           |         |                                                       |
5074 |           |         | -  Section 4: added ‘midCallRtcp’ datatype            |
5075 |           |         |                                                       |
5076 |           |         | -  Section 4: mobileFlowFields:                       |
5077 |           |         |                                                       |
5078 |           |         |    -  added ‘mobileFlowFieldsVersion’(initially set to|
5079 |           |         |       1.1)                                            |
5080 |           |         |                                                       |
5081 |           |         | -  Section 4: added ‘serviceEventsFields’datatype     |
5082 |           |         |                                                       |
5083 |           |         | -  Section 4: added ‘signalingFields’ datatype        |
5084 |           |         |                                                       |
5085 |           |         | -  Section 4: syslogFields:                           |
5086 |           |         |                                                       |
5087 |           |         |    -  Incremented syslogFieldsVersion to 1.2          |
5088 |           |         |                                                       |
5089 |           |         |    -  added 'syslogPri'                               |
5090 |           |         |                                                       |
5091 |           |         |    -  added 'syslogSev'                               |
5092 |           |         |                                                       |
5093 |           |         |    -  added ‘syslogSdId’                              |
5094 |           |         |                                                       |
5095 |           |         | -  Section 4: thresholdCrossingAlertFields:           |
5096 |           |         |                                                       |
5097 |           |         |    -  Incremented thresholdCrossingFieldsVersion to   |
5098 |           |         |       1.2                                             |
5099 |           |         |                                                       |
5100 |           |         |    -  added 'additionalFields' which is an optional   |
5101 |           |         |       list of name value pairs.                       |
5102 |           |         |                                                       |
5103 |           |         | -  Section 4: schema v26.0 embedded reflecting the    |
5104 |           |         |    above changes.                                     |
5105 |           |         |                                                       |
5106 |           |         | -  Section 6 and Section 2: changed all sample        |
5107 |           |         |    requests to use /v3 in the REST Resource URL.      |
5108 +-----------+---------+-------------------------------------------------------+
5109 | 12/1/2016 | v3.1    | -  Section 6: Updated the call flow diagrams to show  |
5110 |           |         |    ‘v3’                                               |
5111 +-----------+---------+-------------------------------------------------------+
5112 | 1/5/2017  | v4.0    | -  Combined the Generic Event Listener and Vendor     |
5113 |           |         |    Event Listener into a single API service           |
5114 |           |         |    specification with version 4.0.                    |
5115 |           |         |                                                       |
5116 |           |         | -  Changed the title to VES (Virtual Function Event   |
5117 |           |         |    Streaming) Listener.                               |
5118 |           |         |                                                       |
5119 |           |         | -  Changed references to 'generic event' to 'common   |
5120 |           |         |    event' or 'VES event' (depending on the context)   |
5121 |           |         |    throughout the document.                           |
5122 |           |         |                                                       |
5123 |           |         | -  Used the Legal Disclaimer from the Vendor Event    |
5124 |           |         |    Listener on the back of the title page.            |
5125 |           |         |                                                       |
5126 |           |         | -  Section 1: Introduction changes:                   |
5127 |           |         |                                                       |
5128 |           |         |    -  modified wording to reference 'VES'             |
5129 |           |         |                                                       |
5130 |           |         |    -  removed the 'Audience' section, which described |
5131 |           |         |       various AT&T groups the documented was intended |
5132 |           |         |       for                                             |
5133 |           |         |                                                       |
5134 |           |         |    -  tweaked the naming standards for event types to |
5135 |           |         |       clarify the purpose of the naming conventions   |
5136 |           |         |                                                       |
5137 |           |         | -  Section 3: Resource Structure: added a sentence    |
5138 |           |         |    describing the FQDN and port used in the resource  |
5139 |           |         |    URL.                                               |
5140 |           |         |                                                       |
5141 |           |         | -  Section 4: Common Event Format changes:            |
5142 |           |         |                                                       |
5143 |           |         |    -  renamed the section to 'Common Event Format'    |
5144 |           |         |       from 'Generic Event Format'                     |
5145 |           |         |                                                       |
5146 |           |         |    -  reorganized the datatypes into separate sections|
5147 |           |         |       ; sections were defined for each of the domains |
5148 |           |         |       as well as for common event, common event header|
5149 |           |         |       and command list processing                     |
5150 |           |         |                                                       |
5151 |           |         |    -  codecSelected datatype: removed this datatype   |
5152 |           |         |                                                       |
5153 |           |         |    -  codecSelectedTranscoding datatype: removed this |
5154 |           |         |       datatype                                        |
5155 |           |         |                                                       |
5156 |           |         |    -  command datatype: added an enumerated value to  |
5157 |           |         |       commandType: 'heartbeatIntervalChange'          |
5158 |           |         |                                                       |
5159 |           |         |    -  commonEventHeader: added internalHeaderFields to|
5160 |           |         |       the commonEventHeader, defined as "Fields (not  |
5161 |           |         |       supplied by event sources) that the VES Event   |
5162 |           |         |       Listener service can use to enrich the event if |
5163 |           |         |       needed for efficient internal processing. This  |
5164 |           |         |       is an empty object which is intended to be      |
5165 |           |         |       defined separately by each provider implementing|
5166 |           |         |       the VES Event Listener."                        |
5167 |           |         |                                                       |
5168 |           |         |    -  commonEventHeader: removed two enumerated values|
5169 |           |         |       , 'serviceEvents' and 'signaling' from the      |
5170 |           |         |       domain enumeration                              |
5171 |           |         |                                                       |
5172 |           |         |    -  commonEventHeader version: incremented the      |
5173 |           |         |       version to 2.0                                  |
5174 |           |         |                                                       |
5175 |           |         |    -  endOfCallVqmSummaries datatype: removed this    |
5176 |           |         |       datatype                                        |
5177 |           |         |                                                       |
5178 |           |         |    -  event: changed the description of the event     |
5179 |           |         |       datatype to: "fields which constitute the ‘root |
5180 |           |         |       level’ of the common event format"              |
5181 |           |         |                                                       |
5182 |           |         |    -  event: removed 'serviceEventFields' and         |
5183 |           |         |       'signalingFields' from the definition           |
5184 |           |         |                                                       |
5185 |           |         |    -  event: fixed a misspelling of                   |
5186 |           |         |       ‘thresholdCrossingAlertFields’, which was only  |
5187 |           |         |       present in the Word document                    |
5188 |           |         |                                                       |
5189 |           |         |    -  eventInstanceIdentifier datatype: removed this  |
5190 |           |         |       datatype                                        |
5191 |           |         |                                                       |
5192 |           |         |    -  internalHeaderFIelds datatype: defined this as  |
5193 |           |         |       follows: "The internalHeaderFields datatype is  |
5194 |           |         |       an undefined object which can contain           |
5195 |           |         |       arbitrarily complex JSON structures. It is      |
5196 |           |         |       intended to be defined separately by each       |
5197 |           |         |       provider implementing the VES Event Listener.   |
5198 |           |         |       The fields in internalHeaderFields are not      |
5199 |           |         |       provided by any event source but instead are    |
5200 |           |         |       added by the VES Event Listener service itself  |
5201 |           |         |       as part of an event enrichment process necessary|
5202 |           |         |       for efficient internal processing of events     |
5203 |           |         |       received by the VES Event Listener"             |
5204 |           |         |                                                       |
5205 |           |         |    -  marker datatype: removed this datatype          |
5206 |           |         |                                                       |
5207 |           |         |    -  measurementsForVfScalingFields datatype:        |
5208 |           |         |       clarified that memoryConfigured and memoryUsed  |
5209 |           |         |       are measured in MB                              |
5210 |           |         |                                                       |
5211 |           |         |    -  midCallRtcp datatype: removed this datatype     |
5212 |           |         |                                                       |
5213 |           |         |    -  mobileFlowFields datatype: added                |
5214 |           |         |       ‘additionalFields’                              |
5215 |           |         |                                                       |
5216 |           |         |    -  mobileFlowFields datatype: incremented the      |
5217 |           |         |       version number for this field block to 1.2      |
5218 |           |         |                                                       |
5219 |           |         |    -  serviceEventsFields datatype: removed this      |
5220 |           |         |       datatype                                        |
5221 |           |         |                                                       |
5222 |           |         |    -  signalingFields datatype: removed this datatype |
5223 |           |         |                                                       |
5224 |           |         |    -  syslogFields: added three fields to the schema  |
5225 |           |         |       that were previously described in the document  |
5226 |           |         |       but not incorporated into the schema: syslogPri,|
5227 |           |         |       syslogSev, syslogSdId                           |
5228 |           |         |                                                       |
5229 |           |         |    -  syslogFields version: incremented the version to|
5230 |           |         |       2.0                                             |
5231 |           |         |                                                       |
5232 |           |         | -  Modified the Common Event Format JSON schema to    |
5233 |           |         |    v27.0 to incorporate the above changes. Also, added|
5234 |           |         |    the AT&T Copyright Notice from the top of the      |
5235 |           |         |    retired CommonEventFormat\_Vendors schema.         |
5236 |           |         |                                                       |
5237 |           |         | -  Section 6 and 2: changed all sample requests to use|
5238 |           |         |    /v4 in the REST Resource URL and call flow diagrams|
5239 |           |         |                                                       |
5240 |           |         | -  Section 6.1.3: added a row to the table in this    |
5241 |           |         |    section describing the ‘heartbeatIntervalChange’   |
5242 |           |         |    command.                                           |
5243 |           |         |                                                       |
5244 |           |         | -  Section 6.1.4: added this new section describing   |
5245 |           |         |    expectations for buffering of events should all    |
5246 |           |         |    REST resource URL FQDNs be unreachable.            |
5247 |           |         |                                                       |
5248 |           |         | -  Section 6 Sample Requests: modified all sample     |
5249 |           |         |    requests showing the return of a commandList toward|
5250 |           |         |    the event source to incorporate a                  |
5251 |           |         |    heartbeatIntervalChange command; also corrected the|
5252 |           |         |    spelling in the samples for the                    |
5253 |           |         |    measurementIntervalChange command.                 |
5254 |           |         |                                                       |
5255 |           |         | -  Section 7: Contributors: removed this section      |
5256 +-----------+---------+-------------------------------------------------------+
5257 | 3/21/2017 | v4.1    | -  JSON Schema changes to produce v27.2 (note: an     |
5258 |           |         |    earlier draft version of v27.1 had been distributed|
5259 |           |         |    to a few individuals):                             |
5260 |           |         |                                                       |
5261 |           |         |    -  To support use of the schema with event batches,|
5262 |           |         |       removed the following statement near the end of |
5263 |           |         |       the schema file:                                |
5264 |           |         |                                                       |
5265 |           |         |     “required”: [ “event” ]                           |
5266 |           |         |                                                       |
5267 |           |         | -  Fixed the characters used in some of the quotes    |
5268 |           |         |                                                       |
5269 |           |         | -  Fixed some typos in the descriptions.              |
5270 |           |         |                                                       |
5271 |           |         | -  Removed the booleans, which were non-essential and |
5272 |           |         |    which were causing problems across different       |
5273 |           |         |    implementations.                                   |
5274 |           |         |                                                       |
5275 |           |         | -  Section 4.5.7 measurementsForVfScalingFields:      |
5276 |           |         |                                                       |
5277 |           |         |    -  Fixed the spelling of measurementsForVf\        |
5278 |           |         |       ScalingFields in the Word document              |
5279 |           |         |                                                       |
5280 |           |         | -  Section 2 and 6 sample requests and responses:     |
5281 |           |         |                                                       |
5282 |           |         |    -  Removed quotes from numbers: sequence, and      |
5283 |           |         |       first/lastEpochMicrosec.                        |
5284 |           |         |                                                       |
5285 |           |         |    -  Fixed all quote characters, some of which were  |
5286 |           |         |       using unusual symbols that wouldn’t validate    |
5287 |           |         |       with the json-schema Python package.            |
5288 |           |         |                                                       |
5289 |           |         | -  Section 6.2.6.1, 6.3.6.1, 6.4.6.1 sample requests: |
5290 |           |         |                                                       |
5291 |           |         |    -  Added an alarmAdditionalInformation field array |
5292 |           |         |       to the sample requests.                         |
5293 |           |         |                                                       |
5294 |           |         |    -  Added missing commas.                           |
5295 |           |         |                                                       |
5296 |           |         | -  Section 6.5.6.1 provideThrottlingState sample      |
5297 |           |         |    requests:                                          |
5298 |           |         |                                                       |
5299 |           |         |    -  Fixed the eventDomainThrottleSpecificationList  |
5300 |           |         |       to pass an array of anonymous eventDomain\      |
5301 |           |         |       ThrottleSpecification objects.                  |
5302 |           |         |                                                       |
5303 |           |         |    -  Added missing quotes.                           |
5304 |           |         |                                                       |
5305 |           |         | -  Fixed the suppressedNvPairsList to pass an array of|
5306 |           |         |    anonymous suppressedNvPairs objects.               |
5307 +-----------+---------+-------------------------------------------------------+
5308 | 4/14/2017 | v5.0    | -  Section 1 Introduction:                            |
5309 |           |         |                                                       |
5310 |           |         |    -  Clarified the Introduction (Section 1).         |
5311 |           |         |                                                       |
5312 |           |         |    -  Changed Section 1.1 title from ‘Terminology’ to |
5313 |           |         |       'Event Registration' and referenced the YAML    |
5314 |           |         |       event registration format, defined in a separate|
5315 |           |         |       document.                                       |
5316 |           |         |                                                       |
5317 |           |         |    -  Clarified naming standards for eventName.       |
5318 |           |         |                                                       |
5319 |           |         | -  Section 3: updated the REST resource structure     |
5320 |           |         |                                                       |
5321 |           |         | -  Section 4.1 command list processing datatypes:     |
5322 |           |         |                                                       |
5323 |           |         |    -  Got rid of commandListEntry and returned        |
5324 |           |         |       commandList to a simple array of commands.      |
5325 |           |         |                                                       |
5326 |           |         |    -  Added heartbeatInterval to the command datatype.|
5327 |           |         |                                                       |
5328 |           |         |    -  Changed the datatype of measurementInterval from|
5329 |           |         |       number to integer.                              |
5330 |           |         |                                                       |
5331 |           |         | -  Section 4.2 common event datatypes:                |
5332 |           |         |                                                       |
5333 |           |         |    -  event dataType: Added heartbeatFields,          |
5334 |           |         |       sipSignalingFields and voiceQualityFields to the|
5335 |           |         |       event datatype as optional field blocks         |
5336 |           |         |                                                       |
5337 |           |         |    -  Added jsonObject which provides a json object   |
5338 |           |         |       schema, name and other meta-information along   |
5339 |           |         |       with one or more object instances.              |
5340 |           |         |                                                       |
5341 |           |         |    -  Added jsonObjectInstance which provides         |
5342 |           |         |       meta-information about an instance of a         |
5343 |           |         |       jsonObject along with the actual object instance|
5344 |           |         |                                                       |
5345 |           |         |    -  Added the ‘key’ datatype                        |
5346 |           |         |                                                       |
5347 |           |         |    -  Added the namedArrayOfFields datatype           |
5348 |           |         |                                                       |
5349 |           |         |    -  Added vendorVnfNameFields                       |
5350 |           |         |                                                       |
5351 |           |         | -  Section 4.3 common event header fields:            |
5352 |           |         |                                                       |
5353 |           |         |    -  Add two new enumerations to domain:             |
5354 |           |         |       ‘sipSignaling’ and ‘voiceQuality’               |
5355 |           |         |                                                       |
5356 |           |         |    -  Renamed eventType to eventName. Note that the   |
5357 |           |         |       original usage of eventType was formally        |
5358 |           |         |       described in the Introduction back on 2/11/2016 |
5359 |           |         |       with v1.9.                                      |
5360 |           |         |                                                       |
5361 |           |         |    -  Made eventName a required field                 |
5362 |           |         |                                                       |
5363 |           |         |    -  Created a new field called eventType with a     |
5364 |           |         |       meaning that is different than the old eventType|
5365 |           |         |                                                       |
5366 |           |         |    -  Removed functionalRole, which was replaced by   |
5367 |           |         |       the following two fields.                       |
5368 |           |         |                                                       |
5369 |           |         |    -  Added nfNamingCode                              |
5370 |           |         |                                                       |
5371 |           |         |    -  Added nfcNamingCode                             |
5372 |           |         |                                                       |
5373 |           |         |    -  Changed version to 3.0 (major version change)   |
5374 |           |         |       and made it a required field                    |
5375 |           |         |                                                       |
5376 |           |         | -  Section 4.4: faultFields:                          |
5377 |           |         |                                                       |
5378 |           |         |    -  added one optional field: eventCategory         |
5379 |           |         |                                                       |
5380 |           |         |    -  made faultFieldsVersion a required field        |
5381 |           |         |                                                       |
5382 |           |         |    -  changed faultFieldsVersion to 2.0 (major version|
5383 |           |         |       change)                                         |
5384 |           |         |                                                       |
5385 |           |         |    -  fixed a typo on the spelling of alarmInterfaceA |
5386 |           |         |                                                       |
5387 |           |         |    -  clarified field descriptions                    |
5388 |           |         |                                                       |
5389 |           |         | -  Section 4.5: added heartbeatFields datatype which  |
5390 |           |         |    can be used to communicate heartbeatInterval. Note:|
5391 |           |         |    this change was previously made in v4.2            |
5392 |           |         |                                                       |
5393 |           |         | -  Section 4.6 measurements for vf scaling datatypes: |
5394 |           |         |    changed the following datatypes from number to     |
5395 |           |         |    integer:                                           |
5396 |           |         |                                                       |
5397 |           |         |    -  In measurementsForVfScalingFields:              |
5398 |           |         |       concurrentSessions, configuredEntities,         |
5399 |           |         |       numberOfMediaPortsInUse, vnfcScalingMetric      |
5400 |           |         |                                                       |
5401 |           |         |    -  In codecsInUse: numberInUse                     |
5402 |           |         |                                                       |
5403 |           |         |    -  In featuresInUse: featureUtilization            |
5404 |           |         |                                                       |
5405 |           |         | -  Section 4.6.2 modified cpuUsage                    |
5406 |           |         |                                                       |
5407 |           |         | -  Section 4.6.3 added diskUsage                      |
5408 |           |         |                                                       |
5409 |           |         | -  Section 4.6.7 measurementsForVfScalingFields:      |
5410 |           |         |                                                       |
5411 |           |         |    -  fixed the spelling of the measurementsForVf\    |
5412 |           |         |       ScalingFields in the Word document              |
5413 |           |         |                                                       |
5414 |           |         |    -  added additionalFields, which is an array of    |
5415 |           |         |       fields (i.e., name-value pairs)                 |
5416 |           |         |                                                       |
5417 |           |         |    -  changed additionalMeasurements to reference the |
5418 |           |         |       common datatype namedArrayOfFields (instead of  |
5419 |           |         |       referencing measurementGroup)                   |
5420 |           |         |                                                       |
5421 |           |         |    -  added additionalObjects which is an array of    |
5422 |           |         |       jsonObjects described by name, keys and schema  |
5423 |           |         |                                                       |
5424 |           |         |    -  deleted aggregateCpuUsage                       |
5425 |           |         |                                                       |
5426 |           |         |    -  added diskUsageArray                            |
5427 |           |         |                                                       |
5428 |           |         |    -  deleted measurementGroup (which was replaced by |
5429 |           |         |       the common datatype: namedArrayOfFields         |
5430 |           |         |                                                       |
5431 |           |         |    -  added memoryUsageArray                          |
5432 |           |         |                                                       |
5433 |           |         |    -  deleted memoryConfigured and memoryUsed         |
5434 |           |         |                                                       |
5435 |           |         |    -  deleted errors and vNicUsageArray               |
5436 |           |         |                                                       |
5437 |           |         |    -  added vNicPerformanceArray                      |
5438 |           |         |                                                       |
5439 |           |         |    -  changed the measurementsForVfScalingVersion to  |
5440 |           |         |       2.0 (major version change) and made it a        |
5441 |           |         |       required field. Also changed the name of this   |
5442 |           |         |       version field in the Word document to match that|
5443 |           |         |       in the JSON schema.                             |
5444 |           |         |                                                       |
5445 |           |         | -  Section 4.6.8 added memoryUsage                    |
5446 |           |         |                                                       |
5447 |           |         | -  Section 4.6.9 vNicPerformance: replaced vNicUsage  |
5448 |           |         |    and errors with vNicPerformance                    |
5449 |           |         |                                                       |
5450 |           |         | -  Section 4.7 mobile flow fields changes:            |
5451 |           |         |                                                       |
5452 |           |         |    -  Made mobileFlowFieldsVersion a required field   |
5453 |           |         |       and changed the mobileFlowFieldsVersion to 2.0  |
5454 |           |         |       (major version change).                         |
5455 |           |         |                                                       |
5456 |           |         |    -  Changed the datatype of flowActivationTime and  |
5457 |           |         |       flowDeactivationTime in the Word doc to string. |
5458 |           |         |                                                       |
5459 |           |         |    -  changed the following datatypes from number to  |
5460 |           |         |       integer: otherEndpointPort,                     |
5461 |           |         |       reportingEndpointPort, samplingAlgorithm        |
5462 |           |         |                                                       |
5463 |           |         | -  Section 4.8: otherFields:                          |
5464 |           |         |                                                       |
5465 |           |         |    -  Added otherFieldsVersion (set at 1.1)           |
5466 |           |         |                                                       |
5467 |           |         |    -  Added hashOfNameValuePairArrays                 |
5468 |           |         |                                                       |
5469 |           |         |    -  Added jsonObjects                               |
5470 |           |         |                                                       |
5471 |           |         |    -  Added nameValuePairs                            |
5472 |           |         |                                                       |
5473 |           |         | -  Section 4.9: added sipSignaling domain datatypes   |
5474 |           |         |    with 4.8.1 sipSignalingFields. sipSignalingFields\ |
5475 |           |         |    Version is set at 1.0                              |
5476 |           |         |                                                       |
5477 |           |         | -  Section 4.10 stateChangeFields: made stateChange\  |
5478 |           |         |    FieldsVersion a required field and set it to 2.0   |
5479 |           |         |    (major version change).                            |
5480 |           |         |                                                       |
5481 |           |         | -  Section 4.11 syslogFields:                         |
5482 |           |         |                                                       |
5483 |           |         |    -  Changed the following datatypes from number to  |
5484 |           |         |       integer: syslogFacility, syslogPri              |
5485 |           |         |                                                       |
5486 |           |         |    -  Changed additionalFields from a field [ ] to a  |
5487 |           |         |       string which takes name=value pairs delimited by|
5488 |           |         |       a pipe symbol.                                  |
5489 |           |         |                                                       |
5490 |           |         |    -  Changed syslogFieldsVersion to 3.0 (major       |
5491 |           |         |       version change) and made it a required field    |
5492 |           |         |                                                       |
5493 |           |         |    -  Made syslogSev an enumerated string (previously |
5494 |           |         |       just a string)                                  |
5495 |           |         |                                                       |
5496 |           |         | -  Section 4.12 thresholdCrossingAlertFields: made    |
5497 |           |         |    thresholdCrossingFieldsVersion a required field and|
5498 |           |         |    set it to 2.0 (major version change).              |
5499 |           |         |                                                       |
5500 |           |         | -  Section 4.132: added voice quality domain datatypes|
5501 |           |         |    with 4.13.1 endOfCallVqmSummaries and 4.13.2       |
5502 |           |         |    voiceQualityFields. voiceQualityFieldsVersion is   |
5503 |           |         |    set at 1.0                                         |
5504 |           |         |                                                       |
5505 |           |         | -  JSON Schema: changed the schema to v28.0 and       |
5506 |           |         |    incorporated all of the changes above.             |
5507 |           |         |                                                       |
5508 |           |         | -  Additional JSON Schema changes that are part of    |
5509 |           |         |    v28: Note: The following changes are provided      |
5510 |           |         |    relative to API Spec v4.0 (which embedded JSON     |
5511 |           |         |    schema v27.0), but they were also made in an       |
5512 |           |         |    interim release v4.1 (which embedded JSON schema   |
5513 |           |         |    v27.2):                                            |
5514 |           |         |                                                       |
5515 |           |         |    -  To support use of the schema with event batches,|
5516 |           |         |       removed the following statement near the end of |
5517 |           |         |       the schema file:                                |
5518 |           |         |                                                       |
5519 |           |         |     “required”: [ “event” ]                           |
5520 |           |         |                                                       |
5521 |           |         | -  Fixed the characters used in some of the quotes    |
5522 |           |         |                                                       |
5523 |           |         | -  Fixed some typos in the descriptions.              |
5524 |           |         |                                                       |
5525 |           |         | -  Removed the booleans, which were non-essential and |
5526 |           |         |    which were causing problems across different       |
5527 |           |         |    implementations.                                   |
5528 |           |         |                                                       |
5529 |           |         | -  Section 2 and 6 sample requests and responses (also|
5530 |           |         |    incorporated in interim release 4.1):              |
5531 |           |         |                                                       |
5532 |           |         |    -  Removed quotes from numbers: sequence, and      |
5533 |           |         |       first/lastEpochMicrosec.                        |
5534 |           |         |                                                       |
5535 |           |         |    -  Fixed all quote characters, some of which were  |
5536 |           |         |       using unusual symbols that wouldn’t validate    |
5537 |           |         |       with the json-schema Python package.            |
5538 |           |         |                                                       |
5539 |           |         | -  Section 2 and 6 sample requests and responses (only|
5540 |           |         |    in v5.0):                                          |
5541 |           |         |                                                       |
5542 |           |         |    -  Changed the version numbers in the URL string.  |
5543 |           |         |                                                       |
5544 |           |         |    -  Added nfNamingCode and nfcNamingCode and removed|
5545 |           |         |       functionalRole                                  |
5546 |           |         |                                                       |
5547 |           |         | -  Section 6 call flows: updated the version number   |
5548 |           |         |    (only in v5.0).                                    |
5549 |           |         |                                                       |
5550 |           |         | -  Section 6: removed the publishSpecificTopic        |
5551 |           |         |    operation                                          |
5552 |           |         |                                                       |
5553 |           |         | -  Section 6.1.4: Buffering: clarified event source   |
5554 |           |         |    expectations for buffering (only in v5.0).         |
5555 |           |         |                                                       |
5556 |           |         | -  Section 6.2.6.1, 6.3.6.1 sample requests (also     |
5557 |           |         |    incorporated in interim release 4.1):              |
5558 |           |         |                                                       |
5559 |           |         |    -  Added an alarmAdditionalInformation field array |
5560 |           |         |       to the sample requests.                         |
5561 |           |         |                                                       |
5562 |           |         |    -  Added missing commas.                           |
5563 |           |         |                                                       |
5564 |           |         | -  Section 6.2.6.3, 6.3.6.3 commandList sample        |
5565 |           |         |    responses (only in v5.0):                          |
5566 |           |         |                                                       |
5567 |           |         |    -  Fixed the commandList sample responses to pass  |
5568 |           |         |       an array of anonymous command objects (rather   |
5569 |           |         |       than an array of commandListEntry objects).     |
5570 |           |         |                                                       |
5571 |           |         |    -  Fixed the heartbeatIntervalChange commandType to|
5572 |           |         |       pass a heartbeatInterval value instead of a     |
5573 |           |         |       measurementInterval value.                      |
5574 |           |         |                                                       |
5575 |           |         |    -  Removed quotes from the measurementInterval and |
5576 |           |         |       heartbeatInterval values since they are numbers.|
5577 |           |         |                                                       |
5578 |           |         | -  Section 6.4.6.1 provideThrottlingState sample      |
5579 |           |         |    requests(also incorporated in interim release 4.1):|
5580 |           |         |                                                       |
5581 |           |         |    -  Fixed the eventDomainThrottleSpecificationList  |
5582 |           |         |       to pass an array of anonymous                   |
5583 |           |         |       eventDomainThrottleSpecification objects.       |
5584 |           |         |                                                       |
5585 |           |         |    -  Added missing quotes.                           |
5586 |           |         |                                                       |
5587 |           |         |    -  Fixed the suppressedNvPairsList to pass an array|
5588 |           |         |       of anonymous suppressedNvPairs objects (also    |
5589 |           |         |       incorporated in interim release 4.1).           |
5590 +-----------+---------+-------------------------------------------------------+
5591 | 5/22/2017 | v5.1    | -  Footers: removed proprietary markings and updated  |
5592 |           |         |    copyrights to 2017                                 |
5593 |           |         |                                                       |
5594 |           |         | -  Section 4.2.3: field:                              |
5595 |           |         |                                                       |
5596 |           |         |    -  Changed the API spec to make ‘name’ and ‘value’ |
5597 |           |         |       start with lowercase letters. Note: this did not|
5598 |           |         |       affect the schema, which already had them as    |
5599 |           |         |       lowercase.                                      |
5600 |           |         |                                                       |
5601 |           |         | -  JSON Schema:                                       |
5602 |           |         |                                                       |
5603 |           |         |    -  measurementGroup: deleted this object since it  |
5604 |           |         |       was replaced with ‘namedArrayOfFields’ in v28.0 |
5605 |           |         |       and was no longer being used.                   |
5606 |           |         |                                                       |
5607 |           |         |    -  namedArrayOfFields: Fixed an error in the       |
5608 |           |         |       specification of required fields: from          |
5609 |           |         |       ‘measurements’ to ‘arrayOfFields’.              |
5610 |           |         |                                                       |
5611 |           |         | -  Changed the version of the JSON schema to 28.1     |
5612 +-----------+---------+-------------------------------------------------------+
5613 | 6/14/2017 | v5.2    | -  JSON Schema: created v28.2 by changing the field   |
5614 |           |         |    descriptions in the memoryUsage object to refer to |
5615 |           |         |    ‘kibibytes’ instead of ‘kilobytes’. There were no  |
5616 |           |         |    changes to the 28.1 structure.                     |
5617 |           |         |                                                       |
5618 |           |         | -  Word Document: measurementsForVfScaling Domain:    |
5619 |           |         |    memoryUsage object: changed the field descriptions |
5620 |           |         |    in this object to refer to ‘kibibytes’ instead of  |
5621 |           |         |    ‘kilobytes’. There were no changes to the          |
5622 |           |         |    memoryUsage structure.                             |
5623 |           |         |                                                       |
5624 |           |         | -  Reorganized the Word document to group the data    |
5625 |           |         |    structures in Section 4 into three broad categories|
5626 |           |         |    to better align with the VNF Guidelines            |
5627 |           |         |    documentation that has been prepared for vendors:  |
5628 |           |         |                                                       |
5629 |           |         |    -  Common Event Datatypes:                         |
5630 |           |         |                                                       |
5631 |           |         |       - Command List Processing Datatypes             |
5632 |           |         |                                                       |
5633 |           |         |       - Common Event Datatypes                        |
5634 |           |         |                                                       |
5635 |           |         |       - Common Event Header Datatypes                 |
5636 |           |         |                                                       |
5637 |           |         |    -  Technology Independent Datatypes:               |
5638 |           |         |                                                       |
5639 |           |         |       - ‘Fault Domain Datatypes                       |
5640 |           |         |                                                       |
5641 |           |         |       - ‘Heartbeat’ Domain Datatypes                  |
5642 |           |         |                                                       |
5643 |           |         |       - ‘Measurements For Vf Scaling’ Domain Datatypes|
5644 |           |         |                                                       |
5645 |           |         |       - ‘Other’ Domain Datatypes                      |
5646 |           |         |                                                       |
5647 |           |         |       - ‘State Change’ Domain Datatypes               |
5648 |           |         |                                                       |
5649 |           |         |       - ‘Syslog’ Domain Datatypes                     |
5650 |           |         |                                                       |
5651 |           |         |       - ‘Threshold Crossing Alert’ Domain Datatypes   |
5652 |           |         |                                                       |
5653 |           |         |    -  Technology Specify Datatypes:                   |
5654 |           |         |                                                       |
5655 |           |         |       - ‘Mobile Flow’ Domain Datatypes                |
5656 |           |         |                                                       |
5657 |           |         |       - ‘Sip Signaling’ Domain Datatypes              |
5658 |           |         |                                                       |
5659 |           |         |       - ‘Voice Quality’ Domain Datatypes              |
5660 |           |         |                                                       |
5661 |           |         | -  Section 6.1.3: Commands Toward Event Source        |
5662 |           |         |    Clients: Added a statement: “Note: Vendors are not |
5663 |           |         |    currently required to implement support for command|
5664 |           |         |    processing; in addition, command processing may be |
5665 |           |         |    supported by an App-C interface in future.”        |
5666 +-----------+---------+-------------------------------------------------------+
5667 | 6/22/2017 | v5.3    | -  JSON Schema: created v28.3 by correcting an error  |
5668 |           |         |    in the sipSignalingFields: changed                 |
5669 |           |         |    vnfVendorNameFields to vendorVnfNameFields.        |
5670 |           |         |    Embedded the new schema at the top of section 4.   |
5671 +-----------+---------+-------------------------------------------------------+
5672 | 9/12/2017 | v5.4    | -  Note: There no changes to any data structures or   |
5673 |           |         |    operations in this version.                        |
5674 |           |         |                                                       |
5675 |           |         | -  JSON Schema: created v28.4 embedded at the top of  |
5676 |           |         |    section 4:                                         |
5677 |           |         |                                                       |
5678 |           |         |    -  Added a reference to eventList in the properties|
5679 |           |         |       defined under the schema title. This enables the|
5680 |           |         |       schema to correctly validate event batches in   |
5681 |           |         |       addition to just events.                        |
5682 |           |         |                                                       |
5683 |           |         |    -  Moved the schema title to the top of the schema |
5684 |           |         |       and changed the text from “Event Listener” to   |
5685 |           |         |       “VES Event Listener”                            |
5686 |           |         |                                                       |
5687 |           |         |    -  Added a schema header block under the title to  |
5688 |           |         |       clearly communicate the schema version,         |
5689 |           |         |       associated API and last-modified information    |
5690 |           |         |                                                       |
5691 |           |         | -  Changed the date in the copyright notice to 2017   |
5692 +-----------+---------+-------------------------------------------------------+
5693 | 9/19/2017 | v5.4.1  | -  Note: There no changes to any data structures or   |
5694 |           |         |    operations in this version.                        |
5695 |           |         |                                                       |
5696 |           |         | -  Back of Cover Page: updated the license and        |
5697 |           |         |    copyright notice to comply with ONAP guidelines    |
5698 |           |         |                                                       |
5699 |           |         | -  JSON Schema: updated the JSON schema to v28.4.1:   |
5700 |           |         |    updated the copyright notice and license to comply |
5701 |           |         |    with ONAP guidelines                               |
5702 +-----------+---------+-------------------------------------------------------+
5703 | 6/28/2018 | v6.0    | -  Added contributors to the title page.              |
5704 |           |         |                                                       |
5705 |           |         | -  Updated references to ‘vnf’ ‘vnfc’ to either ‘nf’  |
5706 |           |         |    and ‘nfc’ or ‘xNf’ and ‘xNfc’ to generalize support|
5707 |           |         |    across both vnfs and pnfs.                         |
5708 |           |         |                                                       |
5709 |           |         | -  Section 1:                                         |
5710 |           |         |                                                       |
5711 |           |         |    -  clarified the meaning of the VES acronym        |
5712 |           |         |                                                       |
5713 |           |         |    -  changed references from ASDC to SDC and from MSO|
5714 |           |         |       to SO                                           |
5715 |           |         |                                                       |
5716 |           |         |    -  clarified the requirements for eventNames.      |
5717 |           |         |                                                       |
5718 |           |         |    -  Added a section of EventId use case examples    |
5719 |           |         |                                                       |
5720 |           |         |    -  Added a new section on measurement expansion    |
5721 |           |         |       fields                                          |
5722 |           |         |                                                       |
5723 |           |         |    -  Added a new section of syslogs                  |
5724 |           |         |                                                       |
5725 |           |         |    -  clarified the versioning section and referenced |
5726 |           |         |       the new API Versioning section in section 6.    |
5727 |           |         |                                                       |
5728 |           |         |    -  Added a list of all the latest field block      |
5729 |           |         |       version numbers in this version of the API spec.|
5730 |           |         |                                                       |
5731 |           |         | -  Section 2: updated the sample to show use of new   |
5732 |           |         |    HTTP versioning headers. Added a note indicating   |
5733 |           |         |    that support for mutual SSL would be provided in   |
5734 |           |         |    future.                                            |
5735 |           |         |                                                       |
5736 |           |         | -  Section 3: updated the resource structure remove   |
5737 |           |         |    the clientThrottlingState resource.                |
5738 |           |         |                                                       |
5739 |           |         | -  Section 4: hashMaps. Changed all name-value pair   |
5740 |           |         |    structures to hashMaps causing the following data  |
5741 |           |         |    model and JSON schema (to v29.0) changes:          |
5742 |           |         |                                                       |
5743 |           |         |    -  4.1.1: Common Event Datatypes:                  |
5744 |           |         |                                                       |
5745 |           |         |       -  removed "field" and added “hashMap”          |
5746 |           |         |                                                       |
5747 |           |         |       -  removed “namedArrayOfFields” and added       |
5748 |           |         |          “namedHashMap”                               |
5749 |           |         |                                                       |
5750 |           |         |       -  added arrayOfNamedHashMap                    |
5751 |           |         |                                                       |
5752 |           |         |       -  added arrayOfJsonObject                      |
5753 |           |         |                                                       |
5754 |           |         |    -  4.2.1: Fault Domain Datatypes:                  |
5755 |           |         |                                                       |
5756 |           |         |       -  changed the faultFields version to 3.0 (major|
5757 |           |         |          change)                                      |
5758 |           |         |                                                       |
5759 |           |         |       -  changed faultFields.alarmAdditional\         |
5760 |           |         |          Information to reference a hashMap           |
5761 |           |         |                                                       |
5762 |           |         |    -  4.2.2: Heartbeat Domain Datatypes:              |
5763 |           |         |                                                       |
5764 |           |         |       -  changed the heartbeatFieldsVersion to 2.0    |
5765 |           |         |          (major change)                               |
5766 |           |         |                                                       |
5767 |           |         |       -  changed heartbeatFields.additionalFields to  |
5768 |           |         |          reference a hashMap                          |
5769 |           |         |                                                       |
5770 |           |         |    -  4.2.3: Measurement Domain Datatypes:            |
5771 |           |         |                                                       |
5772 |           |         |       -  changed the measurementFieldsVersion to 3.0  |
5773 |           |         |          (major change)                               |
5774 |           |         |                                                       |
5775 |           |         |       -  changed measurementFields.additionalFields to|
5776 |           |         |          reference a hashMap                          |
5777 |           |         |                                                       |
5778 |           |         |       -  changed measurement.additionalMesurements to |
5779 |           |         |          reference a namedHashMap [ ]                 |
5780 |           |         |                                                       |
5781 |           |         |       -  modified measurementFields.featureUsageArray |
5782 |           |         |          to reference a hashmap and removed           |
5783 |           |         |          ‘featuresInUse’                              |
5784 |           |         |                                                       |
5785 |           |         |       -  added the following datatypes which are now  |
5786 |           |         |          referenced as items in arrays within         |
5787 |           |         |          measurementFields: hugePages, load,          |
5788 |           |         |          machineCheckException, processStats          |
5789 |           |         |                                                       |
5790 |           |         |    -  4.2.5: Other Domain Datatypes:                  |
5791 |           |         |                                                       |
5792 |           |         |       -  Change the otherFieldsVersion to 2.0 (major  |
5793 |           |         |          change)                                      |
5794 |           |         |                                                       |
5795 |           |         |       -  changed otherFields.nameValuePairs to        |
5796 |           |         |          reference a hashMap and renamed it hashMap   |
5797 |           |         |                                                       |
5798 |           |         |       -  changed otherFields.hashOfNameValuePair\     |
5799 |           |         |          Arrrays to reference a namedHashMap and      |
5800 |           |         |          renamed it arrayOfNamedHashMap               |
5801 |           |         |                                                       |
5802 |           |         |    -  4.2.7: State Change Domain Datatypes:           |
5803 |           |         |                                                       |
5804 |           |         |       -  changed the stateChangeFiledsVersion to 3.0  |
5805 |           |         |          (major change)                               |
5806 |           |         |                                                       |
5807 |           |         |       -  changed stateChangeFields.additionalFields to|
5808 |           |         |          reference a hashMap                          |
5809 |           |         |                                                       |
5810 |           |         |    -  4.2.9: Threshold Crossing Alert Domain          |
5811 |           |         |       Datatypes:                                      |
5812 |           |         |                                                       |
5813 |           |         |       -  changed the thresholdCrossingAlertFields\    |
5814 |           |         |          Version to 3.0 (major change)                |
5815 |           |         |                                                       |
5816 |           |         |       -  changed thresholdCrossingAlert\              |
5817 |           |         |          Fields.additionalFields to reference a       |
5818 |           |         |          hashMap                                      |
5819 |           |         |                                                       |
5820 |           |         |       -  counter: removed name and value elements and |
5821 |           |         |          replaced with a hashMap                      |
5822 |           |         |                                                       |
5823 |           |         |    -  4.3.1: Mobile Flow Domain Datatypes:            |
5824 |           |         |                                                       |
5825 |           |         |       -  changed the mobileFlowFieldsVersion to 3.0   |
5826 |           |         |          (major change)                               |
5827 |           |         |                                                       |
5828 |           |         |       -  changed mobileFlowFields.additionalFields to |
5829 |           |         |          reference a hashMap                          |
5830 |           |         |                                                       |
5831 |           |         |       -  gtpPerFlowMetrics: modified ipTosCountList to|
5832 |           |         |          reference hashmap                            |
5833 |           |         |                                                       |
5834 |           |         |       -  gtpPerFlowMetrics: modified mobileQciCos\    |
5835 |           |         |          CountList to reference hashmap               |
5836 |           |         |                                                       |
5837 |           |         |       -  gtpPerFlowMetrics: modified tcpFlagCountList |
5838 |           |         |          to reference hashmap                         |
5839 |           |         |                                                       |
5840 |           |         |    -  4.3.2: Sip Signaling Domain Datatypes:          |
5841 |           |         |                                                       |
5842 |           |         |       -  changed the sigSignalingFieldsVersion to 2.0 |
5843 |           |         |          (major change)                               |
5844 |           |         |                                                       |
5845 |           |         |       -  changed sipSignalingFields.additional\       |
5846 |           |         |          Information to reference a hashMap           |
5847 |           |         |                                                       |
5848 |           |         |    -  4.3.3: Voice Quality Domain Datatypes:          |
5849 |           |         |                                                       |
5850 |           |         |       -  change the voiceQualityFieldsVersion to 2.0  |
5851 |           |         |          (major change)                               |
5852 |           |         |                                                       |
5853 |           |         |       -  changed voiceQualityFields.additional\       |
5854 |           |         |          Information to reference a hashMap           |
5855 |           |         |                                                       |
5856 |           |         | -  Section 4: added notes at the top of section 4     |
5857 |           |         |    clarifying expectations and requirements for       |
5858 |           |         |    optional fields, extensible fields and keys sent   |
5859 |           |         |    through extensible fields.                         |
5860 |           |         |                                                       |
5861 |           |         | -  Common Event Data Types: Section 4.1.1.9 Changed   |
5862 |           |         |    vendorVnfNameFields to vendorNfNameFields; updated |
5863 |           |         |    Section 4.3.2 SipSignaling and 4.3.3 Voice Quality |
5864 |           |         |    to refer to the renamed object                     |
5865 |           |         |                                                       |
5866 |           |         | -  Common Event Header Section 4.1.2:                 |
5867 |           |         |                                                       |
5868 |           |         |    -  clarified the descriptions of eventId,          |
5869 |           |         |       reportingEntityName, sourceName and             |
5870 |           |         |       startEpochMicroseconds.                         |
5871 |           |         |                                                       |
5872 |           |         |    -  Added ‘notification’ and ‘pngRegistration’ to   |
5873 |           |         |       the domain enumeration.                         |
5874 |           |         |                                                       |
5875 |           |         |    -  added a new timeZoneOffsest field               |
5876 |           |         |                                                       |
5877 |           |         | -  Fault Domain Section 4.2.1: clarified the          |
5878 |           |         |    definitions of alarmCondition, eventSeverity and   |
5879 |           |         |    specificProblem                                    |
5880 |           |         |                                                       |
5881 |           |         | -  Measurements Domain Section 4.2.3: changed the name|
5882 |           |         |    of this domain from ‘measurementsForVfScaling’ to  |
5883 |           |         |    ‘measurement’                                      |
5884 |           |         |                                                       |
5885 |           |         |    -  measurementsForVfScaling measurement            |
5886 |           |         |                                                       |
5887 |           |         |    -  measurementsForVfScalingFields measurementFields|
5888 |           |         |                                                       |
5889 |           |         |    -  measurementsForVfScalingVersion                 |
5890 |           |         |       measurementFieldsVersion                        |
5891 |           |         |                                                       |
5892 |           |         |    -  the ‘mfvs’ abbreviation measurement             |
5893 |           |         |                                                       |
5894 |           |         | -  Measurements Domain Section 4.2.3 cpuUsage: added  |
5895 |           |         |    seven optional fields to this structure:           |
5896 |           |         |    cpuCapacityContention, cpuDemandAvg, cpuDemandMhz, |
5897 |           |         |    cpuDemandPct, cpuLatencyAverage, cpuOverheadAvg,   |
5898 |           |         |    cpuSwapWaitTime                                    |
5899 |           |         |                                                       |
5900 |           |         | -  Measurements Domain Section 4.2.3 diskUsage: added |
5901 |           |         |    ten optional fields to this structure:             |
5902 |           |         |    diskBusResets, diskCommandsAborted, diskCommandsAvg|
5903 |           |         |    , diskFlushRequests, diskFlushTime,                |
5904 |           |         |    diskReadCommandsAvg, diskTime, diskTotalRead\      |
5905 |           |         |    LatencyAvg, diskTotalWriteLatencyAvg, diskWrite\   |
5906 |           |         |    CommandsAvg                                        |
5907 |           |         |                                                       |
5908 |           |         | -  Measurements Domain Section 4.2.3: added a new     |
5909 |           |         |    ‘ipmi’ datatype along with following ‘supporting’  |
5910 |           |         |    datatypes: ipmiBaseboardTemperature, ipmiBaseboard\|
5911 |           |         |    VoltageRegulator, ipmiBattery, ipmiFan, ipmiGlobal\|
5912 |           |         |    AggregateTemperatureMargin, ipmiHsbp, ipmiNic,     |
5913 |           |         |    ipmiPowerSupply, ipmiProcessor, processorDimm\     |
5914 |           |         |    AggregateThermalMargin                             |
5915 |           |         |                                                       |
5916 |           |         | -  Measurements Domain Section 4.2.3: added a new     |
5917 |           |         |    ‘load’ datatype                                    |
5918 |           |         |                                                       |
5919 |           |         | -  Measurements Domain Section 4.2.3 memoryUsage:     |
5920 |           |         |    added eight optional fields to this structure:     |
5921 |           |         |    memoryDemand, memoryLatencyAvg, memorySharedAvg,   |
5922 |           |         |    memorySwapInAvg, memorySwapInRateAvg, memorySwap\  |
5923 |           |         |    OutAvg, memorySwapOutRateAvg, memorySwapUsedAvg    |
5924 |           |         |                                                       |
5925 |           |         | -  Measurements Domain Section 4.2.3: modified        |
5926 |           |         |    measurementFields to include the following new     |
5927 |           |         |    fields: hugePagesArray, ipmi, loadArray, memory\   |
5928 |           |         |    Errors, processStatusArray, rdtArray               |
5929 |           |         |                                                       |
5930 |           |         | -  Measurements Domain Section 4.2.3 renamed vNic\    |
5931 |           |         |    Performance to nicPerformance and changed vNic\    |
5932 |           |         |    Identifer to nicIdentifier                         |
5933 |           |         |                                                       |
5934 |           |         | -  Notification Domain Section 4.2.4: added           |
5935 |           |         |    notificationFields to support a new notification   |
5936 |           |         |    domain.                                            |
5937 |           |         |                                                       |
5938 |           |         | -  pnfRegistration Domain Section 4.2.7: added        |
5939 |           |         |    pnfRegistrationFields to support a new registration|
5940 |           |         |    domain.                                            |
5941 |           |         |                                                       |
5942 |           |         | -  sysLog Domain Section 4.2.8: added two new fields: |
5943 |           |         |    syslogMsgHost and syslogTs. Clarified field        |
5944 |           |         |    descriptions. Clarified syslogSData example.       |
5945 |           |         |                                                       |
5946 |           |         | -  endOfCallVqmSummaries Section 4.3.3.1:             |
5947 |           |         |                                                       |
5948 |           |         |    -  converted endpointJitter into two fields:       |
5949 |           |         |       endpointAverageJitter and endpointMaxJitter     |
5950 |           |         |                                                       |
5951 |           |         |    -  converted localJitter into two fields:          |
5952 |           |         |       localAverageJitter and localMaxJitter           |
5953 |           |         |                                                       |
5954 |           |         |    -  added two fields: localAverageJitterBufferDelay |
5955 |           |         |       and localMaxJitterBufferDelay                   |
5956 |           |         |                                                       |
5957 |           |         |    -  added endpointRtpOctetsLost and                 |
5958 |           |         |       endpointRtpPacketsLost                          |
5959 |           |         |                                                       |
5960 |           |         |    -  added localRtpOctetsLost and localRtpPacketsLost|
5961 |           |         |                                                       |
5962 |           |         |    -  converted packetsLost into oneWayDelay          |
5963 |           |         |                                                       |
5964 |           |         | -  API Versioning:                                    |
5965 |           |         |                                                       |
5966 |           |         |    -  Section 1.4: clarified the versioning section   |
5967 |           |         |       and linked it to the following new section 6.1.2|
5968 |           |         |                                                       |
5969 |           |         |    -  Section 6.1.2: Added requirements for HTTP      |
5970 |           |         |       headers communicating minor, patch and latest   |
5971 |           |         |       version information.                            |
5972 |           |         |                                                       |
5973 |           |         |    -  Section 2 and 6 sample messages: clarified      |
5974 |           |         |       examples to use the new HTTP headers            |
5975 |           |         |                                                       |
5976 |           |         | -  Section 6.1.4: Added a section specifying message  |
5977 |           |         |    size limits.                                       |
5978 |           |         |                                                       |
5979 |           |         | -  Section2 6.2.6.1 and 6.3.6.1: corrected            |
5980 |           |         |    additionalInformation examples to use hashMap      |
5981 |           |         |    instead of name-value pair fields.                 |
5982 |           |         |                                                       |
5983 |           |         | -  Section 7: Added a section on Terminology.         |
5984 |           |         |                                                       |
5985 |           |         | -  Command List Processing: removed command list      |
5986 |           |         |    processing from the document and schema:           |
5987 |           |         |                                                       |
5988 |           |         |    -  Modified the Section 3 resource structure to    |
5989 |           |         |       align with these changes.                       |
5990 |           |         |                                                       |
5991 |           |         |    -  Removed Section 4 Datatypes: command,           |
5992 |           |         |       commandList, eventDomainThrottleSpecification,  |
5993 |           |         |       eventDomainThrottleSpecificationList,           |
5994 |           |         |       eventThrottlingState, suppressedNvPairs         |
5995 |           |         |                                                       |
5996 |           |         |    -  Removed Section 6.1 description of commands     |
5997 |           |         |       toward event source clients                     |
5998 |           |         |                                                       |
5999 |           |         | -  Removed Section 6.4 operation:                     |
6000 |           |         |    provideThrottlingState                             |
6001 +-----------+---------+-------------------------------------------------------+
6002 | 7/30/2018 | v7.0    | -  General:                                           |
6003 |           |         |                                                       |
6004 |           |         |    -  Fixed typos throughout                          |
6005 |           |         |                                                       |
6006 |           |         |    -  Changed example versions to v7                  |
6007 |           |         |                                                       |
6008 |           |         | -  Section1:                                          |
6009 |           |         |                                                       |
6010 |           |         |    -  Clarified casing and use of dashes versus colons|
6011 |           |         |       in eventName examples                           |
6012 |           |         |                                                       |
6013 |           |         |    -  Updated all field block versions                |
6014 |           |         |                                                       |
6015 |           |         | -  Section 2: added a note clarifying that TLS 1.2 or |
6016 |           |         |    higher must be used for HTTPS connections.         |
6017 |           |         |                                                       |
6018 |           |         | -  Section 4 embedded schema changed to v30:          |
6019 |           |         |                                                       |
6020 |           |         |    -  Added “ ‘additionalProperties’: false ” to      |
6021 |           |         |       objects to reject events that attempt to send   |
6022 |           |         |       properties that are not listed in the           |
6023 |           |         |       ‘properties’ keyword. Note: does not affect     |
6024 |           |         |       hashmap extensible fields.                      |
6025 |           |         |                                                       |
6026 |           |         |    -  Changed all versions in all field blocks from   |
6027 |           |         |       number to string enum with the version number   |
6028 |           |         |       fixed by the enum so the schema can validate    |
6029 |           |         |       events that attempt to send non-standard field  |
6030 |           |         |       blocks.                                         |
6031 |           |         |                                                       |
6032 |           |         |    -  Changed syslog additionalFields to a hashMap    |
6033 |           |         |                                                       |
6034 |           |         | -  Section 4:                                         |
6035 |           |         |                                                       |
6036 |           |         |    -  Fixed section heading numbers that were the same|
6037 |           |         |                                                       |
6038 |           |         |    -  4.1.1: jsonObjectInstance: added an optional    |
6039 |           |         |       recursive jsonObject and removed all required   |
6040 |           |         |       fields from this object                         |
6041 |           |         |                                                       |
6042 |           |         |    -  4.1.2: commonEventHeader:                       |
6043 |           |         |                                                       |
6044 |           |         |       -  nfVendorName: added this optional field      |
6045 |           |         |                                                       |
6046 |           |         |       -  timeZoneOffset: changed from number to string|
6047 |           |         |          with a particular format specified           |
6048 |           |         |                                                       |
6049 |           |         |       -  version was changed from number to string (as|
6050 |           |         |          were all the version fields of all the field |
6051 |           |         |          blocks)                                      |
6052 |           |         |                                                       |
6053 |           |         |       -  vesCommonEventListenerVersion: added this    |
6054 |           |         |          required field as a string enumeration       |
6055 |           |         |                                                       |
6056 |           |         |    -  4.2.3: Measurements Domain:                     |
6057 |           |         |                                                       |
6058 |           |         |       -  Added a note clarifying that NFs are required|
6059 |           |         |          to report exactly one Measurement event per  |
6060 |           |         |          period per sourceName                        |
6061 |           |         |                                                       |
6062 |           |         |       -  diskUsage: added four new optional fields:   |
6063 |           |         |          diskWeightedIoTimeAve, diskWeightedIoTimeLast|
6064 |           |         |          , diskWeightedIoTimeMax,                     |
6065 |           |         |          diskWeightedIoTimeMin                        |
6066 |           |         |                                                       |
6067 |           |         |       -  memoryUsage: add one new optional field:     |
6068 |           |         |          percentMemoryUsage                           |
6069 |           |         |                                                       |
6070 |           |         |       -  nicPerformance: added nine new optional      |
6071 |           |         |          fields: administrativeState, operationalState|
6072 |           |         |          , receivedPercentDiscard,                    |
6073 |           |         |          receivedPercentError, receivedUtilization,   |
6074 |           |         |          speed, transmittedPercentDiscard,            |
6075 |           |         |          transmittedPercentError,                     |
6076 |           |         |          transmittedUtilization                       |
6077 |           |         |                                                       |
6078 |           |         |       -  processorDimmAggregateThermalMargin: make the|
6079 |           |         |          thermalMargin field required                 |
6080 |           |         |                                                       |
6081 |           |         |    -  4.2.8: Syslog Domain:                           |
6082 |           |         |                                                       |
6083 |           |         | -  Corrected the example at the end of the section    |
6084 +-----------+---------+-------------------------------------------------------+
6085 | 7/31/2018 | v7.0.1  | -  Section 4: The schema embedded at the top of       |
6086 |           |         |    section 4 was patched to correct a header field    |
6087 |           |         |    name error—the schema version moves from 30 to     |
6088 |           |         |    30.0.1:                                            |
6089 |           |         |                                                       |
6090 |           |         |    -  Changed commonEventHeader field: ‘vesCommon\    |
6091 |           |         |       EventFormatVersion’ field to ‘vesEventListener\ |
6092 |           |         |       Version’ and set the enum to 7.0.1              |
6093 |           |         |                                                       |
6094 |           |         |    -  Also changed the commonEventHeader ‘required’   |
6095 |           |         |       array to reflect use the corrected field name:  |
6096 |           |         |       ‘vesEventListenerVersion’                       |
6097 |           |         |                                                       |
6098 |           |         |    -  Changed the commonEventHeader ‘version’ field   |
6099 |           |         |       enumeration to 4.0.1                            |
6100 |           |         |                                                       |
6101 |           |         | -  Section1:                                          |
6102 |           |         |                                                       |
6103 |           |         |    -  Changed the field block versions for the common |
6104 |           |         |       header for ‘vesEventListenerVersion’ (to 7.0.1) |
6105 |           |         |       and ‘version’ (to 4.0.1).                       |
6106 |           |         |                                                       |
6107 |           |         | -  Sections 2 and 6:                                  |
6108 |           |         |                                                       |
6109 |           |         |    -  Changed the commonEventHeader version fields    |
6110 |           |         |       above, in the sample message requests and       |
6111 |           |         |       responses; also updated the faultFieldsVersion  |
6112 |           |         |       to 4.0                                          |
6113 |           |         |                                                       |
6114 |           |         | -  Section 6.1.2: Changed the X-LatestVersion to 7.0.1|
6115 |           |         |    and the X-PatchVersion to 1                        |
6116 +-----------+---------+-------------------------------------------------------+
6117 | 12/10/2018| v7.1    | -  Section 1.2: Added Notification domain Perf3gpp    |
6118 |           |         |    domain and changed a reference from ‘measurements  |
6119 |           |         |    domain’ to ‘measurement domain’.                   |
6120 |           |         |                                                       |
6121 |           |         | -  Section 1.7.1: Field Block Versions: added         |
6122 |           |         |    ‘perf3gppFields’ version at 1.0 and changed the    |
6123 |           |         |    following version enumerations so that existing    |
6124 |           |         |    clients of major version 7 would not be broken by  |
6125 |           |         |    this VES minor version change, in accordance with  |
6126 |           |         |    semantic versioning definitions:                   |
6127 |           |         |                                                       |
6128 |           |         |    -  commonEventHeader: changed to                   |
6129 |           |         |       ‘vesEventListenerVersion’ enum to accept either |
6130 |           |         |       7.0 or 7.0.1 or 7.1.                            |
6131 |           |         |                                                       |
6132 |           |         |    -  commonEventHeader: changed ‘version’ enum to    |
6133 |           |         |       accept either 4.0 or 4.0.1 or 4.1               |
6134 |           |         |                                                       |
6135 |           |         | -  Section 2:                                         |
6136 |           |         |                                                       |
6137 |           |         |    -  changed sample request and responses to         |
6138 |           |         |       reference 7.1 instead of 7.0.1 (and version 4.1 |
6139 |           |         |       of the commonEventHeader version, instead of    |
6140 |           |         |       v4.0.1)                                         |
6141 |           |         |                                                       |
6142 |           |         |    -  added a sub section on service provider support |
6143 |           |         |       for mutual ssl certificate authentication       |
6144 |           |         |                                                       |
6145 |           |         | -  Section 4.1.2.1:                                   |
6146 |           |         |                                                       |
6147 |           |         |    -  CommonEventHeader timeZoneOffset changed        |
6148 |           |         |       description from ‘UTC+/-hh.mm’ to ‘UTC+/-hh:mm’ |
6149 |           |         |                                                       |
6150 |           |         |    -  Added ‘perf3gpp’ to the domain enumeration      |
6151 |           |         |                                                       |
6152 |           |         | -  Section 4.2.3: Measurement Domain Datatypes:       |
6153 |           |         |                                                       |
6154 |           |         |    -  In ‘MeasurementFields’: Changed ‘ipmiArray’ to  |
6155 |           |         |       ‘ipmi’ and made the type ‘object’               |
6156 |           |         |                                                       |
6157 |           |         |    -  ‘ipmiProcessor’: changed                        |
6158 |           |         |       ‘pprocessorThermalControl’ to                   |
6159 |           |         |       ‘processorThermalControl’                       |
6160 |           |         |                                                       |
6161 |           |         |    -  ‘machineCheckException’: changed                |
6162 |           |         |       ‘processIdentifier’ to ‘vmIdentifier’           |
6163 |           |         |                                                       |
6164 |           |         | -  Section 4.2.6: added the perf3gpp domain           |
6165 |           |         |                                                       |
6166 |           |         | -  Section 4 embedded schema:                         |
6167 |           |         |                                                       |
6168 |           |         |    -  Changed the schema version from 30.0.1 to 30.1  |
6169 |           |         |       as a result of the changes below:               |
6170 |           |         |                                                       |
6171 |           |         |    -  commonEventHeader: changed to                   |
6172 |           |         |       ‘vesEventListenerVersion’ enum to accept either |
6173 |           |         |       7.0, 7.0.1 or 7.1                               |
6174 |           |         |                                                       |
6175 |           |         |    -  commonEventHeader: changed the ‘version’ field  |
6176 |           |         |       enumeration to accept either 4.0, 4.0.1 or 4.1  |
6177 |           |         |                                                       |
6178 |           |         |    -  commonEventHeader: changed the ‘domain’         |
6179 |           |         |       enumeration to add support for the perf3gpp     |
6180 |           |         |       domain.                                         |
6181 |           |         |                                                       |
6182 |           |         |    -  ‘event’: added a reference to ‘perf3gppFields’  |
6183 |           |         |                                                       |
6184 |           |         |    -  ‘hugePages’: changed the type of                |
6185 |           |         |       hugePagesIdentifier from number to string       |
6186 |           |         |                                                       |
6187 |           |         |    -  ‘ipmiGlobalAggregateTemperatureMargin’: changed |
6188 |           |         |       ‘pmiGlobalAggregateTemperatureMarginIdentifier’ |
6189 |           |         |       to ‘globalAggregateTemperatureMarginIdentifier’ |
6190 |           |         |                                                       |
6191 |           |         |    -  ‘perf3gppFields’: added this object             |
6192 |           |         |                                                       |
6193 |           |         | -  Section 6: changed references throughout from      |
6194 |           |         |    v7.0.1 to v7.1 and v4.0.1 (of the commonEventHeader|
6195 |           |         |    version) to v4.1                                   |
6196 |           |         |                                                       |
6197 |           |         | -  Changed the location of the doc to VNF             |
6198 |           |         |    Requirements and changed the formatting            |
6199 +-----------+---------+-------------------------------------------------------+
6200
6201 .. _time_zone_abbreviations: https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations
6202 .. _Common_definitions: http://technical.openmobilealliance.org/Technical/release_program/docs/REST_NetAPI_Common/V1_0-20120417-C/OMA-TS-REST_NetAPI_Common-V1_0-20120417-C.pdf