Skip to content

Commit 02f8a34

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Cloud Cost Management API Description (#2109)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent ceccef9 commit 02f8a34

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
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:03.731350",
8-
"spec_repo_commit": "9ce6b1ec"
7+
"regenerated": "2024-08-23 21:03:32.432056",
8+
"spec_repo_commit": "f3d81376"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-22 19:11:03.748705",
13-
"spec_repo_commit": "9ce6b1ec"
12+
"regenerated": "2024-08-23 21:03:32.449396",
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/)

src/datadog_api_client/v2/api/cloud_cost_management_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class CloudCostManagementApi:
2828
"""
29-
The Cloud Cost Management API allows you to set up, edit, and delete Cloud Cost Management accounts for AWS and Azure. See the `Cloud Cost Management page <https://docs.datadoghq.com/cloud_cost_management/>`_ for more information.
29+
The Cloud Cost Management API allows you to set up, edit, and delete Cloud Cost Management accounts for AWS and Azure. You can query your cost data by using the `Metrics endpoint <https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-data-across-multiple-products>`_ and the ``cloud_cost`` data source. For more information, see the `Cloud Cost Management documentation <https://docs.datadoghq.com/cloud_cost_management/>`_.
3030
"""
3131

3232
def __init__(self, api_client=None):

tests/v2/features/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)