Any idea where I can find a list of the valid variables on the Group Details view in NPM?
The only ones that I've had luck with are "${Caption}" and "${DetailsURL}".
I know this is over 6 years old, but it still came up in a Google search, so
${ID} returns the group ID number on the Group Details page.
SolarWinds Online Help
Thanks but, unfortunately those variables are for alerts. In the Orion Web console's "Group Details" views, those don't seem to work. The most frustrating one that's not supported is "${GroupID}" or "${ContainerID}".
Where exactly in the details view are you using the variable?
In a Custom HTML Resource. More specifically, to embed an image gallery and I need a variable to uniquely identify each group.
Can confirm. You can put this on a Group Details page and it should render cleanly.
SELECT [GroupInfo].Name , [GroupInfo].CustomProperties.Business_Unit_Groups , [GroupInfo].CustomProperties.CommentsFROM Orion.Groups AS [GroupInfo]WHERE [GroupInfo].ContainerID = ${ID}