How to get DNS::Zone which are locked ?
Hi,
I want to get all DNS::Zone which are locked.
I try this :
my @zone_locked = $session->get(
object => "Infoblox:
NS::Zone",
locked => "true" );
But it returns me all DNS::Zone (even those which are "false") .
What is my error?
Thanks,
I want to get all DNS::Zone which are locked.
I try this :
my @zone_locked = $session->get(
object => "Infoblox:

locked => "true" );
But it returns me all DNS::Zone (even those which are "false") .
What is my error?
Thanks,
0
Answers
-
Not all attributes are searchable so for this particular query, you'd have to pull the zones you want to interrogate and then loop through and inspect the locked status for each. The loop itself will be fairly rapid.
0 -
I adapted this solution, and it works.
Thank you for your reply !0
Categories
- All Categories
- 5K Forums
- 4.6K Critical Network Services
- 463 Security
- Visibility and Insights
- Ideas Portal
- Webinars & Events
- 265 Resources
- 265 News & Announcements
- Knowledge Base Articles
- Infoblox Documentation Portal
- Infoblox Blog
- Support Portal
- 4 Members Hub
- 4 Getting Started with Community
- Community Support