netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
538 stars 165 forks source link

Add `vpn` app for NetBox 3.7 compatibility #595

Closed markkuleinio closed 6 months ago

markkuleinio commented 7 months ago

pynetbox version

v7.2.0

NetBox version

v3.7-beta1

Feature type

New functionality

Proposed functionality

Add vpn app as added in NetBox 3.7-beta1.

Use case

Makes it possible to use vpn app in pynetbox.

I have PR waiting to be submitted if this issue is accepted.

External dependencies

None. This is fully backwards compatible with older NetBox versions as well (just don't use the vpn app if using NetBox pre-3.7).