Skip to content

Is there a way to pull Device Instance Escalation Chains #7

Answered by stevevillardi
tehfonz asked this question in Q&A
Discussion options

You must be logged in to vote

I believe the endpoint your looking for is GET - /device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings/{instancedatapointid}/recipients. I don't believe its an officially supported endpoint as its not present in the v3 swagger docs but I would suggest putting in a feature request to have them add that as I can see it being useful to have. In the meantime you can try this above cmdlet with the Logic.Monitor PS module and it should get you what your looking for. Im not sure this will end up in the module since its technically an unsupported endpoint but feel free to use as needed:

Function Get-LMDeviceDatasourceInstanceAlertRecipients {

    [CmdletBinding(…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tehfonz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants