Spectrum Condition correlation export/import incorrect tags
book
Article ID: 384929
calendar_today
Updated On:
Products
Network Observability
Issue/Introduction
We are working on Condition correlation import and export functionality requirement for a project.
When we export Condition correlations xml syntax as below.

Currently it shows
<correlations>
<correlations>
</correlations>
<rules>
</rules>
<policies>
</policies>
</correlations>
This should be
<correlations>
<conditions>
</conditions>
<rules>
</rules>
<policies>
</policies>
</correlations>
Resolution
This will be corrected in the Spectrum 24.3.5 release.
Additional Information
Example showing the incorrect Tags

Feedback
thumb_up
Yes
thumb_down
No