-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Description
The Route domain class does not contain a property to report the bound route services. The CF CLI provides this information in the cf routes output for instance
cf routes
Getting routes for org XXXXX / space performance-testing as XXXXX ...
space host domain port path type apps service
performance-testing wire-mock-jazz apps-np.xxxxxxxxx.com wire-mock-jazz
performance-testing wire-mock apps-np.xxxxxxxxx.com wire-mock
performance-testing asdf-mocks apps-np.xxxxxxxxx.com asdf-mocks asdf-routing-service
performance-testing asdf-messaging-performance apps-np.xxxxxxxxx.com asdf-messaging-performance
performance-testing asdf-mocks-a apps-np.xxxxxxxxx.com asdf-mocks
performance-testing asdf-routing-service-performance apps-np.xxxxxxxxx.com asdf-routing-service-performance
performance-testing asdf-order-performance apps-np.xxxxxxxxx.com asdf-order-performance
You can see it on the "asdf-mocks" line in the last column. Where in the API can this information be found?