The unique identifier of the tenant or account.

The name of an existing stack.

The unique identifier of an existing stack.

The name of a resource in the stack.

The unique identifier of an event related to the resource in the stack.

Get a list of active stacks.

Create a Stack.

The name of the stack to create.

The URL of the template to instantiate.

This is ignored if the template is supplied inline.

A JSON template to instantiate.

This takes precedence over the Template URL if both are supplied.

A JSON envionment for the stack.

User-defined parameter names to pass to the template.

User-defined parameter values to pass to the template.

The timeout for stack creation in minutes.

Find the canonical URL for a stack with a given name.

This operation also works with verbs other than GET, so you can also use it to perform PUT and DELETE operations on a current stack. Just set your client to follow redirects. Note that when redirecting, the request method should not change, as defined in RFC2626. However, in many clients the default behaviour is to change the method to GET when receiving a 302 because this behaviour is ubiquitous in web browsers.

Get data about a stack.

Retrieve a stack's template.

Update a Stack.

The URL of the template to instantiate.

This is ignored if the template is supplied inline.

A JSON template to instantiate.

This takes precedence over the Template URL if both are supplied.

A JSON envionment for the stack.

User-defined parameter names to pass to the template.

User-defined parameter values to pass to the template.

The timeout for stack creation in minutes.

Delete a stack.

Update a Stack.

The URL of the template to instantiate.

This is ignored if the template is supplied inline.

A JSON template to instantiate.

This takes precedence over the Template URL if both are supplied.

Get a list of the template resource types that are supported.

Find the canonical URL for the resource list of a stack with a given name.

Get a list of resources in a stack.

Get data about a resource.

Get data a resource's metadata.

Find the canonical URL for the event list of a stack with a given name.

Get a list of events for a stack.

Get a list of events for a stack resource.

Get data about an event.