5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
|
#!/bin/bash
|
||
|
SUBMGR=`./getIP rtmgr`
|
||
|
echo "route manager ip: $SUBMGR"
|
||
|
curl -X GET -H "accept: application/json" http://$SUBMGR:3800/ric/v1/getdebuginfo | jq
|