Skip to content

bozensel/cisco_nexus_api_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cisco_nexus_api_repo

How to get sample Cisco commands using APIs.

Connected to cisco Nexus device using APIs. Run some samples commands and the interface gives the data in json format.

Nexus API is an API client. NX-API REST brings Model Driven Programmability (MDP) to standalone (non-APIC-based fabric) Nexus family switches. In model-driven architectures, software maintains a complete, explicit representation of the administrative and operational state of the system (the model) and performs actions only as side-effects of mutations of model entities.

Postman is an application used for API testing. It is an HTTP client that tests HTTP requests, utilizing a graphical user interface, through which we obtain different types of responses that need to be subsequently validated.

Postman offers many endpoint interaction methods. The following are some of the most used, including their functions:

GET: Obtain information

POST: Add information

PUT: Replace information

PATCH: Update certain information

DELETE: Delete information

POSTMAN Sample:

Nexus_Postman

show vlan brief

Nexus_vlan

After show vlan brief is converted.

Nexus_vlan_after_converted

In this repository, some show outputs have been shared.

About

How to get sample Cisco commands using APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages