dne-dna-code icon indicating copy to clipboard operation
dne-dna-code copied to clipboard

Provides code examples for DevNet Test Drive Catalyst (DNA) series

Results 43 dne-dna-code issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.24.2. Changelog *Sourced from [urllib3's changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst).* > 1.24.2 (2019-04-17) > ------------------- > > * Don't load system certificates by default when any other ``ca_certs``, ``ca_certs_dir``...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

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...

If ansible module returns an error: "invalid connection specified, expected connection=local, got network_cli" it is due to the venv not getting created properly (unknown why) The solution is to delete...

Looks like the API call URL has been changed, as it's now called “Intent APIs”. Check [DNAC API doc for DNAC v1.2.6](https://developer.cisco.com/docs/dna-center/api/1-2-6/) for more info. For eg. **Line 76** on...