This module provides a Python object-oriented "wrapper" for the Cisco Prime Infrastructure API. Using the Python requests module, it provides a more convenient interface for accomplishing some repeatable tasks.
The current version of this module provides a few basic functions, including setting the high availability settings for Unified Wireless access points that match certain criteria.
Parameters are read from a JSON file, consistent with formatting established in the Cisco Prime Infrastructure API documentation. The access points that match the criteria are then set with the controllers that are also defined in the JSON file.
The module also provides a method for obtaining some basic information about access points, like their hostnames, IP addresses, model name, and the IP, hostname, and port of their CDP neighbor.