Deletion Strategy - Need info

RashikaVT
Tera Contributor

In a deletion strategy table Would I be able to identify which patterns are probe discovery and which ones are IP discovery?

 

4 REPLIES 4

Bert_c1
Kilo Patron

Hi,

 

You should identify the specific table and field you are asking about. Once done, you may get a better answer.  A simple list view of the table that has the field shown will allow you to group by values.

Hello Bert,

In the table sa_ci_to_pattern , how do i differentiate and identify which patterns are probe discovery and which ones are IP discovery?

Bert_c1
Kilo Patron

Hi Rashika,

 

I'm not familiar with the Discovery feature, but with Tables & Columns.  I see there is a field on the sc_ic_to_pattern table named 'pattern', that is a Reference to the 'sa_pattern' table.  And on that table, there is a field named 'cpatern_type'.  So you may need a Database View for the two tables, and include 'cpatern_type' from 'sa_pattern' table.  In my PDI, I don't have any demo data where 'cpatern_type' has anything like "Probe Discovery" and "IP Discovery". I see that 'cpattern_type' has choices, maybe you have entries there for Probe Discovery" and "IP Discovery".  If so, then a Database View would work.

 

Maybe others here have a better solution.

Bert_c1
Kilo Patron

Hi Rashika,

 

I created a report for the 'sc_ic_to_pattern' table and added the 'cpatern_type' field from the 'sa_pattern' table. A Database view is not needed. See attached screenshots:

 

CI Types Report columns.png

 

CI Types Report.png

 

Good luck,