Is it possible to access custom object instances from jinja / nbshell? #191
-
|
I am able to access my object instances via the API following the documentation. I was able to locate the metadata of my custom types in nbshell, but I'm not sure how to access my actual custom object instances (if it's possible). Ultimately, I'd like to be able to iterate over them using Netbox's built-in jinja provisioning functionality. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@raddpuppyguest Please see the tip at the top of this docs page: https://github.com/netboxlabs/netbox-custom-objects/blob/main/docs/index.md For your question about Jinja2, this work is mainly tracked here: #98 |
Beta Was this translation helpful? Give feedback.
@raddpuppyguest Please see the tip at the top of this docs page: https://github.com/netboxlabs/netbox-custom-objects/blob/main/docs/index.md
For your question about Jinja2, this work is mainly tracked here: #98