From 8a12ed8f0c4ec4bd33fa910bd9eb7f45e9eebe5e Mon Sep 17 00:00:00 2001 From: Anderson Mesquita Date: Tue, 12 Aug 2014 15:00:48 -0400 Subject: [PATCH] Add `nested_depth` param to resource-list docs Implements: blueprint explode-nested-resources Change-Id: Idee8b70f16ef752043997b9dc04696f928883387 --- .../orchestration-api/src/v1/orchestration-api.wadl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl index 0ca04142a..ca764be3e 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl +++ b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl @@ -814,6 +814,19 @@ title="List resources"> Lists resources in a stack. + + + + + + Also includes resources from nested stacks up to + nested_depth levels of recursion. + + + + +