Actions
User story #6569
closedUser story #6470: Add an API to query Nodes
Add query Node documentation in api doc
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Documentation
Target version:
Effort required:
Name check:
Fix check:
Regression:
Description
We added new params in GET requests of node api to make query on Nodes.
either you can use the 'query' param which can contain the same content of nodegroup queries
query = {composition : and, select : node, where : your query as a json object}
or we also divide that param in three params:
composition = and/or => default and select = node/nodeAndPolicyServer where = your query as json
Actions