Re: demo of support for multiple application ports and TCP routing
Dieu Cao <dcao@...>
Hi Dr. Nic,
The API call to say "yes I want a TCP route, but I don't care what host:port it is?" was implemented in this story [1] and looks like: POST /v2/routes?generate_port=true { "domain_guid": "1234", "space_guid": "1234" } The proposed cf CLI UX is specified in this story [2] and looks like: $ cf create-route myspace example.com --random-port Creating route for org scoen / space test as scoen(a)pivotal.io... OK Route example.com:5678 has been created -Dieu CF CAPI PM [1] https://www.pivotaltracker.com/story/show/101460700 [2] https://www.pivotaltracker.com/story/show/101461184 On Tue, Feb 23, 2016 at 12:40 AM, Dr Nic Williams <drnic(a)starkandwayne.com> wrote: I understand that host:port is used for routing TCP requests. |
|