Question
Snapshots API should list only snapshots?
I got only 5 snapshots in dashboard which is correct but API…
curl -X GET "https://api.digitalocean.com/v2/snapshots?page=1&per_page=100" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json"
…list me 67 snapshots for some reason. I think API list all image instead of 5 snapshots.
Any hint? Thanks.
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.
×