You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
It would be nice to have multiple filtering of tags in YANA for the node list. One possible syntax could be:
http://localhost:8080/yana/api/nodes?tags=demo&tags=dev
Another possible syntax would be the AND/OR rundeck tag filter syntax, so filtering by both (AND) would be:
http://localhost:8080/yana/api/nodes?tags=demo+dev
and either tag (OR) would be:
http://localhost:8080/yana/api/nodes?tags=demo,dev
The text was updated successfully, but these errors were encountered: