Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/210#discussion_r68208002
--- Diff:
rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/ActivityApi.java ---
@@ -57,6 +57,18 @@ public TaskSummary get(
@ApiParam(value = "Task ID", required = true)
@PathParam("task") String taskId);
@GET
+ @Path("/{task}/children/recurse")
+ @ApiOperation(
+ value = "Fetch all child tasks details",
+ response = org.apache.brooklyn.rest.domain.TaskSummary.class,
--- End diff --
Oh there's a `responseContainer`, never mind.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---