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