config should contain a request from the API call to /api/dcim/devices/1/render-config/ with the rendered config of the device.
Observed Behavior
"script.py", line XX, in my_function
device.render_config.create()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pynetbox/core/response.py", line 308, in __getattr__
raise AttributeError('object has no attribute "{}"'.format(k))
AttributeError: object has no attribute "render_config"
pynetbox version
v7.2.0
NetBox version
v3.6.1
Python version
3.11
Steps to Reproduce
Expected Behavior
config
should contain a request from the API call to/api/dcim/devices/1/render-config/
with the rendered config of the device.Observed Behavior