summaryrefslogtreecommitdiffstats
path: root/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json
diff options
context:
space:
mode:
authorSkip Wonnell <kw5258@att.com>2017-08-15 21:18:04 -0500
committerPatrick Brady <pb071s@att.com>2017-08-18 05:46:40 +0000
commitcf4b15ab00249af6f4d05afd75d16bec689f3241 (patch)
tree14468fef53aecf04700eab421acca88fc8e853d4 /appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json
parentab6c2c0cd441cf40723016e9a82aeeeb933fec7e (diff)
Initial add of appc-directed-graph bundles
Directed Graph library Additional JIRA Issues: APPC-66, APPC-71, APPC-74 Issue-ID: APPC-65 Change-Id: I1bd643f7675dec19e562e99db65bafa0dcda6ef4 Signed-off-by: Skip Wonnell <kw5258@att.com>
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json')
-rw-r--r--appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json141
1 files changed, 141 insertions, 0 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json
new file mode 100644
index 000000000..7c710c89c
--- /dev/null
+++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/Appc-API_2.0.0.0_VNF_HealthCheck.json
@@ -0,0 +1,141 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * ONAP : APP-C
+ * ================================================================================
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
+[
+ {
+ "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.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.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": []
+ }
+]