commit | 317e7d7408e7a0e03b11a26c4273ea8f7f1f0d79 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed May 11 08:31:44 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed May 11 08:40:31 2016 -0700 |
tree | c91d2aede2c2a60f87da48ee9d4730191b647dbb | |
parent | c02014ead258396d8464b2980979a0359ce7dfe7 [diff] [blame] |
initial commit Change-Id: I5063800f2ddaf90a350325a9186479c25f90f8e1
diff --git a/roles/onos-fabric/files/bin/onos-cfg-get b/roles/onos-fabric/files/bin/onos-cfg-get new file mode 100755 index 0000000..8d0cabf --- /dev/null +++ b/roles/onos-fabric/files/bin/onos-cfg-get
@@ -0,0 +1,4 @@ +#!/bin/bash + +curl -sLl -X GET --header "Accept: application/json" "http://karaf:karaf@localhost:8181/onos/v1/network/configuration" | python -m json.tool +