aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/E2EServiceInstancesTest/Request.json
blob: c5114970b1cff62456a024510770c6c5dedd85ee (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
   "service":{
      "name":"so_test4",
      "description":"so_test2",
      "serviceInvariantUuid":"60c3e96e-0970-4871-b6e0-3b6de7561519",
      "serviceUuid":"592f9437-a9c0-4303-b9f6-c445bb7e9814",
      "globalSubscriberId":"123457",
      "serviceType":"voLTE",
      "parameters":{
         "resources":[
            {
               "resourceName":"vIMS",
               "resourceInvariantUuid":"60c3e96e-0970-4871-b6e0-3b6de7561516",
               "resourceUuid":"60c3e96e-0970-4871-b6e0-3b6de7561512",
               "parameters":{
                  "locationConstraints":[
                     {
                        "vnfProfileId":"zte-vBAS-1.0",
                        "locationConstraints":{
                           "vimId":"4050083f-465f-4838-af1e-47a545222ad0"
                        }
                     },
                     {
                        "vnfProfileId":"zte-vMME-1.0",
                        "locationConstraints":{
                           "vimId":"4050083f-465f-4838-af1e-47a545222ad0"
                        }
                     }
                  ]
               }
            },
            {
               "resourceName":"vEPC",
               "resourceInvariantUuid":"61c3e96e-0970-4871-b6e0-3b6de7561516",
               "resourceUuid":"62c3e96e-0970-4871-b6e0-3b6de7561512",
               "parameters":{
                  "locationConstraints":[
                     {
                        "vnfProfileId":"zte-CSCF-1.0",
                        "locationConstraints":{
                           "vimId":"4050083f-465f-4838-af1e-47a545222ad1"
                        }
                     }
                  ]
               }
            },
            {
               "resourceName":"underlayvpn",
               "resourceInvariantUuid":"60c3e96e-0970-4871-b6e0-3b6de7561513",
               "resourceUuid":"60c3e96e-0970-4871-b6e0-3b6de7561514",
               "parameters":{
                  "locationConstraints":[

                  ]
               }
            },
            {
               "resourceName":"overlayvpn",
               "resourceInvariantUuid":"60c3e96e-0970-4871-b6e0-3b6de7561517",
               "resourceUuid":"60c3e96e-0970-4871-b6e0-3b6de7561518",
               "parameters":{
                  "locationConstraints":[

                  ]
               }
            }
         ],
         "requestInputs":{
            "externalDataNetworkName":"Flow_out_net",
            "m6000_mng_ip":"181.18.20.2",
            "externalCompanyFtpDataNetworkName":"Flow_out_net",
            "externalPluginManageNetworkName":"plugin_net_2014",
            "externalManageNetworkName":"mng_net_2017",
            "sfc_data_network":"sfc_data_net_2016",
            "NatIpRange":"210.1.1.10-210.1.1.20",
            "location":"4050083f-465f-4838-af1e-47a545222ad0",
            "sdncontroller":"9b9f02c0-298b-458a-bc9c-be3692e4f35e"
         }
      }
   }
}