Skip to content

Commit 283f763

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Fix list of family for hourly-usage endpoint (#2169)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 05eb3b1 commit 283f763

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:48.330573",
8-
"spec_repo_commit": "253b7b76"
7+
"regenerated": "2024-09-23 19:10:10.087479",
8+
"spec_repo_commit": "41592dc6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-23 05:08:48.344377",
13-
"spec_repo_commit": "253b7b76"
12+
"regenerated": "2024-09-23 19:10:10.101269",
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

src/datadog_api_client/v2/api/usage_metering_api.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,13 @@ def get_hourly_usage(
569569
:param filter_timestamp_start: Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
570570
:type filter_timestamp_start: datetime
571571
:param filter_product_families: Comma separated list of product families to retrieve. Available families are ``all`` , ``analyzed_logs`` ,
572-
``application_security`` , ``audit_trail`` , ``serverless`` , ``ci_app`` , ``cloud_cost_management`` ,
572+
``application_security`` , ``audit_trail`` , ``serverless`` , ``ci_app`` , ``cloud_cost_management`` , ``cloud_siem`` ,
573573
``csm_container_enterprise`` , ``csm_host_enterprise`` , ``cspm`` , ``custom_events`` , ``cws`` , ``dbm`` , ``error_tracking`` ,
574574
``fargate`` , ``infra_hosts`` , ``incident_management`` , ``indexed_logs`` , ``indexed_spans`` , ``ingested_spans`` , ``iot`` ,
575-
``lambda_traced_invocations`` , ``logs`` , ``network_flows`` , ``network_hosts`` , ``netflow_monitoring`` , ``observability_pipelines`` ,
575+
``lambda_traced_invocations`` , ``logs`` , ``network_flows`` , ``network_hosts`` , ``network_monitoring`` , ``observability_pipelines`` ,
576576
``online_archive`` , ``profiling`` , ``rum`` , ``rum_browser_sessions`` , ``rum_mobile_sessions`` , ``sds`` , ``snmp`` ,
577-
``synthetics_api`` , ``synthetics_browser`` , ``synthetics_mobile`` , ``synthetics_parallel_testing`` , and ``timeseries``.
577+
``synthetics_api`` , ``synthetics_browser`` , ``synthetics_mobile`` , ``synthetics_parallel_testing`` , ``timeseries`` , ``vuln_management`` ,
578+
and ``workflow_executions``.
578579
The following product family has been **deprecated** : ``audit_logs``.
579580
:type filter_product_families: str
580581
:param filter_timestamp_end: Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.

0 commit comments

Comments
 (0)