How can we help?

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...

read more

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,...

read more

Clean installation guide

In order to start with a clean installation of Netpicker, please follow these steps to clean existing Netpicker data in your system. Navigate to the netpicker directory (where...

read more

Release notes

How to updateYou can easily update to the latest version by running the following command in the Netpicker directory:bash down.shmv docker-compose.yml docker-compose.yml.bakgit...

read more

Netpicker test rule syntax

Netpicker allows you to create custom rules (Python unit tests using pytest) to test your network devices. This guide outlines how to write these rules. Creating a Rule A rule in...

read more

Installation guide (using Docker)

This guide explains the installation process of Netpicker on a machine with internet access and Docker installed. A machine with Docker installed Clone Netpicker’s...

read more

Getting started with Netpicker

This article details all of the steps you need to take in order to set up your first device, and running a test against it.Table of contents Creating a vaultAdding your...

read more