Skip to content

Commit cdfc167

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Add UA documentation for new DJM usage_type (#1826)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 1c123ab commit cdfc167

File tree

6 files changed

+33
-4
lines changed

6 files changed

+33
-4
lines changed

.apigentools-info

+4-4
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-30 19:44:33.843136",
8-
"spec_repo_commit": "909e369c"
7+
"regenerated": "2024-10-01 14:24:21.173399",
8+
"spec_repo_commit": "d90ee2ef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-30 19:44:33.857386",
13-
"spec_repo_commit": "909e369c"
12+
"regenerated": "2024-10-01 14:24:21.190923",
13+
"spec_repo_commit": "d90ee2ef"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -4182,6 +4182,7 @@ components:
41824182
- custom_timeseries_usage
41834183
- cws_containers_usage
41844184
- cws_hosts_usage
4185+
- data_jobs_monitoring_usage
41854186
- dbm_hosts_usage
41864187
- dbm_queries_usage
41874188
- error_tracking_usage
@@ -4255,6 +4256,7 @@ components:
42554256
- CUSTOM_TIMESERIES_USAGE
42564257
- CWS_CONTAINERS_USAGE
42574258
- CWS_HOSTS_USAGE
4259+
- DATA_JOBS_MONITORING_USAGE
42584260
- DBM_HOSTS_USAGE
42594261
- DBM_QUERIES_USAGE
42604262
- ERROR_TRACKING_USAGE
@@ -7935,6 +7937,8 @@ components:
79357937
- cws_containers_usage
79367938
- cws_hosts_percentage
79377939
- cws_hosts_usage
7940+
- data_jobs_monitoring_usage
7941+
- data_jobs_monitoring_percentage
79387942
- dbm_hosts_percentage
79397943
- dbm_hosts_usage
79407944
- dbm_queries_percentage
@@ -8076,6 +8080,8 @@ components:
80768080
- CWS_CONTAINERS_USAGE
80778081
- CWS_HOSTS_PERCENTAGE
80788082
- CWS_HOSTS_USAGE
8083+
- DATA_JOBS_MONITORING_USAGE
8084+
- DATA_JOBS_MONITORING_PERCENTAGE
80798085
- DBM_HOSTS_PERCENTAGE
80808086
- DBM_HOSTS_USAGE
80818087
- DBM_QUERIES_PERCENTAGE
@@ -8363,6 +8369,10 @@ components:
83638369
description: The Cloud Workload Security host usage by tag(s).
83648370
format: double
83658371
type: number
8372+
data_jobs_monitoring_usage:
8373+
description: The Data Jobs Monitoring usage by tag(s).
8374+
format: double
8375+
type: number
83668376
dbm_hosts_percentage:
83678377
description: The percentage of Database Monitoring host usage by tag(s).
83688378
format: double

packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export type HourlyUsageAttributionUsageType =
3333
| typeof CUSTOM_TIMESERIES_USAGE
3434
| typeof CWS_CONTAINERS_USAGE
3535
| typeof CWS_HOSTS_USAGE
36+
| typeof DATA_JOBS_MONITORING_USAGE
3637
| typeof DBM_HOSTS_USAGE
3738
| typeof DBM_QUERIES_USAGE
3839
| typeof ERROR_TRACKING_USAGE
@@ -109,6 +110,7 @@ export const CUSTOM_INGESTED_TIMESERIES_USAGE =
109110
export const CUSTOM_TIMESERIES_USAGE = "custom_timeseries_usage";
110111
export const CWS_CONTAINERS_USAGE = "cws_containers_usage";
111112
export const CWS_HOSTS_USAGE = "cws_hosts_usage";
113+
export const DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage";
112114
export const DBM_HOSTS_USAGE = "dbm_hosts_usage";
113115
export const DBM_QUERIES_USAGE = "dbm_queries_usage";
114116
export const ERROR_TRACKING_USAGE = "error_tracking_usage";

packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
4747
| typeof CWS_CONTAINERS_USAGE
4848
| typeof CWS_HOSTS_PERCENTAGE
4949
| typeof CWS_HOSTS_USAGE
50+
| typeof DATA_JOBS_MONITORING_USAGE
51+
| typeof DATA_JOBS_MONITORING_PERCENTAGE
5052
| typeof DBM_HOSTS_PERCENTAGE
5153
| typeof DBM_HOSTS_USAGE
5254
| typeof DBM_QUERIES_PERCENTAGE
@@ -192,6 +194,9 @@ export const CWS_CONTAINERS_PERCENTAGE = "cws_containers_percentage";
192194
export const CWS_CONTAINERS_USAGE = "cws_containers_usage";
193195
export const CWS_HOSTS_PERCENTAGE = "cws_hosts_percentage";
194196
export const CWS_HOSTS_USAGE = "cws_hosts_usage";
197+
export const DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage";
198+
export const DATA_JOBS_MONITORING_PERCENTAGE =
199+
"data_jobs_monitoring_percentage";
195200
export const DBM_HOSTS_PERCENTAGE = "dbm_hosts_percentage";
196201
export const DBM_HOSTS_USAGE = "dbm_hosts_usage";
197202
export const DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage";

packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts

+9
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ export class MonthlyUsageAttributionValues {
178178
* The Cloud Workload Security host usage by tag(s).
179179
*/
180180
"cwsHostsUsage"?: number;
181+
/**
182+
* The Data Jobs Monitoring usage by tag(s).
183+
*/
184+
"dataJobsMonitoringUsage"?: number;
181185
/**
182186
* The percentage of Database Monitoring host usage by tag(s).
183187
*/
@@ -789,6 +793,11 @@ export class MonthlyUsageAttributionValues {
789793
type: "number",
790794
format: "double",
791795
},
796+
dataJobsMonitoringUsage: {
797+
baseName: "data_jobs_monitoring_usage",
798+
type: "number",
799+
format: "double",
800+
},
792801
dbmHostsPercentage: {
793802
baseName: "dbm_hosts_percentage",
794803
type: "number",

packages/datadog-api-client-v1/models/ObjectSerializer.ts

+3
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@ const enumsMap: { [key: string]: any[] } = {
799799
"custom_timeseries_usage",
800800
"cws_containers_usage",
801801
"cws_hosts_usage",
802+
"data_jobs_monitoring_usage",
802803
"dbm_hosts_usage",
803804
"dbm_queries_usage",
804805
"error_tracking_usage",
@@ -1013,6 +1014,8 @@ const enumsMap: { [key: string]: any[] } = {
10131014
"cws_containers_usage",
10141015
"cws_hosts_percentage",
10151016
"cws_hosts_usage",
1017+
"data_jobs_monitoring_usage",
1018+
"data_jobs_monitoring_percentage",
10161019
"dbm_hosts_percentage",
10171020
"dbm_hosts_usage",
10181021
"dbm_queries_percentage",

0 commit comments

Comments
 (0)