Skip to content

Commit

Permalink
Update Cloud Cost Management API Description (#2636)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Aug 23, 2024
1 parent a5d0222 commit 9871535
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-22 19:11:02.049857",
"spec_repo_commit": "9ce6b1ec"
"regenerated": "2024-08-23 21:03:26.118415",
"spec_repo_commit": "f3d81376"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-22 19:11:02.068139",
"spec_repo_commit": "9ce6b1ec"
"regenerated": "2024-08-23 21:03:26.136505",
"spec_repo_commit": "f3d81376"
}
}
}
6 changes: 4 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38443,8 +38443,10 @@ tags:
for more information.
name: Case Management
- description: 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.
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/).
name: Cloud Cost Management
- description: Manage your Datadog Cloudflare integration directly through the Datadog
API. See the [Cloudflare integration page](https://docs.datadoghq.com/integrations/cloudflare/)
Expand Down
9 changes: 6 additions & 3 deletions tests/scenarios/features/v2/cloud_cost_management.feature
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@endpoint(cloud-cost-management) @endpoint(cloud-cost-management-v2)
Feature: Cloud Cost Management
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.
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/).

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down

0 comments on commit 9871535

Please sign in to comment.