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