Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix README for upgrades by providing correct device fetch method (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka authored Mar 6, 2024
1 parent c7385f7 commit 22f1482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ speedtest = session.api.speedtest.speedtest(devices[0], devices[1])

```python
# Prepare devices list
vsmarts = session.api.devices.get().filter(personality=Personality.VSMART)
controllers = session.endpoints.configuration_device_inventory.get_device_details('controllers')
vsmarts = controllers.filter(personality=Personality.VSMART)
image = "viptela-20.7.2-x86_64.tar.gz"

# Upload image
Expand Down

0 comments on commit 22f1482

Please sign in to comment.