You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

1. Details of Config DB APIs supported in Guilin

Please refer to below ConfigDB API swagger document for a full list of API's supported: ConfigDB Swagger JSON

Following API's are currently used to support RAN Network Slicing:

S.NoAPI endpointHTTP MethodDescriptionConsuming Component
1./api​/sdnc-config-db​/v4​/nearrtric-list​/{trackingArea}GET

Get ​complete details associated with a list of NearRT RIC's and

corresponding managed elements

SDN-R
2./api/sdnc-config-db/v4/cell-list/{trackingArea}GETGet a list of cells that correspond to a specific tracking areaSDN-R
3./api/sdnc-config-db/v4/nearRTRICPUTStore nearRTRIC detailsSDN-R
4./api/sdnc-config-db/v4/gNBCUCPPUTStore gNBCUCP, NRCellCU detailsSDN-R
5./api/sdnc-config-db/v4/gNBCUUPPUTStore gNBCUUP detailsSDN-R
6./api/sdnc-config-db/v4/gNBDUPUTStore gNBDU, NRCellDU detailsSDN-R
7./api/sdnc-config-db/v4/rrmPolicyPUTStore network elements' RRMPolicy detailsSDN-R
8./api/sdnc-config-db/v4/ranslice-detailsPUTRAN Inventory. Store RAN slice detailsSDN-R
9./api/sdnc-config-db/v4/du-list/{sNSSAI}GETFetch the DU functions for sNSSAIDCAE-slice-analysis-ms
10./api/sdnc-config-db/v4/du-cell-list/{sNSSAI}GETFetch DU Cells for sNSSAIDCAE-slice-analysis-ms
11./api/sdnc-config-db/v4/profile-config/{sNSSAI}GETFetch slice profile configuration for a sNSSAI

DCAE-slice-analysis-ms,

ML MS

12./api/sdnc-config-db/v4/slice-config/{sNSSAI}GETFetch NearRTRIC configuration for a sNSSAIDCAE-slice-analysis-ms
13./api/sdnc-config-db/v4/subscriber-details/{sNSSAI}GETFetch subscriber detailsDCAE-slice-analysis-ms
14./api/sdnc-config-db/v3/insertDataPUTPre-load Cell DataOOF-PCI MS
15./api/sdnc-config-db/v3/modifyPci/{cellId}PATCHModfify PCI value of a cellSDNR
16./api/sdnc-config-db/v3/modifyNbrHO/{cellId}/{targetCellId}PATCHModify HO (Handoff) flag for a target neighbor cellSDNR
17./api/sdnc-config-db/v3/createNbr/{cellId}PUTCreate a neigbor for a cellSDNR
18./api/sdnc-config-db/v3/deleteNbr/{cellId}/{targetCellId}DELETEDelete a neighbor for a callSDNR





2. Sample CPS APIs (to mapper service and XPath queries)

  • No labels