We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on the DNA Center documentation, this line should not work but it does, surprise! 🎉 This works in the current solution:
tmp_url = tmp_url + 'network-device/module?deviceId=%s' % device_id
Based on docs, this should work:
tmp_url = tmp_url + 'network-device/module/%s' % device_id
Eventually figure out which it is implemented as and make sure docs/code match.
The text was updated successfully, but these errors were encountered:
Below is what worked for me. deviceId requires a capital 'I' as its case sensitive.
Sorry, something went wrong.
No branches or pull requests
Based on the DNA Center documentation, this line should not work but it does, surprise! 🎉
This works in the current solution:
Based on docs, this should work:
Eventually figure out which it is implemented as and make sure docs/code match.
The text was updated successfully, but these errors were encountered: