diff options
author | 2021-09-03 17:55:10 +0530 | |
---|---|---|
committer | 2021-09-03 17:55:10 +0530 | |
commit | 02fe880c449447fd342683cc4d2b68ace665640e (patch) | |
tree | 25e03b4b90999e67d604750ce5bf5d56bac3ec77 /platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json | |
parent | 1051b5b08b28365742364563f9c1dcdd85bf8bb2 (diff) |
CPS-TBDMT integration testing - Bug fixes
- RRMPolicymember update using listnodes API
- SliceProfile update to NearRTRIC
- Type errors
Issue-ID: CCSDK-3437
Signed-off-by: Ahila <ahila.pandaram@wipro.com>
Change-Id: Ida8539d6c92bb6644e14354c2968f90af05c69f8
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json new file mode 100644 index 00000000..b2e9af11 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json @@ -0,0 +1,16 @@ +{ + "inputParameters":{ + "idNearRTRIC":${tmp.nearRTRICId} + }, +"payload": { +"sliceProfilesList":[{ + "sliceProfileId": ${tmp.payload.sliceProfileId}, + "sNSSAI": ${tmp.payload.sNSSAI}, + "resourceSharingLevel": "shared", + "uLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice}, + "maxNumberofConns": ${tmp.nearRTRIC.maxNumberOfConns}, + "dLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice} + } + ] +} +} |