Deployments
Last updated
GET /v0/deployments/{name} HTTP1.1
Authorization: Bearer {token}HTTP 200
{
"deployment":"template-name",
"stacks":[
{
"name":"stack-name",
"items":[
{
"name":"eksmaster",
"resources":[
{
"key": "AWS::EC2::InternetGateway",
"value": "igw-040e7443b67d8cda2"
},
{
"key": "AWS::EC2::Route",
"value": "aws-5-Route-1PR9K4JNZTQRY"
}
],
"status": "creating|updating|completed|failed"
},
{
"name":"cfnextra",
"resources":[
{
"key": "AWS::SNS::SNSTopic",
"value": "arn:aws:sns:ap-northeast-1:...cfnextra-sample-snstopic"
},
],
"status": "creating|updating|completed|failed"
}
],
"region": "ap-northeast-1"
}
]
}DELETE /v0/deployments/{name}[?force=true] HTTP1.1
Authorization: Bearer {token}