diff options
author | Renu Kumari <renu.kumari@bell.ca> | 2021-10-08 10:48:00 -0400 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-10-08 11:56:57 -0400 |
commit | 4d39a76e70436eaf5f087bf711ddaa5e4ae79945 (patch) | |
tree | 581a83acb0129de9f061bc0b4fce0ecef83f50c1 /src/main/resources/application.yml | |
parent | ebe1ca46e17bb4f1c4b25e5981658b2d3461ae05 (diff) |
Update the ncmp dmi registration url
Issue-ID: CPS-722
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I67ca134c5f3528d5c5e96f006fd58f603b38fc16
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r-- | src/main/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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} |