You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the list_snapshots_all() method without any parameters, it returns an empty list as result, whereas it's expected to return all the snapshots according to the method's description.
Steps to Reproduce
from scaleway.instance.v1 import InstanceV1API as api
snapshots = api.list_snapshots(zone=default_zone)
Expected Behavior
The list_snapshots_all() method should return all the snapshots with the default parameters.
The text was updated successfully, but these errors were encountered:
Problem Description
When I use the
list_snapshots_all()
method without any parameters, it returns an empty list as result, whereas it's expected to return all the snapshots according to the method's description.Steps to Reproduce
Expected Behavior
The
list_snapshots_all()
method should return all the snapshots with the default parameters.The text was updated successfully, but these errors were encountered: