Skip to content

Commit 56a2e70

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

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

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,18 @@ export class UsageSummaryDate {
207207
* Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
208208
*/
209209
"csmHostEnterpriseGcpHostCountTop99p"?: number;
210+
/**
211+
* Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
212+
*/
213+
"csmHostEnterpriseOciHostCountTop99p"?: number;
210214
/**
211215
* Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
212216
*/
213217
"csmHostEnterpriseTotalHostCountTop99p"?: number;
218+
/**
219+
* Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
220+
*/
221+
"csmHostProOciHostCountTop99p"?: number;
214222
/**
215223
* Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for all organizations.
216224
*/
@@ -1121,11 +1129,21 @@ export class UsageSummaryDate {
11211129
type: "number",
11221130
format: "int64",
11231131
},
1132+
csmHostEnterpriseOciHostCountTop99p: {
1133+
baseName: "csm_host_enterprise_oci_host_count_top99p",
1134+
type: "number",
1135+
format: "int64",
1136+
},
11241137
csmHostEnterpriseTotalHostCountTop99p: {
11251138
baseName: "csm_host_enterprise_total_host_count_top99p",
11261139
type: "number",
11271140
format: "int64",
11281141
},
1142+
csmHostProOciHostCountTop99p: {
1143+
baseName: "csm_host_pro_oci_host_count_top99p",
1144+
type: "number",
1145+
format: "int64",
1146+
},
11291147
cspmAasHostTop99p: {
11301148
baseName: "cspm_aas_host_top99p",
11311149
type: "number",

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,18 @@ export class UsageSummaryDateOrg {
214214
* Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
215215
*/
216216
"csmHostEnterpriseGcpHostCountTop99p"?: number;
217+
/**
218+
* Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
219+
*/
220+
"csmHostEnterpriseOciHostCountTop99p"?: number;
217221
/**
218222
* Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
219223
*/
220224
"csmHostEnterpriseTotalHostCountTop99p"?: number;
225+
/**
226+
* Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
227+
*/
228+
"csmHostProOciHostCountTop99p"?: number;
221229
/**
222230
* 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.
223231
*/
@@ -1152,11 +1160,21 @@ export class UsageSummaryDateOrg {
11521160
type: "number",
11531161
format: "int64",
11541162
},
1163+
csmHostEnterpriseOciHostCountTop99p: {
1164+
baseName: "csm_host_enterprise_oci_host_count_top99p",
1165+
type: "number",
1166+
format: "int64",
1167+
},
11551168
csmHostEnterpriseTotalHostCountTop99p: {
11561169
baseName: "csm_host_enterprise_total_host_count_top99p",
11571170
type: "number",
11581171
format: "int64",
11591172
},
1173+
csmHostProOciHostCountTop99p: {
1174+
baseName: "csm_host_pro_oci_host_count_top99p",
1175+
type: "number",
1176+
format: "int64",
1177+
},
11601178
cspmAasHostTop99p: {
11611179
baseName: "cspm_aas_host_top99p",
11621180
type: "number",

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,18 @@ export class UsageSummaryResponse {
212212
* Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current month for all organizations.
213213
*/
214214
"csmHostEnterpriseGcpHostCountTop99pSum"?: number;
215+
/**
216+
* Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current month for all organizations.
217+
*/
218+
"csmHostEnterpriseOciHostCountTop99pSum"?: number;
215219
/**
216220
* Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
217221
*/
218222
"csmHostEnterpriseTotalHostCountTop99pSum"?: number;
223+
/**
224+
* Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current month for all organizations.
225+
*/
226+
"csmHostProOciHostCountTop99pSum"?: number;
219227
/**
220228
* Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current month for all organizations.
221229
*/
@@ -1171,11 +1179,21 @@ export class UsageSummaryResponse {
11711179
type: "number",
11721180
format: "int64",
11731181
},
1182+
csmHostEnterpriseOciHostCountTop99pSum: {
1183+
baseName: "csm_host_enterprise_oci_host_count_top99p_sum",
1184+
type: "number",
1185+
format: "int64",
1186+
},
11741187
csmHostEnterpriseTotalHostCountTop99pSum: {
11751188
baseName: "csm_host_enterprise_total_host_count_top99p_sum",
11761189
type: "number",
11771190
format: "int64",
11781191
},
1192+
csmHostProOciHostCountTop99pSum: {
1193+
baseName: "csm_host_pro_oci_host_count_top99p_sum",
1194+
type: "number",
1195+
format: "int64",
1196+
},
11791197
cspmAasHostTop99pSum: {
11801198
baseName: "cspm_aas_host_top99p_sum",
11811199
type: "number",

0 commit comments

Comments
 (0)