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
NOTE: This behavior is observed on the master branch as of Aug 5, 2021.
I found an issue when querying for snapshots by Volume Name when the volume name contains characters unsafe for URL's. In the event that a volume name contains something like :, which is not url safe, the SDK will convert the request to an advanced search.
This advanced search request is rejected by the SAN.
NOTE: This behavior is observed on the master branch as of Aug 5, 2021.
I found an issue when querying for snapshots by Volume Name when the volume name contains characters unsafe for URL's. In the event that a volume name contains something like
:
, which is not url safe, the SDK will convert the request to an advanced search.This advanced search request is rejected by the SAN.
Here is an example of the code snip-it:
Here is the REST API debug log:
The text was updated successfully, but these errors were encountered: