Skip to content
This repository was archived by the owner on Aug 21, 2018. It is now read-only.

Conversation

@stevehwinwood
Copy link

Hello,

I'm learning Python for network automation and the DevNet labs are a great resource!

For me the hello_lab.py script didn't work for RESTCONF and I had to update the api URL in the check_restconf function. I also spotted a few typos and corrected them, and all these changes are reflected in this pull request.

I hope you find this useful.

Steve

@austinMarcos austinMarcos self-assigned this May 11, 2017
restconf_api= "http://"+address+":9443/api"

# Restconf enabled device's address and default entry level
restconf_api= "https://"+address+"/sandbox/restconf/api"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 20 needs further review. Suggested URL is different from the original one

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants