I've built a python script that calls about 20+ methods to configure a switch. An issue I'm running into is that certain methods will return a 409 Response and not implement configurations for that specific method. The only way I've been able to get ...