[
https://issues.apache.org/jira/browse/CAMEL-11596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110702#comment-16110702
]
ASF GitHub Bot commented on CAMEL-11596:
----------------------------------------
GitHub user ramu11 opened a pull request:
https://github.com/apache/camel/pull/1863
"CAMEL-11596: camel-spring-boot - actuator endpoint routes - Get sing…
"CAMEL-11596: camel-spring-boot - actuator endpoint routes - Get single
route only"
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ramu11/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1863.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1863
----
commit a9dccdbd058b02e64352b13e198ad3846b9412a4
Author: Ramu <[email protected]>
Date: 2017-08-02T10:42:22Z
"CAMEL-11596: camel-spring-boot - actuator endpoint routes - Get single
route only"
----
> camel-spring-boot - actuator endpoint routes - Get single route only
> --------------------------------------------------------------------
>
> Key: CAMEL-11596
> URL: https://issues.apache.org/jira/browse/CAMEL-11596
> Project: Camel
> Issue Type: Improvement
> Components: camel-spring-boot
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 2.20.0
>
>
> See the readme of this example
> https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot-routecontroller
> To get info about a route you need to
> {code}
> curl -XGET -s http://localhost:8080/camel/routes/id/info
> {code}
> That returns many information about the route, but if you just want to big
> summary like
> {code}
> curl -XGET -s http://localhost:8080/camel/routes
> {code}
> But for a specific route like bar
> {code}
> curl -XGET -s http://localhost:8080/camel/routes/bar
> {code}
> Then that is not possible. It may be nice to then just return
> {code}
> {"id":"bar","uptime":"3.405 seconds","uptimeMillis":3405,"status":"Started"}
> {code}
> eg only that route.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)