EDR Fields

NCC EDR Functions

Overview

The NCC API can be used to write arbitrary information to the EDR subsystem at runtime. Populating this EDR context is analogous with the “Set BE EDR” node in the Control Plan Editor.

EDR entries are stored as KEY=VALUE in the EDR; duplicate EDR keys are generally not written multiple times to the EDR. Only the last value provided will be written.


Functions


ncc.edr.addField (key, value)
  Parameters key The key for the EDR field.
    value The value to write to the EDR field.
  Returns Nothing
  Errors If the *key* parameter is not provided:

EDR field key must be supplied.

If the value parameter is not provided:

EDR field value must be supplied.

Usage Use this function to record arbitrary information to the ACS and VWS EDRs, e.g.:

ncc.edr.addField ("TAG1", "FOO")