aboutsummaryrefslogtreecommitdiffstats
path: root/tapisimulator/src/test/resources/service-create-tapi.json
blob: ec03cef3ab882377e0b5be923603bd7c128e9c55 (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
{
  "create-connectivity-service-input-list": [
    {
      "end-point": [
        {
          "local-id": "/OTN/Node2-456/ODU2:1-1-1",
          "layer-protocol-name": "ODU",
          "connection-end-point": [
            {
              "topology-uuid": "754a91dc-dcd1-3530-8e95-a4880c298a1f",
              "node-edge-point-uuid": "456789",
              "node-uuid": "Node2-456",
              "connection-end-point-uuid": "efghi"
            }
          ],
          "service-interface-point": {
            "service-interface-point-uuid": "efghi"
          },
          "protection-role": "WORK"
        },
        {
          "local-id": "/OTN/Node1-123/ODU2:1-1-1",
          "layer-protocol-name": "ODU",
          "connection-end-point": [
            {
              "topology-uuid": "754a91dc-dcd1-3530-8e95-a4880c298a1f",
              "node-edge-point-uuid": "123456",
              "node-uuid": "Node1-123",
              "connection-end-point-uuid": "abcde"
            }
          ],
          "service-interface-point": {
            "service-interface-point-uuid": "abcde"
          },
          "protection-role": "WORK"
        }
      ],
      "layer-protocol-name": "ODU",
      "connectivity-constraint": {
        "service-type": "POINT_TO_POINT_CONNECTIVITY"
      },
      "routing-constraint": {
        "route-objective-function": "MIN_WORK_ROUTE_COST"
      },
      "topology-constraint": [],
      "name": [
        {
          "value-name": "service-name",
          "value": "test"
        }
      ]
    }
  ]
}