Update the ncmp dmi registration url 07/124707/1
authorRenu Kumari <renu.kumari@bell.ca>
Wed, 6 Oct 2021 16:38:56 +0000 (12:38 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Wed, 6 Oct 2021 16:38:56 +0000 (12:38 -0400)
Issue-ID: CPS-722
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I2ef4dcdff933512aaecc29062dd16329aecddda9

src/main/resources/application.yml

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