bind-route-service - Cloud Foundry CLI Reference Guide |
cf bind-route-service DOMAIN [--hostname HOSTNAME] [--path PATH] SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]
cf bind-route-service example.com --hostname myapp --path foo myratelimiter
cf bind-route-service example.com myratelimiter -c file.json
cf bind-route-service example.com myratelimiter -c '{"valid":"json"}'
In Windows PowerShell use double-quoted, escaped JSON: "{\"valid\":\"json\"}"
In Windows Command Line use single-quoted, escaped JSON: '{\"valid\":\"json\"}'
인라인 또는 파일로 제공되는, 서비스별 구성 매개변수를 포함하는 올바른 JSON 오브젝트. 지원되는 구성 매개변수 목록은 특정 서비스 오퍼링에 대한 문서를 참조하십시오.
바인드할 라우트를 지정하기 위해 DOMAIN과 조합하여 사용되는 호스트 이름
바인드할 라우트를 지정하기 위해 HOSTNAME 및 DOMAIN과 조합해서 사용되는 경로