Versions Compared

Key

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

...

Queries which use toDataMap:

Query/ServiceImpactsNotesResponse nowResponse After
Notification ServiceKafka notification service will produce a result with a different outputNotification Service response should be the same as CPS Core for consistency

Query data nodes

Query DataNodes will produce a datanode within an array with the container ID

and then the relevant data:

[

     {

        "code": "01",
        "name": "SciFi",
        "books": [
            ...
        ]
    }
]

[

     "categories": {

        "code": "01",
        "name": "SciFi",
        "books": [
            ...
        ]
    }
]

get Node by CMHandle and Xpath (NCMP)get Node should follow the get Node which CPS Core produces for consistency

Outstanding issues:

Backwards Incompatibility:New endpoint vs new version of interface
Other Endpoints:Is this effecting any other endpoints

...