vCO Workflow Script to Add REST Operations to a REST Host for InfoBlox – Part 1
The following script is part 1 and enables the addition of REST Operations to a REST Host for InfoBlox var... Continue reading →
The home of everything vRealize
The following script is part 1 and enables the addition of REST Operations to a REST Host for InfoBlox var... Continue reading →
The following script is part 2 and enables the addition of REST Operations to a REST Host for InfoBlox var... Continue reading →
The following script adds an A and CName record using the InfoBlox plugin try { objIpamConnection.reconnect(); } catch (objException) {... Continue reading →
The following is the script to delete a CName record from InfoBlox try { var objRESTOperation; objRESTOperation = new RESTOperation("RESTOperation");... Continue reading →
The following is the script to delete an A Record from Info Blox try { var objRESTOperation; objRESTOperation = new... Continue reading →
The following the is script to create a CName record in InfoBlox var strJson; strJson = '{"canonical":"' + strCName +... Continue reading →