mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-16 16:52:17 -06:00
implemented #2350 - config context included by default in API
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,3 +1,17 @@
|
||||
v2.6.0 (FUTURE)
|
||||
|
||||
## Changes
|
||||
|
||||
### API Device/VM Config Context Included by Default ([#2350](https://github.com/digitalocean/netbox/issues/2350))
|
||||
|
||||
The rendered Config Context for Devices and VMs is now included by default in all API results (list and detail views).
|
||||
Previously the rendered Config Context was only available in the detail view for objects. Users with large amounts of
|
||||
context data may observe a performance drop when returning multiple objects. To combat this, in cases where the rendered
|
||||
Config Context is not needed, the query parameter `?exclude=config_context` may be added to the request as to remove
|
||||
the Config Context from being included in any results.
|
||||
|
||||
---
|
||||
|
||||
v2.5.7 (FUTURE)
|
||||
|
||||
## Enhancements
|
||||
|
||||
Reference in New Issue
Block a user