From 2fb4bc984a2a46f892e3e9820a142fe54bddcd09 Mon Sep 17 00:00:00 2001 From: Jason Dunsmore Date: Fri, 17 Jul 2015 13:52:49 -0500 Subject: [PATCH] Add example for "template" parameter Change-Id: I5c5f9f21e7cbbd73112d48991481a8502981c299 --- .../src/wadls/orchestration-api/src/v1/common.ent | 7 +++++-- .../orchestration-api/src/v1/orchestration-api.wadl | 13 +++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/api-ref/src/wadls/orchestration-api/src/v1/common.ent b/api-ref/src/wadls/orchestration-api/src/v1/common.ent index 379f9d7c8..c33625498 100644 --- a/api-ref/src/wadls/orchestration-api/src/v1/common.ent +++ b/api-ref/src/wadls/orchestration-api/src/v1/common.ent @@ -197,9 +197,12 @@ This parameter is always provided as a string in the JSON - request body. The content of the string is a YAML- or JSON-formatted - Orchestration template. + request body. The content of the string is a JSON- or YAML-formatted + Orchestration template. For example: + "template": { + "heat_template_version": "2013-05-23", + ...} This parameter is required only when you omit the template_url parameter. If you specify both parameters, 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 db54a3d62..c6bc79fc9 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 @@ -1360,14 +1360,17 @@ The canonical URL is returned for only non-deleted stacks. To - fetch the resource list of deleted stacks, use the /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources - endpoint. + fetch the resource list for deleted stacks, use the following + endpoint: + /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources - Lists resources for the specified stack in JSON format. + + Lists resources for the specified stack in JSON format. + @@ -1408,7 +1411,9 @@ - Lists resources in the specified stack in JSON format. + + Lists resources in the specified stack in JSON format. +