Read Connection Templates
Returns the AWS CloudFormation and Terraform templates available to install to connect to Clumio.
- 200
- default
Success
- application/api.clumio.aws-templates=v1+json
- Schema
- Example (from schema)
Schema
_links object
URLs to pages related to the resource.
_self object
The HATEOAS link to this resource.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
config object
The configuration of the given template
asset_types_enabled string[]The AWS asset types supported with the available version of the template.
available_template_version stringThe latest available version for the template.
dynamodb object
The latest available information for the DynamoDB feature.
available_template_version stringThe latest available feature version for the asset.
ebs object
available_template_version stringThe latest available feature version for the asset.
ec2 object
available_template_version stringThe latest available feature version for the asset.
ec2_mssql object
The latest available information for the EC2 MSSQL feature.
available_template_version stringThe latest available feature version for the asset.
rds object
available_template_version stringThe latest available feature version for the asset.
s3 object
The latest available information for the S3 feature.
available_template_version stringThe latest available feature version for the asset.
warm_tier_protect object
Configuration information about the Warm-Tier Protect feature of the template.
asset_types_enabled string[]The AWS asset types supported with the available version of the template.
available_template_version stringThe latest available version for the template.
dynamodb object
The latest available information for the DynamoDB feature.
available_template_version stringThe latest available feature version for the asset.
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"config": {
"asset_types_enabled": [
"string"
],
"available_template_version": "string",
"dynamodb": {
"available_template_version": "string"
},
"ebs": {
"available_template_version": "string"
},
"ec2": {
"available_template_version": "string"
},
"ec2_mssql": {
"available_template_version": "string"
},
"rds": {
"available_template_version": "string"
},
"s3": {
"available_template_version": "string"
},
"warm_tier_protect": {
"asset_types_enabled": [
"string"
],
"available_template_version": "string",
"dynamodb": {
"available_template_version": "string"
}
}
}
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}