Copy/paste out of the Che terminal is kind of a bear. The following bash makes it so that you don't need to copy/paste: ``` `curl http://`oc get route inventory -o jsonpath --template='{.status.ingress[0].host}'`/api/inventory/329299` ```