Thomas Vachuska | af0ee53 | 2015-08-19 14:17:36 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # ----------------------------------------------------------------------------- | ||||
3 | # Launches ONOS REST API docs GUI on the specified node. | ||||
4 | # ----------------------------------------------------------------------------- | ||||
5 | |||||
6 | host=${1:-$OCI} | ||||
7 | host=${host:-localhost} | ||||
8 | |||||
9 | open http://$host:8181/onos/v1/docs |