Deployments
The following is the API reference for working with Ocean deployments.
Create a deployment
Deploy an Ocean template.
Request
Response
Check out https://github.com/mobingi/ocean-template-examples for examples about {template body}
. For details on how to write Ocean templates, check out this reference.
List deployments
This page is still a work in progress.
Get a list of available deployments.
Describe a deployment
Describe a specific deployment based on name.
Request
{name}
is the template (or deployment) name.
Response
Delete a deployment
Delete a deployment and all associated applications and resources.
Request
{name}
is the template (or deployment) name. For templates that have dependency to other templates, API will return error stating the dependency. If the parameter force=true
is specified, the template resources will be deleted including all dependencies.
Response
For successful responses, server will return HTTP 202
. Errors will return HTTP 422
.
Last updated