aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation-async.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation-async.json')
-rw-r--r--platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation-async.json175
1 files changed, 175 insertions, 0 deletions
diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation-async.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation-async.json
new file mode 100644
index 00000000..72064464
--- /dev/null
+++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_vnf-topology-operation-async.json
@@ -0,0 +1,175 @@
+[
+ {
+ "id": "869164d0.22fca8",
+ "type": "dgstart",
+ "name": "DGSTART",
+ "outputs": 1,
+ "x": 177.77777099609375,
+ "y": 127.96921110153198,
+ "z": "fafe2484.405f98",
+ "wires": [
+ [
+ "91e5b207.619a8"
+ ]
+ ]
+ },
+ {
+ "id": "91e5b207.619a8",
+ "type": "service-logic",
+ "name": "GENERIC-RESOURCE-API ${project.version}",
+ "module": "GENERIC-RESOURCE-API",
+ "version": "${project.version}",
+ "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='GENERIC-RESOURCE-API' version='${project.version}'>",
+ "outputs": 1,
+ "x": 292.0634765625,
+ "y": 168.20732259750366,
+ "z": "fafe2484.405f98",
+ "wires": [
+ [
+ "6e27b9bb.02b478"
+ ]
+ ]
+ },
+ {
+ "id": "6e27b9bb.02b478",
+ "type": "method",
+ "name": "method vnf-topology-operation-async",
+ "xml": "<method rpc='vnf-topology-operation-async' mode='sync'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 265.63497161865234,
+ "y": 209.3977770805359,
+ "z": "fafe2484.405f98",
+ "wires": [
+ [
+ "67687d15.90d894"
+ ]
+ ]
+ },
+ {
+ "id": "628a912e.96075",
+ "type": "comment",
+ "name": "vnf-topology-operation-async",
+ "info": "",
+ "comments": "",
+ "x": 572.1226272583008,
+ "y": 75.55555486679077,
+ "z": "fafe2484.405f98",
+ "wires": []
+ },
+ {
+ "id": "67687d15.90d894",
+ "type": "block",
+ "name": "block : atomic",
+ "xml": "<block atomic=\"true\">",
+ "atomic": "true",
+ "outputs": 1,
+ "x": 290.3730583190918,
+ "y": 357.0913519859314,
+ "z": "fafe2484.405f98",
+ "wires": [
+ [
+ "98b2b32c.4efe9",
+ "ea413579.6ab908",
+ "22dacf93.8c6e4"
+ ]
+ ]
+ },
+ {
+ "id": "98b2b32c.4efe9",
+ "type": "returnSuccess",
+ "name": "return success",
+ "xml": "<return status='success'>\n<parameter name=\"ack-final-indicator\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"`$error-message`\" />\n",
+ "comments": "",
+ "x": 480.015869140625,
+ "y": 421.5409588813782,
+ "z": "fafe2484.405f98",
+ "wires": []
+ },
+ {
+ "id": "ea413579.6ab908",
+ "type": "switchNode",
+ "name": "switch svc-action",
+ "xml": "<switch test='`$vnf-topology-operation-input.sdnc-request-header.svc-action`'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 488.63487243652344,
+ "y": 358.15970182418823,
+ "z": "fafe2484.405f98",
+ "wires": [
+ [
+ "a26e14a0.c75858",
+ "7d83530e.ba2efc"
+ ]
+ ]
+ },
+ {
+ "id": "a26e14a0.c75858",
+ "type": "outcome",
+ "name": "assign",
+ "xml": "<outcome value='assign'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 684.5872421264648,
+ "y": 335.06455087661743,
+ "z": "fafe2484.405f98",
+ "wires": [
+ [
+ "a1897fe3.ec245"
+ ]
+ ]
+ },
+ {
+ "id": "7d83530e.ba2efc",
+ "type": "other",
+ "name": "other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 681.9205017089844,
+ "y": 379.44537115097046,
+ "z": "fafe2484.405f98",
+ "wires": [
+ [
+ "4fedef3f.f888b"
+ ]
+ ]
+ },
+ {
+ "id": "4fedef3f.f888b",
+ "type": "returnFailure",
+ "name": "return failure",
+ "xml": "<return status='failure'>\n\t<parameter name='ack-final' value='Y'/>\n\t<parameter name=\"error-code\" value=\"500\" />\n <parameter name=\"error-message\" value=\"`$vnf-topology-operation-input.sdnc-request-header.svc-action + ' is not a valid svc-action'`\" />\n",
+ "comments": "",
+ "x": 833.8252372741699,
+ "y": 379.44545316696167,
+ "z": "fafe2484.405f98",
+ "wires": []
+ },
+ {
+ "id": "22dacf93.8c6e4",
+ "type": "set",
+ "name": "set skip-mdsal-update to Y",
+ "xml": "<set>\n<parameter name='skip-mdsal-update' value='Y' />\n",
+ "comments": "",
+ "x": 518.254020690918,
+ "y": 297.69841051101685,
+ "z": "fafe2484.405f98",
+ "wires": []
+ },
+ {
+ "id": "a1897fe3.ec245",
+ "type": "call",
+ "name": "call GENERIC-RESOURCE-API:vnf-topology-operation-assign",
+ "xml": "<call module='GENERIC-RESOURCE-API' rpc='vnf-topology-operation-assign' mode='sync' >\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 989.2063751220703,
+ "y": 335.1120238304138,
+ "z": "fafe2484.405f98",
+ "wires": [
+ []
+ ]
+ }
+] \ No newline at end of file