Skip to content

A Python object "wrapper" for the Cisco Prime Infrastructure API

Notifications You must be signed in to change notification settings

pablopenton/CiscoPrimeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cisco Prime API Module

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.

Before

Before image

After

After image

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.

About

A Python object "wrapper" for the Cisco Prime Infrastructure API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages