summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json
blob: eb7e6a3f3bc7fb0533e353fb9cb25c346a774cad (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": "9b0d47e6.16eff8",
        "type": "dgstart",
        "name": "DGSTART",
        "outputs": 1,
        "x": 238,
        "y": 137,
        "z": "3db25098.787c1",
        "wires": [
            [
                "cc93a914.9f00f8"
            ]
        ]
    },
    {
        "id": "cc93a914.9f00f8",
        "type": "service-logic",
        "name": "Appc-API 2.0.0.0",
        "module": "Appc-API",
        "version": "2.0.0.0",
        "comments": "",
        "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": 361,
        "y": 195,
        "z": "3db25098.787c1",
        "wires": [
            [
                "3652cb36.ce8014"
            ]
        ]
    },
    {
        "id": "3652cb36.ce8014",
        "type": "method",
        "name": "VNF_HealthCheck",
        "xml": "<method rpc='VNF_HealthCheck' mode='sync'>\n",
        "comments": "",
        "outputs": 1,
        "x": 452,
        "y": 257,
        "z": "3db25098.787c1",
        "wires": [
            [
                "f1d1c6be.6d74e8"
            ]
        ]
    },
    {
        "id": "f1d1c6be.6d74e8",
        "type": "execute",
        "name": "execute: handleUpgradeStub",
        "xml": "<execute plugin='org.openecomp.appc.dg.util.UpgradeStubNode' method='handleUpgradeStub' >\n<parameter name=\"failureIndicator\" value=\"`$failureIndicator`\" />\n\n",
        "comments": "",
        "outputs": 1,
        "x": 568,
        "y": 317,
        "z": "3db25098.787c1",
        "wires": [
            [
                "e3d4660c.ea71e8",
                "4c962a0d.b1d5c4"
            ]
        ]
    },
    {
        "id": "e3d4660c.ea71e8",
        "type": "success",
        "name": "success",
        "xml": "<outcome value='success'>\n",
        "comments": "",
        "outputs": 1,
        "x": 788,
        "y": 294,
        "z": "3db25098.787c1",
        "wires": [
            [
                "668719c4.5a7da8"
            ]
        ]
    },
    {
        "id": "4c962a0d.b1d5c4",
        "type": "other",
        "name": "other",
        "xml": "<outcome value='Other'>\n",
        "comments": "",
        "outputs": 1,
        "x": 786,
        "y": 341,
        "z": "3db25098.787c1",
        "wires": [
            [
                "1ec055ee.ff19ca"
            ]
        ]
    },
    {
        "id": "668719c4.5a7da8",
        "type": "returnSuccess",
        "name": "return success",
        "xml": "<return status='success'>\n<parameter name='error-code' value='200' />\n<parameter name='error-message' value=\"For testing only... success in HealthCheck\" />",
        "comments": "",
        "x": 974,
        "y": 294,
        "z": "3db25098.787c1",
        "wires": []
    },
    {
        "id": "1ec055ee.ff19ca",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='error-code' value=\"500\" />\n<parameter name='error-message' value=\"For testing only... failure in HealthCheck\" />\n",
        "comments": "",
        "x": 972,
        "y": 342,
        "z": "3db25098.787c1",
        "wires": []
    }
]