check-route - Cloud Foundry CLI Reference Guide


NOM

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

SYNTAXE

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

OPTIONS

--hostname, -n

Nom d'hôte utilisé pour identifier la route HTTP

--path

Chemin utilisé pour identifier la route HTTP

--port

Port utilisé pour identifier la route TCP

VOIR AUSSI

create-route, delete-route, routes