datadog_api_client 2.26.1 → 2.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +2152 -10
- data/.generator/schemas/v2/openapi.yaml +1771 -41
- data/.generator/src/generator/formatter.py +1 -1
- data/.github/workflows/approved_status.yml +4 -0
- data/.github/workflows/changelog.yml +5 -0
- data/.github/workflows/codeql-analysis.yml +4 -0
- data/.github/workflows/docs.yml +3 -0
- data/.github/workflows/labeler.yml +5 -0
- data/.github/workflows/prepare_release.yml +4 -0
- data/.github/workflows/publish.yml +5 -0
- data/.github/workflows/release.yml +4 -0
- data/.github/workflows/stale.yml +6 -0
- data/.github/workflows/test.yml +3 -0
- data/.github/workflows/test_integration.yml +3 -0
- data/CHANGELOG.md +27 -0
- data/examples/v1/dashboards/CreateDashboard_1433408735.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_794302680.rb +152 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_3829801148.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsMobileTest.rb +27 -0
- data/examples/v1/synthetics/FetchUptimes.rb +13 -0
- data/examples/v1/synthetics/GetMobileTest.rb +8 -0
- data/examples/v1/synthetics/UpdateMobileTest.rb +30 -0
- data/examples/v2/logs/AggregateLogs_2955613758.rb +0 -1
- data/examples/v2/microsoft-teams-integration/CreateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/CreateApiHandle_1540689753.rb +17 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle_377884154.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName_1103107145.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle_2883785101.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetChannelByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles_769592979.rb +5 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle_419892746.rb +18 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +9 -0
- data/lib/datadog_api_client/inflector.rb +51 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +272 -0
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_config_variable_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_fetch_uptimes_payload.rb +167 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_device_id.rb +251 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step.rb +203 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_type.rb +42 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test.rb +263 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items_role.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_ci_options.rb +123 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_config.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments_property_names.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb +354 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options.rb +155 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options_notification_preset_name.rb +29 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application.rb +154 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application_reference_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_port.rb +63 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_uptime.rb +135 -0
- data/lib/datadog_api_client/v1/models/synthetics_uptime.rb +161 -0
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +16 -4
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match_type.rb +31 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb +36 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace.rb +63 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring.rb +165 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb +163 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +31 -1
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/metrics_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +497 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/fastly_services_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_type_category.rb +27 -0
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_attributes.rb +249 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handles_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_get_channel_by_name_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +35 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb +145 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/team_update_attributes.rb +1 -26
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +72 -2
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# Match Sub-string definition.
|
|
21
|
+
class TableWidgetTextFormatReplaceSubstring
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# Text that will be replaced.
|
|
25
|
+
attr_reader :substring
|
|
26
|
+
|
|
27
|
+
# Table widget text format replace sub-string type.
|
|
28
|
+
attr_reader :type
|
|
29
|
+
|
|
30
|
+
# Text that will replace original sub-string.
|
|
31
|
+
attr_reader :with
|
|
32
|
+
|
|
33
|
+
attr_accessor :additional_properties
|
|
34
|
+
|
|
35
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
36
|
+
# @!visibility private
|
|
37
|
+
def self.attribute_map
|
|
38
|
+
{
|
|
39
|
+
:'substring' => :'substring',
|
|
40
|
+
:'type' => :'type',
|
|
41
|
+
:'with' => :'with'
|
|
42
|
+
}
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
# Attribute type mapping.
|
|
46
|
+
# @!visibility private
|
|
47
|
+
def self.openapi_types
|
|
48
|
+
{
|
|
49
|
+
:'substring' => :'String',
|
|
50
|
+
:'type' => :'TableWidgetTextFormatReplaceSubstringType',
|
|
51
|
+
:'with' => :'String'
|
|
52
|
+
}
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
# Initializes the object
|
|
56
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
57
|
+
# @!visibility private
|
|
58
|
+
def initialize(attributes = {})
|
|
59
|
+
if (!attributes.is_a?(Hash))
|
|
60
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::TableWidgetTextFormatReplaceSubstring` initialize method"
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
self.additional_properties = {}
|
|
64
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
65
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
66
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
67
|
+
self.additional_properties[k.to_sym] = v
|
|
68
|
+
else
|
|
69
|
+
h[k.to_sym] = v
|
|
70
|
+
end
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
if attributes.key?(:'substring')
|
|
74
|
+
self.substring = attributes[:'substring']
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
if attributes.key?(:'type')
|
|
78
|
+
self.type = attributes[:'type']
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
if attributes.key?(:'with')
|
|
82
|
+
self.with = attributes[:'with']
|
|
83
|
+
end
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# Check to see if the all the properties in the model are valid
|
|
87
|
+
# @return true if the model is valid
|
|
88
|
+
# @!visibility private
|
|
89
|
+
def valid?
|
|
90
|
+
return false if @substring.nil?
|
|
91
|
+
return false if @type.nil?
|
|
92
|
+
return false if @with.nil?
|
|
93
|
+
true
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
# Custom attribute writer method with validation
|
|
97
|
+
# @param substring [Object] Object to be assigned
|
|
98
|
+
# @!visibility private
|
|
99
|
+
def substring=(substring)
|
|
100
|
+
if substring.nil?
|
|
101
|
+
fail ArgumentError, 'invalid value for "substring", substring cannot be nil.'
|
|
102
|
+
end
|
|
103
|
+
@substring = substring
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# Custom attribute writer method with validation
|
|
107
|
+
# @param type [Object] Object to be assigned
|
|
108
|
+
# @!visibility private
|
|
109
|
+
def type=(type)
|
|
110
|
+
if type.nil?
|
|
111
|
+
fail ArgumentError, 'invalid value for "type", type cannot be nil.'
|
|
112
|
+
end
|
|
113
|
+
@type = type
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
# Custom attribute writer method with validation
|
|
117
|
+
# @param with [Object] Object to be assigned
|
|
118
|
+
# @!visibility private
|
|
119
|
+
def with=(with)
|
|
120
|
+
if with.nil?
|
|
121
|
+
fail ArgumentError, 'invalid value for "with", with cannot be nil.'
|
|
122
|
+
end
|
|
123
|
+
@with = with
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
|
127
|
+
# @return [Hash] Returns the object in the form of hash
|
|
128
|
+
# @!visibility private
|
|
129
|
+
def to_hash
|
|
130
|
+
hash = {}
|
|
131
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
132
|
+
value = self.send(attr)
|
|
133
|
+
if value.nil?
|
|
134
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
135
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
hash[param] = _to_hash(value)
|
|
139
|
+
end
|
|
140
|
+
self.additional_properties.each_pair do |attr, value|
|
|
141
|
+
hash[attr] = value
|
|
142
|
+
end
|
|
143
|
+
hash
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
# Checks equality by comparing each attribute.
|
|
147
|
+
# @param o [Object] Object to be compared
|
|
148
|
+
# @!visibility private
|
|
149
|
+
def ==(o)
|
|
150
|
+
return true if self.equal?(o)
|
|
151
|
+
self.class == o.class &&
|
|
152
|
+
substring == o.substring &&
|
|
153
|
+
type == o.type &&
|
|
154
|
+
with == o.with
|
|
155
|
+
additional_properties == o.additional_properties
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
# Calculates hash code according to all attributes.
|
|
159
|
+
# @return [Integer] Hash code
|
|
160
|
+
# @!visibility private
|
|
161
|
+
def hash
|
|
162
|
+
[substring, type, with].hash
|
|
163
|
+
end
|
|
164
|
+
end
|
|
165
|
+
end
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# Table widget text format replace sub-string type.
|
|
21
|
+
class TableWidgetTextFormatReplaceSubstringType
|
|
22
|
+
include BaseEnumModel
|
|
23
|
+
|
|
24
|
+
SUBSTRING = "substring".freeze
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# Text format rules.
|
|
21
|
+
class TableWidgetTextFormatRule
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# Hex representation of the custom background color. Used with custom background palette option.
|
|
25
|
+
attr_accessor :custom_bg_color
|
|
26
|
+
|
|
27
|
+
# Hex representation of the custom text color. Used with custom text palette option.
|
|
28
|
+
attr_accessor :custom_fg_color
|
|
29
|
+
|
|
30
|
+
# Match rule for the table widget text format.
|
|
31
|
+
attr_reader :match
|
|
32
|
+
|
|
33
|
+
# Color-on-color palette to highlight replaced text.
|
|
34
|
+
attr_accessor :palette
|
|
35
|
+
|
|
36
|
+
# Replace rule for the table widget text format.
|
|
37
|
+
attr_accessor :replace
|
|
38
|
+
|
|
39
|
+
attr_accessor :additional_properties
|
|
40
|
+
|
|
41
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
42
|
+
# @!visibility private
|
|
43
|
+
def self.attribute_map
|
|
44
|
+
{
|
|
45
|
+
:'custom_bg_color' => :'custom_bg_color',
|
|
46
|
+
:'custom_fg_color' => :'custom_fg_color',
|
|
47
|
+
:'match' => :'match',
|
|
48
|
+
:'palette' => :'palette',
|
|
49
|
+
:'replace' => :'replace'
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# Attribute type mapping.
|
|
54
|
+
# @!visibility private
|
|
55
|
+
def self.openapi_types
|
|
56
|
+
{
|
|
57
|
+
:'custom_bg_color' => :'String',
|
|
58
|
+
:'custom_fg_color' => :'String',
|
|
59
|
+
:'match' => :'TableWidgetTextFormatMatch',
|
|
60
|
+
:'palette' => :'TableWidgetTextFormatPalette',
|
|
61
|
+
:'replace' => :'TableWidgetTextFormatReplace'
|
|
62
|
+
}
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
# Initializes the object
|
|
66
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
67
|
+
# @!visibility private
|
|
68
|
+
def initialize(attributes = {})
|
|
69
|
+
if (!attributes.is_a?(Hash))
|
|
70
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::TableWidgetTextFormatRule` initialize method"
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
self.additional_properties = {}
|
|
74
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
75
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
76
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
77
|
+
self.additional_properties[k.to_sym] = v
|
|
78
|
+
else
|
|
79
|
+
h[k.to_sym] = v
|
|
80
|
+
end
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
if attributes.key?(:'custom_bg_color')
|
|
84
|
+
self.custom_bg_color = attributes[:'custom_bg_color']
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
if attributes.key?(:'custom_fg_color')
|
|
88
|
+
self.custom_fg_color = attributes[:'custom_fg_color']
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
if attributes.key?(:'match')
|
|
92
|
+
self.match = attributes[:'match']
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if attributes.key?(:'palette')
|
|
96
|
+
self.palette = attributes[:'palette']
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
if attributes.key?(:'replace')
|
|
100
|
+
self.replace = attributes[:'replace']
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
# Check to see if the all the properties in the model are valid
|
|
105
|
+
# @return true if the model is valid
|
|
106
|
+
# @!visibility private
|
|
107
|
+
def valid?
|
|
108
|
+
return false if @match.nil?
|
|
109
|
+
true
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
# Custom attribute writer method with validation
|
|
113
|
+
# @param match [Object] Object to be assigned
|
|
114
|
+
# @!visibility private
|
|
115
|
+
def match=(match)
|
|
116
|
+
if match.nil?
|
|
117
|
+
fail ArgumentError, 'invalid value for "match", match cannot be nil.'
|
|
118
|
+
end
|
|
119
|
+
@match = match
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
|
123
|
+
# @return [Hash] Returns the object in the form of hash
|
|
124
|
+
# @!visibility private
|
|
125
|
+
def to_hash
|
|
126
|
+
hash = {}
|
|
127
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
128
|
+
value = self.send(attr)
|
|
129
|
+
if value.nil?
|
|
130
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
131
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
hash[param] = _to_hash(value)
|
|
135
|
+
end
|
|
136
|
+
self.additional_properties.each_pair do |attr, value|
|
|
137
|
+
hash[attr] = value
|
|
138
|
+
end
|
|
139
|
+
hash
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
# Checks equality by comparing each attribute.
|
|
143
|
+
# @param o [Object] Object to be compared
|
|
144
|
+
# @!visibility private
|
|
145
|
+
def ==(o)
|
|
146
|
+
return true if self.equal?(o)
|
|
147
|
+
self.class == o.class &&
|
|
148
|
+
custom_bg_color == o.custom_bg_color &&
|
|
149
|
+
custom_fg_color == o.custom_fg_color &&
|
|
150
|
+
match == o.match &&
|
|
151
|
+
palette == o.palette &&
|
|
152
|
+
replace == o.replace
|
|
153
|
+
additional_properties == o.additional_properties
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
# Calculates hash code according to all attributes.
|
|
157
|
+
# @return [Integer] Hash code
|
|
158
|
+
# @!visibility private
|
|
159
|
+
def hash
|
|
160
|
+
[custom_bg_color, custom_fg_color, match, palette, replace].hash
|
|
161
|
+
end
|
|
162
|
+
end
|
|
163
|
+
end
|
|
@@ -174,6 +174,9 @@ module DatadogAPIClient::V1
|
|
|
174
174
|
# Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for all organizations.
|
|
175
175
|
attr_accessor :cws_host_top99p
|
|
176
176
|
|
|
177
|
+
# Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
|
|
178
|
+
attr_accessor :data_jobs_monitoring_host_hr_sum
|
|
179
|
+
|
|
177
180
|
# The date for the usage.
|
|
178
181
|
attr_accessor :date
|
|
179
182
|
|
|
@@ -279,6 +282,12 @@ module DatadogAPIClient::V1
|
|
|
279
282
|
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
|
|
280
283
|
attr_accessor :observability_pipelines_bytes_processed_sum
|
|
281
284
|
|
|
285
|
+
# Shows the sum of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
|
|
286
|
+
attr_accessor :oci_host_sum
|
|
287
|
+
|
|
288
|
+
# Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
|
|
289
|
+
attr_accessor :oci_host_top99p
|
|
290
|
+
|
|
282
291
|
# Sum of all online archived events over all hours in the current date for all organizations.
|
|
283
292
|
attr_accessor :online_archive_events_count_sum
|
|
284
293
|
|
|
@@ -474,6 +483,7 @@ module DatadogAPIClient::V1
|
|
|
474
483
|
:'custom_ts_avg' => :'custom_ts_avg',
|
|
475
484
|
:'cws_container_count_avg' => :'cws_container_count_avg',
|
|
476
485
|
:'cws_host_top99p' => :'cws_host_top99p',
|
|
486
|
+
:'data_jobs_monitoring_host_hr_sum' => :'data_jobs_monitoring_host_hr_sum',
|
|
477
487
|
:'date' => :'date',
|
|
478
488
|
:'dbm_host_top99p' => :'dbm_host_top99p',
|
|
479
489
|
:'dbm_queries_count_avg' => :'dbm_queries_count_avg',
|
|
@@ -509,6 +519,8 @@ module DatadogAPIClient::V1
|
|
|
509
519
|
:'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
|
|
510
520
|
:'npm_host_top99p' => :'npm_host_top99p',
|
|
511
521
|
:'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
|
|
522
|
+
:'oci_host_sum' => :'oci_host_sum',
|
|
523
|
+
:'oci_host_top99p' => :'oci_host_top99p',
|
|
512
524
|
:'online_archive_events_count_sum' => :'online_archive_events_count_sum',
|
|
513
525
|
:'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
|
|
514
526
|
:'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
|
|
@@ -613,6 +625,7 @@ module DatadogAPIClient::V1
|
|
|
613
625
|
:'custom_ts_avg' => :'Integer',
|
|
614
626
|
:'cws_container_count_avg' => :'Integer',
|
|
615
627
|
:'cws_host_top99p' => :'Integer',
|
|
628
|
+
:'data_jobs_monitoring_host_hr_sum' => :'Integer',
|
|
616
629
|
:'date' => :'Time',
|
|
617
630
|
:'dbm_host_top99p' => :'Integer',
|
|
618
631
|
:'dbm_queries_count_avg' => :'Integer',
|
|
@@ -648,6 +661,8 @@ module DatadogAPIClient::V1
|
|
|
648
661
|
:'netflow_indexed_events_count_sum' => :'Integer',
|
|
649
662
|
:'npm_host_top99p' => :'Integer',
|
|
650
663
|
:'observability_pipelines_bytes_processed_sum' => :'Integer',
|
|
664
|
+
:'oci_host_sum' => :'Integer',
|
|
665
|
+
:'oci_host_top99p' => :'Integer',
|
|
651
666
|
:'online_archive_events_count_sum' => :'Integer',
|
|
652
667
|
:'opentelemetry_apm_host_top99p' => :'Integer',
|
|
653
668
|
:'opentelemetry_host_top99p' => :'Integer',
|
|
@@ -919,6 +934,10 @@ module DatadogAPIClient::V1
|
|
|
919
934
|
self.cws_host_top99p = attributes[:'cws_host_top99p']
|
|
920
935
|
end
|
|
921
936
|
|
|
937
|
+
if attributes.key?(:'data_jobs_monitoring_host_hr_sum')
|
|
938
|
+
self.data_jobs_monitoring_host_hr_sum = attributes[:'data_jobs_monitoring_host_hr_sum']
|
|
939
|
+
end
|
|
940
|
+
|
|
922
941
|
if attributes.key?(:'date')
|
|
923
942
|
self.date = attributes[:'date']
|
|
924
943
|
end
|
|
@@ -1059,6 +1078,14 @@ module DatadogAPIClient::V1
|
|
|
1059
1078
|
self.observability_pipelines_bytes_processed_sum = attributes[:'observability_pipelines_bytes_processed_sum']
|
|
1060
1079
|
end
|
|
1061
1080
|
|
|
1081
|
+
if attributes.key?(:'oci_host_sum')
|
|
1082
|
+
self.oci_host_sum = attributes[:'oci_host_sum']
|
|
1083
|
+
end
|
|
1084
|
+
|
|
1085
|
+
if attributes.key?(:'oci_host_top99p')
|
|
1086
|
+
self.oci_host_top99p = attributes[:'oci_host_top99p']
|
|
1087
|
+
end
|
|
1088
|
+
|
|
1062
1089
|
if attributes.key?(:'online_archive_events_count_sum')
|
|
1063
1090
|
self.online_archive_events_count_sum = attributes[:'online_archive_events_count_sum']
|
|
1064
1091
|
end
|
|
@@ -1323,6 +1350,7 @@ module DatadogAPIClient::V1
|
|
|
1323
1350
|
custom_ts_avg == o.custom_ts_avg &&
|
|
1324
1351
|
cws_container_count_avg == o.cws_container_count_avg &&
|
|
1325
1352
|
cws_host_top99p == o.cws_host_top99p &&
|
|
1353
|
+
data_jobs_monitoring_host_hr_sum == o.data_jobs_monitoring_host_hr_sum &&
|
|
1326
1354
|
date == o.date &&
|
|
1327
1355
|
dbm_host_top99p == o.dbm_host_top99p &&
|
|
1328
1356
|
dbm_queries_count_avg == o.dbm_queries_count_avg &&
|
|
@@ -1358,6 +1386,8 @@ module DatadogAPIClient::V1
|
|
|
1358
1386
|
netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
|
|
1359
1387
|
npm_host_top99p == o.npm_host_top99p &&
|
|
1360
1388
|
observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
|
|
1389
|
+
oci_host_sum == o.oci_host_sum &&
|
|
1390
|
+
oci_host_top99p == o.oci_host_top99p &&
|
|
1361
1391
|
online_archive_events_count_sum == o.online_archive_events_count_sum &&
|
|
1362
1392
|
opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
|
|
1363
1393
|
opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
|
|
@@ -1411,7 +1441,7 @@ module DatadogAPIClient::V1
|
|
|
1411
1441
|
# @return [Integer] Hash code
|
|
1412
1442
|
# @!visibility private
|
|
1413
1443
|
def hash
|
|
1414
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1444
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1415
1445
|
end
|
|
1416
1446
|
end
|
|
1417
1447
|
end
|
|
@@ -186,6 +186,9 @@ module DatadogAPIClient::V1
|
|
|
186
186
|
# Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for the given org.
|
|
187
187
|
attr_accessor :cws_host_top99p
|
|
188
188
|
|
|
189
|
+
# Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
|
|
190
|
+
attr_accessor :data_jobs_monitoring_host_hr_sum
|
|
191
|
+
|
|
189
192
|
# Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org.
|
|
190
193
|
attr_accessor :dbm_host_top99p_sum
|
|
191
194
|
|
|
@@ -294,6 +297,12 @@ module DatadogAPIClient::V1
|
|
|
294
297
|
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
|
|
295
298
|
attr_accessor :observability_pipelines_bytes_processed_sum
|
|
296
299
|
|
|
300
|
+
# Shows the sum of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
|
|
301
|
+
attr_accessor :oci_host_sum
|
|
302
|
+
|
|
303
|
+
# Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
|
|
304
|
+
attr_accessor :oci_host_top99p
|
|
305
|
+
|
|
297
306
|
# Sum of all online archived events over all hours in the current date for the given org.
|
|
298
307
|
attr_accessor :online_archive_events_count_sum
|
|
299
308
|
|
|
@@ -496,6 +505,7 @@ module DatadogAPIClient::V1
|
|
|
496
505
|
:'custom_ts_avg' => :'custom_ts_avg',
|
|
497
506
|
:'cws_container_count_avg' => :'cws_container_count_avg',
|
|
498
507
|
:'cws_host_top99p' => :'cws_host_top99p',
|
|
508
|
+
:'data_jobs_monitoring_host_hr_sum' => :'data_jobs_monitoring_host_hr_sum',
|
|
499
509
|
:'dbm_host_top99p_sum' => :'dbm_host_top99p_sum',
|
|
500
510
|
:'dbm_queries_avg_sum' => :'dbm_queries_avg_sum',
|
|
501
511
|
:'error_tracking_events_sum' => :'error_tracking_events_sum',
|
|
@@ -532,6 +542,8 @@ module DatadogAPIClient::V1
|
|
|
532
542
|
:'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
|
|
533
543
|
:'npm_host_top99p' => :'npm_host_top99p',
|
|
534
544
|
:'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
|
|
545
|
+
:'oci_host_sum' => :'oci_host_sum',
|
|
546
|
+
:'oci_host_top99p' => :'oci_host_top99p',
|
|
535
547
|
:'online_archive_events_count_sum' => :'online_archive_events_count_sum',
|
|
536
548
|
:'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
|
|
537
549
|
:'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
|
|
@@ -641,6 +653,7 @@ module DatadogAPIClient::V1
|
|
|
641
653
|
:'custom_ts_avg' => :'Integer',
|
|
642
654
|
:'cws_container_count_avg' => :'Integer',
|
|
643
655
|
:'cws_host_top99p' => :'Integer',
|
|
656
|
+
:'data_jobs_monitoring_host_hr_sum' => :'Integer',
|
|
644
657
|
:'dbm_host_top99p_sum' => :'Integer',
|
|
645
658
|
:'dbm_queries_avg_sum' => :'Integer',
|
|
646
659
|
:'error_tracking_events_sum' => :'Integer',
|
|
@@ -677,6 +690,8 @@ module DatadogAPIClient::V1
|
|
|
677
690
|
:'netflow_indexed_events_count_sum' => :'Integer',
|
|
678
691
|
:'npm_host_top99p' => :'Integer',
|
|
679
692
|
:'observability_pipelines_bytes_processed_sum' => :'Integer',
|
|
693
|
+
:'oci_host_sum' => :'Integer',
|
|
694
|
+
:'oci_host_top99p' => :'Integer',
|
|
680
695
|
:'online_archive_events_count_sum' => :'Integer',
|
|
681
696
|
:'opentelemetry_apm_host_top99p' => :'Integer',
|
|
682
697
|
:'opentelemetry_host_top99p' => :'Integer',
|
|
@@ -965,6 +980,10 @@ module DatadogAPIClient::V1
|
|
|
965
980
|
self.cws_host_top99p = attributes[:'cws_host_top99p']
|
|
966
981
|
end
|
|
967
982
|
|
|
983
|
+
if attributes.key?(:'data_jobs_monitoring_host_hr_sum')
|
|
984
|
+
self.data_jobs_monitoring_host_hr_sum = attributes[:'data_jobs_monitoring_host_hr_sum']
|
|
985
|
+
end
|
|
986
|
+
|
|
968
987
|
if attributes.key?(:'dbm_host_top99p_sum')
|
|
969
988
|
self.dbm_host_top99p_sum = attributes[:'dbm_host_top99p_sum']
|
|
970
989
|
end
|
|
@@ -1109,6 +1128,14 @@ module DatadogAPIClient::V1
|
|
|
1109
1128
|
self.observability_pipelines_bytes_processed_sum = attributes[:'observability_pipelines_bytes_processed_sum']
|
|
1110
1129
|
end
|
|
1111
1130
|
|
|
1131
|
+
if attributes.key?(:'oci_host_sum')
|
|
1132
|
+
self.oci_host_sum = attributes[:'oci_host_sum']
|
|
1133
|
+
end
|
|
1134
|
+
|
|
1135
|
+
if attributes.key?(:'oci_host_top99p')
|
|
1136
|
+
self.oci_host_top99p = attributes[:'oci_host_top99p']
|
|
1137
|
+
end
|
|
1138
|
+
|
|
1112
1139
|
if attributes.key?(:'online_archive_events_count_sum')
|
|
1113
1140
|
self.online_archive_events_count_sum = attributes[:'online_archive_events_count_sum']
|
|
1114
1141
|
end
|
|
@@ -1379,6 +1406,7 @@ module DatadogAPIClient::V1
|
|
|
1379
1406
|
custom_ts_avg == o.custom_ts_avg &&
|
|
1380
1407
|
cws_container_count_avg == o.cws_container_count_avg &&
|
|
1381
1408
|
cws_host_top99p == o.cws_host_top99p &&
|
|
1409
|
+
data_jobs_monitoring_host_hr_sum == o.data_jobs_monitoring_host_hr_sum &&
|
|
1382
1410
|
dbm_host_top99p_sum == o.dbm_host_top99p_sum &&
|
|
1383
1411
|
dbm_queries_avg_sum == o.dbm_queries_avg_sum &&
|
|
1384
1412
|
error_tracking_events_sum == o.error_tracking_events_sum &&
|
|
@@ -1415,6 +1443,8 @@ module DatadogAPIClient::V1
|
|
|
1415
1443
|
netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
|
|
1416
1444
|
npm_host_top99p == o.npm_host_top99p &&
|
|
1417
1445
|
observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
|
|
1446
|
+
oci_host_sum == o.oci_host_sum &&
|
|
1447
|
+
oci_host_top99p == o.oci_host_top99p &&
|
|
1418
1448
|
online_archive_events_count_sum == o.online_archive_events_count_sum &&
|
|
1419
1449
|
opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
|
|
1420
1450
|
opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
|
|
@@ -1469,7 +1499,7 @@ module DatadogAPIClient::V1
|
|
|
1469
1499
|
# @return [Integer] Hash code
|
|
1470
1500
|
# @!visibility private
|
|
1471
1501
|
def hash
|
|
1472
|
-
[account_name, account_public_id, agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1502
|
+
[account_name, account_public_id, agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1473
1503
|
end
|
|
1474
1504
|
end
|
|
1475
1505
|
end
|