Skip to content

Commit 06dffda

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Cloud Cost Management API Description (#1762)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 431064b commit 06dffda

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-08-22 19:11:06.370624",
8-
"spec_repo_commit": "9ce6b1ec"
7+
"regenerated": "2024-08-23 21:03:25.769442",
8+
"spec_repo_commit": "f3d81376"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-22 19:11:06.388849",
13-
"spec_repo_commit": "9ce6b1ec"
12+
"regenerated": "2024-08-23 21:03:25.787615",
13+
"spec_repo_commit": "f3d81376"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38443,8 +38443,10 @@ tags:
3844338443
for more information.
3844438444
name: Case Management
3844538445
- description: The Cloud Cost Management API allows you to set up, edit, and delete
38446-
Cloud Cost Management accounts for AWS and Azure. See the [Cloud Cost Management
38447-
page](https://docs.datadoghq.com/cloud_cost_management/) for more information.
38446+
Cloud Cost Management accounts for AWS and Azure. You can query your cost data
38447+
by using the [Metrics endpoint](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-data-across-multiple-products)
38448+
and the `cloud_cost` data source. For more information, see the [Cloud Cost Management
38449+
documentation](https://docs.datadoghq.com/cloud_cost_management/).
3844838450
name: Cloud Cost Management
3844938451
- description: Manage your Datadog Cloudflare integration directly through the Datadog
3845038452
API. See the [Cloudflare integration page](https://docs.datadoghq.com/integrations/cloudflare/)

features/v2/cloud_cost_management.feature

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
@endpoint(cloud-cost-management) @endpoint(cloud-cost-management-v2)
22
Feature: Cloud Cost Management
33
The Cloud Cost Management API allows you to set up, edit, and delete Cloud
4-
Cost Management accounts for AWS and Azure. See the [Cloud Cost Management
5-
page](https://docs.datadoghq.com/cloud_cost_management/) for more
6-
information.
4+
Cost Management accounts for AWS and Azure. You can query your cost data
5+
by using the [Metrics
6+
endpoint](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-
7+
data-across-multiple-products) and the `cloud_cost` data source. For more
8+
information, see the [Cloud Cost Management
9+
documentation](https://docs.datadoghq.com/cloud_cost_management/).
710

811
Background:
912
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)