Rest API cannot delete snapshot

sigipa

Cadet
Joined
Mar 30, 2021
Messages
8
Hi,

This looks like a bug. If I look at the other create functions for things like clones and shares, the response has a number for "id". In the case of snapshot delete, "id" has the snapshot name. I guess the workaround for that is to get a list of all snapshots and search for snapshot name.

Thanks,
-S
 

sigipa

Cadet
Joined
Mar 30, 2021
Messages
8
Hi,

It looks like this issue effects the snapshot query as well. The workaround then becomes getting the full snapshot list, searching for the snapshot name, and assuming the position in the list is the id. This is probably a bad idea.

-S
 
Top