Project

General

Profile

Architecture #6479

Updated by François ARMAND about 9 years ago

We need want to add a new methods allowing "query" parameters to get all inventories (both nodes "get" API requests 


 either you can use:  

 * query: The full query like groups 

 Or: 

 * select: "node" or "nodeAndPolicyServer" (default node) 
 * composition: "and/or", default and 
 * where: { "objectType" , "attribute", "comparator", "value" } 


 All the node request should now answer with the node model created in 3.0 (api node v5, and machine info) without filtering. use the include params)

Back