Skip to content

commonism/netbox-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netbook-webhook

A FastAPI service using models created by aiopenapi3 from the Netbox OpenAPI Description Document to create models for the webhook.

Requirements

Your Netbox OpenAPI Description Document.

Installation

Running the service on port 8053 Currently the HMAC512 secret is secret!.

python3 -m venv /tmp/nbwh
/tmp/nbwh/bin/pip install .
/tmp/nbwh/python3 -m uvicorn netbox_webhook.netbox:app --reload --port 8053 --host 0.0.0.0

About

Netbox Webhook Listener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages