v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Get Google Cloud Usage Cost config
Get a specific Google Cloud Usage Cost config.
get/api/v2/cost/gcp_uc_config/{cloud_account_id}
Path parameters
cloud_account_idinteger required
The unique identifier of the cloud account
Response
OK
Example response
{
"data": {
"attributes": {
"account_id": "123456_A123BC_12AB34",
"bucket_name": "dd-cost-bucket",
"created_at": "2023-01-01T12:00:00.000000",
"dataset": "billing",
"error_messages": [],
"export_prefix": "datadog_cloud_cost_usage_export",
"export_project_name": "dd-cloud-cost-report",
"months": 36,
"project_id": "my-project-123",
"service_account": "dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com",
"status": "active",
"status_updated_at": "2023-01-01T12:00:00.000000",
"updated_at": "2023-01-01T12:00:00.000000"
},
"id": "123456789123",
"type": "gcp_uc_config"
}
}