curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.14:8088/templates' --data-raw '{ "templateId": "get-nearrtric-by-idgnbcucpfunction", "model": "ran-network", "requestType": "query-cps-path", "xpathTemplate": "//GNBCUCPFunction/idGNBCUCPFunction[text()='\''{{idGNBCUCPFunction}}'\'']/ancestor::NearRTRIC", "includeDescendants": true, "transformParam":"NearRTRIC,idNearRTRIC" }' curl --location --user cpsuser:cpsr0cks! --request POST http://10.31.4.14:8088/execute/ran-network/get-nearrtric-by-idgnbcucpfunction --header 'Content-Type: application/json' -d '{ "inputParameters": { "idGNBCUCPFunction": "cucpserver1" } }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.14:8088/templates' --data-raw ' { "templateId": "put-ho-nrcellrelation", "model": "ran-network", "requestType": "patch", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUCPFunction[@idGNBCUCPFunction='\''{{idGNBCUCPFunction}}'\'']/NRCellCU[@idNRCellCU='\''{{idNRCellCU}}'\'']/NRCellRelation[@idNRCellRelation='\''{{idNRCellRelation}}'\'']", "includeDescendants": true }' curl --location --user cpsuser:cpsr0cks! --request POST http://10.31.4.14:8088/execute/ran-network/put-ho-nrcellrelation --header 'Content-Type: application/json' -d '{ "inputParameters":{ "idNearRTRIC":"11", "idGNBCUCPFunction":"cucpserver1", "idNRCellCU":"Chn0003", "idNRCellRelation":"Chn0008" }, "payload": { "attributes":{"nRTCI":2,"isHOAllowed":true} } }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.14:8088/templates' --data-raw '{ "templateId": "get-nearrtric-by-idgnbdufunction", "model": "ran-network", "requestType": "query-cps-path", "xpathTemplate": "//GNBDUFunction/idGNBDUFunction[text()='\''{{idGNBDUFunction}}'\'']/ancestor::NearRTRIC", "includeDescendants": true, "transformParam":"NearRTRIC,idNearRTRIC" }' curl --location --user cpsuser:cpsr0cks! --request POST http://10.31.4.14:8088/execute/ran-network/get-nearrtric-by-idgnbdufunction --header 'Content-Type: application/json' -d '{ "inputParameters": { "idGNBDUFunction": "22" } }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.14:8088/templates' --data-raw ' { "templateId": "put-nrpci-nrcelldu", "model": "ran-network", "requestType": "patch", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBDUFunction[@idGNBDUFunction='\''{{idGNBDUFunction}}'\'']/NRCellDU[@idNRCellDU='\''{{idNRCellDU}}'\'']", "includeDescendants": true }' curl --location --user cpsuser:cpsr0cks! --request POST http://10.31.4.14:8088/execute/ran-network/put-nrpci-nrcelldu --header 'Content-Type: application/json' -d '{ "inputParameters":{ "idNearRTRIC":"11", "idGNBDUFunction":"22", "idNRCellDU":"Chn0005" }, "payload": { "attributes":{"nRPCI":3} }