vRO 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 ... Continue reading →
The following script is part 1 and enables the addition of REST Operations to a REST Host for InfoBlox ... Continue reading →
The following script is part 2 and enables the addition of REST Operations to a REST Host for InfoBlox ... 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 =... Continue reading →
The following is the script to delete an A Record from Info Blox try { var objRESTOperation; objRESTOperation... Continue reading →
The following the is script to create a CName record in InfoBlox var strJson; strJson = '{"canonical":"' + strCName... Continue reading →