How can I enable alerting for all datapoints within the datasources for a specific group? #64
Unanswered
kelemvor33
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I found I have a group that has alerting turned off for the individual datapoints within all the datasources for that group. When I run Get-LMDeviceGroupDatasourceList -id 4248, all of the resulting items say disableAlerting = False because alerting is on for the datasource, but not the individual datapoints.
E.g.: https://i.imgur.com/SPSOzWD.jpeg
Is there a way to get all the datasources for a group, and then get loop through them to get all the datapoints and then enable alerting for each datapoint? When I searched for Datapoint in the Command Reference doc I didn't find much so not sure if or how I could do this.
THanks.
Beta Was this translation helpful? Give feedback.
All reactions