How to send the device's Notes field value to DX O2 via Spectrum Data Publisher
search cancel

How to send the device's Notes field value to DX O2 via Spectrum Data Publisher

book

Article ID: 386413

calendar_today

Updated On:

Products

Network Observability Spectrum DX OI SaaS DX Operational Intelligence DX Operational Observability

Issue/Introduction

The customer would like to have the Notes field value displayed in DX O2 (DX Operational Observability).

Environment

DX NetOps Spectrum and DX O2 integration

Resolution

Edit the TasConfig.xml file in the Spectrum Data Publisher installation directory (/usr/Spectrum/DXOI/SpectrumDataPublisher/config) and add the following in the <deviceAttributes> section:

        <attribute>
            <id>0x11564</id>
            <name>Notes</name>
            <notifychange>true</notifychange>
        </attribute>

Save the file and restart the Spectrum Data Publisher service (in the /usr/Spectrum/DXOI/SpectrumDataPublisher folder).

./run.sh stop

./run.sh start