I am creating a new tool and can see from the documentation online that I can pass fields like {device.ipAddress} {device.osType}{device.hostname} to my script.

However I can't find a definitive list of what fields I can pass to my tool.

Is this list somewhere (even if it is buried in the code!)?

And before somebody asks I am writing a tool to send an email based on a selection of devices. Our processes are that following a change (successful or not) the engineers send out an email with certain information like change number and device names etc and any issues they found.

I am able to do this via the tool I have created but am just looking to pass as much information as possible.

Thanks
Neal.

Content Development Guide

Take a look at the very end of this document:

http://docs.ziptie.org/doku.php?id=ugdoc:script_tools_framework

I'm not sure this list is definitive or up to date. I'll spend a little time today syncing it up.

- Leo

Thanks

Leo,

Thanks for offering to tidy up the list.

I can tell the list is not definitive, for example there some cred. prefixed fields in the examples further up the document.

Neal.