X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fric-plt%2Fa1%2Fcommands.sh;h=da0588517c1016d0e0bc2d25f04a4227de699f2f;hb=ff56d2600d074ac0a4473c81b8193004a316c2f8;hp=f2f8bb582b6af1190dc7ab8f37084fa5d8512906;hpb=fb4bc7967a4733d10775351440a3af14327d5f20;p=nonrtric.git diff --git a/near-rt-ric-simulator/ric-plt/a1/commands.sh b/near-rt-ric-simulator/ric-plt/a1/commands.sh index f2f8bb58..da058851 100755 --- a/near-rt-ric-simulator/ric-plt/a1/commands.sh +++ b/near-rt-ric-simulator/ric-plt/a1/commands.sh @@ -6,7 +6,7 @@ curl -v "http://localhost:8085/" # PUT a policy type STD_QoSNudging_0.1.0 -curl -X PUT -v "http://localhost:8085/policytypes/STD_QoSNudging_0.1.0" -H "accept: application/json" -H "Content-Type: application/json" --data-binary @policy_type_STD_QoSNudging_0.1.0.json.json +curl -X PUT -v "http://localhost:8085/policytypes/STD_QoSNudging_0.1.0" -H "accept: application/json" -H "Content-Type: application/json" --data-binary @policy_type_STD_QoSNudging_0.1.0.json # GET policy types curl -v "http://localhost:8085/A1-P/v1/policytypes"