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
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-api-doc/pull/16
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-api-doc|49201cfad40379094c6a466b11fc5d24cfb926a1.
Updated by Vincent MEMBRÉ over 9 years ago
Applied in changeset rudder-api-doc|7ac828cac12314bc13aeac2e36918094292c9b95.
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.0~beta1 which were released today.
- Announcement 3.1
- Changelog 3.1
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions