Download Template File
Download the CloudFormation template from the FortiCNAPP Console for a specific template file name by invoking the following endpoint:
GET https://YourAccount.lacework.net/api/v2/TemplateFiles/{templateFileName}
Here is an example invocation:
GET https://YourAccount.lacework.net/api/v2/TemplateFiles/AwsConfig
Here is another example invocation:
GET https://YourAccount.lacework.net/api/v2/TemplateFiles/AwsCloudTrail
Optionally pass in intgGuid as a query parameter for the AwsEksAuditSubscriptionFilter template file name. Here is an example invocation:
GET https://YourAccount.lacework.net/api/v2/TemplateFiles/AwsEksAuditSubscriptionFilter?intgGuid=ROIJ898329....
Path parameters
The template's filename to download.
Headers
Bearer Access Token. For example, "Bearer {YourAPIToken}"
application/octet-stream
Response
No Error (Template File Content)