v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Create Cloud Cost Management AWS CUR config
Create a Cloud Cost Management account for an AWS CUR config.
post/api/v2/cost/aws_cur_config
Request body
Example request
{
"data": {
"attributes": {
"account_filters": {
"excluded_accounts": [
"123456789123",
"123456789143"
],
"include_new_accounts": true,
"included_accounts": [
"123456789123",
"123456789143"
]
},
"account_id": "123456789123",
"bucket_name": "dd-cost-bucket",
"bucket_region": "us-east-1",
"report_name": "dd-report-name",
"report_prefix": "dd-report-prefix"
},
"type": "aws_cur_config_post_request"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"account_filters": {
"excluded_accounts": [
"123456789124",
"123456789125"
],
"include_new_accounts": true
},
"account_id": "123456789123",
"bucket_name": "dd-cost-bucket",
"bucket_region": "us-east-1",
"created_at": "2023-01-01T12:00:00.000000",
"error_messages": [],
"months": 36,
"report_name": "dd-report-name",
"report_prefix": "dd-report-prefix",
"status": "active",
"status_updated_at": "2023-01-01T12:00:00.000000",
"updated_at": "2023-01-01T12:00:00.000000"
},
"id": "123456789123",
"type": "aws_cur_config"
}
}