summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateRANSliceInventory.json
blob: 0a455167d6d713e65cedb11dba51f6e426cb44bd (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
{
  "isShareable": "string",
  "nSSAIList": [
    "string"
  ],
  "nsstId": "string",
  "ranNFNSSIId": "string",
  "ranNSSIList": [
    "string"
  ],
  "sliceProfilesList": [
    {
      "coverageAreaList": [
        "string"
      ],
      "dLThptPerSlice": 0,
      "latency": 0,
      "maxNumberofConns": 0,
      "maxNumberofUEs": 0,
      "pLMNIdList": "string",
      "resourceSharingLevel": "string",
      "sNSSAI": "string",
      "sliceProfileId": "string",
      "uEMobilityLevel": "string",
      "uLThptPerSlice": 0
    }
  ],
  "sliceType": "string",
  "subnetStatus": "string",
  "trackingAreaList": "string"
}