curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8080/templates' --data-raw '{ "templateId": "get-nearrtric-by-rannfnssi", "model": "dynamic", "requestType": "query-cps-path", "xpathTemplate": "//attributes/rANNFNSSIList[text()='\''{{rANNFNSSIId}}'\'']/ancestor::NearRTRIC", "includeDescendants": true, "transformParam": "NearRTRIC" }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8080/templates' --data-raw '{ "templateId": "get-plmnmccid-by-sliceprofileid", "model": "ran-network", "requestType": "query-cps-path", "xpathTemplate": "//attributes/sliceProfilesList[@sliceProfileId='\''{{sliceProfileId}}'\'']/ancestor::NearRTRIC", "includeDescendants": true, "transformParam": "NearRTRIC,attributes,pLMNInfoList,mcc" }' curl -g --location -H "Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=" --request GET 'http://localhost:8883/cps/api/v1/dataspaces/E2EDemo/anchors/11/nodes/query?cps-path=//attributes/sliceProfilesList[@sliceProfileId="19f43b5e-223c-41a7-99f3-1ebaee7d2b88"]/ancestor::NearRTRIC&include-descendants=true' curl --location --request POST 'http://10.31.4.15:8080/execute/ran-network/get-plmnmccid-by-sliceprofileid' --header 'Content-Type: application/json' -d @get-mcc.json { "inputParameters": { "sliceProfileId": "19f43b5e-223c-41a7-99f3-1ebaee7d2b88" } } curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8080/templates' --data-raw '{ "templateId": "get-plmnmncid-by-sliceprofileid", "model": "ran-network", "requestType": "query-cps-path", "xpathTemplate": "//attributes/sliceProfilesList[@sliceProfileId='\''{{sliceProfileId}}'\'']/ancestor::NearRTRIC", "includeDescendants": true, "transformParam": "NearRTRIC,attributes,pLMNInfoList,mnc" }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8080/templates' --data-raw '{ "templateId": "put-status-nearrtric", "model": "ran-network", "requestType": "patch", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8080/templates' --data-raw '{ "templateId": "put-status-gnbcuup", "model": "ran-network", "requestType": "patch", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUUPFunction[@idGNBCUUPFunction='\''{{idGNBCUUPFunction}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8080/templates' --data-raw '{ "templateId": "put-status-nrcelldu", "model": "ran-network", "requestType": "patch", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBDUFunction[@idGNBDUFunction='\''{{idGNBDUFunction}}'\'']/NRCellDU[@idNRCellDU='\''{{idNRCellDU}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8080/templates' --data-raw '{ "templateId": "put-status-nrcellcu", "model": "ran-network", "requestType": "patch", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUCPFunction[@idGNBCUCPFunction='\''{{idGNBCUCPFunction}}'\'']/NRCellCU[@idNRCellCU='\''{{idNRCellCU}}'\'']/attributes/pLMNInfoList[@mcc='\''{{mcc}}'\'' and @mnc='\''{{mnc}}'\'']", "includeDescendants": true }'