Skip to content

Commit 2562dfd

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add OCI support to Cloud Security Management Enterprise usage fields (#3545)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent b9f97db commit 2562dfd

File tree

4 files changed

+86
-0
lines changed

4 files changed

+86
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21893,11 +21893,22 @@ components:
2189321893
org.
2189421894
format: int64
2189521895
type: integer
21896+
csm_host_enterprise_oci_host_count_top99p:
21897+
description: Shows the 99th percentile of all Cloud Security Management
21898+
Enterprise OCI hosts over all hours in the current date for the given
21899+
org.
21900+
format: int64
21901+
type: integer
2189621902
csm_host_enterprise_total_host_count_top99p:
2189721903
description: Shows the 99th percentile of all Cloud Security Management
2189821904
Enterprise hosts over all hours in the current date for the given org.
2189921905
format: int64
2190021906
type: integer
21907+
csm_host_pro_oci_host_count_top99p:
21908+
description: Shows the 99th percentile of all Cloud Security Management
21909+
Pro OCI hosts over all hours in the current date for the given org.
21910+
format: int64
21911+
type: integer
2190121912
cspm_aas_host_top99p:
2190221913
description: Shows the 99th percentile of all Cloud Security Management
2190321914
Pro Azure app services hosts over all hours in the current date for all
@@ -23036,11 +23047,22 @@ components:
2303623047
org.
2303723048
format: int64
2303823049
type: integer
23050+
csm_host_enterprise_oci_host_count_top99p:
23051+
description: Shows the 99th percentile of all Cloud Security Management
23052+
Enterprise OCI hosts over all hours in the current date for the given
23053+
org.
23054+
format: int64
23055+
type: integer
2303923056
csm_host_enterprise_total_host_count_top99p:
2304023057
description: Shows the 99th percentile of all Cloud Security Management
2304123058
Enterprise hosts over all hours in the current date for the given org.
2304223059
format: int64
2304323060
type: integer
23061+
csm_host_pro_oci_host_count_top99p:
23062+
description: Shows the 99th percentile of all Cloud Security Management
23063+
Pro OCI hosts over all hours in the current date for the given org.
23064+
format: int64
23065+
type: integer
2304423066
cspm_aas_host_top99p:
2304523067
description: Shows the 99th percentile of all Cloud Security Management
2304623068
Pro Azure app services hosts over all hours in the current date for the
@@ -24186,11 +24208,21 @@ components:
2418624208
Enterprise GCP hosts over all hours in the current month for all organizations.
2418724209
format: int64
2418824210
type: integer
24211+
csm_host_enterprise_oci_host_count_top99p_sum:
24212+
description: Shows the 99th percentile of all Cloud Security Management
24213+
Enterprise OCI hosts over all hours in the current month for all organizations.
24214+
format: int64
24215+
type: integer
2418924216
csm_host_enterprise_total_host_count_top99p_sum:
2419024217
description: Shows the 99th percentile of all Cloud Security Management
2419124218
Enterprise hosts over all hours in the current month for all organizations.
2419224219
format: int64
2419324220
type: integer
24221+
csm_host_pro_oci_host_count_top99p_sum:
24222+
description: Shows the 99th percentile of all Cloud Security Management
24223+
Pro OCI hosts over all hours in the current month for all organizations.
24224+
format: int64
24225+
type: integer
2419424226
cspm_aas_host_top99p_sum:
2419524227
description: Shows the 99th percentile of all Cloud Security Management
2419624228
Pro Azure app services hosts over all hours in the current month for all

services/usage_metering/src/v1/models/UsageSummaryDate.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,18 @@ export class UsageSummaryDate {
202202
* Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
203203
*/
204204
"csmHostEnterpriseGcpHostCountTop99p"?: number;
205+
/**
206+
* Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
207+
*/
208+
"csmHostEnterpriseOciHostCountTop99p"?: number;
205209
/**
206210
* Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
207211
*/
208212
"csmHostEnterpriseTotalHostCountTop99p"?: number;
213+
/**
214+
* Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
215+
*/
216+
"csmHostProOciHostCountTop99p"?: number;
209217
/**
210218
* Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for all organizations.
211219
*/
@@ -1114,11 +1122,21 @@ export class UsageSummaryDate {
11141122
type: "number",
11151123
format: "int64",
11161124
},
1125+
csmHostEnterpriseOciHostCountTop99p: {
1126+
baseName: "csm_host_enterprise_oci_host_count_top99p",
1127+
type: "number",
1128+
format: "int64",
1129+
},
11171130
csmHostEnterpriseTotalHostCountTop99p: {
11181131
baseName: "csm_host_enterprise_total_host_count_top99p",
11191132
type: "number",
11201133
format: "int64",
11211134
},
1135+
csmHostProOciHostCountTop99p: {
1136+
baseName: "csm_host_pro_oci_host_count_top99p",
1137+
type: "number",
1138+
format: "int64",
1139+
},
11221140
cspmAasHostTop99p: {
11231141
baseName: "cspm_aas_host_top99p",
11241142
type: "number",

services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,18 @@ export class UsageSummaryDateOrg {
208208
* Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
209209
*/
210210
"csmHostEnterpriseGcpHostCountTop99p"?: number;
211+
/**
212+
* Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
213+
*/
214+
"csmHostEnterpriseOciHostCountTop99p"?: number;
211215
/**
212216
* Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
213217
*/
214218
"csmHostEnterpriseTotalHostCountTop99p"?: number;
219+
/**
220+
* Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
221+
*/
222+
"csmHostProOciHostCountTop99p"?: number;
215223
/**
216224
* Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for the given org.
217225
*/
@@ -1144,11 +1152,21 @@ export class UsageSummaryDateOrg {
11441152
type: "number",
11451153
format: "int64",
11461154
},
1155+
csmHostEnterpriseOciHostCountTop99p: {
1156+
baseName: "csm_host_enterprise_oci_host_count_top99p",
1157+
type: "number",
1158+
format: "int64",
1159+
},
11471160
csmHostEnterpriseTotalHostCountTop99p: {
11481161
baseName: "csm_host_enterprise_total_host_count_top99p",
11491162
type: "number",
11501163
format: "int64",
11511164
},
1165+
csmHostProOciHostCountTop99p: {
1166+
baseName: "csm_host_pro_oci_host_count_top99p",
1167+
type: "number",
1168+
format: "int64",
1169+
},
11521170
cspmAasHostTop99p: {
11531171
baseName: "cspm_aas_host_top99p",
11541172
type: "number",

services/usage_metering/src/v1/models/UsageSummaryResponse.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,18 @@ export class UsageSummaryResponse {
207207
* Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current month for all organizations.
208208
*/
209209
"csmHostEnterpriseGcpHostCountTop99pSum"?: number;
210+
/**
211+
* Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current month for all organizations.
212+
*/
213+
"csmHostEnterpriseOciHostCountTop99pSum"?: number;
210214
/**
211215
* Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
212216
*/
213217
"csmHostEnterpriseTotalHostCountTop99pSum"?: number;
218+
/**
219+
* Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current month for all organizations.
220+
*/
221+
"csmHostProOciHostCountTop99pSum"?: number;
214222
/**
215223
* Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current month for all organizations.
216224
*/
@@ -1164,11 +1172,21 @@ export class UsageSummaryResponse {
11641172
type: "number",
11651173
format: "int64",
11661174
},
1175+
csmHostEnterpriseOciHostCountTop99pSum: {
1176+
baseName: "csm_host_enterprise_oci_host_count_top99p_sum",
1177+
type: "number",
1178+
format: "int64",
1179+
},
11671180
csmHostEnterpriseTotalHostCountTop99pSum: {
11681181
baseName: "csm_host_enterprise_total_host_count_top99p_sum",
11691182
type: "number",
11701183
format: "int64",
11711184
},
1185+
csmHostProOciHostCountTop99pSum: {
1186+
baseName: "csm_host_pro_oci_host_count_top99p_sum",
1187+
type: "number",
1188+
format: "int64",
1189+
},
11721190
cspmAasHostTop99pSum: {
11731191
baseName: "cspm_aas_host_top99p_sum",
11741192
type: "number",

0 commit comments

Comments
 (0)