Webhooks

Webhooks are triggered after Netpicker completes a process. Use the {{ __ctx__ }} tag in the webhook template to get the results as dictionary or use the {{ __ctx__ | tojson }} tag to get the results of the process in JSON format. Watch this video for a quick guide:...

Netpicker architecture overview

Netpicker is an on-premise containerized solution designed to automate network device configuration and testing. The architecture leverages Docker containers, role-based access, and Git repositories to manage and execute tests efficiently within a customer’s...

NetBox integration

Netpicker supports pynetbox, the Python API client library for NetBox. To set it up, you need to provide the API endpoint and your token as two extra environment variables in the docker-compose.yml file for the x-api: x-api: &api_commonenvironment:NETBOX_API:...