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

Compare with Current View Page History

« Previous Version 7 Next »

CPS-577 - Getting issue details... STATUS



  • Since the DMI Plugin always needs an request body for at least the 'Additional Parameters' CPS_NCMP wil have to use PUT or POST to make a any (read or) write request.
  • The actual operation will be determine with 'operation' field in body. If this is not supplied 'read' wil be assumed as the default operation irrespective of the HTTP method used

Operation Mapping


Client →  CPS-NCMPCPS-NCMP →  DMI-PluginDMI-Plugin →  SDNC-C

RESTful MethodRESTful MethodRequestbody.operationRESTful Method
1GETPOST"read"GET
2POSTPOST"create"POST
3PUTPOST"update"PUT
4PATCHPOST"patch"PATCH
5DELETEPOST"delete"DELETE





  • No labels