[ACE-303] Migration SRD APIS Created: 12/Nov/25 Updated: 11/Feb/26 Due: 21/Nov/25 |
|
| Status: | Done |
| Project: | ACE |
| Component/s: | UCMDB |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Normal |
| Reporter: | Ayed Bada | Assignee: | Ayed Bada |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0 minutes | ||
| Time Spent: | 2 weeks, 3 days | ||
| Original Estimate: | Not Specified | ||
| Customer: |
Mobinets
|
| Planned Start: | |
| Planned End: | |
| Actual Start: | |
| Date of Baselining: |
| Comments |
| Comment by Khaled Khalil [ 17/Dec/25 ] |
|
The UCMDB SRD APIs are implemented and tested by Ayed |
| Comment by Ayed Bada [ 11/Feb/26 ] |
|
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. |