X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test_scripts%2Fendc_x2_setup%2Fquery_rnib;fp=test_scripts%2Fendc_x2_setup%2Fquery_rnib;h=57528f04ece12692896178e6ea61e870ea229f97;hb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=it%2Ftest.git diff --git a/test_scripts/endc_x2_setup/query_rnib b/test_scripts/endc_x2_setup/query_rnib new file mode 100755 index 0000000..57528f0 --- /dev/null +++ b/test_scripts/endc_x2_setup/query_rnib @@ -0,0 +1,11 @@ +#!/bin/bash + + +#curl -X POST http://10.2.0.28:30004/v1/nodeb/endc-setup -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"ranIp": "10.2.0.28","ranPort": 36422, "ranName":"AAAA123457"}' + +#curl -X POST http://ricplt-entry:30080/e2mgr/v1/nodeb/endc-setup -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"ranIp": "10.2.0.28","ranPort": 36422, "ranName":"AAAA123457"}' + +#curl -X GET http://ricplt-entry:30080/e2mgr/v1/nodeb/AAAA000003 + +curl -X GET http://ricplt-entry:30080/e2mgr/v1/nodeb/$1 +