Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag droplet returns 404 error #107

Closed
zubfatal opened this issue Jul 19, 2016 · 6 comments
Closed

Tag droplet returns 404 error #107

zubfatal opened this issue Jul 19, 2016 · 6 comments

Comments

@zubfatal
Copy link

zubfatal commented Jul 19, 2016

Running the command:
doctl compute droplet tag <droplet-name or droplet-id> --tag-name mytag

returns the error message:
Error: POST https://api.digitalocean.com/v2/tags/testing/resources: 404 The resource you were accessing could not be found.

@bryanl
Copy link
Contributor

bryanl commented Jul 19, 2016

The tag is required to exist before tagging a resource.

@zubfatal
Copy link
Author

@bryanl oh! thanks - didn't really know how tagging worked, was just testing, tags aren't visible in the control panel (yet?) anyways.

@andrewsomething
Copy link
Member

@zubfatal Right. There are plans to expose them in the control panel, but currently they are API only. You can find out more here:

https://www.digitalocean.com/community/tutorials/how-to-use-droplet-tagging-with-the-digitalocean-api

@zubfatal
Copy link
Author

@andrewsomething Thanks - yeah i found that link as well, and I can see how it can be useful if you have a bunch of doplets, not sure how it visually would be the best way to group/display the droplets by tag, but I can see the potential in using tags, could be someting like:

webservers
     webserver1 x.x.x.x 
     webserver2 x.x.x.x

database-servers
     database1 x.x.x.x
     database2 x.x.x.x

Although that would probably be a bit weird grouping if a droplet has both tags..

Do you know if there is a roadmap or something like that, for stuff Digital Ocean is planning to add? (features for droplets, or changes in the control panel, new datacentre or whatever)

@andrewsomething
Copy link
Member

We don't have a full public roadmap, but we do use UserVoice to track feature requests: https://digitalocean.uservoice.com

@zubfatal
Copy link
Author

@andrewsomething Cool! thanks - maybe that should be referenced somewhere on the website and/or the control panel? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants