aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/generic-resource-api/src/main/json/GENERIC-RESOURCE-API_port-mirror-topology-operation.json
blob: cf675fb658a422f59d63929525b8511310391cd6 (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

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
portal@portal.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.portal|53344||
shi@shi.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.shi|53344||
aaf@aaf.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.aaf|53344||
aaf-sms@aaf-sms.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.aaf-sms|53344||
clamp@clamp.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.clamp|53344||
aai@aai.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.aai|53344||
aai-resources@aai-resources.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.aai-resources|53344||
aai-traversal@aai-traversal.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.aai-traversal|53344||
appc@appc.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.appc|53344||
appc-cdt@appc-cdt.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.appc-cdt|53344||
cli@cli.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.cli|53344||
dcae@dcae.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dcae|53344||
oof@oof.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.oof|53344||
so@so.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.so|53344||
sdc@sdc.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.sdc|53344||
sdnc@sdnc.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.sdnc|53344||
sdnc-cds@sdnc-cds.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.sdnc-cds|53344||
vfc@vfc.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.vfc|53344||
policy@policy.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.policy|53344||
pomba@pomba.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.pomba|53344||
holmes@holmes.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.holmes|53344||
nbi@nbi.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.nbi|53344||
msb-eag@msb-eag.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.msb-eag|53344||
msb-iag@msb-iag.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.msb-iag|53344||
music@music.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.music|53344||
vid@vid.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.vid|53344||
vid1@vid1.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.vid1|53344||
vid2@vid2.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.vid2|53344||
dmaap-bc@dmaap-bc.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaap-bc|53344||
dmaap-bc-topic-mgr@dmaap-bc-topic-mgr.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaap-bc-topic-mgr|53344||
dmaap-bc-mm-prov@dmaap-bc-mm-prov.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaap-bc-mm-prov|53344||
dmaap-dr@dmaap-dr.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaap-dr|53344||
dmaap-dr-prov@dmaap-dr-prov.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaap-dr-prov|53344||
dmaap-dr-node@dmaap-dr-node.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaap-dr-node|53344||
dmaap-mr@dmaap-mr.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaap-mr|53344||
dmaapmr@dmaapmr.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.dmaapmr|53344||
#dmaap.mr@#dmaap.mr.onap.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.onap.mr.#dmaap|53344||
iowna@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
mmanager@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
bdevl@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
mmarket@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
demo@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
jh0003@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
cs0008@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
jm0007@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
op0001@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
gv0001@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
pm0001@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
gs0001@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
ps0001@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
aaf_admin@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
deployer@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
portal_admin@people.osaaf.org|2|2020-11-26 12:31:54.000+0000|0xd993c5617486296f1b99d04de31633332b8ba1a550038e23860f9dbf0b2fcf95|Initial ID|org.osaaf.people|53344||
f='#n594'>594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638
[
    {
        "id": "4a3915c6.05f4cc",
        "type": "dgstart",
        "name": "DGSTART",
        "outputs": 1,
        "x": 101.42857360839844,
        "y": 81.42857360839844,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "4b88506.9e22db"
            ]
        ]
    },
    {
        "id": "4b88506.9e22db",
        "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": 215.04759979248047,
        "y": 121.66668701171875,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "3d36d704.8162c8"
            ]
        ]
    },
    {
        "id": "3d36d704.8162c8",
        "type": "method",
        "name": "method port-mirror-topology-operation",
        "xml": "<method rpc='port-mirror-topology-operation' mode='sync'>\n",
        "comments": "",
        "outputs": 1,
        "x": 189.8572006225586,
        "y": 161.42857360839844,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "e6e242da.69fe6"
            ]
        ]
    },
    {
        "id": "be456109.bd24e",
        "type": "comment",
        "name": "port-mirror-topology-operation",
        "info": "",
        "comments": "",
        "x": 495.77342987060547,
        "y": 29.014917373657227,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "355dd75e.24ec18",
        "type": "returnSuccess",
        "name": "return success",
        "xml": "<return status='success'>\n\n",
        "comments": "",
        "x": 518.869068145752,
        "y": 721.7260837554932,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "e6e242da.69fe6",
        "type": "block",
        "name": "block : atomic",
        "xml": "<block atomic=\"true\">",
        "atomic": "true",
        "outputs": 1,
        "x": 224.28571319580078,
        "y": 459.99999237060547,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "355dd75e.24ec18",
                "f0cb07d6.0e4048",
                "508bb8bf.ae93d8",
                "f41c1b7a.2417f8"
            ]
        ]
    },
    {
        "id": "f0cb07d6.0e4048",
        "type": "call",
        "name": "call port-mirror-topology-operation-validation",
        "xml": "<call module='GENERIC-RESOURCE-API' rpc='port-mirror-topology-operation-validation' mode='sync' >\n",
        "comments": "",
        "outputs": 1,
        "x": 615,
        "y": 251.25000381469727,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "f20f67c8.480108"
            ]
        ]
    },
    {
        "id": "f20f67c8.480108",
        "type": "failure",
        "name": "failure",
        "xml": "<outcome value='failure'>\n",
        "comments": "",
        "outputs": 1,
        "x": 899.9999847412109,
        "y": 251.6071434020996,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "28729372.5d8d4c"
            ]
        ]
    },
    {
        "id": "28729372.5d8d4c",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y' />\n",
        "comments": "",
        "x": 1069.9999237060547,
        "y": 250.71429443359375,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "508bb8bf.ae93d8",
        "type": "switchNode",
        "name": "switch svc-action",
        "xml": "<switch test='`$port-mirror-topology-operation-input.sdnc-request-header.svc-action`'>\n",
        "comments": "",
        "outputs": 1,
        "x": 532.857177734375,
        "y": 480.0000228881836,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "911e3654.4628b8",
                "9cf51ec1.5a687",
                "240d0258.67162e",
                "13c3af67.47b1b1",
                "dcac8be4.96c918",
                "d7879d5c.1b4cb"
            ]
        ]
    },
    {
        "id": "911e3654.4628b8",
        "type": "outcome",
        "name": "assign",
        "xml": "<outcome value='assign'>\n",
        "comments": "",
        "outputs": 1,
        "x": 758.5714855194092,
        "y": 371.2500286102295,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "be83b6f4.dba758"
            ]
        ]
    },
    {
        "id": "9cf51ec1.5a687",
        "type": "outcome",
        "name": "activate",
        "xml": "<outcome value='activate'>\n",
        "comments": "",
        "outputs": 1,
        "x": 759.2858085632324,
        "y": 418.7500829696655,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "26db655a.45972a"
            ]
        ]
    },
    {
        "id": "240d0258.67162e",
        "type": "outcome",
        "name": "unassign",
        "xml": "<outcome value='unassign'>\n",
        "comments": "",
        "outputs": 1,
        "x": 759.642894744873,
        "y": 465.8929195404053,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "4c2b1545.e2559c"
            ]
        ]
    },
    {
        "id": "13c3af67.47b1b1",
        "type": "outcome",
        "name": "deactivate",
        "xml": "<outcome value='deactivate'>\n",
        "comments": "",
        "outputs": 1,
        "x": 764.6428985595703,
        "y": 513.9286460876465,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "1489bb5a.cc2a45"
            ]
        ]
    },
    {
        "id": "dcac8be4.96c918",
        "type": "outcome",
        "name": "enable",
        "xml": "<outcome value='enable'>\n",
        "comments": "",
        "outputs": 1,
        "x": 753.3929290771484,
        "y": 560.535810470581,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "1ab8a43d.1a186c"
            ]
        ]
    },
    {
        "id": "d7879d5c.1b4cb",
        "type": "outcome",
        "name": "disable",
        "xml": "<outcome value='disable'>\n",
        "comments": "",
        "outputs": 1,
        "x": 753.2144660949707,
        "y": 605.5357418060303,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "1b07a08e.6bf74f"
            ]
        ]
    },
    {
        "id": "be83b6f4.dba758",
        "type": "block",
        "name": "block : atomic",
        "xml": "<block atomic=\"true\">",
        "atomic": "true",
        "outputs": 1,
        "x": 907.3214740753174,
        "y": 371.2500228881836,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "99c6d930.0a8418"
            ]
        ]
    },
    {
        "id": "26db655a.45972a",
        "type": "block",
        "name": "block : atomic",
        "xml": "<block atomic=\"true\">",
        "atomic": "true",
        "outputs": 1,
        "x": 910.5358085632324,
        "y": 418.7500829696655,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "a48c837b.3ad64"
            ]
        ]
    },
    {
        "id": "1489bb5a.cc2a45",
        "type": "block",
        "name": "block : atomic",
        "xml": "<block atomic=\"true\">",
        "atomic": "true",
        "outputs": 1,
        "x": 912.1428985595703,
        "y": 512.6786470413208,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "f5118913.72f998"
            ]
        ]
    },
    {
        "id": "4c2b1545.e2559c",
        "type": "block",
        "name": "block : atomic",
        "xml": "<block atomic=\"true\">",
        "atomic": "true",
        "outputs": 1,
        "x": 911.0714645385742,
        "y": 465.89294624328613,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "8cb75768.8a7f38"
            ]
        ]
    },
    {
        "id": "1ab8a43d.1a186c",
        "type": "block",
        "name": "block : atomic",
        "xml": "<block atomic=\"true\">",
        "atomic": "true",
        "outputs": 1,
        "x": 912.1429290771484,
        "y": 560.5358123779297,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "c455fe19.109ac"
            ]
        ]
    },
    {
        "id": "1b07a08e.6bf74f",
        "type": "block",
        "name": "block : atomic",
        "xml": "<block atomic=\"true\">",
        "atomic": "true",
        "outputs": 1,
        "x": 910.7144660949707,
        "y": 605.5357437133789,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "38bd81a6.85a1ce"
            ]
        ]
    },
    {
        "id": "99c6d930.0a8418",
        "type": "call",
        "name": "call port-mirror-topology-operation-assign-sync",
        "xml": "<call module='GENERIC-RESOURCE-API' rpc='port-mirror-topology-operation-assign-sync' mode='sync' >\n",
        "comments": "",
        "outputs": 1,
        "x": 1198.5714111328125,
        "y": 370,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "dacaa4a6.19a198"
            ]
        ]
    },
    {
        "id": "dacaa4a6.19a198",
        "type": "failure",
        "name": "failure",
        "xml": "<outcome value='failure'>\n",
        "comments": "",
        "outputs": 1,
        "x": 1461.4285888671875,
        "y": 368.5714416503906,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "a38116c0.2bc5a8"
            ]
        ]
    },
    {
        "id": "a38116c0.2bc5a8",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y' />\n\n",
        "comments": "",
        "x": 1631.428565979004,
        "y": 367.6785888671875,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "a48c837b.3ad64",
        "type": "call",
        "name": "call port-mirror-topology-operation-activate-sync",
        "xml": "<call module='GENERIC-RESOURCE-API' rpc='port-mirror-topology-operation-activate-sync' mode='sync' >\n",
        "comments": "",
        "outputs": 1,
        "x": 1200.000171661377,
        "y": 419.0000190734863,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "24ad15be.750daa"
            ]
        ]
    },
    {
        "id": "24ad15be.750daa",
        "type": "failure",
        "name": "failure",
        "xml": "<outcome value='failure'>\n",
        "comments": "",
        "outputs": 1,
        "x": 1464.2858963012695,
        "y": 419.00004482269287,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "c812919a.e4b99"
            ]
        ]
    },
    {
        "id": "c812919a.e4b99",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y' />\n\n",
        "comments": "",
        "x": 1632.8573379516602,
        "y": 418.6785898208618,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "47b534cc.71ecec",
        "type": "comment",
        "name": "More involved validations",
        "info": "",
        "comments": "",
        "x": 890.0000305175781,
        "y": 322.85713291168213,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "fb527534.27e138",
        "type": "comment",
        "name": "Input validations",
        "info": "",
        "comments": "",
        "x": 575.7142944335938,
        "y": 202.85715293884277,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "f5118913.72f998",
        "type": "call",
        "name": "call port-mirror-topology-operation-deactivate-sync",
        "xml": "<call module='GENERIC-RESOURCE-API' rpc='port-mirror-topology-operation-deactivate-sync' mode='sync' >\n",
        "comments": "",
        "outputs": 1,
        "x": 1205.142822265625,
        "y": 512.2857055664062,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "3532cc9e.66ec14"
            ]
        ]
    },
    {
        "id": "3532cc9e.66ec14",
        "type": "failure",
        "name": "failure",
        "xml": "<outcome value='failure'>\n",
        "comments": "",
        "outputs": 1,
        "x": 1461.4285469055176,
        "y": 512.2857313156128,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "a6fa834e.abd31"
            ]
        ]
    },
    {
        "id": "a6fa834e.abd31",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y' />\n\n",
        "comments": "",
        "x": 1629.9999885559082,
        "y": 511.96427631378174,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "c455fe19.109ac",
        "type": "call",
        "name": "call port-mirror-topology-operation-enable",
        "xml": "<call module='GENERIC-RESOURCE-API' rpc='port-mirror-topology-operation-enable' mode='sync' >\n",
        "comments": "",
        "outputs": 1,
        "x": 1177.2857666015625,
        "y": 560,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "c5988a87.bbad38"
            ]
        ]
    },
    {
        "id": "c5988a87.bbad38",
        "type": "failure",
        "name": "failure",
        "xml": "<outcome value='failure'>\n",
        "comments": "",
        "outputs": 1,
        "x": 1458.571491241455,
        "y": 560.0000257492065,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "4844c077.62ae3"
            ]
        ]
    },
    {
        "id": "4844c077.62ae3",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y' />\n\n",
        "comments": "",
        "x": 1627.1429328918457,
        "y": 559.6785707473755,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "38bd81a6.85a1ce",
        "type": "call",
        "name": "call port-mirror-topology-operation-disable",
        "xml": "<call module='GENERIC-RESOURCE-API' rpc='port-mirror-topology-operation-disable' mode='sync' >\n",
        "comments": "",
        "outputs": 1,
        "x": 1176.2857666015625,
        "y": 607.1428833007812,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "fd672617.26d768"
            ]
        ]
    },
    {
        "id": "fd672617.26d768",
        "type": "failure",
        "name": "failure",
        "xml": "<outcome value='failure'>\n",
        "comments": "",
        "outputs": 1,
        "x": 1458.571491241455,
        "y": 607.1429090499878,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "b751d818.e76978"
            ]
        ]
    },
    {
        "id": "b751d818.e76978",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y' />\n\n",
        "comments": "",
        "x": 1627.1429328918457,
        "y": 606.8214540481567,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "8cb75768.8a7f38",
        "type": "call",
        "name": "call port-mirror-topology-operation-unassign",
        "xml": "<call module='GENERIC-RESOURCE-API' rpc='port-mirror-topology-operation-unassign' mode='sync' >\n",
        "comments": "",
        "outputs": 1,
        "x": 1184.2857131958008,
        "y": 464.2857189178467,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "72e7e63a.f45948"
            ]
        ]
    },
    {
        "id": "72e7e63a.f45948",
        "type": "failure",
        "name": "failure",
        "xml": "<outcome value='failure'>\n",
        "comments": "",
        "outputs": 1,
        "x": 1462.857135772705,
        "y": 462.8571729660034,
        "z": "ccb80365.d73f6",
        "wires": [
            [
                "8b2dcc51.346be"
            ]
        ]
    },
    {
        "id": "8b2dcc51.346be",
        "type": "returnFailure",
        "name": "return failure",
        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y' />\n\n",
        "comments": "",
        "x": 1631.4285774230957,
        "y": 462.53571796417236,
        "z": "ccb80365.d73f6",
        "wires": []
    },
    {
        "id": "f41c1b7a.2417f8",
        "type": "set",
        "name": "set response paths",
        "xml": "<set>\n<parameter name='service-object-path' value=\"`'/config/GENERIC-RESOURCE-API:services/service/'\n  + $port-mirror-topology-operation-input.service-information.service-instance-id + '/service-data/service-topology'`\" />\n<parameter name='port-mirror-object-path' value=\"`'/config/GENERIC-RESOURCE-API:port-mirror-configurations/port-mirror-configuration/'\n  + $port-mirror-topology-operation-input.configuration-information.configuration-id + '/configuration-data/port-mirror-configuration-topology'`\" />\n",
        "comments": "",
        "x": 533.3333206176758,
        "y": 668.3333396911621,
        "z": "ccb80365.d73f6",
        "wires": []
    }
]