Hello Everyone!
Our organization likes to back up all device configurations regularly, hence I decided to automate the process to make it easier for future users. This is a simple Python3 program that will download the latest configuration applied to all devices in the entire InControl2 organization.
You will need to make an InControl2 Client to get your Client ID and Secret to place in an environment variable (.env) for the program. Otherwise, the program will prompt you for the rest of the information it needs as it runs.
Check out the code below!
Code: GitHub - tylzars/InControl2ConfigDownloader: Peplink Config Downloader via InControl2 API
Thanks & Have A Good Day!