summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_2.0.0.0_NETCONF_CONFIGURE.json
blob: 609c73152264a45fa456a3bae0da343381ad73a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[
    {
        "id": "1c2d2c19.e3d2d4",
        "type": "dgstart",
        "name": "DGSTART",
        "outputs": 1,
        "x": 193,
        "y": 200,
        "z": "73df06d5.b89fa8",
        "wires": [
            [
                "a3835946.5c7ca8"
            ]
        ]
    },
    {
        "id": "a3835946.5c7ca8",
        "type": "service-logic",
        "name": "Appc-API 2.0.0.0",
        "module": "Appc-API",
        "version": "2.0.0.0",
        "comments": "test service logic",
        "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='Appc-API' version='2.0.0.0'>",
        "outputs": 1,
        "x": 259,
        "y": 283,
        "z": "73df06d5.b89fa8",
        "wires": [
            [
                "faa0f08b.055f1"
            ]
        ]
    },
    {
        "id": "1c0a1696.e3f5e9",
        "type": "execute",
        "name": "execute-netconf-config",
        "xml": "<execute plugin='org.onap.appc.dg.netconf.NetconfClientPlugin' method='configure' >\n\t<parameter name=\"org.onap.appc.payload\" value=\"`$org.onap.appc.payload`\" />",
        "comments": "",
        "outputs": 1,
        "x": 511,
        "y": 363,
        "z": "73df06d5.b89fa8",
        "wires": [
            [
                "9f0c88c7.60f378",
                "ab656d56.549a9"
            ]
        ]
    },
    {
        "id": "9f0c88c7.60f378",
        "type": "success",
        "name": "success",
        "xml": "<outcome value='success'>\n",
        "comments": "",
        "outputs": 1,
        "x": 730,
        "y": 293,
        "z": "73df06d5.b89fa8",
        "wires": [
            [
                "9be9d7cb.641628"
            ]
        ]
    },
    {
        "id": "ab656d56.549a9",
        "type": "other",
        "name": "other",
        "xml": "<outcome value='Other'>\n",
        "comments": "",
        "outputs": 1,
        "x": 726,
        "y": 432,
        "z": "73df06d5.b89fa8",
        "wires": [
            [
                "6f27856e.90d87c"
            ]
        ]
    },
    {
        "id": "6f27856e.90d87c",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='error-code' value='failure' />\n<parameter name='error-message' value='netconf configuration failed' />\n",
        "comments": "",
        "x": 912,
        "y": 432,
        "z": "73df06d5.b89fa8",
        "wires": []
    },
    {
        "id": "9be9d7cb.641628",
        "type": "returnSuccess",
        "name": "return success",
        "xml": "<return status='success'>\n",
        "comments": "",
        "x": 918,
        "y": 293,
        "z": "73df06d5.b89fa8",
        "wires": []
    },
    {
        "id": "faa0f08b.055f1",
        "type": "method",
        "name": "method",
        "xml": "<method rpc='NETCONF_Configure' mode='sync'>\n",
        "comments": "",
        "outputs": 1,
        "x": 292,
        "y": 358,
        "z": "73df06d5.b89fa8",
        "wires": [
            [
                "1c0a1696.e3f5e9"
            ]
        ]
    }
]