aboutsummaryrefslogtreecommitdiffstats
path: root/msasimulator/src/test/resources/service-create-success.json
diff options
context:
space:
mode:
Diffstat (limited to 'msasimulator/src/test/resources/service-create-success.json')
-rw-r--r--msasimulator/src/test/resources/service-create-success.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/msasimulator/src/test/resources/service-create-success.json b/msasimulator/src/test/resources/service-create-success.json
new file mode 100644
index 0000000..2edae54
--- /dev/null
+++ b/msasimulator/src/test/resources/service-create-success.json
@@ -0,0 +1,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"
+}