Forum Discussion
James_78615
Nimbostratus
16 years agoCreate zonefile records on GTM using TMSH
Hi,
Is it possible to create SOA records on the GTM using the command line tmsh?
I can create a new WIP with the following:
tmsh
gtm
create w...
Faintly_Lucky_2
Altocumulus
11 years agoGents, I know that this isn't exactly what you're looking for, but if you're handy with iControl, you can add a second step to your plan and write/run a script that will change the SOA values for you. Check out Management::ResourceRecord::update_soa in the iControl wiki. I use scripts to add/delete/modify A and MX records now instead of the GUI.
Even with the initial development time for the scripts, I've saved countless hours by not having to use the GUI. I can provide code samples in Perl because that's what I write in, but any other language and you're on your own.
Nylgia_68484
Nimbostratus
11 years agoI would be interested in the perl scripts. Thanks!