S.No | ConfigDB API | yang model | HTTP Method | Xpath Query | TBDMT Template |
---|---|---|---|---|---|
1 | /api/sdnc-config-db/v4/cell-list/{trackingArea} | cps-cavsta-onap-internal | GET | /ran-coverage-area/pLMNIdList[@mcc="31"][@mnc="42"]/coverage-area[@coverageArea="Chennai"]/coverageAreaTAList[nRTAC=110] | /ran-coverage-area/pLMNIdList[mcc={{mcc}}][mnc={{mnc}}]/coverage-area[coverageArea={{coverageArea}}]/coverageAreaTAList[nRTAC={{nRTAC}}] |
2 | /api/sdnc-config-db/v4/nearrtric-list/{trackingArea} | cps-cavsta-onap-internal, cps-ran-schema-model | GET | a) Run the API (1) to get the list of cells (idNRCellDU) b) /NRCellDU[@idNRCellDU=15289]/ancestor::NearRTRIC | Multiple queries support is required a) API (1) b) /NRCellDU[@idNRCellDU={{idNRCellDU}}]/ancestor::NearRTRIC |
3 | /api/sdnc-config-db/v4/nearRTRIC | cps-ran-schema-model | PUT | /cps-ran-schema/NearRTRIC | /cps-ran-schema/NearRTRIC |
4 | /api/sdnc-config-db/v4/gNBCUCP | cps-ran-schema-model | PUT | ||
5 | /api/sdnc-config-db/v4/gNBCUUP | cps-ran-schema-model | PUT | ||
6 | /api/sdnc-config-db/v4/gNBDU | cps-ran-schema-model | PUT | ||
7 | /api/sdnc-config-db/v4/rrmPolicy | cps-ran-schema-model | PUT | ||
8 | /api/sdnc-config-db/v4/ranslice-details | cps-ran-inventory | PUT | ||
9 | /api/sdnc-config-db/v4/du-list/{sNSSAI} | cps-ran-schema-model | GET | /NRCellDU[idNRCellDU=15700]/pLMNInfoList[@mcc="31"][@mnc="42"]/sNSSAIList[@sNssai="01-101010"]/ancestor::GNBDUFunction | /NRCellDU[idNRCellDU={{idNRCellDU}}]/pLMNInfoList[mcc={{mcc}}][mnc={{mnc}}]/sNSSAIList[@sNssai={{sNssai}}]/ancestor::GNBDUFunction |
10 | /api/sdnc-config-db/v4/du-cell-list/{sNSSAI} | cps-ran-schema-model | GET | /sNSSAIList[@sNssai="01-101010"]/ancestor::NRCellDU | /sNSSAIList[@sNssai={{sNssai}}]/ancestor::NRCellDU |
11 | /api/sdnc-config-db/v4/slice-config/{sNSSAI} | cps-ran-schema-model | GET | /NearRTRIC[@idNearRTRIC=11]/pLMNInfoList[@mcc="31"][@mnc="42"]/sNSSAIList[@sNssai="01-101010"]/configData | /NearRTRIC[idNearRTRIC={{idNearRTRIC}}]/pLMNInfoList[mcc={{mcc}}][mnc={{mnc}}]/sNSSAIList[sNssai={{sNssai}}]/configData |
12 | api/sdnc-config-db/v4/nearrtric/{ranNFNSSIId} | cps-ran-schema-model | GET | //attributes/ranNFNSSIIdList/element[text()="ac8ca1a9-e1ec-4480-8720-c74e92566885"]/ancestor::NearRTRIC | //attributes/ranNFNSSIIdList/element[text()={{ranNFNSSIId}}]/ancestor::NearRTRIC |
13 | /api/sdnc-config-db/v4/plmn/{sliceProfileId} | cps-ran-inventory | GET | /ran-inventory/ran-slices/sliceProfilesList[@sliceProfileId="314aab80-1754-446c-bfd9-6aae5b1ae348"]/pLMNIdList | /ran-inventory/ran-slices/sliceProfilesList[sliceProfileId={{sliceProfileId}}]/pLMNIdList |
14 | /api/sdnc-config-db/v4/ta-list/{mcc}/{mnc}/{coverageArea} | cps-cavsta-onap-internal | GET | /ran-coverage-area/pLMNIdList[@mcc="31"][@mnc="42"]/coverage-area[@coverageArea="Chennai"]/coverageAreaTAList | /ran-coverage-area/pLMNIdList[mcc={{mcc}}][mnc={{mnc}}]/coverage-area[coverageArea={{coverageArea}}]/coverageAreaTAList |
General
Content
Integrations