I am looking for Documentation on enabling Topology for SpectrumPublisher
search cancel

I am looking for Documentation on enabling Topology for SpectrumPublisher

book

Article ID: 400684

calendar_today

Updated On:

Products

Network Observability CA Performance Management

Issue/Introduction

I am looking for Documentation on enabling Topology for SpectrumPublisher, I have the installation page

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/spectrum/24-3/integrating/integrate-ca-spectrum-with-ca-digital-operational-intelligence-using-spectrum-data-publisher.html

and the install went well. 

The Alarms are going to O2 but not the topology 

I just need to find out how to enable it.

 

Environment

DX NetOps :: all supported versions

SDP - Spectrum Data Publisher

Resolution

This is enabled in the $SDP/config/ConnectorConfig.xml file:

 

 <!-- give value : true or false -->

            <Tas>true</Tas>

 

Set the TAS value to true.

 

Here's some additional configuration in the file for the Topology. You can filter on groups if you want. 

 

    <TasConfiguration>

        <!-- EnableIncrementalSync give value : true or false -->

        <EnableIncrementalSync>true</EnableIncrementalSync>

        <!-- Clears the stale inventory in DOI during service startup. -->

        <EnableReconcilation>false</EnableReconcilation>

        <!-- FullSyncInterval value in hours -->

        <FullSyncInterval>720</FullSyncInterval>

        <!-- IncrementalSyncInterval value in minutes -->

        <IncrementalSyncInterval>30</IncrementalSyncInterval>

        <!-- default is 3 times, Set max up to 10 times -->

        <FailedPayloadRetry>3</FailedPayloadRetry>

        <!-- value in Seconds, each retry will wait for 10 seconds by default, Set max up to 60 seconds -->

        <RetryTimeout>10</RetryTimeout>

        <GroupFilterConfiguration>

            <!-- One or more group names as text or a single regular expression to filter the inventory from Spectrum -->

            <!-- <GroupFilterValue>GC1,GC2,GC3</GroupFilterValue> -->

            <!-- <GroupFilterValue>^GC.*</GroupFilterValue>  -->

            <GroupFilterValue></GroupFilterValue>

            <FilterTypeRegEx>false</FilterTypeRegEx>

            <!--true or false , if true GroupFiltered models will send delete request to TAS -->

            <DeleteFilteredItems>false</DeleteFilteredItems>

        </GroupFilterConfiguration>

    </TasConfiguration>

Additional Information