Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0fd249

Browse files
author
ci.datadog-api-spec
committedSep 20, 2023
Regenerate client from commit 02293aa4 of spec repo
1 parent 0756342 commit e0fd249

File tree

8 files changed

+447
-8
lines changed

8 files changed

+447
-8
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.5",
7-
"regenerated": "2023-09-19 15:38:28.662662",
8-
"spec_repo_commit": "30c5293b"
7+
"regenerated": "2023-09-20 14:31:12.484150",
8+
"spec_repo_commit": "02293aa4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-09-19 15:38:28.677004",
13-
"spec_repo_commit": "30c5293b"
12+
"regenerated": "2023-09-20 14:31:12.498545",
13+
"spec_repo_commit": "02293aa4"
1414
}
1515
}
1616
}

‎.generator/schemas/v1/openapi.yaml

+169-1
Original file line numberDiff line numberDiff line change
@@ -7689,7 +7689,7 @@ components:
76897689
format: double
76907690
type: number
76917691
cspm_hosts_percentage:
7692-
description: The percentage of CSPM host usage by by tag(s).
7692+
description: The percentage of CSPM host usage by tag(s).
76937693
format: double
76947694
type: number
76957695
cspm_hosts_usage:
@@ -17880,6 +17880,63 @@ components:
1788017880
hours in the current date for all organizations.
1788117881
format: int64
1788217882
type: integer
17883+
csm_container_enterprise_compliance_count_sum:
17884+
description: Shows the sum of all Cloud Security Management Enterprise compliance
17885+
containers over all hours in the current date for the given org.
17886+
format: int64
17887+
type: integer
17888+
csm_container_enterprise_cws_count_sum:
17889+
description: Shows the sum of all Cloud Security Management Enterprise Cloud
17890+
Workload Security containers over all hours in the current date for the
17891+
given org.
17892+
format: int64
17893+
type: integer
17894+
csm_container_enterprise_total_count_sum:
17895+
description: Shows the sum of all Cloud Security Management Enterprise containers
17896+
over all hours in the current date for the given org.
17897+
format: int64
17898+
type: integer
17899+
csm_host_enterprise_aas_host_count_top99p:
17900+
description: Shows the 99th percentile of all Cloud Security Management
17901+
Enterprise Azure app services hosts over all hours in the current date
17902+
for the given org.
17903+
format: int64
17904+
type: integer
17905+
csm_host_enterprise_aws_host_count_top99p:
17906+
description: Shows the 99th percentile of all Cloud Security Management
17907+
Enterprise AWS hosts over all hours in the current date for the given
17908+
org.
17909+
format: int64
17910+
type: integer
17911+
csm_host_enterprise_azure_host_count_top99p:
17912+
description: Shows the 99th percentile of all Cloud Security Management
17913+
Enterprise Azure hosts over all hours in the current date for the given
17914+
org.
17915+
format: int64
17916+
type: integer
17917+
csm_host_enterprise_compliance_host_count_top99p:
17918+
description: Shows the 99th percentile of all Cloud Security Management
17919+
Enterprise compliance hosts over all hours in the current date for the
17920+
given org.
17921+
format: int64
17922+
type: integer
17923+
csm_host_enterprise_cws_host_count_top99p:
17924+
description: Shows the 99th percentile of all Cloud Security Management
17925+
Enterprise Cloud Workload Security hosts over all hours in the current
17926+
date for the given org.
17927+
format: int64
17928+
type: integer
17929+
csm_host_enterprise_gcp_host_count_top99p:
17930+
description: Shows the 99th percentile of all Cloud Security Management
17931+
Enterprise GCP hosts over all hours in the current date for the given
17932+
org.
17933+
format: int64
17934+
type: integer
17935+
csm_host_enterprise_total_host_count_top99p:
17936+
description: Shows the 99th percentile of all Cloud Security Management
17937+
Enterprise hosts over all hours in the current date for the given org.
17938+
format: int64
17939+
type: integer
1788317940
cspm_aas_host_top99p:
1788417941
description: Shows the 99th percentile of all Cloud Security Posture Management
1788517942
Azure app services hosts over all hours in the current date for all organizations.
@@ -18323,6 +18380,63 @@ components:
1832318380
hours in the current date for the given org.
1832418381
format: int64
1832518382
type: integer
18383+
csm_container_enterprise_compliance_count_sum:
18384+
description: Shows the sum of all Cloud Security Management Enterprise compliance
18385+
containers over all hours in the current date for the given org.
18386+
format: int64
18387+
type: integer
18388+
csm_container_enterprise_cws_count_sum:
18389+
description: Shows the sum of all Cloud Security Management Enterprise Cloud
18390+
Workload Security containers over all hours in the current date for the
18391+
given org.
18392+
format: int64
18393+
type: integer
18394+
csm_container_enterprise_total_count_sum:
18395+
description: Shows the sum of all Cloud Security Management Enterprise containers
18396+
over all hours in the current date for the given org.
18397+
format: int64
18398+
type: integer
18399+
csm_host_enterprise_aas_host_count_top99p:
18400+
description: Shows the 99th percentile of all Cloud Security Management
18401+
Enterprise Azure app services hosts over all hours in the current date
18402+
for the given org.
18403+
format: int64
18404+
type: integer
18405+
csm_host_enterprise_aws_host_count_top99p:
18406+
description: Shows the 99th percentile of all Cloud Security Management
18407+
Enterprise AWS hosts over all hours in the current date for the given
18408+
org.
18409+
format: int64
18410+
type: integer
18411+
csm_host_enterprise_azure_host_count_top99p:
18412+
description: Shows the 99th percentile of all Cloud Security Management
18413+
Enterprise Azure hosts over all hours in the current date for the given
18414+
org.
18415+
format: int64
18416+
type: integer
18417+
csm_host_enterprise_compliance_host_count_top99p:
18418+
description: Shows the 99th percentile of all Cloud Security Management
18419+
Enterprise compliance hosts over all hours in the current date for the
18420+
given org.
18421+
format: int64
18422+
type: integer
18423+
csm_host_enterprise_cws_host_count_top99p:
18424+
description: Shows the 99th percentile of all Cloud Security Management
18425+
Enterprise Cloud Workload Security hosts over all hours in the current
18426+
date for the given org.
18427+
format: int64
18428+
type: integer
18429+
csm_host_enterprise_gcp_host_count_top99p:
18430+
description: Shows the 99th percentile of all Cloud Security Management
18431+
Enterprise GCP hosts over all hours in the current date for the given
18432+
org.
18433+
format: int64
18434+
type: integer
18435+
csm_host_enterprise_total_host_count_top99p:
18436+
description: Shows the 99th percentile of all Cloud Security Management
18437+
Enterprise hosts over all hours in the current date for the given org.
18438+
format: int64
18439+
type: integer
1832618440
cspm_aas_host_top99p:
1832718441
description: Shows the 99th percentile of all Cloud Security Posture Management
1832818442
Azure app services hosts over all hours in the current date for the given
@@ -18774,6 +18888,60 @@ components:
1877418888
over all hours in the current months for all organizations.
1877518889
format: int64
1877618890
type: integer
18891+
csm_container_enterprise_compliance_count_agg_sum:
18892+
description: Shows the sum of all Cloud Security Management Enterprise compliance
18893+
containers over all hours in the current months for all organizations.
18894+
format: int64
18895+
type: integer
18896+
csm_container_enterprise_cws_count_agg_sum:
18897+
description: Shows the sum of all Cloud Security Management Enterprise Cloud
18898+
Workload Security containers over all hours in the current months for
18899+
all organizations.
18900+
format: int64
18901+
type: integer
18902+
csm_container_enterprise_total_count_agg_sum:
18903+
description: Shows the sum of all Cloud Security Management Enterprise containers
18904+
over all hours in the current months for all organizations.
18905+
format: int64
18906+
type: integer
18907+
csm_host_enterprise_aas_host_count_top99p_sum:
18908+
description: Shows the 99th percentile of all Cloud Security Management
18909+
Enterprise Azure app services hosts over all hours in the current months
18910+
for all organizations.
18911+
format: int64
18912+
type: integer
18913+
csm_host_enterprise_aws_host_count_top99p_sum:
18914+
description: Shows the 99th percentile of all Cloud Security Management
18915+
Enterprise AWS hosts over all hours in the current months for all organizations.
18916+
format: int64
18917+
type: integer
18918+
csm_host_enterprise_azure_host_count_top99p_sum:
18919+
description: Shows the 99th percentile of all Cloud Security Management
18920+
Enterprise Azure hosts over all hours in the current months for all organizations.
18921+
format: int64
18922+
type: integer
18923+
csm_host_enterprise_compliance_host_count_top99p_sum:
18924+
description: Shows the 99th percentile of all Cloud Security Management
18925+
Enterprise compliance hosts over all hours in the current months for all
18926+
organizations.
18927+
format: int64
18928+
type: integer
18929+
csm_host_enterprise_cws_host_count_top99p_sum:
18930+
description: Shows the 99th percentile of all Cloud Security Management
18931+
Enterprise Cloud Workload Security hosts over all hours in the current
18932+
months for all organizations.
18933+
format: int64
18934+
type: integer
18935+
csm_host_enterprise_gcp_host_count_top99p_sum:
18936+
description: Shows the 99th percentile of all Cloud Security Management
18937+
Enterprise GCP hosts over all hours in the current months for all organizations.
18938+
format: int64
18939+
type: integer
18940+
csm_host_enterprise_total_host_count_top99p_sum:
18941+
description: Shows the 99th percentile of all Cloud Security Management
18942+
Enterprise hosts over all hours in the current months for all organizations.
18943+
format: int64
18944+
type: integer
1877718945
cspm_aas_host_top99p_sum:
1877818946
description: Shows the 99th percentile of all Cloud Security Posture Management
1877918947
Azure app services hosts over all hours in the current months for all

‎.generator/schemas/v2/openapi.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27072,7 +27072,8 @@ paths:
2707227072

2707327073
`application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`,
2707427074

27075-
`cspm`, `custom_events`, `cws`, `dbm`, `fargate`,
27075+
`csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`,
27076+
`cws`, `dbm`, `fargate`,
2707627077

2707727078
`infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`,
2707827079
`iot`,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class MonthlyUsageAttributionValues {
9999
*/
100100
"cspmContainersUsage"?: number;
101101
/**
102-
* The percentage of CSPM host usage by by tag(s).
102+
* The percentage of CSPM host usage by tag(s).
103103
*/
104104
"cspmHostsPercentage"?: number;
105105
/**

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

+90
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,46 @@ export class UsageSummaryDate {
119119
* Shows the high-water mark of all distinct containers over all hours in the current date for all organizations.
120120
*/
121121
"containerHwm"?: number;
122+
/**
123+
* Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current date for the given org.
124+
*/
125+
"csmContainerEnterpriseComplianceCountSum"?: number;
126+
/**
127+
* Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current date for the given org.
128+
*/
129+
"csmContainerEnterpriseCwsCountSum"?: number;
130+
/**
131+
* Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current date for the given org.
132+
*/
133+
"csmContainerEnterpriseTotalCountSum"?: number;
134+
/**
135+
* Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current date for the given org.
136+
*/
137+
"csmHostEnterpriseAasHostCountTop99p"?: number;
138+
/**
139+
* Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current date for the given org.
140+
*/
141+
"csmHostEnterpriseAwsHostCountTop99p"?: number;
142+
/**
143+
* Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current date for the given org.
144+
*/
145+
"csmHostEnterpriseAzureHostCountTop99p"?: number;
146+
/**
147+
* Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current date for the given org.
148+
*/
149+
"csmHostEnterpriseComplianceHostCountTop99p"?: number;
150+
/**
151+
* Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current date for the given org.
152+
*/
153+
"csmHostEnterpriseCwsHostCountTop99p"?: number;
154+
/**
155+
* Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
156+
*/
157+
"csmHostEnterpriseGcpHostCountTop99p"?: number;
158+
/**
159+
* Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
160+
*/
161+
"csmHostEnterpriseTotalHostCountTop99p"?: number;
122162
/**
123163
* Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current date for all organizations.
124164
*/
@@ -504,6 +544,56 @@ export class UsageSummaryDate {
504544
type: "number",
505545
format: "int64",
506546
},
547+
csmContainerEnterpriseComplianceCountSum: {
548+
baseName: "csm_container_enterprise_compliance_count_sum",
549+
type: "number",
550+
format: "int64",
551+
},
552+
csmContainerEnterpriseCwsCountSum: {
553+
baseName: "csm_container_enterprise_cws_count_sum",
554+
type: "number",
555+
format: "int64",
556+
},
557+
csmContainerEnterpriseTotalCountSum: {
558+
baseName: "csm_container_enterprise_total_count_sum",
559+
type: "number",
560+
format: "int64",
561+
},
562+
csmHostEnterpriseAasHostCountTop99p: {
563+
baseName: "csm_host_enterprise_aas_host_count_top99p",
564+
type: "number",
565+
format: "int64",
566+
},
567+
csmHostEnterpriseAwsHostCountTop99p: {
568+
baseName: "csm_host_enterprise_aws_host_count_top99p",
569+
type: "number",
570+
format: "int64",
571+
},
572+
csmHostEnterpriseAzureHostCountTop99p: {
573+
baseName: "csm_host_enterprise_azure_host_count_top99p",
574+
type: "number",
575+
format: "int64",
576+
},
577+
csmHostEnterpriseComplianceHostCountTop99p: {
578+
baseName: "csm_host_enterprise_compliance_host_count_top99p",
579+
type: "number",
580+
format: "int64",
581+
},
582+
csmHostEnterpriseCwsHostCountTop99p: {
583+
baseName: "csm_host_enterprise_cws_host_count_top99p",
584+
type: "number",
585+
format: "int64",
586+
},
587+
csmHostEnterpriseGcpHostCountTop99p: {
588+
baseName: "csm_host_enterprise_gcp_host_count_top99p",
589+
type: "number",
590+
format: "int64",
591+
},
592+
csmHostEnterpriseTotalHostCountTop99p: {
593+
baseName: "csm_host_enterprise_total_host_count_top99p",
594+
type: "number",
595+
format: "int64",
596+
},
507597
cspmAasHostTop99p: {
508598
baseName: "cspm_aas_host_top99p",
509599
type: "number",

0 commit comments

Comments
 (0)
Please sign in to comment.