summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-update-ran-inventory-new-slice.json
blob: e59da38b3c7108816c34a6bdc0245c7159c6ba0f (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
{
"payload":{
"ran-slices":[{
"rannfnssiid": ${tmp.ranNFNSSIListEntry},
"subnetStatus": "inactive",
"slicetype": "embb",
"isshareable": "Shareable",
"sliceProfilesList":[
{
"sliceProfileId": ${tmp.payload.sliceProfileId},
"dLThptPerSlice": ${tmp.dLThptPerSlice},
"uLThptPerSlice": ${tmp.uLThptPerSlice},
"maxNumberofConns":${tmp.maxNumberOfConns},
"sNSSAI":${tmp.payload.sNSSAI},
"pLMNIdList":[
{
"mcc":${tmp.mcc},
"mnc":${tmp.mnc}
}
]
}
]
}
]
}
}