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

Retrieve tags based on resource id. #27

Open
jameszh opened this issue May 12, 2017 · 0 comments
Open

Retrieve tags based on resource id. #27

jameszh opened this issue May 12, 2017 · 0 comments

Comments

@jameszh
Copy link

jameszh commented May 12, 2017

Try to filter out tags based on resource id using get_all_tags, can't get it works
st2 run aws.vpc_get_all_tags filters='res_id=vol-xxxxxxxx,res_type=volume'

the filters is "string" in this case

while this works: st2 run aws.vpc_get_all_subnets filters='vpc_id=vpc-xxxxxxxx'
and the filters is "object" in the code.

please verify if I didn't get syntax right.

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

1 participant