Skip to content

cruse1977/netbox-plugin-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netbox-plugin-helloworld

about

This a simple netbox helloworld type plugin to demonstrate a plugin without models

install

git clone https://github.com/cruse1977/netbox-plugin-helloworld.git
source /opt/netbox/venv/bin/activate
python3 setup.py install

edit /opt/netbox/netbox/netbox/configuration.py and add 'netbox_plugin_helloworld' to PLUGINS = []
restart netbox,netbox-rq

usage

go to: <NETBOX_URL>/api/plugins/plugin-helloworld/say-hello/

response should be:

["this", "is", "hello", "world"]

About

Helloworld Plugin to demonstrate a plugin without models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages