netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
567 stars 168 forks source link

Rename model dcim.ConnectedEndpoint to dcim.ConnectedEndpoints and it conform to the new cable termination model from 3.3.x #517

Closed ChilloManiac closed 4 weeks ago

ChilloManiac commented 1 year ago

In netbox 3.3.x cables support multiple terminations on either end - The corresponding model of e.g. an interface uses connected_endpoints now instead of connected_endpoint and contains a list of interfaces.

Pynetbox version: 6.6.2

arthanson commented 4 weeks ago

Closing