Hi ,
I have tagged my nodes with my custom tags, now what I want is to retrieve all the nodes which I tagged.
Lets say I tagged some nodes with tag master now I want to get this nodes from my provider?
Currently, I have a following query to fetch all the container nodes:
curl -g -u username:password -X GET http://localhost:3000/api/providers/1?attributes=container_nodes
This gives me all the node for provider 1, I tried by_tag in query paramter but it doesn’t seems to work for me.
Any idea how to get container nodes by tag??
If there is a way to fetch all the tagged nodes from all the providers even better
Tagging @Fryguy @chessbyte @Yaacov_Zamir @abonas
Thanks
Mohammed