Web-API : can we make a bulk discovery with the APi on a folder?

You can try to use get_host or get_all_hosts function with params = { folder = “your_folder” } (haven’t tried yet) and run kind of a loop foreach found host and run discover_services function with each hostname found.

Give it a try :slight_smile:

Hope it helps.