Merge "Upgrade to Java 17"
[cps.git] / dmi-plugin-demo-and-csit-stub / dmi-plugin-demo-and-csit-stub-service / src / main / resources / data / operational / ietf-network-topology-sample-rfc8345.json
1 {
2      "ietf-network:networks": {
3        "network": [
4          {
5            "network-types": {
6            },
7            "network-id": "otn-hc",
8            "node": [
9              {
10                "node-id": "D1",
11                "termination-point": [
12                  {
13                    "tp-id": "1-0-1"
14                  },
15                  {
16                    "tp-id": "1-2-1"
17                  },
18                  {
19                    "tp-id": "1-3-1"
20                  }
21                ]
22              },
23              {
24                "node-id": "D2",
25                "termination-point": [
26                  {
27                    "tp-id": "2-0-1"
28                  },
29                  {
30                    "tp-id": "2-1-1"
31                  },
32                  {
33                    "tp-id": "2-3-1"
34                  }
35                ]
36              },
37              {
38                "node-id": "D3",
39                "termination-point": [
40                  {
41                    "tp-id": "3-1-1"
42                  },
43                  {
44                    "tp-id": "3-2-1"
45                  }
46                ]
47              }
48            ],
49            "ietf-network-topology:link": [
50              {
51                "link-id": "D1,1-2-1,D2,2-1-1",
52                "source": {
53                  "source-node": "D1",
54                  "source-tp": "1-2-1"
55                },
56                "destination": {
57                  "dest-node": "D2",
58                  "dest-tp": "2-1-1"
59                }
60              },
61              {
62                "link-id": "D2,2-1-1,D1,1-2-1",
63                "source": {
64                  "source-node": "D2",
65                  "source-tp": "2-1-1"
66                },
67                "destination": {
68                  "dest-node": "D1",
69                  "dest-tp": "1-2-1"
70                }
71              }
72            ]
73          }
74        ]
75      }
76    }