Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143063,7 +143063,11 @@ paths:
- cloud_cost_management_write
/api/v2/cost/oci_config:
get:
description: List the OCI configs.
deprecated: true
description: |-
**Note**: This endpoint is deprecated. View OCI accounts in Cloud Cost Settings in the Datadog web application instead.

List the OCI configs.
operationId: ListCostOCIConfigs
responses:
"200":
Expand Down Expand Up @@ -143104,6 +143108,7 @@ paths:
operator: OR
permissions:
- cloud_cost_management_read
x-sunset: "2027-01-01"
/api/v2/cost/recommendations:
post:
description: List cost recommendations matching a filter, with pagination and sorting.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10900,6 +10900,8 @@ export class CloudCostManagementApi {
}

/**
* **Note**: This endpoint is deprecated. View OCI accounts in Cloud Cost Settings in the Datadog web application instead.
*
* List the OCI configs.
* @param param The request object
*/
Expand Down
Loading