v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Get cost Azure UC config
Get a specific Azure config.
get/api/v2/cost/azure_uc_config/{cloud_account_id}
Path parameters
cloud_account_idinteger required
The unique identifier of the cloud account
Response
OK
Example response
{
"data": {
"attributes": {
"configs": [
{
"account_id": "1234abcd-1234-abcd-1234-1234abcd1234",
"client_id": "1234abcd-1234-abcd-1234-1234abcd1234",
"created_at": "2023-01-01T12:00:00.000000",
"dataset_type": "actual",
"error_messages": [],
"export_name": "dd-actual-export",
"export_path": "dd-export-path",
"id": "123456789123",
"months": 36,
"scope": "/subscriptions/1234abcd-1234-abcd-1234-1234abcd1234",
"status": "active",
"status_updated_at": "2023-01-01T12:00:00.000000",
"storage_account": "dd-storage-account",
"storage_container": "dd-storage-container",
"updated_at": "2023-01-01T12:00:00.000000"
}
]
},
"id": "123456789123",
"type": "azure_uc_configs"
}
}