The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: dinopower on October 28, 2016, 11:27:47 AM

Title: API method to check existence of specific zone record?
Post by: dinopower on October 28, 2016, 11:27:47 AM
Is there an API method to check for the existence of a zone data record of a specific name other than calling get_zone_records?  I'm dealing with some large zones that need updates frequently, so I'd prefer to be able to check for a record, if exists, I can call new_zone_record with its ID to edit, otherwise, I'll call it without to create.  Loading thousands of records via get_zone_records is causing some slowness.

Thanks
Title: Re: API method to check existence of specific zone record?
Post by: dinopower on October 28, 2016, 12:11:36 PM
Nevermind; found the quick search and search options.  :)