-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Adding Cloud Cost Management API Documentation (#19850)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
- Loading branch information
1 parent
41b41d2
commit 9fe2515
Showing
15 changed files
with
11,706 additions
and
1,274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: Cloud Cost Management | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Cloud Cost Management | ||
headless: true | ||
--- |
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
content/en/api/v2/cloud-cost-management/request.CreateCostAWSCURConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"data": { | ||
"attributes": { | ||
"account_id": "123456789123", | ||
"bucket_name": "dd-cost-bucket", | ||
"bucket_region": "us-east-1", | ||
"report_name": "dd-report-name", | ||
"report_prefix": "dd-report-prefix" | ||
}, | ||
"type": "aws_cur_config_post_request" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
content/en/api/v2/cloud-cost-management/request.CreateCostAzureUCConfigs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"data": { | ||
"attributes": { | ||
"account_id": "1234abcd-1234-abcd-1234-1234abcd1234", | ||
"actual_bill_config": { | ||
"export_name": "dd-actual-export", | ||
"export_path": "dd-export-path", | ||
"storage_account": "dd-storage-account", | ||
"storage_container": "dd-storage-container" | ||
}, | ||
"amortized_bill_config": { | ||
"export_name": "dd-actual-export", | ||
"export_path": "dd-export-path", | ||
"storage_account": "dd-storage-account", | ||
"storage_container": "dd-storage-container" | ||
}, | ||
"client_id": "1234abcd-1234-abcd-1234-1234abcd1234", | ||
"is_enabled": true, | ||
"scope": "subscriptions/1234abcd-1234-abcd-1234-1234abcd1234" | ||
}, | ||
"type": "azure_uc_config_post_request" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
content/en/api/v2/cloud-cost-management/request.UpdateCostAWSCURConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"data": { | ||
"attributes": { | ||
"is_enabled": true | ||
}, | ||
"type": "aws_cur_config_patch_request" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
content/en/api/v2/cloud-cost-management/request.UpdateCostAzureUCConfigs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"data": { | ||
"attributes": { | ||
"is_enabled": true | ||
}, | ||
"type": "azure_uc_config_patch_request" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.