curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "get-cells-list", "model": "ran-coverage-area", "requestType": "query-cps-path", "xpathTemplate": "//coverageAreaTAList[@nRTAC={{nRTAC}}]", "includeDescendants": true, "transformParam": "coverageAreaTAList" }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "get-ric-from-cell-id", "model": "ran-network", "requestType": "query-cps-path", "xpathTemplate": "//NRCellDU[@idNRCellDU='\''{{idNRCellDU}}'\'']/ancestor::NearRTRIC", "includeDescendants": true, "transformParam": "NearRTRIC" }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-nearrtric", "model": "ran-network", "requestType": "put", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-slice-profile", "model": "ran-network", "requestType": "post-list-node", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/attributes" }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-snssai-nrcellcu", "model": "ran-network", "requestType": "put", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUCPFunction[@idGNBCUCPFunction='\''{{idGNBCUCPFunction}}'\'']/NRCellCU[@idNRCellCU='\''{{idNRCellCU}}'\'']", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-nrcellcu-rrm-policy", "model": "ran-network", "requestType": "post-list-node", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUCPFunction[@idGNBCUCPFunction='\''{{idGNBCUCPFunction}}'\'']/NRCellCU[@idNRCellCU='\''{{idNRCellCU}}'\'']/attributes", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-snssai-cuup", "model": "ran-network", "requestType": "put", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUUPFunction[@idGNBCUUPFunction='\''{{idGNBCUUPFunction}}'\'']", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-cuup-rrm-policy", "model": "ran-network", "requestType": "post-list-node", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUUPFunction[@idGNBCUUPFunction='\''{{idGNBCUUPFunction}}'\'']/attributes", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-snssai-nrcelldu", "model": "ran-network", "requestType": "put", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBDUFunction[@idGNBDUFunction='\''{{idGNBDUFunction}}'\'']/NRCellDU[@idNRCellDU='\''{{idNRCellDU}}'\'']", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "add-nrcelldu-rrm-policy", "model": "ran-network", "requestType": "post-list-node", "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBDUFunction[@idGNBDUFunction='\''{{idGNBDUFunction}}'\'']/NRCellDU[@idNRCellDU='\''{{idNRCellDU}}'\'']/attributes", "includeDescendants": true }' curl -k -H "Content-Type: application/json" --request POST 'http://10.31.4.15:8088/templates' --data-raw '{ "templateId": "ran-inventory-new-slice", "model": "ran-inventory", "requestType": "post-list-node", "xpathTemplate": "/ran-inventory", "includeDescendants": true }'