From 7ce56ba9c456de96af49d1a157088f5d94ba9d8d Mon Sep 17 00:00:00 2001 From: tengqm Date: Tue, 2 Aug 2016 22:38:35 -0400 Subject: [PATCH] Remove old Orchestration API files The Orchestration APIs are now managed by the heat team in openstack/heat respository. This patch removes the obsoleted version to avoid confusion and/or inconsistency. Change-Id: I5ebf8a4970be38e962148ec24249740b1c27225f --- api-ref-guides/pom.xml | 11 - .../src/bk-api-ref-orchestration-v1.xml | 37 - api-ref-guides/src/bk-api-ref.xml | 1 - api-ref/pom.xml | 11 - .../src/docbkx/api-ref-orchestration-v1.xml | 23 - api-ref/src/docbkx/ch_orchestration-v1.xml | 223 -- .../src/docbkx/itemizedlist-service-list.xml | 2 +- .../orchestration-api/src/v1/atom/atom.xsd | 105 - .../orchestration-api/src/v1/atom/xml.xsd | 219 -- .../wadls/orchestration-api/src/v1/common.ent | 1586 ----------- .../src/v1/orchestration-api.wadl | 2390 ----------------- .../src/v1/samples/build-info-response.json | 8 - .../src/v1/samples/config-create-request.json | 28 - .../v1/samples/config-create-response.json | 32 - .../src/v1/samples/config-show-response.json | 32 - .../v1/samples/deployment-create-request.json | 8 - .../samples/deployment-create-response.json | 14 - .../samples/deployment-metadata-response.json | 130 - .../v1/samples/deployment-show-response.json | 14 - .../v1/samples/deployment-update-request.json | 10 - .../samples/deployment-update-response.json | 19 - .../v1/samples/deployments-list-response.json | 21 - .../src/v1/samples/event-show-response.json | 33 - .../src/v1/samples/events-list-response.json | 50 - .../v1/samples/heat-versions-response.json | 14 - .../samples/resource-metadata-response.json | 6 - .../v1/samples/resource-schema-response.json | 30 - .../v1/samples/resource-show-response.json | 27 - .../resource-type-template-response.json | 50 - .../samples/resource-types-list-response.json | 61 - .../v1/samples/resources-list-response.json | 25 - .../v1/samples/services-list-response.json | 30 - .../v1/samples/stack-abandon-response.json | 69 - .../stack-action-cancel-update-request.json | 3 - .../samples/stack-action-check-request.json | 3 - .../samples/stack-action-resume-request.json | 3 - .../samples/stack-action-suspend-request.json | 3 - .../src/v1/samples/stack-adopt-request.json | 33 - .../src/v1/samples/stack-create-request.json | 32 - .../src/v1/samples/stack-create-response.json | 11 - .../src/v1/samples/stack-find-response.json | 27 - .../samples/stack-outputs-list-response.json | 10 - .../v1/samples/stack-preview-response.json | 168 -- .../samples/stack-show-output-response.json | 8 - .../src/v1/samples/stack-show-response.json | 32 - .../samples/stack-show-snapshot-response.json | 47 - .../v1/samples/stack-snapshot-request.json | 3 - .../v1/samples/stack-snapshot-response.json | 8 - .../stack-snapshots-list-response.json | 12 - .../stack-update-preview-response.json | 67 - .../src/v1/samples/stack-update-request.json | 28 - .../src/v1/samples/stacks-list-response.json | 20 - .../v1/samples/template-show-response.json | 28 - .../v1/samples/template-validate-request.json | 3 - .../samples/template-validate-response.json | 41 - .../samples/template-versions-response.json | 32 - 56 files changed, 1 insertion(+), 5940 deletions(-) delete mode 100644 api-ref-guides/src/bk-api-ref-orchestration-v1.xml delete mode 100644 api-ref/src/docbkx/api-ref-orchestration-v1.xml delete mode 100644 api-ref/src/docbkx/ch_orchestration-v1.xml delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/atom/atom.xsd delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/atom/xml.xsd delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/common.ent delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/build-info-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/config-show-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-metadata-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-show-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/deployments-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/event-show-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/events-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/heat-versions-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/resource-metadata-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/resource-schema-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/resource-show-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/resource-type-template-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/resource-types-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/resources-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/services-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-abandon-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-cancel-update-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-check-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-resume-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-suspend-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-adopt-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-find-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-outputs-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-preview-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-output-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-snapshot-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshots-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-preview-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/stacks-list-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/template-show-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-request.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-response.json delete mode 100644 api-ref/src/wadls/orchestration-api/src/v1/samples/template-versions-response.json diff --git a/api-ref-guides/pom.xml b/api-ref-guides/pom.xml index b2e1e0315..61cef805e 100644 --- a/api-ref-guides/pom.xml +++ b/api-ref-guides/pom.xml @@ -138,17 +138,6 @@ api-ref-objectstorage-v1 - - os-api-ref-orchestration-v1 - - generate-pdf - - generate-sources - - bk-api-ref-orchestration-v1.xml - api-ref-orchestration-v1 - - os-api-ref-share-v2 diff --git a/api-ref-guides/src/bk-api-ref-orchestration-v1.xml b/api-ref-guides/src/bk-api-ref-orchestration-v1.xml deleted file mode 100644 index 7120a024e..000000000 --- a/api-ref-guides/src/bk-api-ref-orchestration-v1.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - OpenStack Orchestration API v1 Reference - API Reference - - - - - - - OpenStack Foundation - - - - 2010-2016 - OpenStack Foundation - - OpenStack Orchestration - - - - Copyright details are filled in by the - template. - - - - - diff --git a/api-ref-guides/src/bk-api-ref.xml b/api-ref-guides/src/bk-api-ref.xml index 99f17713f..ae0ce194a 100644 --- a/api-ref-guides/src/bk-api-ref.xml +++ b/api-ref-guides/src/bk-api-ref.xml @@ -40,7 +40,6 @@ - diff --git a/api-ref/pom.xml b/api-ref/pom.xml index f8c79eda3..81e843e0c 100644 --- a/api-ref/pom.xml +++ b/api-ref/pom.xml @@ -146,17 +146,6 @@ bk-api-ref-objectstorage-v1 - - os-api-ref-orchestration-v1 - - generate-html - - generate-sources - - api-ref-orchestration-v1.xml - bk-api-ref-orchestration-v1 - - os-api-ref-share-v2 diff --git a/api-ref/src/docbkx/api-ref-orchestration-v1.xml b/api-ref/src/docbkx/api-ref-orchestration-v1.xml deleted file mode 100644 index 1cff85277..000000000 --- a/api-ref/src/docbkx/api-ref-orchestration-v1.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - OpenStack Orchestration API v1 (CURRENT) - - 2010-2016 - - - - - - - - - - diff --git a/api-ref/src/docbkx/ch_orchestration-v1.xml b/api-ref/src/docbkx/ch_orchestration-v1.xml deleted file mode 100644 index f114e712d..000000000 --- a/api-ref/src/docbkx/ch_orchestration-v1.xml +++ /dev/null @@ -1,223 +0,0 @@ - - - Orchestration API v1 (CURRENT) - Uses a template language to orchestrate OpenStack - services. -
- General API information - Authenticated calls that target a known URI but that use an - HTTP method that the implementation does not support return a 405 - Method Not Allowed error code. In addition, the HTTP - OPTIONS method is supported for each known URI. In - both cases, the Allow response header indicates the - HTTP methods that are supported for the resource. -
-
- API versions - - - - - -
-
- Stacks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- Stack actions - Performs non-lifecycle operations on the stack. Specify - the action in the request body. - - - - - - - - -
-
- Stack resources - - - - - - - - - - - - - - -
-
- Stack events - - - - - - - - - - - - - - -
-
- Templates - - - - - - - - - - - - - - - - - - - - -
-
- Build info - - - - - -
-
- Software configuration - - - - - - - - - - - - - - - - - - - - - -
-
- Manage service - - - - - -
-
diff --git a/api-ref/src/docbkx/itemizedlist-service-list.xml b/api-ref/src/docbkx/itemizedlist-service-list.xml index 2062cbfbd..b247aa858 100644 --- a/api-ref/src/docbkx/itemizedlist-service-list.xml +++ b/api-ref/src/docbkx/itemizedlist-service-list.xml @@ -92,7 +92,7 @@ - Orchestration API v1 (CURRENT) + Orchestration API v1 (CURRENT) diff --git a/api-ref/src/wadls/orchestration-api/src/v1/atom/atom.xsd b/api-ref/src/wadls/orchestration-api/src/v1/atom/atom.xsd deleted file mode 100644 index 4e27f20df..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/atom/atom.xsd +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - Atom Link - - -

- This schema file simple defines an atom link according - to RFC4287 -

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - See section 3.4 of the ATOM RFC RFC4287 - - - - - - - - - - - -
diff --git a/api-ref/src/wadls/orchestration-api/src/v1/atom/xml.xsd b/api-ref/src/wadls/orchestration-api/src/v1/atom/xml.xsd deleted file mode 100644 index 1cf1cb7ee..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/atom/xml.xsd +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - The XML Namespace - - -
-

About the XML namespace

-
-

This schema document describes the XML namespace, in a form - suitable for import by other schema documents.

-

See - http://www.w3.org/XML/1998/namespace.html and - http://www.w3.org/TR/REC-xml for information about this - namespace.

-

Note that local names in this namespace are intended to be - defined only by the World Wide Web Consortium or its subgroups. - The names currently defined in this namespace are listed below. - They should not be used with conflicting semantics by any - Working Group, specification, or document instance.

-

See further below in this document for more information about - how to refer to this schema document from your - own XSD schema documents and about the namespace-versioning policy governing this schema - document.

-
-
-
-
- - - -
-

lang (as an attribute name)

-

denotes an attribute whose value is a language code for the - natural language of the content of any element; its value is - inherited. This name is reserved by virtue of its definition in - the XML specification.

-
-
-

Notes

-

Attempting to install the relevant ISO 2- and 3-letter codes - as the enumerated possible values is probably not - a realistic possibility.

-

See BCP 47 at - http://www.rfc-editor.org/rfc/bcp/bcp47.txt and the IANA - language sub tag registry at http://www.iana.org/assignments/language-subtag-registry - for further information.

-

The union allows for the 'un-declaration' of xml:lang with the - empty string.

-
-
-
- - - - - - - - - -
- - - -
-

space (as an attribute name)

-

denotes an attribute whose value is a keyword indicating what - whitespace processing discipline is intended for the content of - the element; its value is inherited. This name is reserved by - virtue of its definition in the XML specification.

-
-
-
- - - - - - -
- - - -
-

base (as an attribute name)

-

denotes an attribute whose value provides a URI to be used as - the base for interpreting any relative URIs in the scope of the - element on which it appears; its value is inherited. This name - is reserved by virtue of its definition in the XML Base - specification.

-

See http://www.w3.org/TR/xmlbase/ for information about this - attribute.

-
-
-
-
- - - -
-

id (as an attribute name)

-

denotes an attribute whose value should be interpreted as if - declared to be of type ID. This name is reserved by virtue of - its definition in the xml:id specification.

-

See http://www.w3.org/TR/xml-id/ for information about this - attribute.

-
-
-
-
- - - - - - - - -
-

Father (in any context at all)

-
-

denotes Jon Bosak, the chair of the original XML Working - Group. This name is reserved by the following decision of the - W3C XML Plenary and XML Coordination groups:

-
-

In appreciation for his vision, leadership and dedication the - W3C XML Plenary on this 10th day of February, 2000, reserves - for Jon Bosak in perpetuity the XML name "xml:Father".

-
-
-
-
-
- - -
-

About this schema document

-
-

This schema defines attributes and an attribute group suitable - for use by schemas wishing to allow xml:base, - xml:lang, xml:space or - xml:id attributes on elements they define.

-

To enable this, such a schema must import this schema for the - XML namespace, e.g. as follows:

-
-          <schema . . .>
-           . . .
-           <import namespace="http://www.w3.org/XML/1998/namespace"
-                      schemaLocation="http://www.w3.org/2001/xml.xsd"/>
-     
-

or

-
-           <import namespace="http://www.w3.org/XML/1998/namespace"
-                      schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
-     
-

Subsequently, qualified reference to any of the attributes or - the following group has the desired effect. For example:

-
-          <type . . .>
-           . . .
-           <attributeGroup ref="xml:specialAttrs"/>
-     
-

This defines a type that schema-validates an instance element - with any of those attributes.

-
-
-
-
- - -
-

Versioning policy for this schema - document

-
-

In keeping with the XML Schema WG's standard versioning - policy, this schema document will persist at - http://www.w3.org/2009/01/xml.xsd.

-

At the date of issue it can also be found at - http://www.w3.org/2001/xml.xsd.

-

The schema document at that URI might change in the future to - remain compatible with the latest version of XML Schema itself, - or with the XML namespace itself. If the XML Schema or XML - namespaces changes, the version of this document at - http://www.w3.org/2001/xml.xsd changes accordingly; the - version at - http://www.w3.org/2009/01/xml.xsd does not change.

-

Previous dated (and unchanging) versions of this schema - document are at:

- -
-
-
-
-
diff --git a/api-ref/src/wadls/orchestration-api/src/v1/common.ent b/api-ref/src/wadls/orchestration-api/src/v1/common.ent deleted file mode 100644 index d3f56e12e..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/common.ent +++ /dev/null @@ -1,1586 +0,0 @@ - - - - Supplies the contents of files referenced in the template or the - environment. Stack templates and resource templates can explicitly - reference files by using the get_file intrinsic function. - In addition, the environment parameter can contain implicit - references to files. - - - The value is a JSON object, where each key is a relative or absolute URI - which serves as the name of a file, and the associated value provides - the contents of the file. The following code shows the general structure - of this parameter. - - { ... - "files": { - "fileA.yaml": "Contents of the file", - "file:///usr/fileB.template": "Contents of the file", - "http://example.com/fileC.template": "Contents of the file" - } -... -} - - Additionally, some template authors encode their user data in a local - file. The Orchestration client examines the template for the - get_file intrinsic function and adds an entry to the - files map with the path to the file as the name and the - file contents as the value. So, a simple example looks like this: - -{ -   "files": { -      "myfile": "#!/bin/bash\necho \"Hello world\" > /root/testfile.txt" -   }, - ..., -   "stack_name": "teststack", -   "template": { - ..., -      "resources": { -         "my_server": { -            "type": "OS::Nova::Server", -            "properties": { - ..., -               "user_data": { -                  "get_file": "myfile" -               } -            } -         } -      } -   }, -   "timeout_mins": 60 -} - - Do not use this parameter to provide the content of the template located - at the template_url address. Instead, use the - template parameter to supply the template content as part - of the request. - - - '> - - - - Supplies arguments for parameters defined in the stack - template. - - - The value is a JSON object, where each key is the name of a parameter - defined in the template and the associated value is the argument to use - for that parameter when instantiating the template. The following code - shows the general structure of this parameter. In the example, - a and b would be the names of two parameters - defined in the template. - - { ... - "parameters": { - "a": "Value", - "b": "3" - } -... -} - - While the service accepts JSON numbers for parameters with the type - number and JSON objects for parameters with the type - json, all parameter values are converted to their string - representation for storage in the created Stack. Clients are - encouraged to send all parameter values using their string - representation for consistency between requests and responses from the - Orchestration service. - - - A value must be provided for each template parameter which does not - specify a default value. However, this parameter is not allowed to - contain JSON properties with names that do not match a parameter - defined in the template. - - - The files parameter maps logical file names to file - contents. Both the get_file intrinsic function and - provider template functionality use this mapping. When you want to - use a provider template, for example, the Orchestration service - adds an entry to the files map by using: - - - - - The URL of the provider template as the name. - - - - - The contents of that file as the value. - - - - - Additionally, some template authors encode their user data in a local - file. The Orchestration client examines the template for the - get_file intrinsic function and adds an entry to the - files map with the path to the file as the name and the - file contents as the value. So, a simple example looks like this: - - { - "files": { - "myfile": "#!/bin/bash\necho \"Hello world\" > /root/testfile.txt" - }, - ..., - "stack_name": "teststack", - "template": { - ..., - "resources": { - "my_server": { - "type": "OS::Nova::Server", - "properties": { - ..., - "user_data": { - "get_file": "myfile" - } - } - } - } - }, - "timeout_mins": 60 -} - -'> - - - - The stack object. - - -'> - - - - The UUID of the system-assigned stack. - - -'> - - - - A list of URLs for the stack. Each URL is a JSON object with - an href key indicating the URL and a - rel key indicating its relationship to the - stack in question. There may be multiple links returned. The - self relationship identifies the URL of the - stack itself. - - -'> - - - - Sorts the list by the resource_type or - created_at key. - - - '> - - - - The sort direction of the list. A valid value is - asc (ascending) or desc (descending). - - - '> - - - - A URI to the location containing the stack template - on which to perform the operation. - - - See the description of the template - parameter for information about the expected template - content located at the URI. - - - This parameter is only required when you omit the - template parameter. If you specify both parameters, - this parameter is ignored. - - -'> - - - - The stack template on which to perform the operation. - - - This parameter is always provided as a string in the JSON - 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, - this value overrides the template_url parameter value. - - -'> - - - - The stack template on which to perform the operation. - - - This parameter is always provided as a string in the JSON - 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, - this value overrides the template_url parameter value. - - -'> - - - - A JSON environment for the stack. - - -'> - - - - A JSON environment for the stack. - - -'> - - - - One or more simple string tags to associate with the stack. To associate - multiple tags with a stack, separate the tags with commas. For example, - tag1,tag2. - - - '> - - - - User-defined parameter names to pass to the template. - - - '> - - - - User-defined parameter names to pass to the template. - - - '> - - - - User-defined parameter values to pass to the template. - - - '> - - - - User-defined parameter values to pass to the template. - - - '> - - - - - - - - '> - - - - '> - - - - '> - - - -'> - - - - The status of the heat engine. - - - - - - - The name of the binary form of the heat engine. - - - - - - - The polling interval, in seconds. The API reports events at this - interval until heat engine creation completes. - - - -&created_at-ResponseParameter; - - - - The name of the host for the service. - - - -&updated_at-ResponseParameter; - - - - The topic of the heat engine. - - - -&deleted_at-ResponseParameter; - - - - The UUID of the heat engine. - - - - - - - A list of heat engines. - - -'> - - - - A list of inputs to configure the software. - - - - - - - The name of the software configuration. - - - - - - - A list of software configuration output data. - - - - - - - The date and time when the software was created. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an - offset from UTC. - - - - - - - The name of the group in which the software is configured. - - - - - - - The configuration code. - - - - - - - The options, if any, to include in the code. For example any dependent - flags. - - -'> - - - - The status of the software deployment. The value is - INPROGRESS or COMPLETE. - - - - - - - The UUID of the server. - - - - - - - The UUID of the configuration. - - - - - - - A list of output data. - - - - - - - A list of input data. - - - - - - - The deployment action. - - - - - - - The debug information for the current status. - - - - - - - The UUID of the software deployment. - - - - - - - The date and time when the resource was created. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an - offset from UTC. - - - -&updated_at-ResponseParameter;'> - - - - The version of the heat template. - - - - - - - Key and value pairs that contain output data. - - - - - - - Key and value pairs that contain template parameters. - - - - - - - Contain KeyPair for resource template. - - -'> - - - - The description of the stack template. - - - - - - - The version of the heat template. - - - - - - - Key and value pairs that contain output data. - - - - - - - Key and value pairs that contain template parameters. - - - - - - - The required sources for creating the stack - template. - - -'> - - - - Key and value pairs that contain resource attributes. - - - - - - - The description of the resource attribute. - - - - - - - The properties of the resource. Includes - description, type, and so on. - - - - - - - If set to true the attribute is required. - - - - - - - The property type. - - - - - - - If set to true, update is allowed. - - - - - - - The type of the resource. - - - - - - - Information about the current status. - - -'> - - - - - The name of a stack output. - - - - - - - The value of a stack output. - - - - - - - The description of a stack output. - - - - - - - The error in a stack output. - - -'> - - - - Key and value pairs that contain stack resource properties. - - -'> - - - - The date and time when the stack resource was created. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an - offset from UTC. - - - - - - - The description of the stack resource. - - - - - - - The ID of the logical stack resource. - - - - - - - The ID of the stack physical resource. - - - - - - - The list of resources that require this stack resource. - - - - - - - The name of the resource. - - - - - - - The status of the resource. - - - - - - - The reason for the current stack resource state. - - - - - - - The type of the resource. - - - - - - - The date and time when the stack resource was updated. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an offset from UTC. - - - If the updated_at date and time stamp is not set, its value is - null. - - -'> - - - - A list of resources and their properties. - - -'> - - - - Key and value pairs that contain snapshot properties. - - - - - - - The UUID of the project. - - - - - - - The snapshot resources. - - - - - - - Information about the template. - - -'> - - - - A list of snapshots and their properties. - - -'> - - - - The UUID of the snapshot. - - - - - - - The name of the snapshot. - - - - - - - The status of the snapshot. - - - - - - - The reason for the current snapshot status. - - - - - - - The date and time when the snapshot was created. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an - offset from UTC. - - - - - - - The snapshot data. - - -'> - - - - The stack object. - - - - - - - A list of stack capabilities. - - - - - - - The date and time when the stack was created. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an - offset from UTC. - - - - - - - The description of the stack. - - - - - - - The UUID of the stack. - - - - - - - The share links. - - - - - - - A list of stack links. - - - - - - - A list of stack notifications. - - - - - - - A list of stack outputs. - - - - - - - Key and value pairs that contain stack parameters. - - - - - - - The name of the stack. - - - - - - - The owner of the stack. - - - - - - - The status of the stack. - - - - - - - The reason for the current status of the stack. - - - - - - - The description of the stack template. - - - - - - - The project UUID of the stack user. - - - - - - - The timeout, in minutes. - - - - - - - The date and time when the stack was updated. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an offset from UTC. - - - If the updated_at date and time stamp is not set, its value is - null. - - - - - - - The parent of the stack. - - - - - - - The stack tags. - - -'> - - - - The date and time when the software was created. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2016-03-30T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an - offset from UTC. - - - - - - - The description of the active stack. - - - - - - - The UUID of the active stack. - - - - - - - A list of URLs for the stack. Each URL is a JSON object with - an href key indicating the URL and a - rel key indicating its relationship to the - stack in question. There may be multiple links returned. The - self relationship identifies the URL of the - stack itself. - - - - - - - The name of the active stack. - - - - - - - The status of the active stack. - - - - - - - The reason for the current status of the stack. - - - - - - - The date and time when the stack resource was updated. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2016-03-30T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an offset from UTC. - - - If the updated_at date and time stamp is not set, its value is - null. - - - - - - - The stack tags. - - -'> 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 deleted file mode 100644 index 2932c6441..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl +++ /dev/null @@ -1,2390 +0,0 @@ - - - - - %common; - - %common_project; - ]> - - - - - - - - - - - The UUID of the tenant. - A tenant is also known as an account or project. - - - - - - - - - - - - - - - The name of a stack. - - - - - - - - - - - - - - - The UUID of the stack. - - - - - - - - - - - - - - - - - - - - - - The UUID of the snapshot. - - - - - - - - - - - - - - The UUID of the snapshot. - - - - - - - - - - - - - - The key of a stack output. - - - - - - - - - - - - - - - - - - - - The name of a resource in the stack. - - - - - - - - - - - - - - - - - - - The UUID of the event that is - related to the resource in the stack. - - - - - - - - - - - - - - - - - - - - - - - - - - - The name of a resource type. - - - - - - - - - The resource template type. Default type is - cfn. The hot template type is supported. - - - - - - - - - - - - - - - - - The UUID of the configuration. - - - - - - - - - - - - - - - The UUID of the deployment. - - - - - - - - - - - - - The UUID of the server for which to fetch - configuration metadata. - - - - - - - - - - - - - - - - - Lists all Orchestration API versions. - - - - - - - - - - - - - - Lists active stacks. - - - - - - - - Filters the stack list by a stack ID. Use this filter - multiple times to filter by multiple IDs. - - - - - - - Filters the stack list by a status. Use this filter - multiple times to filter by multiple statuses. - - - - - - - Filters the stack list by a name. Use this filter multiple - times to filter by multiple names. - - - - - - - Filters the stack list by an action. - Use this filter multiple times to filter by multiple actions. - - - - - - - Filters the stack list by a tenant. - Use this filter multiple times to filter by multiple tenants. - - - - - - - Filters the stack list by a user name. - Use this filter multiple times to filter by multiple user names. - - - - - - - Filters the stack list by an owner ID, which is the - ID of the parent stack of listed stack. Use this filter - multiple times to filter by multiple owner IDs. - - - - &limitMarkerReqParameter; - - - - Set to true to include deleted stacks in the list. - Default is false, which excludes deleted stacks - from the list. - - - - - - - Set to true to include nested stacks in the list. - Default is false, which excludes nested stacks - from the list. - - - - - - - Sorts the stack list by stack_name, - stack_status, creation_time, or - updated_time key. - - - - - - - Lists stacks that contain one or more simple string tags. To - specify multiple tags, separate the tags with commas. For - example, tag1,tag2. The boolean AND expression - is used to combine multiple tags. - - - - - - - Lists stacks that contain one or more simple string tags. To - specify multiple tags, separate the tags with commas. For - example, tag1,tag2. The boolean OR expression - is used to combine multiple tags. - - - - - - - Lists stacks that do not contain one or more simple string - tags. To specify multiple tags, separate the tags with - commas. For example, tag1,tag2. The boolean AND - expression is used to combine multiple tags. - - - - - - - Lists stacks that do not contain one or more simple string - tags. To specify multiple tags, separate the tags with - commas. For example, tag1,tag2. The boolean OR - expression is used to combine multiple tags. - - - - &sortDirection; - - - - Set to true to include stacks from all tenants in - the stack list. Specify policy requirements in the - Orchestration policy.json file. Default is - false. - - - - - - - Set to true to include a count key in the response. - The count key value is the number of stacks that match - the query criteria. Default is false. - - - - - - - - - - - &activeStackResponseParameters; - - - &commonFaults; - &intServerErr; - - - - - Creates a stack. - - - - - - - - - - - A name for the new stack. - - - This value must be unique within a project. The name must - start with an ASCII letter and can contain ASCII letters, - digits, underscores, periods, and hyphens. Specifically, the - name must match the ^[a-zA-Z][a-zA-Z0-9_.-]*$ - regular expression. - - - When you delete or abandon a stack, its name will not become - available for reuse until the deletion completes - successfully. - - - - &templateUrlParameter; - &templateParameter; - &environmentParameterOptional; - &filesParameter; - ¶metersParameter; - &tagsParameter; - - - - The timeout for stack creation in minutes. - - - - - - - Enables or disables deletion of all previously-created stack - resources when stack creation fails. Set to - true to keep all previously-created stack - resources when stack creation fails. Set to - false to delete all previously-created stack - resources when stack creation fails. Default is - true. - - - - - - - - - - - &createStackResponseParameters; - - - &commonFaults; - &conflict; - &intServerErr; - - - - - Previews a stack. - - - - - - - - - - - A name for the new stack. - - - The value must be unique within a project. The - name must start with an ASCII letter and can contain - ASCII letters, digits, underscores, periods, and - hyphens. Specifically, the name must match the - ^[a-zA-Z][a-zA-Z0-9_.-]*$ regular - expression. - - - When you delete or abandon a stack, its name will not become - available for reuse until the deletion completes - successfully. - - - - &templateUrlParameter; - &templateParameter; - &filesParameter; - ¶metersParameter; - - - - - - - - &stackObject; - - - - The stack ID of the parent stack, if this is - a nested stack. - - - - &stack_idParameter; - &stack_linksParameter; - - - - The name of the stack. - - - - - - - A description of the stack. - - - - - - - A description of the template that defines the stack. - - - - - - - Time-lines for stack creation. - - - - - - - Enables or disables stack rollback when stack creation - fails. Set to true to rollback the stack when - stack creation fails. Set to false to disable - stack rollback when stack creation fails. Default is - true. - - - - - - - List of stack capabilities for stack. - - - - - - - The date and time when the software was created. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an - offset from UTC. - - - - - - - List of notification topics for stack. - - - - - - - Time of last stack update in the following format: - YYYY-MM-DDThh:mm:ssTZD, where TZD is - the time zone designator. - - - - - - - Stack owner name. - - - - - - - List of parameters defined for the stack. - - - - - - - List of stack resources. - - - - - - &commonFaults; - &conflict; - &intServerErr; - - - - - Creates a stack from existing resources. - - - - - - - - - - - A name for the new stack. - - - The value must be unique within a project. The name must - start with an ASCII letter and can contain ASCII letters, - digits, underscores, periods, and hyphens. Specifically, the - name must match the ^[a-zA-Z][a-zA-Z0-9_.-]*$ - regular expression. - - - When you delete or abandon a stack, its name will not become - available for reuse until the deletion completes - successfully. - - - - &environmentParameterOptional; - &filesParameter; - ¶metersParameter; - - - - The timeout for stack creation in minutes. - - - - - - - Existing resources data to adopt a stack. Data returned by - abandon stack could be provided as - adopt_stack_data. - - - - - - - Enables or disables deletion of all stack resources when - stack creation fails. Set to true to keep all - resources when stack creation fails. Set to - false to delete all resources when stack - creation fails. Default is true. - - - - - - - - - - - &createStackResponseParameters; - - - &commonFaults; - &conflict; - &intServerErr; - - - - - Suspends a stack. - - - - - - - - - - - Specify the suspend action in the request body. - - - - - - - - - - - Resumes a suspended stack. - - - - - - - - - - - Specify the resume action in the request body. - - - - - - - - - - - Cancels a currently running update of a stack. - - - - - - - - - - - Specify the cancel_update action in the request - body. - - - - - - - - - - - Checks whether the resources are in expected states for a stack. - - - - - - - - - - - Specify the check action in the request body. - - - - - - - - - - - Finds the canonical URL for a stack. - - - Also works with verbs other than &GET;, so that you can perform - &PUT; and &DELETE; operations on a current stack. Set your client - to follow redirects. When redirecting, the request method should - not change as defined in RFC2626. However, in many clients the - default behavior is to change the method to &GET; when you receive - a 302 response code because this behavior is - ubiquitous in web browsers. - - - - - - - - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Shows details for a stack. - - - - - - - - &stackResponseParameters; - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Gets a template for a stack. - - - - - - - Returns the template for a stack. - - - - &templateResponseParameters; - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Updates a stack. - - - - - - - - &templateUrlParameter; - &templateParameterOptional; - &environmentParameterOptional; - &filesParameter; - &tagsParameter; - - - - This parameter supplies updated arguments for - parameters defined in the stack template. - - - The value is a JSON object, where each key is the name of a - parameter defined in the template and the associated value - is the argument to use for that parameter when instantiating - the template. The following code shows the general structure - of this parameter. In the example, a and - b are the names of two parameters defined in - the template. - - { ... - "parameters": { - "a": "Value", - "b": "3" - } - ... } - - - While the service accepts JSON numbers for parameters with - the type number and JSON objects for parameters - with the type json, all parameter values are - converted to their string representation for storage in the - created Stack. Clients are encouraged to send all parameter - values using their string representation for consistency - between requests and responses from the Orchestration - service. - - - You must specify a value for each template parameter that - does not have a default value. However, this parameter - cannot contain JSON properties with names that do not match - a parameter that is defined in the template. - - - - - - - The timeout for stack creation in minutes. - - - - - - - Enables or disables deletion of all previously-created stack - resources when stack creation fails. Set to - true to keep all previously-created stack - resources when stack creation fails. Set to - false to delete all previously-created stack - resources when stack creation fails. Default is - true. - - - - - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Previews an update for a stack. - - - - - - - - &templateUrlParameter; - &templateParameterOptional; - &environmentParameterOptional; - &filesParameter; - &tagsParameter; - - - - Supplies updated arguments for parameters that are - defined in the stack template. - - - The value is a JSON object, where each key is the name of - a parameter defined in the template and the associated - value is the argument to use for that parameter when - instantiating the template. The following code shows the - general structure of this parameter. In the example, - a and b are the names of two - parameters defined in the template. - - { ... - "parameters": { - "a": "Value", - "b": "3" - } - ... } - - - While the service accepts JSON numbers for parameters with - the type number and JSON objects for parameters - with the type json, all parameter values are - converted to their string representation for storage in the - created Stack. Clients are encouraged to send all parameter - values using their string representation for consistency - between requests and responses from the Orchestration - service. - - - You must specify a value for each template parameter that - does not have a default value. However, this parameter - cannot contain JSON properties with names that do not match - a parameter that is defined in the template. - - - - - - - The timeout for stack creation in minutes. - - - - - - - - - - - - - - - - - Deletes a stack and its snapshots. - - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Deletes a stack but leaves its resources intact, and - returns data that describes the stack and its resources. - - - This method can be disabled from the server side. If it is - disabled, this call throws an exception. - - - - - - - - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Takes a snapshot of all resources in a stack. All snapshots are - deleted when the stack is deleted. - - - - - - - - - - - The name of the snapshot. - - - - - - - - - - - &snapshotcommonParameters; - - - - - - - Lists snapshots for a stack. - - - - - - - - &snapshotsParameter; - &snapshotcommonParameters; - - - - - - - Shows details for a snapshot. - - - - - - - - &snapshotResponseParameters; - &snapshotcommonParameters; - - - - - - - Restores a stack snapshot. - - - You can restore only active stacks from a snapshot. You must - recreate deleted stacks. - - - - - - - - Deletes a stack snapshot. - - - - - - - - Lists outputs for a stack. - - - - - - - - &stackoutputResponseParameters; - - - - - - - Shows details for a stack output. - - - - - - - - &stackoutputResponseParameters; - - - - - - - Validates a template. - - - - - - - - &templateUrlParameter; - &templateParameter; - &environmentParameterOptional; - - - - - - - - - - - The description specified in the template. - - - - - - - An object that defines all input parameters that are defined - in the template. Indexed by parameter name. - - - - - - - A list of parameter groups. Each group contains a list of - parameter names. - - - - - - - - - - Lists all available template versions. - - - - - - - - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Lists all supported template resource types. - - - - - - - - Filters the response by a resource type name. You can set - this value to a regular expression. Use this filter - multiple times to filter by multiple names. - - - - - - - Filters the response by resource types by heat version. - For example, 2016.1 or 5.0.0. - Use this filter multiple times to filter by multiple - versions. - - - - - - - Filters the response by resource types by a support - status. Valid support status values are - UNKNOWN, SUPPORTED, - DEPRECATED, UNSUPPORTED, and - HIDDEN. Use this filter multiple times to - filter by multiple support statuses. - - - - - - - - - - - - - - A template_versions object. - - - - - - - The version of the template. - - - - - - - The template type. Currently hot - and cfn are the available template - types. - - - - - - &commonFaults; - - - - - Shows the interface schema for a resource type. - - - A schema describes the properties that can be set on the resource, - their types, constraints, descriptions, and default values. - Additionally, the response shows the resource attributes and their - descriptions. - - - - - - - - &resourceschemaResponseParameters; - - - &commonFaults; - - - - - Shows the template representation for a resource type. - - - The returned template contains a single resource type. Each - resource property is mapped to a template parameter and each - resource attribute is mapped to a template output. - - - You can use these templates as a starting place for creating - customized, template-based resources or as examples of using the - particular resource in another template. - - - Use the template_type query parameter to specify the - resource template type. Default type is cfn. The - hot template type is supported. For example: - - /v1/{tenant_id}/resource_types/{type_name}/template?template_type=cfn - - - - - - - &show_resourcetemplateResponseParameters; - - - &commonFaults; - ¬Found; - - - - - Finds the canonical URL for a resource list of a stack. - - - The canonical URL is returned for only non-deleted stacks. To - fetch the resource list for deleted stacks, use the following - endpoint: - - /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources - - - - - - Lists resources for a stack, in JSON format. - - - - - - - - - Lists resources in a stack. - - - - - - - - Includes resources from nested stacks up to the - nested_depth levels of recursion. - - - - - - - Enables detailed resource information for each resource in - list of resources. - - - - - - - - - - Lists resources in a stack, in JSON format. - - - - &resourcesParameter; - &stackresourceResponseParameters; - - - &commonFaults; - ¬Found; - - - - - Shows data for a resource. - - - - - - - Shows resource data for a resource, in JSON format. - - - - &resourceParameter; - &stackresourceResponseParameters; - - - &commonFaults; - ¬Found; - - - - - Shows metadata for a resource. - - - - - - - - - - - - - - Sends a signal to a resource. - - - The contents of the request body depends on the resource to - which you send a signal. - - - Some resources cannot receive signals. If you send them a - signal, they return a 400 error code. - - - - - - - - Finds the canonical URL for the event list of a stack. - - - - - - - - Lists events for a stack. - - - - - - - - Filters the event list by a resource action. You - can use this filter multiple times to filter by multiple - resource actions. Valid resource actions are - ADOPT, CHECK, CREATE, - DELETE, INIT, - RESTORE, RESUME, - ROLLBACK, SNAPSHOT, - SUSPEND, and UPDATE. - - - - - - - Filters the event list by a resource status. You - can use this filter multiple times to filter by multiple - resource statuses. Valid resource statuses are - COMPLETE, FAILED, and - IN_PROGRESS. - - - - - - - Filters the event list by a resource name. You can - use this filter multiple times to filter by multiple - resource names. - - - - - - - Filters the event list by a resource type. You can - use this filter multiple times to filter by multiple - resource types. Valid resource types include - OS::Cinder::Volume, - OS::Nova::Server, - OS::Neutron::Port, and so on. - - - - &limitMarkerReqParameter; - &sortKeys; - &sortDirection; - - - - - - - - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Lists events for a stack resource. - - - - - - - - Filters the event list by a resource action. You - can use this filter multiple times to filter by multiple - resource actions. Valid resource actions are - ADOPT, CHECK, CREATE, - DELETE, INIT, - RESTORE, RESUME, - ROLLBACK, SNAPSHOT, - SUSPEND, and UPDATE. - - - - - - - Filters the event list by a resource status. You - can use this filter multiple times to filter by multiple - resource statuses. Valid resource statuses are - COMPLETE, FAILED, and - IN_PROGRESS. - - - - - - - Filters the event list by a resource type. You can - use this filter multiple times to filter by multiple - resource types. Valid resource types include - OS::Cinder::Volume, - OS::Nova::Server, - OS::Neutron::Port, and so on. - - - - &limitMarkerReqParameter; - &sortKeys; - &sortDirection; - - - - - - - - - - &commonFaults; - ¬Found; - - - - - Shows details for an event. - - - - - - - - - - - - - - Shows build information for an Orchestration deployment. - - - - - - - - - - - - - - Creates a software configuration. - - - - - - - - - - - Configuration script or manifest that defines which - configuration is performed. - - - - - - - Namespace that groups this software configuration by when it - is delivered to a server. This setting might simply define - which configuration tool performs the configuration. - - - - - - - The name of the configuration to create. - - - - - - - Schema that represents the inputs that this software - configuration expects. - - - - - - - Schema that represents the outputs that this - software configuration produces. - - - - - - - Map that contains options that are specific to the - configuration management tool that this resource uses. - - - - - - - - - - - &softwareconfigResponseParameters; - - - &commonFaults; - ¬Found; - - - - - Shows details for a software configuration. - - - - - - - - &softwareconfigResponseParameters; - - - &commonFaults; - ¬Found; - - - - - Deletes a software configuration. - - - - - - - - Lists all available software deployments. - - - - - - - - &softwaredeploymentResponseParameters; - - - &commonFaults; - ¬Found; - &intServerErr; - - - - - Shows the deployment configuration metadata for a server. - - - Use the group property to specify the - configuration hook to which the pass the metadata item. - - - - - - - - - - - - - - Creates a software deployment. - - - - - - - - - - - The UUID of the software configuration resource that - runs when applying to the server. - - - - - - - The UUID of the compute server to which the - configuration applies. - - - - - - - The current stack action that triggers this - deployment resource. - - - - - - - Authentication project ID, which can also perform - operations on this deployment. - - - - - - - Current status of the deployment. A valid value is - COMPLETE, IN_PROGRESS, or - FAILED. - - - - - - - Error description for the last status change, which - is FAILED status. - - - - - - - - - - - &softwaredeploymentResponseParameters; - - - - - - - Shows details for a software deployment. - - - - - - - - &softwaredeploymentResponseParameters; - - - - - - - Updates a software deployment. - - - - - - - - - - - The UUID of the software configuration resource to run - when applying to the server. This UUID might not be the - same configuration UUID with which the deployment was - created because ephemeral configurations are created - throughout the life cycle of the deployment. - - - - - - - Current stack action in which this deployment resource is - being triggered. - - - - - - - Current status of the deployment. Value is - IN_PROGRESS, COMPLETE, or - FAILED. - - - - - - - Error description for the last status change, which - is FAILED status. - - - - - - - Map of output values for the deployment, as signaled from - the server. - - - - - - - - - - - &softwaredeploymentResponseParameters; - - - - - - - Deletes a software deployment. - - - - - - - - Enables administrative users to view details for all orchestration - engines. - - - Orchestration engine details include engine_id, topic - name, last updated time, health status, and host name. - - Troubleshooting - - - - A 503 error code indicates that the heat - engines are not operational. Run the heat-manage - service list command or contact your cloud - provider to determine why the heat engines are not - operational. - - - - - - - - - - - - - - - - All Orchestration engines are not operational. - - - - - - - - - You are not authorized to complete this action. - - - &manageserviceResponseParameters; - - - - diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/build-info-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/build-info-response.json deleted file mode 100644 index 650200f88..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/build-info-response.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "api": { - "revision": "{api_build_revision}" - }, - "engine": { - "revision": "{engine_build_revision}" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-request.json deleted file mode 100644 index d9f44241b..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-request.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "inputs": [ - { - "default": null, - "type": "String", - "name": "foo", - "description": null - }, - { - "default": null, - "type": "String", - "name": "bar", - "description": null - } - ], - "group": "script", - "name": "a-config-we5zpvyu7b5o", - "outputs": [ - { - "type": "String", - "name": "result", - "error_output": false, - "description": null - } - ], - "config": "#!/bin/sh -x\necho \"Writing to /tmp/$bar\"\necho $foo > /tmp/$bar\necho -n \"The file /tmp/$bar contains `cat /tmp/$bar` for server $deploy_server_id during $deploy_action\" > $heat_outputs_path.result\necho \"Written to /tmp/$bar\"\necho \"Output to stderr\" 1>&2", - "options": null -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-response.json deleted file mode 100644 index 5025435b9..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/config-create-response.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "software_config": { - "creation_time": "2015-01-31T15:12:36Z", - "inputs": [ - { - "default": null, - "type": "String", - "name": "foo", - "description": null - }, - { - "default": null, - "type": "String", - "name": "bar", - "description": null - } - ], - "group": "script", - "name": "a-config-we5zpvyu7b5o", - "outputs": [ - { - "type": "String", - "name": "result", - "error_output": false, - "description": null - } - ], - "options": null, - "config": "#!/bin/sh -x\necho \"Writing to /tmp/$bar\"\necho $foo > /tmp/$bar\necho -n \"The file /tmp/$bar contains `cat /tmp/$bar` for server $deploy_server_id during $deploy_action\" > $heat_outputs_path.result\necho \"Written to /tmp/$bar\"\necho \"Output to stderr\" 1>&2", - "id": "ddee7aca-aa32-4335-8265-d436b20db4f1" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/config-show-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/config-show-response.json deleted file mode 100644 index e89b2b1c0..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/config-show-response.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "software_config": { - "inputs": [ - { - "default": null, - "type": "String", - "name": "foo", - "description": null - }, - { - "default": null, - "type": "String", - "name": "bar", - "description": null - } - ], - "group": "script", - "name": "a-config-we5zpvyu7b5o", - "outputs": [ - { - "type": "String", - "name": "result", - "error_output": false, - "description": null - } - ], - "creation_time": "2015-01-31T15:12:36Z", - "id": "ddee7aca-aa32-4335-8265-d436b20db4f1", - "config": "#!/bin/sh -x\necho \"Writing to /tmp/$bar\"\necho $foo > /tmp/$bar\necho -n \"The file /tmp/$bar contains `cat /tmp/$bar` for server $deploy_server_id during $deploy_action\" > $heat_outputs_path.result\necho \"Written to /tmp/$bar\"\necho \"Output to stderr\" 1>&2", - "options": null - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-request.json deleted file mode 100644 index 92ad84069..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-request.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "status": "IN_PROGRESS", - "server_id": "ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5", - "config_id": "8da95794-2ad9-4979-8ae5-739ce314c5cd", - "stack_user_project_id": "c024bfada67845ddb17d2b0c0be8cd79", - "action": "CREATE", - "status_reason": "Deploy data available" -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-response.json deleted file mode 100644 index 736f1e15b..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-create-response.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "software_deployment": { - "status": "IN_PROGRESS", - "server_id": "ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5", - "config_id": "8da95794-2ad9-4979-8ae5-739ce314c5cd", - "output_values": null, - "input_values": null, - "action": "CREATE", - "status_reason": "Deploy data available", - "id": "ef422fa5-719a-419e-a10c-72e3a367b0b8", - "creation_time": "2015-01-31T15:12:36Z", - "updated_time": "2015-01-31T15:18:21Z" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-metadata-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-metadata-response.json deleted file mode 100644 index 8c5bd9a9d..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-metadata-response.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "metadata": [ - { - "inputs": [ - { - "default": null, - "type": "String", - "name": "foo", - "value": "fooooo", - "description": null - }, - { - "default": null, - "type": "String", - "name": "bar", - "value": "baaaaa", - "description": null - }, - { - "type": "String", - "name": "deploy_server_id", - "value": "ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5", - "description": "ID of the server being deployed to" - }, - { - "type": "String", - "name": "deploy_action", - "value": "CREATE", - "description": "Name of the current action being deployed" - }, - { - "type": "String", - "name": "deploy_stack_id", - "value": "a/9bd57090-8954-48ab-bab9-adf9e1ac70fc", - "description": "ID of the stack this deployment belongs to" - }, - { - "type": "String", - "name": "deploy_resource_name", - "value": "deployment", - "description": "Name of this deployment resource in the stack" - }, - { - "type": "String", - "name": "deploy_signal_id", - "value": "http://192.168.20.103:8000/v1/signal/arn%3Aopenstack%3Aheat%3A%3Ae2a84fbdaeb047ae8da4b503f3b69f1f%3Astacks%2Fa%2F9bd57090-8954-48ab-bab9-adf9e1ac70fc%2Fresources%2Fdeployment?Timestamp=2014-03-19T20%3A30%3A59Z&SignatureMethod=HmacSHA256&AWSAccessKeyId=ca3571413e4a49998d580215517b3685&SignatureVersion=2&Signature=w6Iu%2BNbg86mqwSOUf1GLuKPO7KaD82PiGpL4ig9Q1l4%3D", - "description": "ID of signal to use for signalling output values" - } - ], - "group": "script", - "name": "a-config-we5zpvyu7b5o", - "outputs": [ - { - "type": "String", - "name": "result", - "error_output": false, - "description": null - } - ], - "options": null, - "creation_time": "2015-01-31T15:12:36Z", - "updated_time": "2015-01-31T15:18:21Z", - "config": "#!/bin/sh -x\necho \"Writing to /tmp/$bar\"\necho $foo > /tmp/$bar\necho -n \"The file /tmp/$bar contains `cat /tmp/$bar` for server $deploy_server_id during $deploy_action\" > $heat_outputs_path.result\necho \"Written to /tmp/$bar\"\necho \"Output to stderr\" 1>&2", - "id": "3d5ec2a8-7004-43b6-a7f6-542bdbe9d434" - }, - { - "inputs": [ - { - "default": null, - "type": "String", - "name": "foo", - "value": "fu", - "description": null - }, - { - "default": null, - "type": "String", - "name": "bar", - "value": "barmy", - "description": null - }, - { - "type": "String", - "name": "deploy_server_id", - "value": "ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5", - "description": "ID of the server being deployed to" - }, - { - "type": "String", - "name": "deploy_action", - "value": "CREATE", - "description": "Name of the current action being deployed" - }, - { - "type": "String", - "name": "deploy_stack_id", - "value": "a/9bd57090-8954-48ab-bab9-adf9e1ac70fc", - "description": "ID of the stack this deployment belongs to" - }, - { - "type": "String", - "name": "deploy_resource_name", - "value": "other_deployment", - "description": "Name of this deployment resource in the stack" - }, - { - "type": "String", - "name": "deploy_signal_id", - "value": "http://192.168.20.103:8000/v1/signal/arn%3Aopenstack%3Aheat%3A%3Ae2a84fbdaeb047ae8da4b503f3b69f1f%3Astacks%2Fa%2F9bd57090-8954-48ab-bab9-adf9e1ac70fc%2Fresources%2Fother_deployment?Timestamp=2014-03-19T20%3A30%3A59Z&SignatureMethod=HmacSHA256&AWSAccessKeyId=7b761482f8254946bcd3d5ccb36fe939&SignatureVersion=2&Signature=giMfv%2BhrAw6y%2FCMKQIQz2IhO5PkAj5%2BfP5YsL6rul3o%3D", - "description": "ID of signal to use for signalling output values" - } - ], - "group": "script", - "name": "a-config-we5zpvyu7b5o", - "outputs": [ - { - "type": "String", - "name": "result", - "error_output": false, - "description": null - } - ], - "options": null, - "creation_time": "2015-01-31T16:14:13Z", - "updated_time": "2015-01-31T16:18:19Z", - "config": "#!/bin/sh -x\necho \"Writing to /tmp/$bar\"\necho $foo > /tmp/$bar\necho -n \"The file /tmp/$bar contains `cat /tmp/$bar` for server $deploy_server_id during $deploy_action\" > $heat_outputs_path.result\necho \"Written to /tmp/$bar\"\necho \"Output to stderr\" 1>&2", - "id": "8da95794-2ad9-4979-8ae5-739ce314c5cd" - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-show-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-show-response.json deleted file mode 100644 index b234235ac..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-show-response.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "software_deployment": { - "status": "IN_PROGRESS", - "server_id": "ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5", - "config_id": "3d5ec2a8-7004-43b6-a7f6-542bdbe9d434", - "output_values": null, - "input_values": null, - "action": "CREATE", - "status_reason": "Deploy data available", - "id": "06e87bcc-33a2-4bce-aebd-533e698282d3", - "creation_time": "2015-01-31T15:12:36Z", - "updated_time": "2015-01-31T15:18:21Z" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-request.json deleted file mode 100644 index a9877f588..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-request.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "status": "COMPLETE", - "output_values": { - "deploy_stdout": "Writing to /tmp/baaaaa\nWritten to /tmp/baaaaa\n", - "deploy_stderr": "+ echo Writing to /tmp/baaaaa\n+ echo fooooo\n+ cat /tmp/baaaaa\n+ echo -n The file /tmp/baaaaa contains fooooo for server ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5 during CREATE\n+ echo Written to /tmp/baaaaa\n+ echo Output to stderr\nOutput to stderr\n", - "deploy_status_code": 0, - "result": "The file /tmp/baaaaa contains fooooo for server ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5 during CREATE" - }, - "status_reason": "Outputs received" -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-response.json deleted file mode 100644 index 19b7bbfec..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployment-update-response.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "software_deployment": { - "status": "COMPLETE", - "server_id": "ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5", - "config_id": "3d5ec2a8-7004-43b6-a7f6-542bdbe9d434", - "output_values": { - "deploy_stdout": "Writing to /tmp/baaaaa\nWritten to /tmp/baaaaa\n", - "deploy_stderr": "+ echo Writing to /tmp/baaaaa\n+ echo fooooo\n+ cat /tmp/baaaaa\n+ echo -n The file /tmp/baaaaa contains fooooo for server ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5 during CREATE\n+ echo Written to /tmp/baaaaa\n+ echo Output to stderr\nOutput to stderr\n", - "deploy_status_code": 0, - "result": "The file /tmp/baaaaa contains fooooo for server ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5 during CREATE" - }, - "input_values": null, - "action": "CREATE", - "status_reason": "Outputs received", - "id": "06e87bcc-33a2-4bce-aebd-533e698282d3", - "creation_time": "2015-01-31T15:12:36Z", - "updated_time": "2015-01-31T15:18:21Z" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployments-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/deployments-list-response.json deleted file mode 100644 index 95b783c55..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/deployments-list-response.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "software_deployments": [ - { - "status": "COMPLETE", - "server_id": "ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5", - "config_id": "8da95794-2ad9-4979-8ae5-739ce314c5cd", - "output_values": { - "deploy_stdout": "Writing to /tmp/barmy\nWritten to /tmp/barmy\n", - "deploy_stderr": "+ echo Writing to /tmp/barmy\n+ echo fu\n+ cat /tmp/barmy\n+ echo -n The file /tmp/barmy contains fu for server ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5 during CREATE\n+ echo Written to /tmp/barmy\n+ echo Output to stderr\nOutput to stderr\n", - "deploy_status_code": 0, - "result": "The file /tmp/barmy contains fu for server ec14c864-096e-4e27-bb8a-2c2b4dc6f3f5 during CREATE" - }, - "input_values": null, - "action": "CREATE", - "status_reason": "Outputs received", - "id": "ef422fa5-719a-419e-a10c-72e3a367b0b8", - "creation_time": "2015-01-31T15:12:36Z", - "updated_time": "2015-01-31T15:18:21Z" - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/event-show-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/event-show-response.json deleted file mode 100644 index 3631e8ac3..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/event-show-response.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "event": { - "event_time": "2015-06-25T14:59:53", - "id": "8db23e2e-72b2-47a2-9ed9-b52417f56e50", - "links": [ - { - "href": "http://hostname/v1/1234/stacks/mystack/56789/resources/random_key_name/events/8db23e2e-72b2-47a2-9ed9-b52417f56e50", - "rel": "self" - }, - { - "href": "http://hostname/v1/1234/stacks/mystack/56789/resources/random_key_name", - "rel": "resource" - }, - { - "href": "http://hostname/v1/1234/stacks/mystack/56789", - "rel": "stack" - } - ], - "logical_resource_id": "random_key_name", - "physical_resource_id": null, - "resource_name": "random_key_name", - "resource_properties": { - "character_classes": null, - "character_sequences": null, - "length": 8, - "salt": null, - "sequence": null - }, - "resource_status": "CREATE_IN_PROGRESS", - "resource_status_reason": "state changed", - "resource_type": "OS::Heat::RandomString" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/events-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/events-list-response.json deleted file mode 100644 index 83d8f88c4..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/events-list-response.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "events": [ - { - "resource_name": "port", - "event_time": "2014-07-23T08:14:47Z", - "links": [ - { - "href": "http://192.168.123.200:8004/v1/dc4b074874244f7693dd65583733a758/stacks/aws_port/db467ed1-50b5-4a3e-aeb1-396ff1d151c5/resources/port/events/474bfdf0-a450-46ec-a78a-0c7faa404073", - "rel": "self" - }, - { - "href": "http://192.168.123.200:8004/v1/dc4b074874244f7693dd65583733a758/stacks/aws_port/db467ed1-50b5-4a3e-aeb1-396ff1d151c5/resources/port", - "rel": "resource" - }, - { - "href": "http://192.168.123.200:8004/v1/dc4b074874244f7693dd65583733a758/stacks/aws_port/db467ed1-50b5-4a3e-aeb1-396ff1d151c5", - "rel": "stack" - } - ], - "logical_resource_id": "port", - "resource_status": "CREATE_FAILED", - "resource_status_reason": "NotFound: Subnet f8a699d0-3537-429e-87a5-6b5a8d0c2bf0 could not be found", - "physical_resource_id": null, - "id": "474bfdf0-a450-46ec-a78a-0c7faa404073" - }, - { - "resource_name": "port", - "event_time": "2014-07-23T08:14:47Z", - "links": [ - { - "href": "http://192.168.123.200:8004/v1/dc4b074874244f7693dd65583733a758/stacks/aws_port/db467ed1-50b5-4a3e-aeb1-396ff1d151c5/resources/port/events/66fa95b6-e6f8-4f05-b1af-e828f5aba04c", - "rel": "self" - }, - { - "href": "http://192.168.123.200:8004/v1/dc4b074874244f7693dd65583733a758/stacks/aws_port/db467ed1-50b5-4a3e-aeb1-396ff1d151c5/resources/port", - "rel": "resource" - }, - { - "href": "http://192.168.123.200:8004/v1/dc4b074874244f7693dd65583733a758/stacks/aws_port/db467ed1-50b5-4a3e-aeb1-396ff1d151c5", - "rel": "stack" - } - ], - "logical_resource_id": "port", - "resource_status": "CREATE_IN_PROGRESS", - "resource_status_reason": "state changed", - "physical_resource_id": null, - "id": "66fa95b6-e6f8-4f05-b1af-e828f5aba04c" - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/heat-versions-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/heat-versions-response.json deleted file mode 100644 index e13cf94f3..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/heat-versions-response.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "versions": [ - { - "status": "CURRENT", - "id": "v1.0", - "links": [ - { - "href": "http://23.253.228.211:8000/v1/", - "rel": "self" - } - ] - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-metadata-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-metadata-response.json deleted file mode 100644 index 7f1860ce8..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-metadata-response.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "metadata": { - "some_key": "some_value", - "some_other_key": "some_other_value" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-schema-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-schema-response.json deleted file mode 100644 index 9f930f1fd..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-schema-response.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "attributes": { - "an_attribute": { - "description": "A runtime value of the resource." - } - }, - "properties": { - "a_property": { - "constraints": [ - { - "description": "Must be between 1 and 255 characters", - "length": { - "max": 255, - "min": 1 - } - } - ], - "description": "A resource description.", - "required": true, - "type": "string", - "update_allowed": false - } - }, - "resource_type": "OS::Heat::AResourceName", - "support_status": { - "message": "A status message", - "status": "SUPPORTED", - "version": "2014.1" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-show-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-show-response.json deleted file mode 100644 index 6062ab2db..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-show-response.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "resource": { - "attributes": { - "value": "I9S20uIp" - }, - "creation_time": "2015-06-25T14:59:53", - "description": "", - "links": [ - { - "href": "http://hostname/v1/1234/stacks/mystack/629a32d0-ac4f-4f63-b58d-f0d047b1ba4c/resources/random_key_name", - "rel": "self" - }, - { - "href": "http://hostname/v1/1234/stacks/mystack/629a32d0-ac4f-4f63-b58d-f0d047b1ba4c", - "rel": "stack" - } - ], - "logical_resource_id": "random_key_name", - "physical_resource_id": "mystack-random_key_name-pmjmy5pks735", - "required_by": [], - "resource_name": "random_key_name", - "resource_status": "CREATE_COMPLETE", - "resource_status_reason": "state changed", - "resource_type": "OS::Heat::RandomString", - "updated_time": "2015-06-25T14:59:53" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-type-template-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-type-template-response.json deleted file mode 100644 index 13cc0f5cc..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-type-template-response.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "HeatTemplateFormatVersion": "2012-12-12", - "Outputs": { - "private_key": { - "Description": "The private key if it has been saved.", - "Value": "{\"Fn::GetAtt\": [\"KeyPair\", \"private_key\"]}" - }, - "public_key": { - "Description": "The public key.", - "Value": "{\"Fn::GetAtt\": [\"KeyPair\", \"public_key\"]}" - } - }, - "Parameters": { - "name": { - "Description": "The name of the key pair.", - "Type": "String" - }, - "public_key": { - "Description": "The optional public key. This allows users to supply the public key from a pre-existing key pair. If not supplied, a new key pair will be generated.", - "Type": "String" - }, - "save_private_key": { - "AllowedValues": [ - true, - "true", - false, - "false" - ], - "Default": false, - "Description": "true if the system should remember a generated private key; false otherwise.", - "Type": "String" - } - }, - "Resources": { - "KeyPair": { - "Properties": { - "name": { - "Ref": "name" - }, - "public_key": { - "Ref": "public_key" - }, - "save_private_key": { - "Ref": "save_private_key" - } - }, - "Type": "OS::Nova::KeyPair" - } - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-types-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-types-list-response.json deleted file mode 100644 index f9cbef5d6..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/resource-types-list-response.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "resource_types": [ - "AWS::EC2::Instance", - "OS::Heat::ScalingPolicy", - "AWS::CloudFormation::Stack", - "OS::Keystone::Group", - "OS::Glance::Image", - "AWS::EC2::Volume", - "OS::Heat::SoftwareDeployment", - "AWS::AutoScaling::ScalingPolicy", - "AWS::EC2::InternetGateway", - "OS::Heat::SoftwareDeployments", - "AWS::EC2::VolumeAttachment", - "AWS::CloudFormation::WaitConditionHandle", - "OS::Cinder::VolumeAttachment", - "OS::Cinder::EncryptedVolumeType", - "OS::Heat::AutoScalingGroup", - "OS::Nova::FloatingIP", - "OS::Heat::HARestarter", - "OS::Keystone::Project", - "OS::Keystone::Endpoint", - "OS::Heat::InstanceGroup", - "AWS::CloudWatch::Alarm", - "AWS::AutoScaling::AutoScalingGroup", - "OS::Heat::CloudConfig", - "OS::Heat::SoftwareComponent", - "OS::Cinder::Volume", - "OS::Keystone::Service", - "OS::Heat::WaitConditionHandle", - "OS::Heat::SoftwareConfig", - "AWS::CloudFormation::WaitCondition", - "OS::Heat::StructuredDeploymentGroup", - "OS::Heat::RandomString", - "OS::Heat::SoftwareDeploymentGroup", - "OS::Nova::KeyPair", - "OS::Heat::MultipartMime", - "OS::Heat::UpdateWaitConditionHandle", - "OS::Nova::Server", - "AWS::IAM::AccessKey", - "AWS::EC2::SecurityGroup", - "AWS::EC2::EIPAssociation", - "AWS::EC2::EIP", - "OS::Heat::AccessPolicy", - "AWS::IAM::User", - "OS::Heat::WaitCondition", - "OS::Heat::StructuredDeployment", - "AWS::RDS::DBInstance", - "AWS::AutoScaling::LaunchConfiguration", - "OS::Heat::Stack", - "OS::Nova::FloatingIPAssociation", - "OS::Heat::ResourceGroup", - "OS::Heat::StructuredConfig", - "OS::Nova::ServerGroup", - "OS::Heat::StructuredDeployments", - "OS::Keystone::Role", - "OS::Keystone::User", - "AWS::ElasticLoadBalancing::LoadBalancer", - "OS::Nova::Flavor", - "OS::Cinder::VolumeType" - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/resources-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/resources-list-response.json deleted file mode 100644 index 5df952ca0..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/resources-list-response.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "resources": [ - { - "creation_time": "2015-06-25T14:59:53", - "links": [ - { - "href": "http://hostname/v1/1234/stacks/mystack/629a32d0-ac4f-4f63-b58d-f0d047b1ba4c/resources/random_key_name", - "rel": "self" - }, - { - "href": "http://hostname/v1/1234/stacks/mystack/629a32d0-ac4f-4f63-b58d-f0d047b1ba4c", - "rel": "stack" - } - ], - "logical_resource_id": "random_key_name", - "physical_resource_id": "mystack-random_key_name-pmjmy5pks735", - "required_by": [], - "resource_name": "random_key_name", - "resource_status": "CREATE_COMPLETE", - "resource_status_reason": "state changed", - "resource_type": "OS::Heat::RandomString", - "updated_time": "2015-06-25T14:59:53" - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/services-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/services-list-response.json deleted file mode 100644 index b49be7314..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/services-list-response.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "services": [ - { - "status": "up", - "binary": "heat-engine", - "report_interval": 60, - "engine_id": "9d9242c3-4b9e-45e1-9e74-7615fbf20e5d", - "created_at": "2015-02-03T05:55:59.000000", - "hostname": "mrkanag", - "updated_at": "2015-02-03T05:57:59.000000", - "topic": "engine", - "host": "engine-1", - "deleted_at": null, - "id": "e1908f44-42f9-483f-b778-bc814072c33d" - }, - { - "status": "down", - "binary": "heat-engine", - "report_interval": 60, - "engine_id": "2d2434bf-adb6-4453-9c6b-b22fb8bd2306", - "created_at": "2015-02-03T06:03:14.000000", - "hostname": "mrkanag", - "updated_at": "2015-02-03T06:09:55.000000", - "topic": "engine", - "host": "engine", - "deleted_at": null, - "id": "582b5657-6db7-48ad-8483-0096350faa21" - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-abandon-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-abandon-response.json deleted file mode 100644 index 57bd22da2..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-abandon-response.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "status": "COMPLETE", - "name": "g", - "dry_run": true, - "template": { - "outputs": { - "instance_ip": { - "value": { - "str_replace": { - "params": { - "username": "ec2-user", - "hostname": { - "get_attr": [ - "server", - "first_address" - ] - } - }, - "template": "ssh username@hostname" - } - } - } - }, - "heat_template_version": "2013-05-23", - "resources": { - "server": { - "type": "OS::Nova::Server", - "properties": { - "key_name": { - "get_param": "key_name" - }, - "image": { - "get_param": "image" - }, - "flavor": { - "get_param": "flavor" - } - } - } - }, - "parameters": { - "key_name": { - "default": "heat_key", - "type": "string" - }, - "image": { - "default": "fedora-amd64", - "type": "string" - }, - "flavor": { - "default": "m1.small", - "type": "string" - } - } - }, - "action": "CREATE", - "id": "16934ca3-40e0-4fb2-a289-a700662ec05a", - "resources": { - "server": { - "status": "COMPLETE", - "name": "server", - "resource_data": {}, - "resource_id": "39d5dad7-7d7a-4cc8-bd84-851e9e2ff4ea", - "action": "CREATE", - "type": "OS::Nova::Server", - "metadata": {} - } - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-cancel-update-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-cancel-update-request.json deleted file mode 100644 index ad76bd690..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-cancel-update-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "cancel_update": null -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-check-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-check-request.json deleted file mode 100644 index 019b28e77..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-check-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "check": null -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-resume-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-resume-request.json deleted file mode 100644 index ff00d97a1..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-resume-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "resume": null -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-suspend-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-suspend-request.json deleted file mode 100644 index 8c2206a06..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-action-suspend-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "suspend": null -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-adopt-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-adopt-request.json deleted file mode 100644 index 242afb161..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-adopt-request.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "adopt_stack_data": { - "action": "CREATE", - "id": "bxxxxx4-0xx2-4xx1-axx6-exxxxxxxc", - "name": "teststack", - "resources": { - "MyServer": { - "action": "CREATE", - "metadata": {}, - "name": "MyServer", - "resource_data": {}, - "resource_id": "cxxxx3-dxx3-4xx-bxx2-3xxxxxxxxa", - "status": "COMPLETE", - "type": "OS::Trove::Instance" - } - }, - "status": "COMPLETE", - "template": { - "heat_template_version": "2013-05-23", - "resources": { - "MyServer": { - "type": "OS::Trove::Instance", - "properties": { - "flavor": "m1.small", - "size": 10 - } - } - } - } - }, - "stack_name": "{stack_name}", - "timeout_mins": "{timeout_mins}" -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-request.json deleted file mode 100644 index 9b03d44bf..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-request.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "files": {}, - "disable_rollback": true, - "parameters": { - "flavor": "m1.heat" - }, - "stack_name": "teststack", - "template": { - "heat_template_version": "2013-05-23", - "description": "Simple template to test heat commands", - "parameters": { - "flavor": { - "default": "m1.tiny", - "type": "string" - } - }, - "resources": { - "hello_world": { - "type": "OS::Nova::Server", - "properties": { - "key_name": "heat_key", - "flavor": { - "get_param": "flavor" - }, - "image": "40be8d1a-3eb9-40de-8abd-43237517384f", - "user_data": "#!/bin/bash -xv\necho \"hello world\" > /root/hello-world.txt\n" - } - } - } - }, - "timeout_mins": 60 -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json deleted file mode 100644 index 81c91ce7f..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-create-response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "stack": { - "id": "3095aefc-09fb-4bc7-b1f0-f21a304e864c", - "links": [ - { - "href": "http://192.168.123.200:8004/v1/eb1c63a4f77141548385f113a28f0f52/stacks/teststack/3095aefc-09fb-4bc7-b1f0-f21a304e864c", - "rel": "self" - } - ] - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-find-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-find-response.json deleted file mode 100644 index 06b05c5c5..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-find-response.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "stack": { - "capabilities": [], - "creation_time": "2014-06-04T20:36:12Z", - "description": "sample stack", - "disable_rollback": true, - "id": "5333af0c-cc26-47ee-ac3d-8784cefafbd7", - "links": [ - { - "href": "http://192.168.123.200:8004/v1/eb1c63a4f77141548385f113a28f0f52/stacks/simple_stack/5333af0c-cc26-47ee-ac3d-8784cefafbd7", - "rel": "self" - } - ], - "notification_topics": [], - "outputs": [], - "parameters": { - "OS::stack_id": "5333af0c-cc26-47ee-ac3d-8784cefafbd7", - "OS::stack_name": "simple_stack" - }, - "stack_name": "simple_stack", - "stack_status": "CREATE_COMPLETE", - "stack_status_reason": "Stack CREATE completed successfully", - "template_description": "sample stack", - "timeout_mins": null, - "updated_time": null - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-outputs-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-outputs-list-response.json deleted file mode 100644 index 8cb61499f..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-outputs-list-response.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "outputs": [ - { - "output_key": "output name", - "output_value": "output value", - "description": "output description", - "output_error": null - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-preview-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-preview-response.json deleted file mode 100644 index a36f8cf5d..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-preview-response.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "stack": { - "capabilities": [], - "creation_time": "2015-01-31T15:12:36Z", - "description": "HOT template for Nova Server resource.\n", - "disable_rollback": true, - "id": "None", - "links": [ - { - "href": "http://192.168.122.102:8004/v1/6e18cc2bdbeb48a5basad2dc499f6804/stacks/test_stack/None", - "rel": "self" - } - ], - "notification_topics": [], - "parameters": { - "OS::project_id": "6e18cc2bdbeb48a5basad2dc499f6804", - "OS::stack_id": "None", - "OS::stack_name": "teststack", - "admin_user": "cloud-user", - "flavor": "m1.small", - "image": "F20-cfg", - "key_name": "heat_key", - "server_name": "MyServer" - }, - "parent": null, - "resources": [ - { - "attributes": {}, - "description": "", - "metadata": {}, - "physical_resource_id": "", - "properties": { - "description": "Ping and SSH", - "name": "the_sg", - "rules": [ - { - "direction": "ingress", - "ethertype": "IPv4", - "port_range_max": null, - "port_range_min": null, - "protocol": "icmp", - "remote_group_id": null, - "remote_ip_prefix": null, - "remote_mode": "remote_ip_prefix" - }, - { - "direction": "ingress", - "ethertype": "IPv4", - "port_range_max": 65535, - "port_range_min": 1, - "protocol": "tcp", - "remote_group_id": null, - "remote_ip_prefix": null, - "remote_mode": "remote_ip_prefix" - }, - { - "direction": "ingress", - "ethertype": "IPv4", - "port_range_max": 65535, - "port_range_min": 1, - "protocol": "udp", - "remote_group_id": null, - "remote_ip_prefix": null, - "remote_mode": "remote_ip_prefix" - } - ] - }, - "required_by": [ - "server1" - ], - "resource_action": "INIT", - "resource_identity": { - "path": "/resources/the_sg_res", - "stack_id": "None", - "stack_name": "teststack", - "tenant": "6e18cc2bdbeb48a5b3cad2dc499f6804" - }, - "resource_name": "the_sg_res", - "resource_status": "COMPLETE", - "resource_status_reason": "", - "resource_type": "OS::Neutron::SecurityGroup", - "stack_identity": { - "path": "", - "stack_id": "None", - "stack_name": "teststack", - "tenant": "6e18cc2bdbeb48a5b3cad2dc499f6804" - }, - "stack_name": "teststack", - "updated_time": "2015-01-31T15:12:36Z" - }, - { - "attributes": { - "accessIPv4": "", - "accessIPv6": "", - "addresses": "", - "console_urls": "", - "first_address": "", - "instance_name": "", - "name": "MyServer", - "networks": "", - "show": "" - }, - "description": "", - "metadata": {}, - "physical_resource_id": "", - "properties": { - "admin_pass": null, - "admin_user": "cloud-user", - "availability_zone": null, - "block_device_mapping": null, - "config_drive": null, - "diskConfig": null, - "flavor": "m1.small", - "flavor_update_policy": "RESIZE", - "image": "F20-cfg", - "image_update_policy": "REPLACE", - "key_name": "heat_key", - "metadata": { - "ha_stack": "None" - }, - "name": "MyServer", - "networks": [ - { - "fixed_ip": null, - "network": "private", - "port": null, - "uuid": null - } - ], - "personality": {}, - "reservation_id": null, - "scheduler_hints": null, - "security_groups": [ - "None" - ], - "software_config_transport": "POLL_SERVER_CFN", - "user_data": "", - "user_data_format": "HEAT_CFNTOOLS" - }, - "required_by": [], - "resource_action": "INIT", - "resource_identity": { - "path": "/resources/hello_world", - "stack_id": "None", - "stack_name": "teststack", - "tenant": "6e18cc2bdbeb48a3433cad2dc499sdf32234" - }, - "resource_name": "hello_world", - "resource_status": "COMPLETE", - "resource_status_reason": "", - "resource_type": "OS::Nova::Server", - "stack_identity": { - "path": "", - "stack_id": "None", - "stack_name": "teststack", - "tenant": "6e18cc2bdbeb48a3433cad2dc499sdf32234" - }, - "stack_name": "teststack", - "updated_time": "2015-01-31T15:12:36Z" - } - ], - "stack_name": "test_stack", - "stack_owner": "admin", - "template_description": "HOT template for Nova Server resource.\n", - "timeout_mins": null, - "updated_time": null - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-output-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-output-response.json deleted file mode 100644 index 356eb60b6..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-output-response.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "output": { - "output_key": "output_name", - "output_value": "output_value", - "description": "output description", - "output_error": null - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-response.json deleted file mode 100644 index c0b840c1e..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-response.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "stack": { - "capabilities": [], - "creation_time": "2014-06-03T20:59:46Z", - "description": "sample stack", - "disable_rollback": true, - "id": "3095aefc-09fb-4bc7-b1f0-f21a304e864c", - "links": [ - { - "href": "http://192.168.123.200:8004/v1/eb1c63a4f77141548385f113a28f0f52/stacks/simple_stack/3095aefc-09fb-4bc7-b1f0-f21a304e864c", - "rel": "self" - } - ], - "notification_topics": [], - "outputs": [], - "parameters": { - "OS::project_id": "3ab5b02f-a01f-4f95-afa1-e254afc4a435", - "OS::stack_id": "3095aefc-09fb-4bc7-b1f0-f21a304e864c", - "OS::stack_name": "simple_stack" - }, - "stack_name": "simple_stack", - "stack_owner": "simple_username", - "stack_status": "CREATE_COMPLETE", - "stack_status_reason": "Stack CREATE completed successfully", - "template_description": "sample stack", - "stack_user_project_id": "65728b74-cfe7-4f17-9c15-11d4f686e591", - "timeout_mins": "", - "updated_time": "", - "parent": "", - "tags": "" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-snapshot-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-snapshot-response.json deleted file mode 100644 index 6646b9fb2..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-show-snapshot-response.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "snapshot": { - "id": "7c4e1ef4-bf1b-41ab-a0c8-ce01f4ffdfa1", - "name": "vol_snapshot", - "status": "COMPLETE", - "status_reason": "Stack SNAPSHOT completed successfully", - "creation_time": "2015-08-04T20:57:55Z", - "data": { - "status": "COMPLETE", - "name": "stack_vol1", - "stack_user_project_id": "fffa11067b1c48129ddfb78fba2bf09f", - "environment": { - "parameters": {}, - "resource_registry": { - "resources": {} - } - }, - "template": { - "heat_template_version": "2013-05-23", - "resources": { - "volume": { - "type": "OS::Cinder::Volume", - "properties": { - "size": 1 - } - } - } - }, - "action": "SNAPSHOT", - "project_id": "ecdb08032cd042179692a1b148f6565e", - "id": "656452c2-e151-40da-8704-c844e69b485c", - "resources": { - "volume": { - "status": "COMPLETE", - "name": "volume", - "resource_data": { - "backup_id": "99108cf8-398f-461b-a043-bdceb7c9f572" - }, - "resource_id": "3ab8cf79-807b-4c40-b743-0655f91e072f", - "action": "SNAPSHOT", - "type": "OS::Cinder::Volume", - "metadata": {} - } - } - } - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-request.json deleted file mode 100644 index f7d3a6210..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "vol_snapshot" -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-response.json deleted file mode 100644 index d3ecfcde1..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshot-response.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "13c3a4b5-0585-440e-85a4-6f96b20e7a78", - "name": "vol_snapshot", - "status": "IN_PROGRESS", - "status_reason": null, - "data": null, - "creation_time": "2015-09-01T20:57:55Z" -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshots-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshots-list-response.json deleted file mode 100644 index d25bdf114..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-snapshots-list-response.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "snapshots": [ - { - "id": "7c4e1ef4-bf1b-41ab-a0c8-ce01f4ffdfa1", - "name": "vol_snapshot", - "status": "IN_PROGRESS", - "status_reason": null, - "creation_time": "2015-08-04T20:57:55Z", - "data": null - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-preview-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-preview-response.json deleted file mode 100644 index 9a511a178..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-preview-response.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "unchanged": [ - { - "updated_time": "datetime", - "resource_name": "", - "physical_resource_id": "{resource id or ''}", - "resource_action": "CREATE", - "resource_status": "COMPLETE", - "resource_status_reason": "", - "resource_type": "restype", - "stack_identity": "{stack_id}", - "stack_name": "{stack_name}" - } - ], - "updated": [ - { - "updated_time": "datetime", - "resource_name": "", - "physical_resource_id": "{resource id or ''}", - "resource_action": "CREATE", - "resource_status": "COMPLETE", - "resource_status_reason": "", - "resource_type": "restype", - "stack_identity": "{stack_id}", - "stack_name": "{stack_name}" - } - ], - "replaced": [ - { - "updated_time": "datetime", - "resource_name": "", - "physical_resource_id": "{resource id or ''}", - "resource_action": "CREATE", - "resource_status": "COMPLETE", - "resource_status_reason": "", - "resource_type": "restype", - "stack_identity": "{stack_id}", - "stack_name": "{stack_name}" - } - ], - "added": [ - { - "updated_time": "datetime", - "resource_name": "", - "physical_resource_id": "{resource id or ''}", - "resource_action": "CREATE", - "resource_status": "COMPLETE", - "resource_status_reason": "", - "resource_type": "restype", - "stack_identity": "{stack_id}", - "stack_name": "{stack_name}" - } - ], - "deleted": [ - { - "updated_time": "datetime", - "resource_name": "", - "physical_resource_id": "{resource id or ''}", - "resource_action": "CREATE", - "resource_status": "COMPLETE", - "resource_status_reason": "", - "resource_type": "restype", - "stack_identity": "{stack_id}", - "stack_name": "{stack_name}" - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-request.json deleted file mode 100644 index 407a3c03c..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stack-update-request.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "template": { - "heat_template_version": "2013-05-23", - "description": "Create a simple stack", - "parameters": { - "flavor": { - "default": "m1.tiny", - "type": "string" - } - }, - "resources": { - "hello_world": { - "type": "OS::Nova::Server", - "properties": { - "key_name": "heat_key", - "flavor": { - "get_param": "flavor" - }, - "image": "40be8d1a-3eb9-40de-8abd-43237517384f", - "user_data": "#!/bin/bash -xv\necho \"hello world\" > /root/hello-world.txt\n" - } - } - } - }, - "parameters": { - "flavor": "m1.small" - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/stacks-list-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/stacks-list-response.json deleted file mode 100644 index b758c840c..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/stacks-list-response.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "stacks": [ - { - "creation_time": "2014-06-03T20:59:46Z", - "description": "sample stack", - "id": "3095aefc-09fb-4bc7-b1f0-f21a304e864c", - "links": [ - { - "href": "http://192.168.123.200:8004/v1/eb1c63a4f77141548385f113a28f0f52/stacks/simple_stack/3095aefc-09fb-4bc7-b1f0-f21a304e864c", - "rel": "self" - } - ], - "stack_name": "simple_stack", - "stack_status": "CREATE_COMPLETE", - "stack_status_reason": "Stack CREATE completed successfully", - "updated_time": "", - "tags": "" - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-show-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/template-show-response.json deleted file mode 100644 index 06cdc4c33..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-show-response.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "description": "Hello world HOT template that just defines a single server. Contains just base features to verify base HOT support.\n", - "heat_template_version": "2013-05-23", - "outputs": { - "foo": { - "description": "Show foo parameter value", - "value": { - "get_param": "foo" - } - } - }, - "parameters": { - "foo": { - "default": "secret", - "description": "Name of an existing key pair to use for the server", - "hidden": true, - "type": "string" - } - }, - "resources": { - "random_key_name": { - "properties": { - "length": 8 - }, - "type": "OS::Heat::RandomString" - } - } -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-request.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-request.json deleted file mode 100644 index 7ba5f9786..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template_url": "/PATH_TO_HEAT_TEMPLATES/WordPress_Single_Instance.template" -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-response.json deleted file mode 100644 index cbdf7c26f..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-validate-response.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "Description": "A template that provides a single server instance.", - "Parameters": { - "server-size": { - "default": "1GB Standard Instance", - "description": "Server size", - "type": "String", - "constraints": [ - { - "allowed_values": [ - "512MB Standard Instance", - "1GB Standard Instance", - "4GB Standard Instance", - "8GB Standard Instance" - ], - "description": "Must be a valid server size." - } - ] - }, - "key_name": { - "description": "Keypair name for SSH access to the server", - "required": true, - "type": "String" - }, - "server_name": { - "default": "My server", - "description": "My server", - "type": "String" - } - }, - "ParameterGroups": [ - { - "label": "Parameter groups", - "description": "My parameter groups", - "parameters": [ - "param_name-1", - "param_name-2" - ] - } - ] -} diff --git a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-versions-response.json b/api-ref/src/wadls/orchestration-api/src/v1/samples/template-versions-response.json deleted file mode 100644 index f82a8c2a1..000000000 --- a/api-ref/src/wadls/orchestration-api/src/v1/samples/template-versions-response.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "template_versions": [ - { - "version": "heat_template_version.2014-10-16", - "type": "hot" - }, - { - "version": "heat_template_version.2015-04-30", - "type": "hot" - }, - { - "version": "HeatTemplateFormatVersion.2012-12-12", - "type": "cfn" - }, - { - "version": "heat_template_version.2015-10-15", - "type": "hot" - }, - { - "version": "AWSTemplateFormatVersion.2010-09-09", - "type": "cfn" - }, - { - "version": "heat_template_version.2013-05-23", - "type": "hot" - }, - { - "version": "heat_template_version.2016-04-08", - "type": "hot" - } - ] -}