Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

Community Suggestions

Reply

How to get DNS::Zone which are locked ?

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

Not all attributes are

Adviser
Posts: 7
4979     0

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.

I adapted this solution, and

Techie
Posts: 7
4979     0
I adapted this solution, and it works. Thank you for your reply !
Showing results for 
Search instead for 
Did you mean: 

Recommended for You