bind-route-service - Cloud Foundry CLI Reference Guide


名稱

bind-route-service - 將服務實例連結至 HTTP 路徑

用法

cf bind-route-service DOMAIN [--hostname HOSTNAME] [--path PATH] SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]

EXAMPLES

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\"}'

別名

brs

選項

-c

包含服務特定配置參數的有效 JSON 物件(透過行內或檔案所提供)。如需所支援配置參數的清單,請參閱特定服務供應項目的文件。

--hostname, -n

與 DOMAIN 一起使用的主機名稱,以指定要連結的路徑

--path

與 HOSTNAME 及 DOMAIN 一起使用的路徑,以指定要連結的路徑

另請參閱

routes, services