ClearPass, Python

ClearPass – REST API

René Jorissen on June 7, 2018 0 Comments • Tags: #clearpass #python #restapi

Description: I created some Python scripts for ClearPass. The scripts can be found on Github. There are several directories: config: contains the parameters to authenticate against ClearPass and acquire an access token; general_scripts: some general configuration scripts, like a Password Generator script or Date/Time script; guests: scripts for adding or deleting guest accounts. I created a … Read More

Python

HPE AOS CLI command

René Jorissen on May 25, 2018 0 Comments

Description: The script is used to execute a CLI command on one or multiple switches. The script use switches.txt as input file to login to one or multiple switches. When the scripts is executed the script asks for username and password and which command to execute. The status codes of the different sections is displayed … Read More