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
17 changes: 17 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21610,6 +21610,12 @@ 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.
Expand Down Expand Up @@ -22753,6 +22759,12 @@ 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.
Expand Down Expand Up @@ -23903,6 +23915,11 @@ 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.
Expand Down
8 changes: 8 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,6 +73,7 @@ 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,),
"cspm_aas_host_top99p": (int,),
"cspm_aws_host_top99p": (int,),
Expand Down Expand Up @@ -288,6 +289,7 @@ 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",
"cspm_aas_host_top99p": "cspm_aas_host_top99p",
"cspm_aws_host_top99p": "cspm_aws_host_top99p",
Expand Down Expand Up @@ -504,6 +506,7 @@ 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,
cspm_aas_host_top99p: Union[int, UnsetType] = unset,
cspm_aws_host_top99p: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -819,6 +822,9 @@ 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

Expand Down Expand Up @@ -1408,6 +1414,8 @@ 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 cspm_aas_host_top99p is not unset:
Expand Down
8 changes: 8 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,6 +68,7 @@ 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,),
"cspm_aas_host_top99p": (int,),
"cspm_aws_host_top99p": (int,),
Expand Down Expand Up @@ -289,6 +290,7 @@ 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",
"cspm_aas_host_top99p": "cspm_aas_host_top99p",
"cspm_aws_host_top99p": "cspm_aws_host_top99p",
Expand Down Expand Up @@ -511,6 +513,7 @@ 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,
cspm_aas_host_top99p: Union[int, UnsetType] = unset,
cspm_aws_host_top99p: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -836,6 +839,9 @@ 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

Expand Down Expand Up @@ -1441,6 +1447,8 @@ 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 cspm_aas_host_top99p is not unset:
Expand Down
8 changes: 8 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,6 +76,7 @@ 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,),
"cspm_aas_host_top99p_sum": (int,),
"cspm_aws_host_top99p_sum": (int,),
Expand Down Expand Up @@ -302,6 +303,7 @@ 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",
"cspm_aas_host_top99p_sum": "cspm_aas_host_top99p_sum",
"cspm_aws_host_top99p_sum": "cspm_aws_host_top99p_sum",
Expand Down Expand Up @@ -529,6 +531,7 @@ 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,
cspm_aas_host_top99p_sum: Union[int, UnsetType] = unset,
cspm_aws_host_top99p_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -857,6 +860,9 @@ 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

Expand Down Expand Up @@ -1480,6 +1486,8 @@ 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 cspm_aas_host_top99p_sum is not unset:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-02-18T16:57:05.121Z
2026-01-07T12:38:45.716Z
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ interactions:
uri: https://api.datadoghq.com/api/v2/synthetics/suites
response:
body:
string: '{"data":{"type":"suites","attributes":{"type":"suite","monitor_id":259845717,"name":"Example
suite name","options":{},"tests":[],"tags":["env:production"],"public_id":"hik-xp5-9q6","created_at":"2026-02-18T16:57:05.583051+00:00","modified_at":"2026-02-18T16:57:05.583051+00:00","created_by":{"name":"Corentin
Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"},"message":"Notification
message","org_id":321813,"modified_by":{"name":"Corentin Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"}},"id":"hik-xp5-9q6"}}
string: '{"data":{"type":"suites","id":"36n-bb6-njj","attributes":{"tags":["env:production"],"type":"suite","created_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
Account"},"created_at":"2026-01-07T12:38:46.109472+00:00","modified_at":"2026-01-07T12:38:46.109472+00:00","message":"Notification
message","public_id":"36n-bb6-njj","options":{},"modified_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
Account"},"tests":[],"name":"Example suite name","org_id":321813,"monitor_id":249141773}}}

'
headers:
Expand All @@ -24,7 +24,7 @@ interactions:
code: 200
message: OK
- request:
body: '{"data":{"attributes":{"public_ids":["hik-xp5-9q6"]},"type":"delete_suites_request"}}'
body: '{"data":{"attributes":{"public_ids":["36n-bb6-njj"]},"type":"delete_suites_request"}}'
headers:
accept:
- application/json
Expand All @@ -34,7 +34,8 @@ interactions:
uri: https://api.datadoghq.com/api/v2/synthetics/suites/bulk-delete
response:
body:
string: '{"data":[{"type":"suites","attributes":{"deleted_at":"2026-02-18 16:57:06.420679","public_id":"hik-xp5-9q6"},"id":"hik-xp5-9q6"}]}
string: '{"data":[{"type":"suites","attributes":{"public_id":"36n-bb6-njj","deleted_at":"2026-01-07
12:38:46.679914"},"id":"36n-bb6-njj"}]}

'
headers:
Expand Down