W
wacornelle
Guest
Currently, I'm executing an event handler (written in python) on domain creation.
And the command looks something like this:
"/usr/local/psa/admin/bin/addFWDomain.py <new_domain_name>"
This works perfectly, but I also need to execute the same script on domain *alias* creation.
The "Domain Alias Created" event exists in the event manager's drop-down box, but I can't seem to find it in the documentation. I have tried to guess several names for the label that needs to be placed between the angle brackets to insert the parameter into the command line, but I haven't found one that works yet. Does anyone know what the label for the parameter is (e.g. <new_alias_name>)?
And the command looks something like this:
"/usr/local/psa/admin/bin/addFWDomain.py <new_domain_name>"
This works perfectly, but I also need to execute the same script on domain *alias* creation.
The "Domain Alias Created" event exists in the event manager's drop-down box, but I can't seem to find it in the documentation. I have tried to guess several names for the label that needs to be placed between the angle brackets to insert the parameter into the command line, but I haven't found one that works yet. Does anyone know what the label for the parameter is (e.g. <new_alias_name>)?