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 Ipam Network Views using the Infoblox plugin
Function: IpamNetworkViewGetAllNames
publicIpamNetworkViewGetAllNames(objIpamConnection:IpamConnection):string[]{
letarrIpamNetworkView:IpamNetworkView[]=this.IpamNetworkViewGetAll(objIpamConnection);
letarrNetworkViewsName:string[]=arrIpamNetworkView.map((objIpamNetworkView:IpamNetworkView):string=>{
returnobjIpamNetworkView.name;
});
returnarrNetworkViewsName;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
