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

Compare with Current View Page History

« Previous Version 9 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 (success scenarios)


Client →  CPS-NCMP

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

RESTful MethodCodeResponseTypeRESTful MethodRequestbody.operationCodeResponseTypeObject ContentRESTful MethodCodeResponseType
1GET200ResponseEntity<Object>





POST

"read"





200





ResponseEntity<Object>


Object readGET200ResponseEntity<Object>
2POST201ResponseEntity<String>
*just name/id 
"create"
Unknown macro: {"resourceIdentifier"}
POST2xx?
3PUT200ResponseEntity<Object>"update"
Unknown macro: {"resourceIdentifier"}
PUT2xx?
4PATCH200ResponseEntity<String>
*just name/id 
"patch"
Unknown macro: {"resourceIdentifier"}
PATCH2xx?
5DELETE204ResponseEntity<Void>"delete"
Unknown macro: {"resourceIdentifier"}
DELETE204void





  • No labels