datadog_api_client 2.3.0 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +229 -6
- data/.generator/schemas/v2/openapi.yaml +1295 -335
- data/.github/workflows/docs.yml +2 -0
- data/.github/workflows/test.yml +2 -0
- data/CHANGELOG.md +19 -0
- data/examples/v1/logs-indexes/UpdateLogsIndex.rb +3 -0
- data/examples/v1/monitors/CreateMonitor_2012680290.rb +23 -0
- data/examples/v1/service-level-objectives/GetSLOHistory.rb +0 -3
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +9 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
- data/examples/v2/ci-visibility-pipelines/AggregateCIAppPipelineEvents.rb +33 -0
- data/examples/v2/ci-visibility-pipelines/ListCIAppPipelineEvents.rb +11 -0
- data/examples/v2/ci-visibility-pipelines/ListCIAppPipelineEvents_1270618359.rb +10 -0
- data/examples/v2/ci-visibility-pipelines/SearchCIAppPipelineEvents.rb +23 -0
- data/examples/v2/ci-visibility-pipelines/SearchCIAppPipelineEvents_3246135003.rb +22 -0
- data/examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb +36 -0
- data/examples/v2/ci-visibility-tests/ListCIAppTestEvents.rb +11 -0
- data/examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb +10 -0
- data/examples/v2/ci-visibility-tests/SearchCIAppTestEvents.rb +23 -0
- data/examples/v2/ci-visibility-tests/SearchCIAppTestEvents_1675695429.rb +20 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringRule.rb +4 -1
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +23 -33
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +1 -1
- data/examples/v2/service-definition/DeleteServiceDefinition.rb +1 -1
- data/examples/v2/service-definition/GetServiceDefinition.rb +1 -1
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +1 -1
- data/lib/datadog_api_client/configuration.rb +0 -1
- data/lib/datadog_api_client/inflector.rb +49 -0
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +0 -6
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +5 -5
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +4 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +98 -0
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options_evaluation_window.rb +148 -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 +21 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +2 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_operator.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb +150 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb +118 -0
- data/lib/datadog_api_client/v1/models/synthetics_step.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb +31 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +41 -1
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +283 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +283 -0
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/logs_api.rb +6 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +3 -2
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value.rb +64 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value_timeseries_point.rb +108 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +128 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregation_function.rb +37 -0
- data/lib/datadog_api_client/v2/models/ci_app_compute.rb +140 -0
- data/lib/datadog_api_client/v2/models/ci_app_compute_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_event_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/ci_app_group_by_histogram.rb +154 -0
- data/lib/datadog_api_client/v2/models/ci_app_group_by_missing.rb +63 -0
- data/lib/datadog_api_client/v2/models/ci_app_group_by_total.rb +64 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_type_name.rb +26 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipeline_events_response.rb +120 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregate_request.rb +143 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_aggregation_buckets_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_analytics_aggregate_response.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_bucket_response.rb +108 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +160 -0
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_query_filter.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_query_options.rb +109 -0
- data/lib/datadog_api_client/v2/models/ci_app_query_page_options.rb +119 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_links.rb +99 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_metadata.rb +141 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_page.rb +98 -0
- data/lib/datadog_api_client/v2/models/ci_app_response_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_sort.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_sort_order.rb +27 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_event.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_event_type_name.rb +26 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_events_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/ci_app_test_events_response.rb +120 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_aggregate_request.rb +143 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_aggregation_buckets_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_analytics_aggregate_response.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_bucket_response.rb +108 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +160 -0
- data/lib/datadog_api_client/v2/models/ci_app_tests_query_filter.rb +118 -0
- data/lib/datadog_api_client/v2/models/ci_app_warning.rb +118 -0
- data/lib/datadog_api_client/v2/models/logs_query_filter.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_storage_tier.rb +27 -0
- data/lib/datadog_api_client/v2/models/rum_query_filter.rb +2 -2
- data/lib/datadog_api_client/v2/models/service_definition_v2_opsgenie.rb +14 -14
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +62 -3
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +0 -9
@@ -0,0 +1,118 @@
|
|
1
|
+
=begin
|
2
|
+
#Datadog API V2 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::V2
|
20
|
+
# Object description of a pipeline event after being processed and stored by Datadog.
|
21
|
+
class CIAppPipelineEvent
|
22
|
+
include BaseGenericModel
|
23
|
+
|
24
|
+
# Whether the object has unparsed attributes
|
25
|
+
# @!visibility private
|
26
|
+
attr_accessor :_unparsed
|
27
|
+
|
28
|
+
# JSON object containing all event attributes and their associated values.
|
29
|
+
attr_accessor :attributes
|
30
|
+
|
31
|
+
# Unique ID of the event.
|
32
|
+
attr_accessor :id
|
33
|
+
|
34
|
+
# Type of the event.
|
35
|
+
attr_accessor :type
|
36
|
+
|
37
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
38
|
+
# @!visibility private
|
39
|
+
def self.attribute_map
|
40
|
+
{
|
41
|
+
:'attributes' => :'attributes',
|
42
|
+
:'id' => :'id',
|
43
|
+
:'type' => :'type'
|
44
|
+
}
|
45
|
+
end
|
46
|
+
|
47
|
+
# Attribute type mapping.
|
48
|
+
# @!visibility private
|
49
|
+
def self.openapi_types
|
50
|
+
{
|
51
|
+
:'attributes' => :'CIAppEventAttributes',
|
52
|
+
:'id' => :'String',
|
53
|
+
:'type' => :'CIAppPipelineEventTypeName'
|
54
|
+
}
|
55
|
+
end
|
56
|
+
|
57
|
+
# List of attributes with nullable: true
|
58
|
+
# @!visibility private
|
59
|
+
def self.openapi_nullable
|
60
|
+
Set.new([
|
61
|
+
])
|
62
|
+
end
|
63
|
+
|
64
|
+
# Initializes the object
|
65
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
66
|
+
# @!visibility private
|
67
|
+
def initialize(attributes = {})
|
68
|
+
if (!attributes.is_a?(Hash))
|
69
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::CIAppPipelineEvent` initialize method"
|
70
|
+
end
|
71
|
+
|
72
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
73
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
74
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
75
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::CIAppPipelineEvent`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
76
|
+
end
|
77
|
+
h[k.to_sym] = v
|
78
|
+
}
|
79
|
+
|
80
|
+
if attributes.key?(:'attributes')
|
81
|
+
self.attributes = attributes[:'attributes']
|
82
|
+
end
|
83
|
+
|
84
|
+
if attributes.key?(:'id')
|
85
|
+
self.id = attributes[:'id']
|
86
|
+
end
|
87
|
+
|
88
|
+
if attributes.key?(:'type')
|
89
|
+
self.type = attributes[:'type']
|
90
|
+
end
|
91
|
+
end
|
92
|
+
|
93
|
+
# Check to see if the all the properties in the model are valid
|
94
|
+
# @return true if the model is valid
|
95
|
+
# @!visibility private
|
96
|
+
def valid?
|
97
|
+
true
|
98
|
+
end
|
99
|
+
|
100
|
+
# Checks equality by comparing each attribute.
|
101
|
+
# @param o [Object] Object to be compared
|
102
|
+
# @!visibility private
|
103
|
+
def ==(o)
|
104
|
+
return true if self.equal?(o)
|
105
|
+
self.class == o.class &&
|
106
|
+
attributes == o.attributes &&
|
107
|
+
id == o.id &&
|
108
|
+
type == o.type
|
109
|
+
end
|
110
|
+
|
111
|
+
# Calculates hash code according to all attributes.
|
112
|
+
# @return [Integer] Hash code
|
113
|
+
# @!visibility private
|
114
|
+
def hash
|
115
|
+
[attributes, id, type].hash
|
116
|
+
end
|
117
|
+
end
|
118
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
=begin
|
2
|
+
#Datadog API V2 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::V2
|
20
|
+
# Type of the event.
|
21
|
+
class CIAppPipelineEventTypeName
|
22
|
+
include BaseEnumModel
|
23
|
+
|
24
|
+
cipipeline = "cipipeline".freeze
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,129 @@
|
|
1
|
+
=begin
|
2
|
+
#Datadog API V2 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::V2
|
20
|
+
# The request for a pipelines search.
|
21
|
+
class CIAppPipelineEventsRequest
|
22
|
+
include BaseGenericModel
|
23
|
+
|
24
|
+
# Whether the object has unparsed attributes
|
25
|
+
# @!visibility private
|
26
|
+
attr_accessor :_unparsed
|
27
|
+
|
28
|
+
# The search and filter query settings.
|
29
|
+
attr_accessor :filter
|
30
|
+
|
31
|
+
# Global query options that are used during the query.
|
32
|
+
# Only supply timezone or time offset, not both. Otherwise, the query fails.
|
33
|
+
attr_accessor :options
|
34
|
+
|
35
|
+
# Paging attributes for listing events.
|
36
|
+
attr_accessor :page
|
37
|
+
|
38
|
+
# Sort parameters when querying events.
|
39
|
+
attr_accessor :sort
|
40
|
+
|
41
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
42
|
+
# @!visibility private
|
43
|
+
def self.attribute_map
|
44
|
+
{
|
45
|
+
:'filter' => :'filter',
|
46
|
+
:'options' => :'options',
|
47
|
+
:'page' => :'page',
|
48
|
+
:'sort' => :'sort'
|
49
|
+
}
|
50
|
+
end
|
51
|
+
|
52
|
+
# Attribute type mapping.
|
53
|
+
# @!visibility private
|
54
|
+
def self.openapi_types
|
55
|
+
{
|
56
|
+
:'filter' => :'CIAppPipelinesQueryFilter',
|
57
|
+
:'options' => :'CIAppQueryOptions',
|
58
|
+
:'page' => :'CIAppQueryPageOptions',
|
59
|
+
:'sort' => :'CIAppSort'
|
60
|
+
}
|
61
|
+
end
|
62
|
+
|
63
|
+
# List of attributes with nullable: true
|
64
|
+
# @!visibility private
|
65
|
+
def self.openapi_nullable
|
66
|
+
Set.new([
|
67
|
+
])
|
68
|
+
end
|
69
|
+
|
70
|
+
# Initializes the object
|
71
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
72
|
+
# @!visibility private
|
73
|
+
def initialize(attributes = {})
|
74
|
+
if (!attributes.is_a?(Hash))
|
75
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::CIAppPipelineEventsRequest` initialize method"
|
76
|
+
end
|
77
|
+
|
78
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
79
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
80
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
81
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::CIAppPipelineEventsRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
82
|
+
end
|
83
|
+
h[k.to_sym] = v
|
84
|
+
}
|
85
|
+
|
86
|
+
if attributes.key?(:'filter')
|
87
|
+
self.filter = attributes[:'filter']
|
88
|
+
end
|
89
|
+
|
90
|
+
if attributes.key?(:'options')
|
91
|
+
self.options = attributes[:'options']
|
92
|
+
end
|
93
|
+
|
94
|
+
if attributes.key?(:'page')
|
95
|
+
self.page = attributes[:'page']
|
96
|
+
end
|
97
|
+
|
98
|
+
if attributes.key?(:'sort')
|
99
|
+
self.sort = attributes[:'sort']
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
# Check to see if the all the properties in the model are valid
|
104
|
+
# @return true if the model is valid
|
105
|
+
# @!visibility private
|
106
|
+
def valid?
|
107
|
+
true
|
108
|
+
end
|
109
|
+
|
110
|
+
# Checks equality by comparing each attribute.
|
111
|
+
# @param o [Object] Object to be compared
|
112
|
+
# @!visibility private
|
113
|
+
def ==(o)
|
114
|
+
return true if self.equal?(o)
|
115
|
+
self.class == o.class &&
|
116
|
+
filter == o.filter &&
|
117
|
+
options == o.options &&
|
118
|
+
page == o.page &&
|
119
|
+
sort == o.sort
|
120
|
+
end
|
121
|
+
|
122
|
+
# Calculates hash code according to all attributes.
|
123
|
+
# @return [Integer] Hash code
|
124
|
+
# @!visibility private
|
125
|
+
def hash
|
126
|
+
[filter, options, page, sort].hash
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
@@ -0,0 +1,120 @@
|
|
1
|
+
=begin
|
2
|
+
#Datadog API V2 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::V2
|
20
|
+
# Response object with all pipeline events matching the request and pagination information.
|
21
|
+
class CIAppPipelineEventsResponse
|
22
|
+
include BaseGenericModel
|
23
|
+
|
24
|
+
# Whether the object has unparsed attributes
|
25
|
+
# @!visibility private
|
26
|
+
attr_accessor :_unparsed
|
27
|
+
|
28
|
+
# Array of events matching the request.
|
29
|
+
attr_accessor :data
|
30
|
+
|
31
|
+
# Links attributes.
|
32
|
+
attr_accessor :links
|
33
|
+
|
34
|
+
# The metadata associated with a request.
|
35
|
+
attr_accessor :meta
|
36
|
+
|
37
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
38
|
+
# @!visibility private
|
39
|
+
def self.attribute_map
|
40
|
+
{
|
41
|
+
:'data' => :'data',
|
42
|
+
:'links' => :'links',
|
43
|
+
:'meta' => :'meta'
|
44
|
+
}
|
45
|
+
end
|
46
|
+
|
47
|
+
# Attribute type mapping.
|
48
|
+
# @!visibility private
|
49
|
+
def self.openapi_types
|
50
|
+
{
|
51
|
+
:'data' => :'Array<CIAppPipelineEvent>',
|
52
|
+
:'links' => :'CIAppResponseLinks',
|
53
|
+
:'meta' => :'CIAppResponseMetadata'
|
54
|
+
}
|
55
|
+
end
|
56
|
+
|
57
|
+
# List of attributes with nullable: true
|
58
|
+
# @!visibility private
|
59
|
+
def self.openapi_nullable
|
60
|
+
Set.new([
|
61
|
+
])
|
62
|
+
end
|
63
|
+
|
64
|
+
# Initializes the object
|
65
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
66
|
+
# @!visibility private
|
67
|
+
def initialize(attributes = {})
|
68
|
+
if (!attributes.is_a?(Hash))
|
69
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::CIAppPipelineEventsResponse` initialize method"
|
70
|
+
end
|
71
|
+
|
72
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
73
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
74
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
75
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::CIAppPipelineEventsResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
76
|
+
end
|
77
|
+
h[k.to_sym] = v
|
78
|
+
}
|
79
|
+
|
80
|
+
if attributes.key?(:'data')
|
81
|
+
if (value = attributes[:'data']).is_a?(Array)
|
82
|
+
self.data = value
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
if attributes.key?(:'links')
|
87
|
+
self.links = attributes[:'links']
|
88
|
+
end
|
89
|
+
|
90
|
+
if attributes.key?(:'meta')
|
91
|
+
self.meta = attributes[:'meta']
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
# Check to see if the all the properties in the model are valid
|
96
|
+
# @return true if the model is valid
|
97
|
+
# @!visibility private
|
98
|
+
def valid?
|
99
|
+
true
|
100
|
+
end
|
101
|
+
|
102
|
+
# Checks equality by comparing each attribute.
|
103
|
+
# @param o [Object] Object to be compared
|
104
|
+
# @!visibility private
|
105
|
+
def ==(o)
|
106
|
+
return true if self.equal?(o)
|
107
|
+
self.class == o.class &&
|
108
|
+
data == o.data &&
|
109
|
+
links == o.links &&
|
110
|
+
meta == o.meta
|
111
|
+
end
|
112
|
+
|
113
|
+
# Calculates hash code according to all attributes.
|
114
|
+
# @return [Integer] Hash code
|
115
|
+
# @!visibility private
|
116
|
+
def hash
|
117
|
+
[data, links, meta].hash
|
118
|
+
end
|
119
|
+
end
|
120
|
+
end
|
@@ -0,0 +1,143 @@
|
|
1
|
+
=begin
|
2
|
+
#Datadog API V2 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::V2
|
20
|
+
# The object sent with the request to retrieve aggregation buckets of pipeline events from your organization.
|
21
|
+
class CIAppPipelinesAggregateRequest
|
22
|
+
include BaseGenericModel
|
23
|
+
|
24
|
+
# Whether the object has unparsed attributes
|
25
|
+
# @!visibility private
|
26
|
+
attr_accessor :_unparsed
|
27
|
+
|
28
|
+
# The list of metrics or timeseries to compute for the retrieved buckets.
|
29
|
+
attr_accessor :compute
|
30
|
+
|
31
|
+
# The search and filter query settings.
|
32
|
+
attr_accessor :filter
|
33
|
+
|
34
|
+
# The rules for the group-by.
|
35
|
+
attr_accessor :group_by
|
36
|
+
|
37
|
+
# Global query options that are used during the query.
|
38
|
+
# Only supply timezone or time offset, not both. Otherwise, the query fails.
|
39
|
+
attr_accessor :options
|
40
|
+
|
41
|
+
# Paging attributes for listing events.
|
42
|
+
attr_accessor :page
|
43
|
+
|
44
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
45
|
+
# @!visibility private
|
46
|
+
def self.attribute_map
|
47
|
+
{
|
48
|
+
:'compute' => :'compute',
|
49
|
+
:'filter' => :'filter',
|
50
|
+
:'group_by' => :'group_by',
|
51
|
+
:'options' => :'options',
|
52
|
+
:'page' => :'page'
|
53
|
+
}
|
54
|
+
end
|
55
|
+
|
56
|
+
# Attribute type mapping.
|
57
|
+
# @!visibility private
|
58
|
+
def self.openapi_types
|
59
|
+
{
|
60
|
+
:'compute' => :'Array<CIAppCompute>',
|
61
|
+
:'filter' => :'CIAppPipelinesQueryFilter',
|
62
|
+
:'group_by' => :'Array<CIAppPipelinesGroupBy>',
|
63
|
+
:'options' => :'CIAppQueryOptions',
|
64
|
+
:'page' => :'CIAppQueryPageOptions'
|
65
|
+
}
|
66
|
+
end
|
67
|
+
|
68
|
+
# List of attributes with nullable: true
|
69
|
+
# @!visibility private
|
70
|
+
def self.openapi_nullable
|
71
|
+
Set.new([
|
72
|
+
])
|
73
|
+
end
|
74
|
+
|
75
|
+
# Initializes the object
|
76
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
77
|
+
# @!visibility private
|
78
|
+
def initialize(attributes = {})
|
79
|
+
if (!attributes.is_a?(Hash))
|
80
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::CIAppPipelinesAggregateRequest` initialize method"
|
81
|
+
end
|
82
|
+
|
83
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
84
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
85
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
86
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::CIAppPipelinesAggregateRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
87
|
+
end
|
88
|
+
h[k.to_sym] = v
|
89
|
+
}
|
90
|
+
|
91
|
+
if attributes.key?(:'compute')
|
92
|
+
if (value = attributes[:'compute']).is_a?(Array)
|
93
|
+
self.compute = value
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
if attributes.key?(:'filter')
|
98
|
+
self.filter = attributes[:'filter']
|
99
|
+
end
|
100
|
+
|
101
|
+
if attributes.key?(:'group_by')
|
102
|
+
if (value = attributes[:'group_by']).is_a?(Array)
|
103
|
+
self.group_by = value
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
if attributes.key?(:'options')
|
108
|
+
self.options = attributes[:'options']
|
109
|
+
end
|
110
|
+
|
111
|
+
if attributes.key?(:'page')
|
112
|
+
self.page = attributes[:'page']
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
# Check to see if the all the properties in the model are valid
|
117
|
+
# @return true if the model is valid
|
118
|
+
# @!visibility private
|
119
|
+
def valid?
|
120
|
+
true
|
121
|
+
end
|
122
|
+
|
123
|
+
# Checks equality by comparing each attribute.
|
124
|
+
# @param o [Object] Object to be compared
|
125
|
+
# @!visibility private
|
126
|
+
def ==(o)
|
127
|
+
return true if self.equal?(o)
|
128
|
+
self.class == o.class &&
|
129
|
+
compute == o.compute &&
|
130
|
+
filter == o.filter &&
|
131
|
+
group_by == o.group_by &&
|
132
|
+
options == o.options &&
|
133
|
+
page == o.page
|
134
|
+
end
|
135
|
+
|
136
|
+
# Calculates hash code according to all attributes.
|
137
|
+
# @return [Integer] Hash code
|
138
|
+
# @!visibility private
|
139
|
+
def hash
|
140
|
+
[compute, filter, group_by, options, page].hash
|
141
|
+
end
|
142
|
+
end
|
143
|
+
end
|
@@ -0,0 +1,100 @@
|
|
1
|
+
=begin
|
2
|
+
#Datadog API V2 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::V2
|
20
|
+
# The query results.
|
21
|
+
class CIAppPipelinesAggregationBucketsResponse
|
22
|
+
include BaseGenericModel
|
23
|
+
|
24
|
+
# Whether the object has unparsed attributes
|
25
|
+
# @!visibility private
|
26
|
+
attr_accessor :_unparsed
|
27
|
+
|
28
|
+
# The list of matching buckets, one item per bucket.
|
29
|
+
attr_accessor :buckets
|
30
|
+
|
31
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
32
|
+
# @!visibility private
|
33
|
+
def self.attribute_map
|
34
|
+
{
|
35
|
+
:'buckets' => :'buckets'
|
36
|
+
}
|
37
|
+
end
|
38
|
+
|
39
|
+
# Attribute type mapping.
|
40
|
+
# @!visibility private
|
41
|
+
def self.openapi_types
|
42
|
+
{
|
43
|
+
:'buckets' => :'Array<CIAppPipelinesBucketResponse>'
|
44
|
+
}
|
45
|
+
end
|
46
|
+
|
47
|
+
# List of attributes with nullable: true
|
48
|
+
# @!visibility private
|
49
|
+
def self.openapi_nullable
|
50
|
+
Set.new([
|
51
|
+
])
|
52
|
+
end
|
53
|
+
|
54
|
+
# Initializes the object
|
55
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
56
|
+
# @!visibility private
|
57
|
+
def initialize(attributes = {})
|
58
|
+
if (!attributes.is_a?(Hash))
|
59
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::CIAppPipelinesAggregationBucketsResponse` initialize method"
|
60
|
+
end
|
61
|
+
|
62
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
63
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
64
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
65
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::CIAppPipelinesAggregationBucketsResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
66
|
+
end
|
67
|
+
h[k.to_sym] = v
|
68
|
+
}
|
69
|
+
|
70
|
+
if attributes.key?(:'buckets')
|
71
|
+
if (value = attributes[:'buckets']).is_a?(Array)
|
72
|
+
self.buckets = value
|
73
|
+
end
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
# Check to see if the all the properties in the model are valid
|
78
|
+
# @return true if the model is valid
|
79
|
+
# @!visibility private
|
80
|
+
def valid?
|
81
|
+
true
|
82
|
+
end
|
83
|
+
|
84
|
+
# Checks equality by comparing each attribute.
|
85
|
+
# @param o [Object] Object to be compared
|
86
|
+
# @!visibility private
|
87
|
+
def ==(o)
|
88
|
+
return true if self.equal?(o)
|
89
|
+
self.class == o.class &&
|
90
|
+
buckets == o.buckets
|
91
|
+
end
|
92
|
+
|
93
|
+
# Calculates hash code according to all attributes.
|
94
|
+
# @return [Integer] Hash code
|
95
|
+
# @!visibility private
|
96
|
+
def hash
|
97
|
+
[buckets].hash
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|