From 4d39a76e70436eaf5f087bf711ddaa5e4ae79945 Mon Sep 17 00:00:00 2001 From: Renu Kumari Date: Fri, 8 Oct 2021 10:48:00 -0400 Subject: Update the ncmp dmi registration url Issue-ID: CPS-722 Signed-off-by: Renu Kumari Change-Id: I67ca134c5f3528d5c5e96f006fd58f603b38fc16 --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0ea666e1..1a3b843f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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} -- cgit 1.2.3-korg