aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/client/DmiRestClient.java
AgeCommit message (Expand)AuthorFilesLines
7 days#1: Dedicated web client instance is assigned for data, model and health serv...sourabh_sourabh1-30/+55
2024-05-22Remove un-used code of RestTemplatesourabh_sourabh1-1/+1
2024-05-17Replaced RestTemplate with WebClient in synchronous DMI callssourabh_sourabh1-21/+63
2024-04-30Reverted web client changes as it breaking CPS functionality:sourabh_sourabh1-22/+16
2024-04-25Replace RestTemplate with WebClient in synchronous DMI callsleventecsanyi1-16/+22
2024-02-29Add bearer token to NCMP passthrough operations (CPS-2126 #2)danielhanrahan1-4/+10
2023-11-28Publish trust level notification eventJvD_Ericsson1-5/+5
2023-11-14Trust level updates with dmi status changehalil.cakal1-20/+21
2023-10-26[BUG] CPS NCMP Change extension in health check URLhalil.cakal1-2/+3
2023-10-12Add withTrustLevel condition to CmHandle Query APIhalil.cakal1-4/+2
2023-09-22Reinstate Spring Boot 3.0 after revertegernug1-1/+1
2023-09-20Revert "Migrate CPS to Spring-boot 3.0"Toine Siebelink1-1/+1
2023-09-18Merge "Migrate CPS to Spring-boot 3.0"Toine Siebelink1-1/+1
2023-09-14Migrate CPS to Spring-boot 3.0egernug1-1/+1
2023-09-04Dmi plugin watchdog cheking alivenesshalil.cakal1-0/+26
2023-08-04Ability to disable sending auth headermpriyank1-1/+3
2023-05-25NCMP: Update existing Batch endpoint (Moving url param into rest body)sourabh_sourabh1-4/+4
2023-04-27CPS-1553 :REST endpoint to accept collection of cm handles for GET operationsourabh_sourabh1-6/+6
2022-09-13CmHandle registration/module sync watchdog performance improvmentsourabh_sourabh1-1/+1
2022-05-31Handle RestTemplate Error handling so NCMP cna report correct server statusToineSiebelink1-4/+14
2022-04-05[cps] Fix getResourceDataForPassthroughOperational endpointputhuparambil.aditya1-26/+5
2021-12-14Changing putOperationWithJson to postOperationWithJsonJosephKeenan1-4/+4
2021-12-02Changing putOperationWithJson to postOperationWithJsonJosephKeenan1-15/+0
2021-11-25Allow separate registration of DMIDataPlugin and DmiModelPuginJosephKeenan1-1/+16
2021-09-10CPS-635 - Module Resource call does not include bodyJosephKeenan1-4/+18
2021-08-30CPS-505 Retrieving modules for new CM handleJosephKeenan1-0/+5
2021-08-26Post impl for passthrough running (Ncmp impl.)tragait1-0/+8
2021-08-19get resource data for operational passthroughtragait1-0/+52