Replies: 1 comment
-
If you are using netbox 3.5+ There are a few steps you'll have to do to get this via orm
Note, you'll have to add appropriate checks to ensure the code does not crash |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I would like to retrieve the rendered config context of a device. Apparently there is no "config_context" in Device model. I only see local_context_data in API documentation.
I've seen that there is the DeviceWithConfigContext model. But I don't know how to use it? tried to import it in dcim.models, but that didn't work.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions