- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 02:31 AM
Hi All,
I have a requirement where a report should be generated combining all the three tables, service account, logical datacenter, VM, Tags
I dont find any common fields between these tables to create database views. Could someone help me with this requirement.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2022 11:20 PM
Best to give more information in your questions so there's no need to have multiple replies.
if tags is the only thing missing, there's views shipped with the same app that link tags to the VM (and other resource types).
below i filtered only for VMs in the database views table listing, but you get the general idea.
Yes you can surely build and share your custom reports using PA reports.
with the sn_disco_cd.user role the user can view the data too.
if you wish to build custom pages in cloud operations workspace you have to use ui builder - that would take some understanding of the page layout. this is not supported or documented.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2022 11:20 PM
Best to give more information in your questions so there's no need to have multiple replies.
if tags is the only thing missing, there's views shipped with the same app that link tags to the VM (and other resource types).
below i filtered only for VMs in the database views table listing, but you get the general idea.
Yes you can surely build and share your custom reports using PA reports.
with the sn_disco_cd.user role the user can view the data too.
if you wish to build custom pages in cloud operations workspace you have to use ui builder - that would take some understanding of the page layout. this is not supported or documented.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 12:14 AM
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 02:30 AM
to export data records from the tables, you can use standard approaches
the underlying tables can be directly opened in table listing view for the information you need although i wonder why you need it.. you can instead give the user the sn_disco_cd.user role and they have access to the underlying tables.
the tables are all tables starting with the name sn_disco_cd_