netbox-cisco-support icon indicating copy to clipboard operation
netbox-cisco-support copied to clipboard

Implementing Cisco Support APIs into NetBox

Results 11 netbox-cisco-support issues
Sort by recently updated
recently updated
newest added

Expanding on issue #13 this plugin is no longer working with Netbox v3.5.x The Cisco API endpoint itself also seems to be throwing some errors (#14) so may need extensive...

Updated URLs in sync_eox_data to point to Cisco's new API URLs.

Hi, Having added the plugin to a docker netbox 3.2.7 install I do not see the plugin in the netbox UI? When I SSH to the docker instance to run...

There is a huge need in the community to track warranty/support status for all devices (i.e. all manufacturers). It would be nice to leverage this same data model across all...

Closes #8 - Move to use netbox-docker project. - Adds some sample data to test. - Updates Makefile commands. - Remove env from gitignore since just using default development vars

[NetBox 3.2.0](https://github.com/netbox-community/netbox/releases/tag/v3.2.0) was just released and has a number of [extension improvements](https://github.com/netbox-community/netbox/issues/8333). Furthermore, a [NetBox 3.2 plugin tutorial](https://github.com/netbox-community/netbox-plugin-tutorial) was released

It would be ideal to create a new model to populate support contracts. Support contracts could then be associated to devices (assuming the vendor uses support contracts).

Update development environment to include: - Latest version of 3.0.11 for netbox - Leverage netbox-docker (1.4.1) in order to setup test data - Leverage as much of default netbox-docker workflow...

Two options here: - Add the plugin's support models additions to existing devices & device type NetBox API. - Create a new api endpoint for support model(s).

I'm running the fallowing configuration: ``` { "django-version": "3.2.8", "installed-apps": { "debug_toolbar": "3.2.2", "django_filters": "21.1", "django_prometheus": "2.1.0", "django_rq": "2.4.1", "django_tables2": "2.4.1", "drf_yasg": "1.20.0", "graphene_django": "2.15.0", "graphiql_debug_toolbar": "0.2.0", "mptt": "0.13.4", "netbox_cisco_support":...