s_AireOS_collect_ap_detail

s_AireOS_collect_ap_detail.script_main(session)
SINGLE device script
Morphed: Gordon Rogier grogier@cisco.com
Framework: Jamie Caesar jcaesar@presidio.com

This script will capture details about the APs that are connected to the Wireless LAN Controller that this script is being run against and will output details for each AP into a CSV file.

Parameters:session (sessions.Session) – A subclass of the sessions.Session object that represents this particular script session (either SecureCRTSession or DirectSession)
s_AireOS_collect_ap_detail.get_ap_detail(session, to_cvs=False)

A function that captures the WLC AireOS ap details and returns an output list

Parameters:session (session.Session) – The script object that represents this script being executed
Returns:A list AP details
Return type:list of dicts