Skip to content

Commit

Permalink
Fix list of family for hourly-usage endpoint (#1824)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Sep 23, 2024
1 parent bc905b3 commit 031ea35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
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": "2024-09-23 05:08:49.547452",
"spec_repo_commit": "253b7b76"
"regenerated": "2024-09-23 19:10:12.102309",
"spec_repo_commit": "41592dc6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-23 05:08:49.561628",
"spec_repo_commit": "253b7b76"
"regenerated": "2024-09-23 19:10:12.123133",
"spec_repo_commit": "41592dc6"
}
}
}
7 changes: 5 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39801,21 +39801,24 @@ paths:
families are `all`, `analyzed_logs`,

`application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`,
`cloud_siem`,

`csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`,
`cws`, `dbm`, `error_tracking`,

`fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`,
`ingested_spans`, `iot`,

`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `netflow_monitoring`,
`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`,
`observability_pipelines`,

`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
`sds`, `snmp`,

`synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`,
and `timeseries`.
`timeseries`, `vuln_management`,

and `workflow_executions`.

The following product family has been **deprecated**: `audit_logs`.'
in: query
Expand Down
7 changes: 4 additions & 3 deletions packages/datadog-api-client-v2/apis/UsageMeteringApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1364,12 +1364,13 @@ export interface UsageMeteringApiGetHourlyUsageRequest {
filterTimestampStart: Date;
/**
* Comma separated list of product families to retrieve. Available families are `all`, `analyzed_logs`,
* `application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`,
* `application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`, `cloud_siem`,
* `csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`, `cws`, `dbm`, `error_tracking`,
* `fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`, `iot`,
* `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `netflow_monitoring`, `observability_pipelines`,
* `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`, `observability_pipelines`,
* `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`,
* `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, and `timeseries`.
* `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, `timeseries`, `vuln_management`,
* and `workflow_executions`.
* The following product family has been **deprecated**: `audit_logs`.
* @type string
*/
Expand Down

0 comments on commit 031ea35

Please sign in to comment.