Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21641,11 +21641,22 @@ components:
org.
format: int64
type: integer
csm_host_enterprise_oci_host_count_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Enterprise OCI hosts over all hours in the current date for the given
org.
format: int64
type: integer
csm_host_enterprise_total_host_count_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Enterprise hosts over all hours in the current date for the given org.
format: int64
type: integer
csm_host_pro_oci_host_count_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Pro OCI hosts over all hours in the current date for the given org.
format: int64
type: integer
cspm_aas_host_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Pro Azure app services hosts over all hours in the current date for all
Expand Down Expand Up @@ -22784,11 +22795,22 @@ components:
org.
format: int64
type: integer
csm_host_enterprise_oci_host_count_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Enterprise OCI hosts over all hours in the current date for the given
org.
format: int64
type: integer
csm_host_enterprise_total_host_count_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Enterprise hosts over all hours in the current date for the given org.
format: int64
type: integer
csm_host_pro_oci_host_count_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Pro OCI hosts over all hours in the current date for the given org.
format: int64
type: integer
cspm_aas_host_top99p:
description: Shows the 99th percentile of all Cloud Security Management
Pro Azure app services hosts over all hours in the current date for the
Expand Down Expand Up @@ -23934,11 +23956,21 @@ components:
Enterprise GCP hosts over all hours in the current month for all organizations.
format: int64
type: integer
csm_host_enterprise_oci_host_count_top99p_sum:
description: Shows the 99th percentile of all Cloud Security Management
Enterprise OCI hosts over all hours in the current month for all organizations.
format: int64
type: integer
csm_host_enterprise_total_host_count_top99p_sum:
description: Shows the 99th percentile of all Cloud Security Management
Enterprise hosts over all hours in the current month for all organizations.
format: int64
type: integer
csm_host_pro_oci_host_count_top99p_sum:
description: Shows the 99th percentile of all Cloud Security Management
Pro OCI hosts over all hours in the current month for all organizations.
format: int64
type: integer
cspm_aas_host_top99p_sum:
description: Shows the 99th percentile of all Cloud Security Management
Pro Azure app services hosts over all hours in the current month for all
Expand Down
16 changes: 16 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def openapi_types(_):
"csm_host_enterprise_compliance_host_count_top99p": (int,),
"csm_host_enterprise_cws_host_count_top99p": (int,),
"csm_host_enterprise_gcp_host_count_top99p": (int,),
"csm_host_enterprise_oci_host_count_top99p": (int,),
"csm_host_enterprise_total_host_count_top99p": (int,),
"csm_host_pro_oci_host_count_top99p": (int,),
"cspm_aas_host_top99p": (int,),
"cspm_aws_host_top99p": (int,),
"cspm_azure_host_top99p": (int,),
Expand Down Expand Up @@ -288,7 +290,9 @@ def openapi_types(_):
"csm_host_enterprise_compliance_host_count_top99p": "csm_host_enterprise_compliance_host_count_top99p",
"csm_host_enterprise_cws_host_count_top99p": "csm_host_enterprise_cws_host_count_top99p",
"csm_host_enterprise_gcp_host_count_top99p": "csm_host_enterprise_gcp_host_count_top99p",
"csm_host_enterprise_oci_host_count_top99p": "csm_host_enterprise_oci_host_count_top99p",
"csm_host_enterprise_total_host_count_top99p": "csm_host_enterprise_total_host_count_top99p",
"csm_host_pro_oci_host_count_top99p": "csm_host_pro_oci_host_count_top99p",
"cspm_aas_host_top99p": "cspm_aas_host_top99p",
"cspm_aws_host_top99p": "cspm_aws_host_top99p",
"cspm_azure_host_top99p": "cspm_azure_host_top99p",
Expand Down Expand Up @@ -504,7 +508,9 @@ def __init__(
csm_host_enterprise_compliance_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_cws_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_gcp_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_oci_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_total_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_pro_oci_host_count_top99p: Union[int, UnsetType] = unset,
cspm_aas_host_top99p: Union[int, UnsetType] = unset,
cspm_aws_host_top99p: Union[int, UnsetType] = unset,
cspm_azure_host_top99p: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -819,9 +825,15 @@ def __init__(
:param csm_host_enterprise_gcp_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
:type csm_host_enterprise_gcp_host_count_top99p: int, optional

:param csm_host_enterprise_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
:type csm_host_enterprise_oci_host_count_top99p: int, optional

:param csm_host_enterprise_total_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
:type csm_host_enterprise_total_host_count_top99p: int, optional

:param csm_host_pro_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
:type csm_host_pro_oci_host_count_top99p: int, optional

:param cspm_aas_host_top99p: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for all organizations.
:type cspm_aas_host_top99p: int, optional

Expand Down Expand Up @@ -1408,8 +1420,12 @@ def __init__(
kwargs["csm_host_enterprise_cws_host_count_top99p"] = csm_host_enterprise_cws_host_count_top99p
if csm_host_enterprise_gcp_host_count_top99p is not unset:
kwargs["csm_host_enterprise_gcp_host_count_top99p"] = csm_host_enterprise_gcp_host_count_top99p
if csm_host_enterprise_oci_host_count_top99p is not unset:
kwargs["csm_host_enterprise_oci_host_count_top99p"] = csm_host_enterprise_oci_host_count_top99p
if csm_host_enterprise_total_host_count_top99p is not unset:
kwargs["csm_host_enterprise_total_host_count_top99p"] = csm_host_enterprise_total_host_count_top99p
if csm_host_pro_oci_host_count_top99p is not unset:
kwargs["csm_host_pro_oci_host_count_top99p"] = csm_host_pro_oci_host_count_top99p
if cspm_aas_host_top99p is not unset:
kwargs["cspm_aas_host_top99p"] = cspm_aas_host_top99p
if cspm_aws_host_top99p is not unset:
Expand Down
16 changes: 16 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ def openapi_types(_):
"csm_host_enterprise_compliance_host_count_top99p": (int,),
"csm_host_enterprise_cws_host_count_top99p": (int,),
"csm_host_enterprise_gcp_host_count_top99p": (int,),
"csm_host_enterprise_oci_host_count_top99p": (int,),
"csm_host_enterprise_total_host_count_top99p": (int,),
"csm_host_pro_oci_host_count_top99p": (int,),
"cspm_aas_host_top99p": (int,),
"cspm_aws_host_top99p": (int,),
"cspm_azure_host_top99p": (int,),
Expand Down Expand Up @@ -289,7 +291,9 @@ def openapi_types(_):
"csm_host_enterprise_compliance_host_count_top99p": "csm_host_enterprise_compliance_host_count_top99p",
"csm_host_enterprise_cws_host_count_top99p": "csm_host_enterprise_cws_host_count_top99p",
"csm_host_enterprise_gcp_host_count_top99p": "csm_host_enterprise_gcp_host_count_top99p",
"csm_host_enterprise_oci_host_count_top99p": "csm_host_enterprise_oci_host_count_top99p",
"csm_host_enterprise_total_host_count_top99p": "csm_host_enterprise_total_host_count_top99p",
"csm_host_pro_oci_host_count_top99p": "csm_host_pro_oci_host_count_top99p",
"cspm_aas_host_top99p": "cspm_aas_host_top99p",
"cspm_aws_host_top99p": "cspm_aws_host_top99p",
"cspm_azure_host_top99p": "cspm_azure_host_top99p",
Expand Down Expand Up @@ -511,7 +515,9 @@ def __init__(
csm_host_enterprise_compliance_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_cws_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_gcp_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_oci_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_enterprise_total_host_count_top99p: Union[int, UnsetType] = unset,
csm_host_pro_oci_host_count_top99p: Union[int, UnsetType] = unset,
cspm_aas_host_top99p: Union[int, UnsetType] = unset,
cspm_aws_host_top99p: Union[int, UnsetType] = unset,
cspm_azure_host_top99p: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -836,9 +842,15 @@ def __init__(
:param csm_host_enterprise_gcp_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
:type csm_host_enterprise_gcp_host_count_top99p: int, optional

:param csm_host_enterprise_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current date for the given org.
:type csm_host_enterprise_oci_host_count_top99p: int, optional

:param csm_host_enterprise_total_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
:type csm_host_enterprise_total_host_count_top99p: int, optional

:param csm_host_pro_oci_host_count_top99p: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
:type csm_host_pro_oci_host_count_top99p: int, optional

:param cspm_aas_host_top99p: 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.
:type cspm_aas_host_top99p: int, optional

Expand Down Expand Up @@ -1441,8 +1453,12 @@ def __init__(
kwargs["csm_host_enterprise_cws_host_count_top99p"] = csm_host_enterprise_cws_host_count_top99p
if csm_host_enterprise_gcp_host_count_top99p is not unset:
kwargs["csm_host_enterprise_gcp_host_count_top99p"] = csm_host_enterprise_gcp_host_count_top99p
if csm_host_enterprise_oci_host_count_top99p is not unset:
kwargs["csm_host_enterprise_oci_host_count_top99p"] = csm_host_enterprise_oci_host_count_top99p
if csm_host_enterprise_total_host_count_top99p is not unset:
kwargs["csm_host_enterprise_total_host_count_top99p"] = csm_host_enterprise_total_host_count_top99p
if csm_host_pro_oci_host_count_top99p is not unset:
kwargs["csm_host_pro_oci_host_count_top99p"] = csm_host_pro_oci_host_count_top99p
if cspm_aas_host_top99p is not unset:
kwargs["cspm_aas_host_top99p"] = cspm_aas_host_top99p
if cspm_aws_host_top99p is not unset:
Expand Down
16 changes: 16 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ def openapi_types(_):
"csm_host_enterprise_compliance_host_count_top99p_sum": (int,),
"csm_host_enterprise_cws_host_count_top99p_sum": (int,),
"csm_host_enterprise_gcp_host_count_top99p_sum": (int,),
"csm_host_enterprise_oci_host_count_top99p_sum": (int,),
"csm_host_enterprise_total_host_count_top99p_sum": (int,),
"csm_host_pro_oci_host_count_top99p_sum": (int,),
"cspm_aas_host_top99p_sum": (int,),
"cspm_aws_host_top99p_sum": (int,),
"cspm_azure_host_top99p_sum": (int,),
Expand Down Expand Up @@ -302,7 +304,9 @@ def openapi_types(_):
"csm_host_enterprise_compliance_host_count_top99p_sum": "csm_host_enterprise_compliance_host_count_top99p_sum",
"csm_host_enterprise_cws_host_count_top99p_sum": "csm_host_enterprise_cws_host_count_top99p_sum",
"csm_host_enterprise_gcp_host_count_top99p_sum": "csm_host_enterprise_gcp_host_count_top99p_sum",
"csm_host_enterprise_oci_host_count_top99p_sum": "csm_host_enterprise_oci_host_count_top99p_sum",
"csm_host_enterprise_total_host_count_top99p_sum": "csm_host_enterprise_total_host_count_top99p_sum",
"csm_host_pro_oci_host_count_top99p_sum": "csm_host_pro_oci_host_count_top99p_sum",
"cspm_aas_host_top99p_sum": "cspm_aas_host_top99p_sum",
"cspm_aws_host_top99p_sum": "cspm_aws_host_top99p_sum",
"cspm_azure_host_top99p_sum": "cspm_azure_host_top99p_sum",
Expand Down Expand Up @@ -529,7 +533,9 @@ def __init__(
csm_host_enterprise_compliance_host_count_top99p_sum: Union[int, UnsetType] = unset,
csm_host_enterprise_cws_host_count_top99p_sum: Union[int, UnsetType] = unset,
csm_host_enterprise_gcp_host_count_top99p_sum: Union[int, UnsetType] = unset,
csm_host_enterprise_oci_host_count_top99p_sum: Union[int, UnsetType] = unset,
csm_host_enterprise_total_host_count_top99p_sum: Union[int, UnsetType] = unset,
csm_host_pro_oci_host_count_top99p_sum: Union[int, UnsetType] = unset,
cspm_aas_host_top99p_sum: Union[int, UnsetType] = unset,
cspm_aws_host_top99p_sum: Union[int, UnsetType] = unset,
cspm_azure_host_top99p_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -857,9 +863,15 @@ def __init__(
:param csm_host_enterprise_gcp_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current month for all organizations.
:type csm_host_enterprise_gcp_host_count_top99p_sum: int, optional

:param csm_host_enterprise_oci_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Enterprise OCI hosts over all hours in the current month for all organizations.
:type csm_host_enterprise_oci_host_count_top99p_sum: int, optional

:param csm_host_enterprise_total_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
:type csm_host_enterprise_total_host_count_top99p_sum: int, optional

:param csm_host_pro_oci_host_count_top99p_sum: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current month for all organizations.
:type csm_host_pro_oci_host_count_top99p_sum: int, optional

:param cspm_aas_host_top99p_sum: Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current month for all organizations.
:type cspm_aas_host_top99p_sum: int, optional

Expand Down Expand Up @@ -1480,8 +1492,12 @@ def __init__(
kwargs["csm_host_enterprise_cws_host_count_top99p_sum"] = csm_host_enterprise_cws_host_count_top99p_sum
if csm_host_enterprise_gcp_host_count_top99p_sum is not unset:
kwargs["csm_host_enterprise_gcp_host_count_top99p_sum"] = csm_host_enterprise_gcp_host_count_top99p_sum
if csm_host_enterprise_oci_host_count_top99p_sum is not unset:
kwargs["csm_host_enterprise_oci_host_count_top99p_sum"] = csm_host_enterprise_oci_host_count_top99p_sum
if csm_host_enterprise_total_host_count_top99p_sum is not unset:
kwargs["csm_host_enterprise_total_host_count_top99p_sum"] = csm_host_enterprise_total_host_count_top99p_sum
if csm_host_pro_oci_host_count_top99p_sum is not unset:
kwargs["csm_host_pro_oci_host_count_top99p_sum"] = csm_host_pro_oci_host_count_top99p_sum
if cspm_aas_host_top99p_sum is not unset:
kwargs["cspm_aas_host_top99p_sum"] = cspm_aas_host_top99p_sum
if cspm_aws_host_top99p_sum is not unset:
Expand Down