9Kv Using REST to update interface descriptions with CDP neighbors
The below script was used on Nexus 9000v NX-API which can be enabled with ‘feature nxapi’ #!/usr/bin/python import requests import json def updateDescriptions( server ): session = requests.session() session.auth = (“admin”,”admin”) …