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. |
Answered by
mrmrcoleman
Nov 12, 2025
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 |
0 replies
Answer selected by
raddpuppyguest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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