5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
|
#!/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
|