Trigger webhook only if IPAdress is within an IPRange with a specific tag #13590
Unanswered
reduzent
asked this question in
Help Wanted!
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.
-
I'm creating a webhook with
IPAM->IPAdressas content type. I would like to trigger the webhook only if the IPAddress is part of an IPRange that has the the tagDHCPset. However, I'm having a hard time creating a relation between an IPAddress and the nearest Prefix or IPRange. I get the available IPAdresses from IPRange, but not the IPRanges a certain IPAdress belongs to. At least not in a way in could use in a conditional. Help is very much appreciated.I could read about
net_*lookups in Github issues, but I wasn't able to find any documentation about it. Is this the missing part?Beta Was this translation helpful? Give feedback.
All reactions