We are going to simulate the operation of the train:
oc get routes -o jsonpath='{range .items[*]}{.metadata.annotations.che\.routing\.controller\.devfile\.io/endpoint-name}{"\t"}http://{.spec.host}{"\n"}{end}' | grep monitoring-svc | cut -f 2
Google Chrome seems to transform the HTTP URL into an HTTPS one. If you get an error message saying “Application is not available. The application is currently not serving requests at this endpoint. It may not have been started or is still starting.", please double check the URL scheme (HTTP/HTTPS) or open the URL with another Browser. Firefox seems to work just fine for this usage.
curl -X 'POST' 'http://localhost:8082/capture/test' -H 'accept: */*'
Well done! The simulation worked well :) now you can stop the simulation by closing all the terminals.