v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Export security monitoring resources to Terraform
Export multiple security monitoring resources to Terraform, packaged as a zip archive. The resource_type path parameter specifies the type of resources to export and must be one of suppressions, critical_assets, security_filters, or rules. A maximum of 1000 resources can be exported in a single request. For rules, partner rules cannot be exported and return a 400 error.
post/api/v2/security_monitoring/terraform/{resource_type}/bulk
Path parameters
resource_type'suppressions' | 'critical_assets' | 'security_filters' | 'rules' required
The type of security monitoring resource to export to Terraform.
The type of security monitoring resource to export.
Request body
Example request
{
"data": {
"attributes": {
"resource_ids": [
""
]
},
"type": "bulk_export_resources"
}
}Response
OK