You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

References

CPS-1236 - Getting issue details... STATUS


Assumptions

#AssumptionNotes
1If the query finds no matching CMHandle whe shall return an empty list (HTTP 200 – 'no cm handles')

Issues & Decisions

#IssueNotes Decision
1What type should be returned?Should we return objects(if yes which type?) or just the filtered IDs of objects/entities?
2Private/public or both fields should be queried?Based on the ticket's description only private fields should be queried but public fields were also considered
3REST endpoint (POST) : /ncmpInventory/v1/ch/cmhandles?dmiPlugin=<dmi-cm-plugin-identifier>/properties

4Request body: 
{
   additional-properties: [
      {name: xx, value: xx}...
   ]
}


  • No labels