Details
-
Type:
Task
-
Status:
Done
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UCMDB
-
Labels:None Labels
-
Customer:Mobinets
Description
Click to add description
The purpose of this task is to create a controller layer in UCMDB that exposes the REST APIs required by SRD. In the old version, these APIs were provided via RMI services in NEPSERVER. In the new UCMDB, all RMI services have been migrated to REST.
In NptService, there is already a controller layer that exposes all RMI services. To maintain parity, I added the missing API endpoints in NptServiceGatewayRestController (the controller layer in NEPSERVER) to provide the same functionality as the original RMI services. I have migrated and tested the APIs in UCMDB and added the two missing endpoints to the NEPSERVER layer.