Skip to content

Commit 031ea35

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix list of family for hourly-usage endpoint (#1824)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent bc905b3 commit 031ea35

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
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-09-23 05:08:49.547452",
8-
"spec_repo_commit": "253b7b76"
7+
"regenerated": "2024-09-23 19:10:12.102309",
8+
"spec_repo_commit": "41592dc6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-23 05:08:49.561628",
13-
"spec_repo_commit": "253b7b76"
12+
"regenerated": "2024-09-23 19:10:12.123133",
13+
"spec_repo_commit": "41592dc6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39801,21 +39801,24 @@ paths:
3980139801
families are `all`, `analyzed_logs`,
3980239802

3980339803
`application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`,
39804+
`cloud_siem`,
3980439805

3980539806
`csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`,
3980639807
`cws`, `dbm`, `error_tracking`,
3980739808

3980839809
`fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`,
3980939810
`ingested_spans`, `iot`,
3981039811

39811-
`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `netflow_monitoring`,
39812+
`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`,
3981239813
`observability_pipelines`,
3981339814

3981439815
`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
3981539816
`sds`, `snmp`,
3981639817

3981739818
`synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`,
39818-
and `timeseries`.
39819+
`timeseries`, `vuln_management`,
39820+
39821+
and `workflow_executions`.
3981939822

3982039823
The following product family has been **deprecated**: `audit_logs`.'
3982139824
in: query

packages/datadog-api-client-v2/apis/UsageMeteringApi.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,12 +1364,13 @@ export interface UsageMeteringApiGetHourlyUsageRequest {
13641364
filterTimestampStart: Date;
13651365
/**
13661366
* Comma separated list of product families to retrieve. Available families are `all`, `analyzed_logs`,
1367-
* `application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`,
1367+
* `application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`, `cloud_siem`,
13681368
* `csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`, `cws`, `dbm`, `error_tracking`,
13691369
* `fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`, `iot`,
1370-
* `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `netflow_monitoring`, `observability_pipelines`,
1370+
* `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`, `observability_pipelines`,
13711371
* `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`,
1372-
* `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, and `timeseries`.
1372+
* `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, `timeseries`, `vuln_management`,
1373+
* and `workflow_executions`.
13731374
* The following product family has been **deprecated**: `audit_logs`.
13741375
* @type string
13751376
*/

0 commit comments

Comments
 (0)