aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_bbs-access-connectivity-network-topology-operation-creat...
diff options
context:
space:
mode:
authorBryan Guo <guofengbei@huawei.com>2019-03-18 18:12:32 +0800
committerGxxxx <guofengbei@huawei.com>2019-03-21 15:45:25 +0800
commitf5263394426fc4021179da8135c16f33e9bb2bd8 (patch)
tree6ab567735eab9c1c52c3fbc87c7713d813df8371 /platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_bbs-access-connectivity-network-topology-operation-create-huawei.json
parent112632b42a33f06387beaa82d916cc50b5ae311d (diff)
Add create\deleteAccessConnectivityInstance DGs
Issue-ID: SDNC-697,SDNC-697 Change-Id: I13160216d52c32e5b54fb70b6128be4a71f4110e Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: c128094513b16ceb2902d712edf47d2371d8adab
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_bbs-access-connectivity-network-topology-operation-create-huawei.json')
-rw-r--r--platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_bbs-access-connectivity-network-topology-operation-create-huawei.json790
1 files changed, 790 insertions, 0 deletions
diff --git a/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_bbs-access-connectivity-network-topology-operation-create-huawei.json b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_bbs-access-connectivity-network-topology-operation-create-huawei.json
new file mode 100644
index 00000000..5666e420
--- /dev/null
+++ b/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_bbs-access-connectivity-network-topology-operation-create-huawei.json
@@ -0,0 +1,790 @@
+[
+ {
+ "id": "a54774d9.aada78",
+ "type": "dgstart",
+ "name": "DGSTART",
+ "outputs": 1,
+ "x": 324.50035095214844,
+ "y": 302.0000333786011,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "34dc66ca.55442a"
+ ]
+ ]
+ },
+ {
+ "id": "34dc66ca.55442a",
+ "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": 632.5,
+ "y": 302.00005531311035,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "c70722ad.71e9d"
+ ]
+ ]
+ },
+ {
+ "id": "c70722ad.71e9d",
+ "type": "method",
+ "name": "method:bbs-access-connectivity-network-topology-operation-create-huawei",
+ "xml": "<method rpc='bbs-access-connectivity-network-topology-operation-create-huawei' mode='sync'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 630.5,
+ "y": 498.00009536743164,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "425fe8.32825018"
+ ]
+ ]
+ },
+ {
+ "id": "425fe8.32825018",
+ "type": "block",
+ "name": "block : atomic",
+ "xml": "<block atomic=\"true\">\n",
+ "atomic": "false",
+ "comments": "",
+ "outputs": 1,
+ "x": 1037.5002136230469,
+ "y": 499.00009536743164,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "4e95f514.5341fc",
+ "95f559b6.afb318",
+ "983471bb.6920f",
+ "424890ee.daa33",
+ "e118a9e4.09bbf8",
+ "fedbef6e.9dc7a",
+ "723fb390.b4b4fc"
+ ]
+ ]
+ },
+ {
+ "id": "4e95f514.5341fc",
+ "type": "execute",
+ "name": "excute:readProperties",
+ "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />\n <parameter name='contextPrefix' value='prop' />\n\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1341.5003204345703,
+ "y": 398.1111755371094,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ []
+ ]
+ },
+ {
+ "id": "95f559b6.afb318",
+ "type": "call",
+ "name": "call:validate-bbs-network-input-parameters",
+ "xml": "<call module='GENERIC-RESOURCE-API' rpc='validate-bbs-network-input-parameters' mode='sync' >\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1415.5003204345703,
+ "y": 182.00000476837158,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ []
+ ]
+ },
+ {
+ "id": "fedbef6e.9dc7a",
+ "type": "execute",
+ "name": "execute:createAccessConnectivityService",
+ "xml": "<execute plugin=\"org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode\" method=\"sendRequest\">\n <parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/bbs-access-connectivity-create.json'`\" />\n <parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url + '/ws/rest/1002/FanOpenAPI/ActiveOnt'`\" />\n <parameter name=\"contentType\" value=\"application/json\"/>\n <parameter name=\"httpMethod\" value=\"post\"/>\n <parameter name=\"responsePrefix\" value=\"service-result\"/>\n <parameter name=\"customHttpHeaders\" value=\"`'X-Auth-Token=' + $prop.sdncRestApi.token_id`\"/>\n <parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n <parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n <parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n <parameter name=\"keyStorePassword\" value=\"adminadmin\"/>",
+ "comments": "",
+ "outputs": 1,
+ "x": 1424.1510467529297,
+ "y": 922.9608020782471,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "1e3eeee0.ada741",
+ "b6d7fd8.04aea"
+ ]
+ ]
+ },
+ {
+ "id": "1e3eeee0.ada741",
+ "type": "outcome",
+ "name": "success",
+ "xml": "<outcome value='success'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1734.4839401245117,
+ "y": 997.9608039855957,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "f3966fd0.78da2"
+ ]
+ ]
+ },
+ {
+ "id": "b6d7fd8.04aea",
+ "type": "outcome",
+ "name": "failure",
+ "xml": "<outcome value='failure'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1725.4840278625488,
+ "y": 922.9608020782471,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "1dd43d47.6553e3"
+ ]
+ ]
+ },
+ {
+ "id": "723fb390.b4b4fc",
+ "type": "execute",
+ "name": "execute:querryTokenID",
+ "xml": " <execute plugin=\"org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode\" method=\"sendRequest\">\n <parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/bbs-token-template.json'`\"/>\n <parameter name=\"restapiUrl\" value=\"`$prop.sdncRestApi.thirdpartySdnc.url+'/rest/plat/smapp/v1/oauth/token'`\"/>\n <parameter name=\"format\" value=\"json\"/>\n <parameter name=\"httpMethod\" value=\"put\"/>\n <parameter name=\"responsePrefix\" value=\"token-result\"/>\n <parameter name=\"trustStoreFileName\" value=\"/opt/onap/sdnc/data/stores/truststore.onap.client.jks\"/>\n <parameter name=\"trustStorePassword\" value=\"adminadmin\"/>\n <parameter name=\"keyStoreFileName\" value=\"/opt/onap/sdnc/data/stores/sdnc.p12\"/>\n <parameter name=\"keyStorePassword\" value=\"adminadmin\"/>\n\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1352.500576019287,
+ "y": 747.000186920166,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "7cf66799.d744a8",
+ "c263919e.a1402"
+ ]
+ ]
+ },
+ {
+ "id": "c263919e.a1402",
+ "type": "outcome",
+ "name": "success",
+ "xml": "<outcome value='success'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1652.6673698425293,
+ "y": 744.2501883506775,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "779dec10.3fa0e4"
+ ]
+ ]
+ },
+ {
+ "id": "7cf66799.d744a8",
+ "type": "outcome",
+ "name": "failure",
+ "xml": "<outcome value='failure'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1845.6674880981445,
+ "y": 822.250186920166,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "1dd43d47.6553e3"
+ ]
+ ]
+ },
+ {
+ "id": "1dd43d47.6553e3",
+ "type": "returnFailure",
+ "name": "return failure",
+ "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error executing Get token rest api\" />\n",
+ "comments": "",
+ "x": 2234.417640686035,
+ "y": 923.2503499984741,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "6d927619.f2a628",
+ "type": "outcome",
+ "name": "NULL",
+ "xml": "<outcome value=''>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2024.5006675720215,
+ "y": 816.0003490447998,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "1dd43d47.6553e3"
+ ]
+ ]
+ },
+ {
+ "id": "779dec10.3fa0e4",
+ "type": "switchNode",
+ "name": "switch:token ",
+ "xml": "<switch test='`$token-result.accessSession`'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1842.500545501709,
+ "y": 743.0001888275146,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "6d927619.f2a628",
+ "5f896a8b.ae7194"
+ ]
+ ]
+ },
+ {
+ "id": "5f896a8b.ae7194",
+ "type": "outcome",
+ "name": "Other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2029.5005531311035,
+ "y": 742.0001859664917,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "99e97b64.61ea78"
+ ]
+ ]
+ },
+ {
+ "id": "99e97b64.61ea78",
+ "type": "set",
+ "name": "set:token-id",
+ "xml": "<set>\n<parameter name='prop.sdncRestApi.token_id' value='`$token-result.accessSession`' />\n",
+ "comments": "",
+ "x": 2240.000560760498,
+ "y": 742.250186920166,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "983471bb.6920f",
+ "type": "set",
+ "name": "set:variables",
+ "xml": "<set>\n<parameter name='network-input-parameters.' value='`$network-topology-operation-input.network-request-input.network-input-parameters.`' />\n<parameter name='prop.sdncRestApi.thirdpartySdnc.url' value='https://swisscom.onap.inhuawei.com:26335' />\n<parameter name='prop.bbs.HsiPackage' value='50M' />\n<parameter name='prop.bbs.HsiType' value='IPoE' />\n",
+ "comments": "",
+ "x": 1314.5008506774902,
+ "y": 288.0002107620239,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "2cc6bd19.ab2f32",
+ "type": "record",
+ "name": "log file",
+ "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n <parameter name=\"file\" value=\"/opt/oak/logx.txt\" />\n <parameter name=\"field1\" value=\"__TIMESTAMP__\" />\n <parameter name=\"field2\" value=\"`$prop.bbs.accessID`\" />\n <parameter name=\"field3\" value=\"`$prop.bbs.ONTSN`\" />\n <parameter name=\"field4\" value=\"`$prop.bbs.CVLAN`\" />\n <parameter name=\"field5\" value=\"`$prop.bbs.SVLAN`\" />\n <parameter name=\"field6\" value=\"`$prop.bbs.HsiPackage`\" />\n <parameter name=\"field7\" value=\"`$prop.bbs.HsiType`\" />",
+ "comments": "",
+ "outputs": 1,
+ "x": 1292.5006484985352,
+ "y": 556.0001792907715,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ []
+ ]
+ },
+ {
+ "id": "173959a3.be4fe6",
+ "type": "record",
+ "name": "log file",
+ "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n <parameter name=\"file\" value=\"/opt/oak/logx.txt\" />\n <parameter name=\"field1\" value=\"createAccessConnectivityService success!\" />\n <parameter name=\"field2\" value=\"`$service-result.accessE2Eservice.serviceID`\" />\n ",
+ "comments": "",
+ "outputs": 1,
+ "x": 2563.500068664551,
+ "y": 1083.0000324249268,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ []
+ ]
+ },
+ {
+ "id": "f3966fd0.78da2",
+ "type": "switchNode",
+ "name": "switch:service-result",
+ "xml": "<switch test=\"`$service-result.errors.error[0].error-message`\">\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1969.5000610351562,
+ "y": 997.0000991821289,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "f5e2fc15.e5fc2",
+ "1933683f.76be88"
+ ]
+ ]
+ },
+ {
+ "id": "f5e2fc15.e5fc2",
+ "type": "outcome",
+ "name": "Other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2195.500400543213,
+ "y": 998.0001926422119,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "4dab1db0.0ecf64"
+ ]
+ ]
+ },
+ {
+ "id": "1933683f.76be88",
+ "type": "outcome",
+ "name": "NULL",
+ "xml": "<outcome value=''>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2205.5001068115234,
+ "y": 1084.0000591278076,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "4496d8e0.3fa648"
+ ]
+ ]
+ },
+ {
+ "id": "44c00950.df1618",
+ "type": "record",
+ "name": "log error",
+ "xml": " <record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n <parameter name=\"file\" value=\"/opt/oak/logx.txt\" />\n <parameter name=\"field1\" value=\"createAccessConnectivityService falied!\" />\n <parameter name=\"field2\" value=\"`$service-result.errors.error[0].error-info.error-code`\" />\n <parameter name=\"field3\" value=\"`$service-result.errors.error[0].error-message`\" />\n <parameter name=\"field4\" value=\"`$service-result.errors.error[0].error-tag`\" />\n ",
+ "comments": "",
+ "outputs": 1,
+ "x": 2698.500556945801,
+ "y": 1000.0001926422119,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ []
+ ]
+ },
+ {
+ "id": "38713ccb.cc7554",
+ "type": "save",
+ "name": "save:serviceID",
+ "xml": "<save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='cp' key='$ltp.ltp-role = \"UNI\" AND cp.pon-uni.oltName = $ltp.ne-id' >\n<parameter name=\"cp.pon-uni.oltName\" value=\"`$ltp.ne-id`\"/>\n<parameter name=\"xxx.serviceID\" value=\"`$service-result.accessE2Eservice.serviceID`\"/>",
+ "comments": "",
+ "outputs": 1,
+ "x": 2768.5003967285156,
+ "y": 1086.0002756118774,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ []
+ ]
+ },
+ {
+ "id": "e118a9e4.09bbf8",
+ "type": "for",
+ "name": "for:network-input-paramters",
+ "xml": "<for index='idx' start='0' end='`$network-input-parameters.param_length`' >\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1358.0006866455078,
+ "y": 497.00017738342285,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "7e281c4.73218e4"
+ ]
+ ]
+ },
+ {
+ "id": "96ad937a.4c8ed",
+ "type": "switchNode",
+ "name": "switch:accessID",
+ "xml": "<switch test=\"`$network-input-parameters.param[$idx].name == 'accessID'`\">\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1779.000659942627,
+ "y": 294.00020027160645,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "6420de27.c79da"
+ ]
+ ]
+ },
+ {
+ "id": "6420de27.c79da",
+ "type": "outcomeTrue",
+ "name": "true",
+ "xml": "<outcome value='true'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1947.0005798339844,
+ "y": 294.00017166137695,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "56e09421.b99cfc"
+ ]
+ ]
+ },
+ {
+ "id": "827faee2.62b61",
+ "type": "set",
+ "name": "set:accessID",
+ "xml": "<set>\n<parameter name='prop.bbs.accessID' value='`$network-input-parameters.param[$idx].value`' />\n",
+ "comments": "",
+ "x": 2517.0003356933594,
+ "y": 292.6001777648926,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "7e281c4.73218e4",
+ "type": "block",
+ "name": "block",
+ "xml": "<block>\n",
+ "atomic": "false",
+ "comments": "",
+ "outputs": 1,
+ "x": 1569.000732421875,
+ "y": 495.0002145767212,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "96ad937a.4c8ed",
+ "a0441e4c.12a32",
+ "409981ac.caf34",
+ "402634ee.c9d2ec"
+ ]
+ ]
+ },
+ {
+ "id": "a0441e4c.12a32",
+ "type": "switchNode",
+ "name": "switch:ONTSN",
+ "xml": "<switch test=\"`$network-input-parameters.param[$idx].name == 'ONTSN'`\">\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1778.8524551391602,
+ "y": 355.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "db7da2f9.db5f7"
+ ]
+ ]
+ },
+ {
+ "id": "db7da2f9.db5f7",
+ "type": "outcomeTrue",
+ "name": "true",
+ "xml": "<outcome value='true'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1945.8523578643799,
+ "y": 355.0002660751343,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "57debd41.98bbf4"
+ ]
+ ]
+ },
+ {
+ "id": "4de1ae6e.627d3",
+ "type": "set",
+ "name": "set:ONTSN",
+ "xml": "<set>\n<parameter name='prop.bbs.ONTSN' value='`$network-input-parameters.param[$idx].value`' />\n",
+ "comments": "",
+ "x": 2515.852642059326,
+ "y": 354.6002426147461,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "409981ac.caf34",
+ "type": "switchNode",
+ "name": "switch:CVLAN",
+ "xml": "<switch test=\"`$network-input-parameters.param[$idx].name == 'CVLAN'`\">\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1778.8525276184082,
+ "y": 415.00025177001953,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "98222b2b.1be258"
+ ]
+ ]
+ },
+ {
+ "id": "98222b2b.1be258",
+ "type": "outcomeTrue",
+ "name": "true",
+ "xml": "<outcome value='true'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1945.8523864746094,
+ "y": 415.0002632141113,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "1a88c40e.919bec"
+ ]
+ ]
+ },
+ {
+ "id": "af00f8ef.c77b28",
+ "type": "set",
+ "name": "set:CVLAN",
+ "xml": "<set>\n<parameter name='prop.bbs.CVLAN' value='`$network-input-parameters.param[$idx].value`' />\n",
+ "comments": "",
+ "x": 2513.8523864746094,
+ "y": 415.6002388000488,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "402634ee.c9d2ec",
+ "type": "switchNode",
+ "name": "switch:SVLAN",
+ "xml": "<switch test=\"`$network-input-parameters.param[$idx].name == 'SVLAN'`\">\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1775.8525352478027,
+ "y": 491.22251892089844,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "640c1f16.f13d"
+ ]
+ ]
+ },
+ {
+ "id": "640c1f16.f13d",
+ "type": "outcomeTrue",
+ "name": "true",
+ "xml": "<outcome value='true'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 1948.8524198532104,
+ "y": 490.2225170135498,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "9452bbef.1a7198"
+ ]
+ ]
+ },
+ {
+ "id": "7fc6d5a6.6ec01c",
+ "type": "set",
+ "name": "set:SVLAN",
+ "xml": "<set>\n<parameter name='prop.bbs.SVLAN' value='`$network-input-parameters.param[$idx].value`' />\n",
+ "comments": "",
+ "x": 2519.8523864746094,
+ "y": 489.8225288391113,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "56e09421.b99cfc",
+ "type": "switchNode",
+ "name": "switch:acceccID value",
+ "xml": "<switch test='`$network-input-parameters.param[$idx].value`'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2126.0005798339844,
+ "y": 293.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "894b7143.02cc3",
+ "7eedfab0.187154"
+ ]
+ ]
+ },
+ {
+ "id": "7eedfab0.187154",
+ "type": "outcome",
+ "name": "Other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2332.0005798339844,
+ "y": 292.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "827faee2.62b61"
+ ]
+ ]
+ },
+ {
+ "id": "894b7143.02cc3",
+ "type": "outcome",
+ "name": "NULL",
+ "xml": "<outcome value=''>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2330.000988006592,
+ "y": 223.00018119812012,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "4f3170f0.17c66"
+ ]
+ ]
+ },
+ {
+ "id": "57debd41.98bbf4",
+ "type": "switchNode",
+ "name": "switch:ONTSN value",
+ "xml": "<switch test='`$network-input-parameters.param[$idx].value`'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2126.0005798339844,
+ "y": 355.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "894b7143.02cc3",
+ "4b80652a.e00c7c"
+ ]
+ ]
+ },
+ {
+ "id": "4b80652a.e00c7c",
+ "type": "outcome",
+ "name": "Other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2334.0005798339844,
+ "y": 355.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "4de1ae6e.627d3"
+ ]
+ ]
+ },
+ {
+ "id": "1a88c40e.919bec",
+ "type": "switchNode",
+ "name": "switch:CVLAN value",
+ "xml": "<switch test='`$network-input-parameters.param[$idx].value`'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2129.0005798339844,
+ "y": 416.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "894b7143.02cc3",
+ "798d2c51.91beb4"
+ ]
+ ]
+ },
+ {
+ "id": "798d2c51.91beb4",
+ "type": "outcome",
+ "name": "Other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2335.0005798339844,
+ "y": 415.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "af00f8ef.c77b28"
+ ]
+ ]
+ },
+ {
+ "id": "9452bbef.1a7198",
+ "type": "switchNode",
+ "name": "switch:SVLAN value",
+ "xml": "<switch test='`$network-input-parameters.param[$idx].value`'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2130.0005798339844,
+ "y": 490.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "894b7143.02cc3",
+ "acd0ac82.71cb3"
+ ]
+ ]
+ },
+ {
+ "id": "acd0ac82.71cb3",
+ "type": "outcome",
+ "name": "Other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2338.0005798339844,
+ "y": 491.0002021789551,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ [
+ "7fc6d5a6.6ec01c"
+ ]
+ ]
+ },
+ {
+ "id": "4f3170f0.17c66",
+ "type": "returnFailure",
+ "name": "return failure",
+ "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"invalid network-input-parameters.param in bbs-access-connectivity-network-topology-operation-create\" />\n",
+ "comments": "",
+ "x": 2518.001079559326,
+ "y": 221.00018119812012,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "424890ee.daa33",
+ "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": 1326.9999923706055,
+ "y": 1098.000036239624,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ },
+ {
+ "id": "4496d8e0.3fa648",
+ "type": "block",
+ "name": "block",
+ "xml": "<block>\n",
+ "atomic": "false",
+ "comments": "",
+ "outputs": 1,
+ "x": 2363.666736602783,
+ "y": 1085.0000343322754,
+ "z": "f55e2a79.4bc078",
+ "wires": [
+ []
+ ]
+ },
+ {
+ "id": "4dab1db0.0ecf64",
+ "type": "returnFailure",
+ "name": "return failure",
+ "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"`'Error createAccessConnectivityService failed: '+$service-result.errors.error[0].error-message`\" />\n\n",
+ "comments": "",
+ "x": 2382.000068664551,
+ "y": 998.0000295639038,
+ "z": "f55e2a79.4bc078",
+ "wires": []
+ }
+] \ No newline at end of file