check-route - Cloud Foundry CLI Reference Guide


이름

check-route - Perform a check to determine whether a route currently exists or not

사용법

Check an HTTP route: cf check-route DOMAIN [--hostname HOSTNAME] [--path PATH] Check a TCP route: cf check-route DOMAIN --port PORT

EXAMPLES

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

옵션

--hostname, -n

HTTP 라우트를 식별하는 데 사용되는 호스트 이름

--path

HTTP 라우트를 식별하는 데 사용되는 경로

--port

TCP 라우트를 식별하는 데 사용되는 포트

다음도 참조

create-route, delete-route, routes