CloudFormation template generator
This page shows how to create CloudFormation templates using an API call. The same API calls are used by the Self-Service Portal to generate the CloudFormation template before redirecting to AWS.
Before you begin
API overview
$ curl https://<token>@get.weka.io/dist/v1/release
{
"num_results" : 8,
"page" : 1,
"page_size" : 50,
"num_pages" : 1,
"objects" : [
{
"id" : "3.6.1",
"public" : true,
"final" : true,
"trunk_id" : "",
"s3_path" : "releases/3.6.1"
.
.
.
},
...
]
}Request body
Custom client AMI
Dedicated vs. shared client networking
Returned result
CloudFormation template parameters
IAM role created in the template
Additional operations
Last updated