Gitiles
Code Review
Sign In
gerrit.opencord.org
/
maas
/
a826906c5171b9498ad5a22db9f489fba0439672
/
.
/
roles
/
onos-fabric
/
files
/
bin
/
onos-cfg-get
blob: 8d0cabf3b40fc2b6a981e15ea70c95812bd40bfb [
file
] [
log
] [
blame
]
David K. Bainbridge
317e7d7
2016-05-11 08:31:44 -0700
[
diff
] [
blame
]
1
#!/bin/bash
2
3
curl
-
sLl
-
X GET
--
header
"Accept: application/json"
"http://karaf:karaf@localhost:8181/onos/v1/network/configuration"
|
python
-
m json
.
tool
4