5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
SUBMGR=`./getIP appmgr`
|
|
echo "app manager ip: $SUBMGR"
|
|
curl -X GET -H "Content-Type:application/json" http://$SUBMGR:8080/ric/v1/xapps | jq
|