Hello,
I was wondering if there is a way to list all snapshots which are currently in progress. I’ve tried doctl compute action list
But it lists only completed tasks in there and I can see in the GUI that the snapshots are still in progress.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @lyubo83,
I’ve tried a couple of things like:
or
However the snapshot command supports only 3 options:
Having said that, I think this is a great idea, sounds like it’d be super useful!
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
Hope that helps! - KFSys.
Hello @lyubo83
This command retrieves a list of all actions taken on your resources. The action status will show (
pending
,completed
, etc)You can check the full flags and options for the
doctl compute action list
command:https://docs.digitalocean.com/reference/doctl/reference/compute/action/list/
Regards