blob: a54e1e26cfea739395a266ea363fe98c9c407598 [file] [log] [blame]
Masayoshi Kobayashi57572b12013-03-13 22:27:50 +00001#! /bin/sh
2rm -f rest.json
3touch rest.json
4curl -s 'http://localhost:8080/wm/core/topology/switches/all/json' | python -m json.tool >> rest.json
5curl -s 'http://localhost:8080/wm/core/topology/links/json' | python -m json.tool >> rest.json
6curl -s 'http://localhost:8080/wm/registry/controllers/json' | python -m json.tool >> rest.json
7curl -s 'http://localhost:8080/wm/registry/switches/json' | python -m json.tool >> rest.json