aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-acelement/src/test/resources/config.json
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-08-19 10:08:16 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2022-08-19 10:55:12 +0100
commite7aaae39c99fff1561638e486c5d3368eba1a2ca (patch)
treec22b9ce477e7420fd24aca2c4d58a6e943ba2156 /participant/participant-impl/participant-impl-acelement/src/test/resources/config.json
parenteafce4b03a77e729e1eb7fce7368e206b7fc9dce (diff)
Add REST Endpoints for ACM test microservice
REST APIs for activating, deactivating and fetching the element config. Issue-ID: POLICY-4305 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ib3cf41fe5419c9fd05743bb3c66b19e95a797b98
Diffstat (limited to 'participant/participant-impl/participant-impl-acelement/src/test/resources/config.json')
-rw-r--r--participant/participant-impl/participant-impl-acelement/src/test/resources/config.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/participant/participant-impl/participant-impl-acelement/src/test/resources/config.json b/participant/participant-impl/participant-impl-acelement/src/test/resources/config.json
new file mode 100644
index 000000000..bf4518255
--- /dev/null
+++ b/participant/participant-impl/participant-impl-acelement/src/test/resources/config.json
@@ -0,0 +1,14 @@
+{
+ "elementId":{
+ "name":"onap.policy.clamp.ac.element2",
+ "version":"1.0.0"
+ },
+ "timerSec":2000,
+ "elementType":"STARTER",
+ "topicParameterGroup":{
+ "server":"localhost",
+ "topic":"POLICY_UPDATE_MSG",
+ "fetchTimeout":15000,
+ "topicCommInfrastructure":"dmaap"
+ }
+} \ No newline at end of file