Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RESTful API implementation proposed as below to find out delta configuration between two anchors for a given dataspace, cps-path and descendants. 

API : GET http://localhost:8080/v2/{dataspace-name}/anchors/{anchor-name}/delta?cps-path={cps-path}&descendants={descendants}?compareWithAnchor={anchor-name}

Request parameters:

parameter nameInRequiredDescription
dataspace-namePathYesDataspace name
anchor-namePathYesAnchor Name
cps-pathQueryYesCps-path of the node 
descendantsQueryNoNumber of descendants for delta comparison 
compareWithAnchorQueryYesanother anchor name for delta comparison


Response Body: Response body should contain anchors delta report (added/deleted/modified configuration) as below.

--- TBD ---

Points from initial discussion

...