Generating lifecycle reporting on devices

Bill Girard1
Tera Contributor

We have been trying to build a report that includes the following:

Publisher, Product, Full Version, Edition, Software Model, Discovery Model, Lifecycle Phase, Phase Start Date, Installed on, Class, Environment, and IP Address.

However, it seems the details are located on multiple tables and I just can't seem to figure out how to put these things together to provide the requestor with a CSV extract that contains all the details they need. 

I was hoping some of you have worked out something similar and could share your thoughts.

 

1 ACCEPTED SOLUTION

Scott Halverso1
Mega Guru
Mega Guru

This article should get you close.  You'll need to dot walk the installed on field to get the CI's class, environment and IP Address attributes.

View solution in original post

6 REPLIES 6

Thanks Scott. I think I saw this in my search, but didn't realize it was was referencing the same. I was trying database views using different tables and where clauses and I think this is pretty much spot on. I just have to wrap my head around picking the right tables and getting that where clause right. Thanks again for the help.

Did you get solution for this?