File tree 5 files changed +46
-4
lines changed
packages/datadog-api-client-v1/models
5 files changed +46
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-09-24 13:40:00.575999 ",
8
- "spec_repo_commit": "7752efd3 "
7
+ "regenerated": "2024-09-24 18:16:28.821186 ",
8
+ "spec_repo_commit": "2eb52c63 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-09-24 13:40:00.590776 ",
13
- "spec_repo_commit": "7752efd3 "
12
+ "regenerated": "2024-09-24 18:16:28.835857 ",
13
+ "spec_repo_commit": "2eb52c63 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -19283,6 +19283,11 @@ components:
19283
19283
over all hours in the current date for all organizations.
19284
19284
format: int64
19285
19285
type: integer
19286
+ data_jobs_monitoring_host_hr_sum:
19287
+ description: Shows the sum of all Data Jobs Monitoring hosts over all hours
19288
+ in the current date for the given org.
19289
+ format: int64
19290
+ type: integer
19286
19291
date:
19287
19292
description: The date for the usage.
19288
19293
format: date-time
@@ -20018,6 +20023,11 @@ components:
20018
20023
over all hours in the current date for the given org.
20019
20024
format: int64
20020
20025
type: integer
20026
+ data_jobs_monitoring_host_hr_sum:
20027
+ description: Shows the sum of all Data Jobs Monitoring hosts over all hours
20028
+ in the current date for the given org.
20029
+ format: int64
20030
+ type: integer
20021
20031
dbm_host_top99p_sum:
20022
20032
description: Shows the 99th percentile of all Database Monitoring hosts
20023
20033
over all hours in the current month for the given org.
@@ -20752,6 +20762,11 @@ components:
20752
20762
over all hours in the current month for all organizations.
20753
20763
format: int64
20754
20764
type: integer
20765
+ data_jobs_monitoring_host_hr_agg_sum:
20766
+ description: Shows the sum of Data Jobs Monitoring hosts over all hours
20767
+ in the current months for all organizations
20768
+ format: int64
20769
+ type: integer
20755
20770
dbm_host_top99p_sum:
20756
20771
description: Shows the 99th percentile of all Database Monitoring hosts
20757
20772
over all hours in the current month for all organizations.
Original file line number Diff line number Diff line change @@ -215,6 +215,10 @@ export class UsageSummaryDate {
215
215
* Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for all organizations.
216
216
*/
217
217
"cwsHostTop99p" ?: number ;
218
+ /**
219
+ * Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
220
+ */
221
+ "dataJobsMonitoringHostHrSum" ?: number ;
218
222
/**
219
223
* The date for the usage.
220
224
*/
@@ -811,6 +815,11 @@ export class UsageSummaryDate {
811
815
type : "number" ,
812
816
format : "int64" ,
813
817
} ,
818
+ dataJobsMonitoringHostHrSum : {
819
+ baseName : "data_jobs_monitoring_host_hr_sum" ,
820
+ type : "number" ,
821
+ format : "int64" ,
822
+ } ,
814
823
date : {
815
824
baseName : "date" ,
816
825
type : "Date" ,
Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ export class UsageSummaryDateOrg {
230
230
* Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for the given org.
231
231
*/
232
232
"cwsHostTop99p" ?: number ;
233
+ /**
234
+ * Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
235
+ */
236
+ "dataJobsMonitoringHostHrSum" ?: number ;
233
237
/**
234
238
* Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org.
235
239
*/
@@ -852,6 +856,11 @@ export class UsageSummaryDateOrg {
852
856
type : "number" ,
853
857
format : "int64" ,
854
858
} ,
859
+ dataJobsMonitoringHostHrSum : {
860
+ baseName : "data_jobs_monitoring_host_hr_sum" ,
861
+ type : "number" ,
862
+ format : "int64" ,
863
+ } ,
855
864
dbmHostTop99pSum : {
856
865
baseName : "dbm_host_top99p_sum" ,
857
866
type : "number" ,
Original file line number Diff line number Diff line change @@ -228,6 +228,10 @@ export class UsageSummaryResponse {
228
228
* Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current month for all organizations.
229
229
*/
230
230
"cwsHostTop99pSum" ?: number ;
231
+ /**
232
+ * Shows the sum of Data Jobs Monitoring hosts over all hours in the current months for all organizations
233
+ */
234
+ "dataJobsMonitoringHostHrAggSum" ?: number ;
231
235
/**
232
236
* Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations.
233
237
*/
@@ -871,6 +875,11 @@ export class UsageSummaryResponse {
871
875
type : "number" ,
872
876
format : "int64" ,
873
877
} ,
878
+ dataJobsMonitoringHostHrAggSum : {
879
+ baseName : "data_jobs_monitoring_host_hr_agg_sum" ,
880
+ type : "number" ,
881
+ format : "int64" ,
882
+ } ,
874
883
dbmHostTop99pSum : {
875
884
baseName : "dbm_host_top99p_sum" ,
876
885
type : "number" ,
You can’t perform that action at this time.
0 commit comments