summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
diff options
context:
space:
mode:
authorHesam Rahimi <hesam.rahimi@huawei.com>2022-09-02 16:41:09 -0400
committerDan Timoney <dtimoney@att.com>2022-09-20 20:18:13 +0000
commitcc105abcb5a70b4418241ffdabc9ec9fc7546293 (patch)
treeea55c3ea12c44935f3af52673dd98d93d89577ab /plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
parent355def7bdaf1257a6c3933514f5f9ddb232e0e17 (diff)
Implementing a mechanism to support periodic pulling of Performance Monitoring (PM) data
from 3rd party controllers. Issue-ID: CCSDK-3752 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I6ee692d1ab370bf9ad3f2f88db63efc2a124b87c
Diffstat (limited to 'plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml')
-rwxr-xr-xplugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
index 20a3ab2b5..3e4e1fe06 100755
--- a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
+++ b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
@@ -43,6 +43,10 @@
<argument ref="restconfapiCallNodeProvider"/>
</bean>
+ <bean id="periodicDiscoveryNodeProvider" class="org.onap.ccsdk.sli.plugins.restconfdiscovery.PeriodicDiscoveryNode" >
+ <argument ref="restconfapiCallNodeProvider"/>
+ </bean>
+
<service ref="restconfapiCallNodeProvider">
<interfaces>
<value>org.onap.ccsdk.sli.plugins.restconfapicall.RestconfApiCallNode</value>
@@ -55,4 +59,10 @@
</interfaces>
</service>
+ <service ref="periodicDiscoveryNodeProvider">
+ <interfaces>
+ <value>org.onap.ccsdk.sli.plugins.restconfdiscovery.PeriodicDiscoveryNode</value>
+ </interfaces>
+ </service>
+
</blueprint> \ No newline at end of file