aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/Onap3gppServiceInstancesTest/allocateRequest.json
blob: 24cea593b9d9de7587b41db47b62abe3ddd6f608 (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
{
  "name": "eMBB-001",
  "modelInvariantUuid": "NSST-C-001-HDBNJ-NSSMF-01-A-ZX",
  "modelUuid": "NSST-C-001-HDBNJ-NSSMF-01-A-ZX-UUID",
  "globalSubscriberId": "5GCustomer",
  "subscriptionServiceType": "5G",
  "networkType": "an/cn/tn",
  "additionalProperties": {
    "sliceProfile": {
      "snssaiList": [
        "001-100001"
      ],
      "sliceProfileId": "ab9af40f13f721b5f13539d87484098",
      "plmnIdList": [
        "460-00",
        "460-01"
      ],
      "perfReq": {
        "perfReqEmbbList ": [
          {
            "activityFactor": 50
          }
        ]
      },
      "maxNumberofUEs": 200,
      "coverageAreaTAList": [
        "1",
        "2",
        "3",
        "4"
      ],
      "latency": 2,
      "resourceSharingLevel": "non-shared"
    },
    "endPoints": [
      {
        "nodeId": "",
        "additionalInfo": {
          "xxx": "xxx"
        }
      },
      {
        "nodeId": "",
        "additionalInfo": {
          "xxx": "xxx"
        }
      }
    ],
    "nsiInfo": {
      "nsiId": "NSI-M-001-HDBNJ-NSMF-01-A-ZX",
      "nsiName": "eMBB-001"
    },
    "scriptName": "AN1"
  }
}