netbox-community / go-netbox

The official Go API client for Netbox IPAM and DCIM service.
Other
197 stars 150 forks source link

Fix `site.asns` and `interface.tagged_vlans` schema specs #171

Closed olekgo closed 5 months ago

olekgo commented 5 months ago

This PR fixes site.asns and interface.tagged_vlans schema specs, but I'd expect there many more that are broken. Schema should ultimately be fixed in Netbox itself, however, it's a longer process and in order to unblock myself I've created this PR.

The configuration was regenerated using Netbox version 3.7.1. However, since the schema for object NestedASN was missing in this version, it was sourced from the latest available version (3.7.5).

Fixes: https://github.com/netbox-community/go-netbox/issues/170 Related: https://github.com/netbox-community/netbox/issues/15404

v0ctor commented 5 months ago

Thank you very much, @olekgo! And sorry for the delay.