Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.81 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.81 KB

published

Table of contents

General info

This project is based on REST API to request information from Network Device,it will list all the available API modules, User can select the module and can send request to the end device which will return the response in JSON format, An autocomplete feature is also added to make the request module easily accessible. Below snap shows you results from IOS-XE and NX-OS Platforms.

  • IOS-XE alt text

  • NX-OS alt text

Technologies

Project is created with:

  • Python 3.6.9

Network Device from Cisco Sandbox

Libraries

Setup

To run this project, clone this to your local Folder using 'git clone'

$ git clone https://github.com/shebin7/Get_Request_Script

Then run it from IDE or from Terminal

$ python3 Get_api_result.py

Other Informations

This project does not support IOS-XR modules for now since it is not tested , also more NX-OS and IOS-XE modules will be added in future.