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
A tiny inconsistency with responses on the snapshot API exists.
Instance snapshots without an expiration date: GET 1.0/instances/:name?project=default&recursion=2 returns expires_at: "0001-01-01T00:00:00Z".
Volume snapshots without an expiration date: GET 1.0/storage-pools/:pool/volumes/custom/:name/snapshots?project=default&recursion=2 returns expires_at: null.
I think both instance and volume snapshots APIs should return the same format for an empty expiration date.
The text was updated successfully, but these errors were encountered:
Required information
Issue description
A tiny inconsistency with responses on the snapshot API exists.
GET 1.0/instances/:name?project=default&recursion=2
returnsexpires_at: "0001-01-01T00:00:00Z".
GET 1.0/storage-pools/:pool/volumes/custom/:name/snapshots?project=default&recursion=2
returnsexpires_at: null
.I think both instance and volume snapshots APIs should return the same format for an empty expiration date.
The text was updated successfully, but these errors were encountered: