check-route - Cloud Foundry CLI Reference Guide |
cf check-route DOMAIN [--hostname HOSTNAME] [--path PATH]
Check a TCP route:
cf check-route DOMAIN --port PORT
cf check-route example.com # example.com
cf check-route example.com -n myhost --path foo # myhost.example.com/foo
cf check-route example.com --path foo # example.com/foo
cf check-route example.com --port 5000 # example.com:5000
用來識別 HTTP 路徑 (route) 的主機名稱
用來識別 HTTP 路徑 (route) 的路徑 (path)
用來識別 TCP 路徑 (route) 的埠