Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 976 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 976 Bytes

NetBox Cisco Support API Plugin

NetbBx plugin using Cisco Support APIs to gather EoX and Contract coverage information for Cisco devices.

Compatibility

This plugin in compatible with NetBox 2.11 and later.

Installation

The plugin is available as a Python package in pypi and can be installed with pip

pip install netbox-cisco-support

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:

PLUGINS = ['netbox_cisco_support']

Restart NetBox and add netbox-cisco-support to your local_requirements.txt

Configuration

The following options are available:

  • cisco_client_id: String - Client ID of your plugin installation. Generate it inside Cisco API Console
  • cisco_client_secret: String - Client Secret of your plugin installation. Generate it inside Cisco API Console

Screenshots