Change the dmiRegistrationURl to /ncmp 47/124747/1
authorRenu Kumari <renu.kumari@bell.ca>
Thu, 7 Oct 2021 17:57:31 +0000 (13:57 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Thu, 7 Oct 2021 17:57:31 +0000 (13:57 -0400)
Issue-ID: CPS-722
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I9ae28a5791476950f37fd75a4cf266b8c1249505

src/main/resources/application.yml

index 1a3b843..0ea666e 100644 (file)
@@ -54,7 +54,7 @@ management:
 
 cps-core:
   baseUrl: http://${CPS_CORE_HOST}:${CPS_CORE_PORT}
-  dmiRegistrationUrl : /ncmpInventory/v1/ch
+  dmiRegistrationUrl : /ncmp/v1/ch
   auth:
     username: ${CPS_CORE_USERNAME}
     password: ${CPS_CORE_PASSWORD}