- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Cleanup of NSG, Name Server Groups
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2019 05:10 AM
How can I get a list of what domain uses what NSG?
I'm going through our GM and see a lot of what's most likely unused NSG's but I prefer not to go through settings on every single domain in all views manually, is there way to pull data of ideally what doman uses what NSG and if not how many domains are assigned to each NSG?
Solved! Go to Solution.
Re: Cleanup of NSG, Name Server Groups
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2019 12:47 PM
Hi Bob,
One option is to export a CSV file from the zones, then filter the CSV file using the required name server . The header for the name server would be 'ns_group'. Once you filter the required name server you can see all the zones in that particular name server.
Alternately, you can always write an API script to collect this list.
Regards,
Srinath.
Re: Cleanup of NSG, Name Server Groups
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2019 10:14 PM
Perfect, that works -Thanks!