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
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": "2025-06-10 19:57:38.338228",
"spec_repo_commit": "593ab828"
"regenerated": "2025-06-11 14:28:50.714448",
"spec_repo_commit": "847bdb30"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-10 19:57:38.361034",
"spec_repo_commit": "593ab828"
"regenerated": "2025-06-11 14:28:50.731377",
"spec_repo_commit": "847bdb30"
}
}
}
1 change: 1 addition & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24108,6 +24108,7 @@ components:
apm_service_catalog_read: View service catalog and service definitions.
apm_service_catalog_write: Add, modify, and delete service catalog definitions
when those definitions are maintained by Datadog.
billing_read: View your organization's billing information.
cases_read: View Cases.
cases_write: Create and update cases.
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
Expand Down
6 changes: 6 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41100,6 +41100,7 @@ components:
appsec_vm_read: View infrastructure, application code, and library vulnerabilities.
This does not restrict API or inventory SQL access to the vulnerability
data source.
billing_read: View your organization's billing information.
cases_read: View Cases.
cases_write: Create and update cases.
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
Expand Down Expand Up @@ -45488,6 +45489,7 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get Monthly Cost Attribution
tags:
- Usage Metering
Expand Down Expand Up @@ -61487,6 +61489,7 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get cost across multi-org account
tags:
- Usage Metering
Expand Down Expand Up @@ -61592,6 +61595,7 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get estimated cost across your account
tags:
- Usage Metering
Expand Down Expand Up @@ -61674,6 +61678,7 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get historical cost across your account
tags:
- Usage Metering
Expand Down Expand Up @@ -62009,6 +62014,7 @@ paths:
appKeyAuth: []
- AuthZ:
- usage_read
- billing_read
summary: Get projected cost across your account
tags:
- Usage Metering
Expand Down
Loading