aboutsummaryrefslogtreecommitdiffstats
path: root/msasimulator/src/test/resources/service-create-success.json
blob: 2edae5498d3b3bd8f87eb0c2faf493ce9892aa8a (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
{
  "common-id": "1234567",
  "connection-type": "service",
  "service-name": "customer",
  "sdnc-request-header": {
    "request-id": "123456",
    "rpc-action": "service-create",
    "notification-url": "http://167.254.204.118:8090/receiver/services",
    "request-system-id": "SDN-MLC"
  },
  "service-a-end": {
    "service-rate": 10,
    "service-format": "Ethernet",
    "clli": "OWB-AEND",
    "node-id": "NodeA",
    "optic-type": "gray",
    "ethernet-encoding": "10GBASE-R",
    "mapping-mode": "GFP-F",
    "tx-direction": {
      "port": {
        "port-device-name": "router-1",
        "port-name": "R1"
      }
    },
    "rx-direction": {
      "port": {
        "port-device-name": "router-1",
        "port-name": "R1"
      }
    }
  },
  "service-z-end": {
    "service-rate": 10,
    "service-format": "Ethernet",
    "node-id": "NodeB",
    "clli": "OWB-ZEND",
    "optic-type": "gray",
    "ethernet-encoding": "10GBASE-R",
    "mapping-mode": "GFP-F",
    "tx-direction": {
      "port": {
        "port-device-name": "router-2",
        "port-name": "R2"
      }
    },
    "rx-direction": {
      "port": {
        "port-device-name": "router-2",
        "port-name": "R2"
      }
    }
  },
  "service-layer": "otn"
}