diff options
author | Skip Wonnell <skip@att.com> | 2018-03-28 16:08:52 -0500 |
---|---|---|
committer | Randa Maher <rx196w@att.com> | 2018-03-28 21:30:23 +0000 |
commit | b145ba39e4e902f5152016009f7e073b685fa106 (patch) | |
tree | d96f35722b23ad6197bc588a96ada1828ddda139 /appc-directed-graph/appc-dgraph/provider/src | |
parent | 534aa6f86103ef93f0678f8d5b4b52bed082bab7 (diff) |
Fix package name for RestConfCallNode
Issue-ID: APPC-800
Change-Id: Ic45cbcd25971b437a634204949a9825902b8c82c
Signed-off-by: Skip Wonnell <skip@att.com>
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider/src')
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_GetDeviceRunningConfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_GetDeviceRunningConfig.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_GetDeviceRunningConfig.json index b2f33963a..253fb8070 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_GetDeviceRunningConfig.json +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_GetDeviceRunningConfig.json @@ -49,7 +49,7 @@ "id": "26aeca14.cd8d26", "type": "execute", "name": "execute: Get Rest Configuration", - "xml": "<execute plugin=\"com.att.sdnctl.restconf.RestConfCallNode\" method=\"getConfiguration\">\n<parameter name=\"hostIpAddress\" value=\"`$hostIpAddress`\" />\n<parameter name=\"protocol\" value=\"`$protocol`\" />\n<parameter name=\"responsePrefix\" value=\"restconf\" />\n", + "xml": "<execute plugin=\"org.onap.sdnc.restconf.RestConfCallNode\" method=\"getConfiguration\">\n<parameter name=\"hostIpAddress\" value=\"`$hostIpAddress`\" />\n<parameter name=\"protocol\" value=\"`$protocol`\" />\n<parameter name=\"responsePrefix\" value=\"restconf\" />\n", "comments": "", "outputs": 1, "x": 612.5, |