Guys, building out a lot of custom HTML e-mails and API monitoring and reporting scripts. Wondering is their a single point where I can get all the various variables that are associated with each object? I'd like to create a central reference for these in a Git page or the like. I checked the SDK and the product documentation but couldn't find anything. For example, when creating an alert based on the node object here are some of the variables associated with the node object:
- ${N=Generic;M=AbbreviatedDayOfWeek}
- ${N=Generic;M=AbbreviatedMonth}
- ${N=Alerting;M=AcknowledgeLink}
Where to get the list of all of them?