To use this function add it to the class library file named InfobloxService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: InfobloxService.ts
Description: Orchestrator Function to get all Dns View Names using the Infoblox plugin
Function: DnsViewGetAllNames
publicDnsViewGetAllNames(objIpamConnection:IpamConnection):string[]{
letobjIpamViewManager:IpamViewManager=objIpamConnection.getViewManager();
letarrDnsView:string[]=objIpamViewManager.getAllDnsViews();
returnarrDnsView;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
