Webhook Body Template configuration #10620
-
Hello everybody, i have this output on my webhook server without any Body Template configuration in Netbox: I want the value: data > a_terminations > object > device > name Can someone say me, how i have to configure the Body template for that? I tried this way, but this is not working because of the nested json.
Thanks to all! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Netbox 3.3? As you can see from your screenshot, a_terminations is a list, so you can use |
Beta Was this translation helpful? Give feedback.
Netbox 3.3?
As you can see from your screenshot, a_terminations is a list, so you can use
a_terminations[0]
- although if the cable has multiple terminations at that end you'll only be looking at the first one.