diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index bf2effce63..6e15cf2f06 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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. @@ -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. @@ -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. diff --git a/src/datadog_api_client/v1/model/usage_summary_date.py b/src/datadog_api_client/v1/model/usage_summary_date.py index 71ee325abf..f8a2fef6e5 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -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,), @@ -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", @@ -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, @@ -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 @@ -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: diff --git a/src/datadog_api_client/v1/model/usage_summary_date_org.py b/src/datadog_api_client/v1/model/usage_summary_date_org.py index 436add0a41..362dd1ddd9 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date_org.py +++ b/src/datadog_api_client/v1/model/usage_summary_date_org.py @@ -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,), @@ -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", @@ -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, @@ -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 @@ -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: diff --git a/src/datadog_api_client/v1/model/usage_summary_response.py b/src/datadog_api_client/v1/model/usage_summary_response.py index 13e507ac97..69833c4a5a 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -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,), @@ -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", @@ -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, @@ -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 @@ -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: diff --git a/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.frozen b/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.frozen index 957e037f23..62723cd8d2 100644 --- a/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.frozen +++ b/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.frozen @@ -1 +1 @@ -2026-02-18T16:57:05.121Z \ No newline at end of file +2026-01-07T12:38:45.716Z \ No newline at end of file diff --git a/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.yaml b/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.yaml index ee353eaab8..d29e21551c 100644 --- a/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.yaml +++ b/tests/v2/cassettes/test_scenarios/test_create_a_test_suite_returns_ok_response.yaml @@ -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: @@ -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 @@ -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: