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
Any news or plans about this issue?
I need both Instance and Cockpit API but can't find any version having Cockpit API where Instance API is not buggy (total_count issue or this one) :-/
The issue has been raised to the product team, and a fix should be released at the beginning of January. We apologize for the inconvenience and the delay.
Thank you for reporting this and for your patience.
Versions used:
When using
list_images
frominstance.v1
,unmarshall_Volume
fails with the following error:According to https://www.scaleway.com/en/developers/api/instance/#path-images-list-instance-images , these fields should be present in the response from the API.
When testing with
curl
onhttps://api.scaleway.com/instance/v1/zones/fr-par-2/images?public=no
, it looks like these fields are really missing:Is it a bug in the SDK or in the API?
The text was updated successfully, but these errors were encountered: