Cross Account Permissions Template API

API for retrieving the cross account Cloud Formation template and launch URL.

DECOMMISSION NOTICE

On Monday, August 7 2023 12:00:00 CST, the Cross Account Permissions Template API will no longer be operable.

The Cross Account Permissions Template API is replaced by Trend Micro Cloud One™ - AWS Cloud Account management APIs.

Get cloud account permissions AWS CloudFormation template URL and the template stack creation URLDeprecated

post/cloudaccounts/aws/template
SecurityTrend Micro Cloud One API Key
Request
Request Body schema: application/json
stackName
string

A name for the stack being created - defaults to 'C1NS-Cloud-Account-Management'

Responses
200

OK

400

Bad Request

500

Internal Server Error

Request samples
application/json
{
  • "stackName": "string"
}
Response samples
application/json
{
  • "templateURL": "string",
  • "createStackURL": "string"
}