Pradip
Level 1
Level 1
Member since ‎04-16-2018
‎03-24-2023

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Helpful votes Given
  • 10 Helpful votes Received
Recent Badges
10 Helpful Vote
5 Replies
1 Helpful Vote

User Activity

Hi  guys, i did written small acitoolkit query in python which is commnad based (CLI) , now i would like to know to start with GUI in windows, any body knows, how to write script in GUI .
script a below:from acitoolkit.acitoolkit import Sessionfrom acitoolkit.aciphysobject import Nodeurl ='https://10.10.1.0'user ='admin'PASSWORD ='admin'session=Session(url, user, PASSWORD)print(session)if session.login().ok:print("sucess")else:print("...
automation script: to search leaf switch and get the physical interface details like port status, port vlan and description please help how to write simple acitoolkit script to get the specific leaf node details like description, port status..etc   
Community Statistics
Member Since ‎04-16-2018 12:46 AM
Date Last Visited ‎03-24-2023 12:03 AM
Posts 10
Total Helpful Votes Received 10
Helpful Votes From