aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/slice_selection/new_solution_nsi_response.json
blob: 52624b60ead8f80a30bd15f5ebdc629b69774ce4 (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
{
   "requestId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
   "transactionId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
   "requestStatus": "completed",
   "statusMessage": "",
   "solutions": [
      {
         "existingNSI": false,
         "newNSISolution": {
            "sliceProfiles": [
               {
                  "domainType": "AN",
                  "resourceSharingLevel": "shared",
                  "latency": 10,
                  "reliability": 99.99,
                  "uEMobilityLevel": "stationary",
                  "maxNumberofUEs": 100
               },
               {
                  "domainType": "CN",
                  "resourceSharingLevel": "shared",
                  "latency": 5,
                  "reliability": 99.99
               },
               {
                  "domainType": "TN-BH",
                  "resourceSharingLevel": "shared",
                  "latency": 5,
                  "reliability": 99.99
               }
            ]
         }
      }
   ]
}