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\"}'
Valid JSON object containing service-specific configuration parameters, provided inline or in a file. For a list of supported configuration parameters, see documentation for the particular service offering.
Hostname used in combination with DOMAIN to specify the route to bind
Path used in combination with HOSTNAME and DOMAIN to specify the route to bind
Wait for the operation to complete