datadog_api_client 2.0.0 → 2.1.0
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 +6 -6
- data/.generator/conftest.py +2 -1
- data/.generator/schemas/v1/openapi.yaml +284 -902
- data/.generator/schemas/v2/openapi.yaml +343 -672
- data/.generator/src/generator/formatter.py +1 -1
- data/.generator/src/generator/templates/example.j2 +5 -0
- data/.github/workflows/test.yml +1 -1
- data/.github/workflows/test_integration.yml +5 -0
- data/CHANGELOG.md +42 -0
- data/README.md +13 -13
- data/examples/v1/dashboards/CreateDashboard_1094917386.rb +37 -0
- data/examples/v1/dashboards/CreateDashboard_1307120899.rb +61 -0
- data/examples/v1/monitors/ValidateExistingMonitor.rb +1 -0
- data/examples/v1/monitors/ValidateMonitor.rb +1 -0
- data/examples/v1/monitors/ValidateMonitor_4247196452.rb +38 -0
- data/examples/v1/pagerduty-integration/DeletePagerDutyIntegrationService.rb +2 -2
- data/examples/v1/synthetics/CreateGlobalVariable.rb +1 -0
- data/examples/v1/synthetics/CreateGlobalVariable_1068962881.rb +23 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +10 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +6 -0
- data/examples/v1/synthetics/EditGlobalVariable.rb +1 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
- data/examples/v1/usage-metering/GetDailyCustomReports.rb +0 -3
- data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +0 -3
- data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +0 -3
- data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +0 -3
- data/examples/v1/usage-metering/GetUsageAttribution.rb +0 -3
- data/examples/v2/audit/ListAuditLogs_1275402458.rb +8 -0
- data/examples/v2/audit/SearchAuditLogs_3215529662.rb +22 -0
- data/examples/v2/events/ListEvents_1527584014.rb +13 -0
- data/examples/v2/events/SearchEvents_3856995058.rb +25 -0
- data/examples/v2/incidents/ListIncidents_2665616954.rb +11 -0
- data/examples/v2/logs/ListLogsGet_738202670.rb +8 -0
- data/examples/v2/logs/ListLogs_3138392594.rb +25 -0
- data/examples/v2/metrics/SubmitMetrics_1762007427.rb +23 -0
- data/examples/v2/processes/ListProcesses_797840471.rb +8 -0
- data/examples/v2/roles/UpdateRole.rb +13 -0
- data/examples/v2/rum/CreateRUMApplication.rb +15 -0
- data/examples/v2/rum/DeleteRUMApplication.rb +8 -0
- data/examples/v2/rum/GetRUMApplication.rb +8 -0
- data/examples/v2/rum/GetRUMApplications.rb +5 -0
- data/examples/v2/rum/ListRUMEvents_2680821282.rb +8 -0
- data/examples/v2/rum/SearchRUMEvents_574690310.rb +21 -0
- data/examples/v2/rum/UpdateRUMApplication.rb +16 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringSignals_3960412991.rb +8 -0
- data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals_1309350146.rb +20 -0
- data/examples/v2/usage-metering/GetHourlyUsage.rb +5 -0
- data/lib/datadog_api_client/configuration.rb +0 -5
- data/lib/datadog_api_client/inflector.rb +16 -0
- data/lib/datadog_api_client/v1/api/metrics_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +42 -62
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/metric_content_encoding.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +28 -1
- data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb +13 -1
- 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/on_missing_data_option.rb +33 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +2 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb +155 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb +11 -12
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +31 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_process_status.rb +0 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +15 -1
- 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_billable_summary_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +12 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_monitor_summary_sort.rb +2 -0
- data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/metrics_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/rum_api.rb +329 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3 -3
- data/lib/datadog_api_client/v2/models/content_encoding.rb +1 -0
- data/lib/datadog_api_client/v2/models/metric_content_encoding.rb +2 -0
- data/lib/datadog_api_client/v2/models/role_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/rum_application.rb +166 -0
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +279 -0
- data/lib/datadog_api_client/v2/models/rum_application_create.rb +145 -0
- data/lib/datadog_api_client/v2/models/rum_application_create_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/rum_application_create_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/rum_application_create_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_application_response.rb +111 -0
- data/lib/datadog_api_client/v2/models/rum_application_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_application_update.rb +155 -0
- data/lib/datadog_api_client/v2/models/rum_application_update_attributes.rb +121 -0
- data/lib/datadog_api_client/v2/models/rum_application_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/rum_application_update_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_applications_response.rb +113 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/lib/datadog_api_client.rb +6 -4
- metadata +41 -3
- data/lib/datadog_api_client/v2.rb +0 -595
|
@@ -0,0 +1,122 @@
|
|
|
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
|
+
# RUM application update request.
|
|
21
|
+
class RUMApplicationUpdateRequest
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# Whether the object has unparsed attributes
|
|
25
|
+
# @!visibility private
|
|
26
|
+
attr_accessor :_unparsed
|
|
27
|
+
|
|
28
|
+
# RUM application update.
|
|
29
|
+
attr_accessor :data
|
|
30
|
+
|
|
31
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
32
|
+
# @!visibility private
|
|
33
|
+
def self.attribute_map
|
|
34
|
+
{
|
|
35
|
+
:'data' => :'data'
|
|
36
|
+
}
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
# Returns all the JSON keys this model knows about
|
|
40
|
+
# @!visibility private
|
|
41
|
+
def self.acceptable_attributes
|
|
42
|
+
attribute_map.values
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
# Attribute type mapping.
|
|
46
|
+
# @!visibility private
|
|
47
|
+
def self.openapi_types
|
|
48
|
+
{
|
|
49
|
+
:'data' => :'RUMApplicationUpdate'
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# List of attributes with nullable: true
|
|
54
|
+
# @!visibility private
|
|
55
|
+
def self.openapi_nullable
|
|
56
|
+
Set.new([
|
|
57
|
+
])
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# Initializes the object
|
|
61
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
62
|
+
# @!visibility private
|
|
63
|
+
def initialize(attributes = {})
|
|
64
|
+
if (!attributes.is_a?(Hash))
|
|
65
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::RUMApplicationUpdateRequest` initialize method"
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
69
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
70
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
71
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::RUMApplicationUpdateRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
72
|
+
end
|
|
73
|
+
h[k.to_sym] = v
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
if attributes.key?(:'data')
|
|
77
|
+
self.data = attributes[:'data']
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
# Check to see if the all the properties in the model are valid
|
|
82
|
+
# @return true if the model is valid
|
|
83
|
+
# @!visibility private
|
|
84
|
+
def valid?
|
|
85
|
+
return false if @data.nil?
|
|
86
|
+
true
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# Custom attribute writer method with validation
|
|
90
|
+
# @param data [Object] Object to be assigned
|
|
91
|
+
# @!visibility private
|
|
92
|
+
def data=(data)
|
|
93
|
+
if data.nil?
|
|
94
|
+
fail ArgumentError, 'invalid value for "data", data cannot be nil.'
|
|
95
|
+
end
|
|
96
|
+
@data = data
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# Checks equality by comparing each attribute.
|
|
100
|
+
# @param o [Object] Object to be compared
|
|
101
|
+
# @!visibility private
|
|
102
|
+
def ==(o)
|
|
103
|
+
return true if self.equal?(o)
|
|
104
|
+
self.class == o.class &&
|
|
105
|
+
data == o.data
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# @see the `==` method
|
|
109
|
+
# @param o [Object] Object to be compared
|
|
110
|
+
# @!visibility private
|
|
111
|
+
def eql?(o)
|
|
112
|
+
self == o
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
# Calculates hash code according to all attributes.
|
|
116
|
+
# @return [Integer] Hash code
|
|
117
|
+
# @!visibility private
|
|
118
|
+
def hash
|
|
119
|
+
[data].hash
|
|
120
|
+
end
|
|
121
|
+
end
|
|
122
|
+
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
|
+
# RUM application update type.
|
|
21
|
+
class RUMApplicationUpdateType
|
|
22
|
+
include BaseEnumModel
|
|
23
|
+
|
|
24
|
+
RUM_APPLICATION_UPDATE = "rum_application_update".freeze
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -0,0 +1,113 @@
|
|
|
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
|
+
# RUM applications response.
|
|
21
|
+
class RUMApplicationsResponse
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# Whether the object has unparsed attributes
|
|
25
|
+
# @!visibility private
|
|
26
|
+
attr_accessor :_unparsed
|
|
27
|
+
|
|
28
|
+
# RUM applications array response.
|
|
29
|
+
attr_accessor :data
|
|
30
|
+
|
|
31
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
32
|
+
# @!visibility private
|
|
33
|
+
def self.attribute_map
|
|
34
|
+
{
|
|
35
|
+
:'data' => :'data'
|
|
36
|
+
}
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
# Returns all the JSON keys this model knows about
|
|
40
|
+
# @!visibility private
|
|
41
|
+
def self.acceptable_attributes
|
|
42
|
+
attribute_map.values
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
# Attribute type mapping.
|
|
46
|
+
# @!visibility private
|
|
47
|
+
def self.openapi_types
|
|
48
|
+
{
|
|
49
|
+
:'data' => :'Array<RUMApplication>'
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# List of attributes with nullable: true
|
|
54
|
+
# @!visibility private
|
|
55
|
+
def self.openapi_nullable
|
|
56
|
+
Set.new([
|
|
57
|
+
])
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# Initializes the object
|
|
61
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
62
|
+
# @!visibility private
|
|
63
|
+
def initialize(attributes = {})
|
|
64
|
+
if (!attributes.is_a?(Hash))
|
|
65
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::RUMApplicationsResponse` initialize method"
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
69
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
70
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
71
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::RUMApplicationsResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
72
|
+
end
|
|
73
|
+
h[k.to_sym] = v
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
if attributes.key?(:'data')
|
|
77
|
+
if (value = attributes[:'data']).is_a?(Array)
|
|
78
|
+
self.data = value
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# Check to see if the all the properties in the model are valid
|
|
84
|
+
# @return true if the model is valid
|
|
85
|
+
# @!visibility private
|
|
86
|
+
def valid?
|
|
87
|
+
true
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# Checks equality by comparing each attribute.
|
|
91
|
+
# @param o [Object] Object to be compared
|
|
92
|
+
# @!visibility private
|
|
93
|
+
def ==(o)
|
|
94
|
+
return true if self.equal?(o)
|
|
95
|
+
self.class == o.class &&
|
|
96
|
+
data == o.data
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# @see the `==` method
|
|
100
|
+
# @param o [Object] Object to be compared
|
|
101
|
+
# @!visibility private
|
|
102
|
+
def eql?(o)
|
|
103
|
+
self == o
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# Calculates hash code according to all attributes.
|
|
107
|
+
# @return [Integer] Hash code
|
|
108
|
+
# @!visibility private
|
|
109
|
+
def hash
|
|
110
|
+
[data].hash
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
end
|
data/lib/datadog_api_client.rb
CHANGED
|
@@ -3,9 +3,11 @@ require_relative 'datadog_api_client/inflector'
|
|
|
3
3
|
|
|
4
4
|
loader = Zeitwerk::Loader.new
|
|
5
5
|
loader.tag = File.basename(__FILE__, ".rb")
|
|
6
|
-
loader.collapse("
|
|
7
|
-
loader.collapse("
|
|
8
|
-
loader.push_dir("
|
|
9
|
-
loader.push_dir("
|
|
6
|
+
loader.collapse("#{__dir__}/datadog_api_client/*/models/")
|
|
7
|
+
loader.collapse("#{__dir__}/datadog_api_client/*/api/")
|
|
8
|
+
loader.push_dir("#{__dir__}/datadog_api_client/v1", namespace: DatadogAPIClient::V1)
|
|
9
|
+
loader.push_dir("#{__dir__}/datadog_api_client/v2", namespace: DatadogAPIClient::V2)
|
|
10
|
+
# Ignore model_base.rb from being loaded in by zeitwerk as it is loaded in by default
|
|
11
|
+
loader.ignore("#{__dir__}/datadog_api_client/*/model_base.rb")
|
|
10
12
|
loader.inflector = DatadogAPIClient::DatadogAPIClientInflector.new
|
|
11
13
|
loader.setup
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: datadog_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Datadog, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -166,9 +166,11 @@ files:
|
|
|
166
166
|
- examples/v1/dashboard-lists/UpdateDashboardList.rb
|
|
167
167
|
- examples/v1/dashboards/CreateDashboard.rb
|
|
168
168
|
- examples/v1/dashboards/CreateDashboard_1024858348.rb
|
|
169
|
+
- examples/v1/dashboards/CreateDashboard_1094917386.rb
|
|
169
170
|
- examples/v1/dashboards/CreateDashboard_1177423752.rb
|
|
170
171
|
- examples/v1/dashboards/CreateDashboard_1200099236.rb
|
|
171
172
|
- examples/v1/dashboards/CreateDashboard_1213075383.rb
|
|
173
|
+
- examples/v1/dashboards/CreateDashboard_1307120899.rb
|
|
172
174
|
- examples/v1/dashboards/CreateDashboard_1442588603.rb
|
|
173
175
|
- examples/v1/dashboards/CreateDashboard_145494973.rb
|
|
174
176
|
- examples/v1/dashboards/CreateDashboard_173805046.rb
|
|
@@ -293,6 +295,7 @@ files:
|
|
|
293
295
|
- examples/v1/monitors/UpdateMonitor.rb
|
|
294
296
|
- examples/v1/monitors/ValidateExistingMonitor.rb
|
|
295
297
|
- examples/v1/monitors/ValidateMonitor.rb
|
|
298
|
+
- examples/v1/monitors/ValidateMonitor_4247196452.rb
|
|
296
299
|
- examples/v1/notebooks/CreateNotebook.rb
|
|
297
300
|
- examples/v1/notebooks/DeleteNotebook.rb
|
|
298
301
|
- examples/v1/notebooks/GetNotebook.rb
|
|
@@ -335,6 +338,7 @@ files:
|
|
|
335
338
|
- examples/v1/slack-integration/UpdateSlackIntegrationChannel.rb
|
|
336
339
|
- examples/v1/snapshots/GetGraphSnapshot.rb
|
|
337
340
|
- examples/v1/synthetics/CreateGlobalVariable.rb
|
|
341
|
+
- examples/v1/synthetics/CreateGlobalVariable_1068962881.rb
|
|
338
342
|
- examples/v1/synthetics/CreatePrivateLocation.rb
|
|
339
343
|
- examples/v1/synthetics/CreateSyntheticsAPITest.rb
|
|
340
344
|
- examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb
|
|
@@ -443,7 +447,9 @@ files:
|
|
|
443
447
|
- examples/v1/webhooks-integration/UpdateWebhooksIntegration.rb
|
|
444
448
|
- examples/v1/webhooks-integration/UpdateWebhooksIntegrationCustomVariable.rb
|
|
445
449
|
- examples/v2/audit/ListAuditLogs.rb
|
|
450
|
+
- examples/v2/audit/ListAuditLogs_1275402458.rb
|
|
446
451
|
- examples/v2/audit/SearchAuditLogs.rb
|
|
452
|
+
- examples/v2/audit/SearchAuditLogs_3215529662.rb
|
|
447
453
|
- examples/v2/authn-mappings/CreateAuthNMapping.rb
|
|
448
454
|
- examples/v2/authn-mappings/DeleteAuthNMapping.rb
|
|
449
455
|
- examples/v2/authn-mappings/GetAuthNMapping.rb
|
|
@@ -464,8 +470,10 @@ files:
|
|
|
464
470
|
- examples/v2/dashboard-lists/GetDashboardListItems.rb
|
|
465
471
|
- examples/v2/dashboard-lists/UpdateDashboardListItems.rb
|
|
466
472
|
- examples/v2/events/ListEvents.rb
|
|
473
|
+
- examples/v2/events/ListEvents_1527584014.rb
|
|
467
474
|
- examples/v2/events/ListEvents_2663715109.rb
|
|
468
475
|
- examples/v2/events/SearchEvents.rb
|
|
476
|
+
- examples/v2/events/SearchEvents_3856995058.rb
|
|
469
477
|
- examples/v2/incident-services/CreateIncidentService.rb
|
|
470
478
|
- examples/v2/incident-services/DeleteIncidentService.rb
|
|
471
479
|
- examples/v2/incident-services/GetIncidentService.rb
|
|
@@ -480,6 +488,7 @@ files:
|
|
|
480
488
|
- examples/v2/incidents/DeleteIncident.rb
|
|
481
489
|
- examples/v2/incidents/GetIncident.rb
|
|
482
490
|
- examples/v2/incidents/ListIncidents.rb
|
|
491
|
+
- examples/v2/incidents/ListIncidents_2665616954.rb
|
|
483
492
|
- examples/v2/incidents/UpdateIncident.rb
|
|
484
493
|
- examples/v2/incidents/UpdateIncident_1009194038.rb
|
|
485
494
|
- examples/v2/incidents/UpdateIncident_3369341440.rb
|
|
@@ -525,6 +534,8 @@ files:
|
|
|
525
534
|
- examples/v2/logs/ListLogs.rb
|
|
526
535
|
- examples/v2/logs/ListLogsGet.rb
|
|
527
536
|
- examples/v2/logs/ListLogsGet_2034110533.rb
|
|
537
|
+
- examples/v2/logs/ListLogsGet_738202670.rb
|
|
538
|
+
- examples/v2/logs/ListLogs_3138392594.rb
|
|
528
539
|
- examples/v2/logs/SubmitLog.rb
|
|
529
540
|
- examples/v2/logs/SubmitLog_3496222707.rb
|
|
530
541
|
- examples/v2/logs/SubmitLog_904601870.rb
|
|
@@ -539,6 +550,7 @@ files:
|
|
|
539
550
|
- examples/v2/metrics/ListTagsByMetricName.rb
|
|
540
551
|
- examples/v2/metrics/ListVolumesByMetricName.rb
|
|
541
552
|
- examples/v2/metrics/SubmitMetrics.rb
|
|
553
|
+
- examples/v2/metrics/SubmitMetrics_1762007427.rb
|
|
542
554
|
- examples/v2/metrics/UpdateTagConfiguration.rb
|
|
543
555
|
- examples/v2/opsgenie-integration/CreateOpsgenieService.rb
|
|
544
556
|
- examples/v2/opsgenie-integration/DeleteOpsgenieService.rb
|
|
@@ -547,6 +559,7 @@ files:
|
|
|
547
559
|
- examples/v2/opsgenie-integration/UpdateOpsgenieService.rb
|
|
548
560
|
- examples/v2/organizations/UploadIdPMetadata.rb
|
|
549
561
|
- examples/v2/processes/ListProcesses.rb
|
|
562
|
+
- examples/v2/processes/ListProcesses_797840471.rb
|
|
550
563
|
- examples/v2/roles/AddPermissionToRole.rb
|
|
551
564
|
- examples/v2/roles/AddUserToRole.rb
|
|
552
565
|
- examples/v2/roles/CloneRole.rb
|
|
@@ -561,8 +574,15 @@ files:
|
|
|
561
574
|
- examples/v2/roles/RemoveUserFromRole.rb
|
|
562
575
|
- examples/v2/roles/UpdateRole.rb
|
|
563
576
|
- examples/v2/rum/AggregateRUMEvents.rb
|
|
577
|
+
- examples/v2/rum/CreateRUMApplication.rb
|
|
578
|
+
- examples/v2/rum/DeleteRUMApplication.rb
|
|
579
|
+
- examples/v2/rum/GetRUMApplication.rb
|
|
580
|
+
- examples/v2/rum/GetRUMApplications.rb
|
|
564
581
|
- examples/v2/rum/ListRUMEvents.rb
|
|
582
|
+
- examples/v2/rum/ListRUMEvents_2680821282.rb
|
|
565
583
|
- examples/v2/rum/SearchRUMEvents.rb
|
|
584
|
+
- examples/v2/rum/SearchRUMEvents_574690310.rb
|
|
585
|
+
- examples/v2/rum/UpdateRUMApplication.rb
|
|
566
586
|
- examples/v2/security-monitoring/CreateSecurityFilter.rb
|
|
567
587
|
- examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb
|
|
568
588
|
- examples/v2/security-monitoring/CreateSecurityMonitoringRule_461183901.rb
|
|
@@ -578,7 +598,9 @@ files:
|
|
|
578
598
|
- examples/v2/security-monitoring/ListSecurityFilters.rb
|
|
579
599
|
- examples/v2/security-monitoring/ListSecurityMonitoringRules.rb
|
|
580
600
|
- examples/v2/security-monitoring/ListSecurityMonitoringSignals.rb
|
|
601
|
+
- examples/v2/security-monitoring/ListSecurityMonitoringSignals_3960412991.rb
|
|
581
602
|
- examples/v2/security-monitoring/SearchSecurityMonitoringSignals.rb
|
|
603
|
+
- examples/v2/security-monitoring/SearchSecurityMonitoringSignals_1309350146.rb
|
|
582
604
|
- examples/v2/security-monitoring/UpdateSecurityFilter.rb
|
|
583
605
|
- examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb
|
|
584
606
|
- examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
|
|
@@ -596,6 +618,7 @@ files:
|
|
|
596
618
|
- examples/v2/usage-metering/GetEstimatedCostByOrg.rb
|
|
597
619
|
- examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb
|
|
598
620
|
- examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb
|
|
621
|
+
- examples/v2/usage-metering/GetHourlyUsage.rb
|
|
599
622
|
- examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb
|
|
600
623
|
- examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb
|
|
601
624
|
- examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb
|
|
@@ -982,6 +1005,7 @@ files:
|
|
|
982
1005
|
- lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb
|
|
983
1006
|
- lib/datadog_api_client/v1/models/notebooks_response_meta.rb
|
|
984
1007
|
- lib/datadog_api_client/v1/models/notebooks_response_page.rb
|
|
1008
|
+
- lib/datadog_api_client/v1/models/on_missing_data_option.rb
|
|
985
1009
|
- lib/datadog_api_client/v1/models/org_downgraded_response.rb
|
|
986
1010
|
- lib/datadog_api_client/v1/models/organization.rb
|
|
987
1011
|
- lib/datadog_api_client/v1/models/organization_billing.rb
|
|
@@ -1106,6 +1130,8 @@ files:
|
|
|
1106
1130
|
- lib/datadog_api_client/v1/models/synthetics_assertion_target.rb
|
|
1107
1131
|
- lib/datadog_api_client/v1/models/synthetics_assertion_type.rb
|
|
1108
1132
|
- lib/datadog_api_client/v1/models/synthetics_basic_auth.rb
|
|
1133
|
+
- lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb
|
|
1134
|
+
- lib/datadog_api_client/v1/models/synthetics_basic_auth_digest_type.rb
|
|
1109
1135
|
- lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb
|
|
1110
1136
|
- lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm_type.rb
|
|
1111
1137
|
- lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb
|
|
@@ -1368,7 +1394,6 @@ files:
|
|
|
1368
1394
|
- lib/datadog_api_client/v1/models/widget_vertical_align.rb
|
|
1369
1395
|
- lib/datadog_api_client/v1/models/widget_view_mode.rb
|
|
1370
1396
|
- lib/datadog_api_client/v1/models/widget_viz_type.rb
|
|
1371
|
-
- lib/datadog_api_client/v2.rb
|
|
1372
1397
|
- lib/datadog_api_client/v2/api/audit_api.rb
|
|
1373
1398
|
- lib/datadog_api_client/v2/api/authn_mappings_api.rb
|
|
1374
1399
|
- lib/datadog_api_client/v2/api/cloud_workload_security_api.rb
|
|
@@ -1775,6 +1800,19 @@ files:
|
|
|
1775
1800
|
- lib/datadog_api_client/v2/models/rum_aggregation_buckets_response.rb
|
|
1776
1801
|
- lib/datadog_api_client/v2/models/rum_aggregation_function.rb
|
|
1777
1802
|
- lib/datadog_api_client/v2/models/rum_analytics_aggregate_response.rb
|
|
1803
|
+
- lib/datadog_api_client/v2/models/rum_application.rb
|
|
1804
|
+
- lib/datadog_api_client/v2/models/rum_application_attributes.rb
|
|
1805
|
+
- lib/datadog_api_client/v2/models/rum_application_create.rb
|
|
1806
|
+
- lib/datadog_api_client/v2/models/rum_application_create_attributes.rb
|
|
1807
|
+
- lib/datadog_api_client/v2/models/rum_application_create_request.rb
|
|
1808
|
+
- lib/datadog_api_client/v2/models/rum_application_create_type.rb
|
|
1809
|
+
- lib/datadog_api_client/v2/models/rum_application_response.rb
|
|
1810
|
+
- lib/datadog_api_client/v2/models/rum_application_type.rb
|
|
1811
|
+
- lib/datadog_api_client/v2/models/rum_application_update.rb
|
|
1812
|
+
- lib/datadog_api_client/v2/models/rum_application_update_attributes.rb
|
|
1813
|
+
- lib/datadog_api_client/v2/models/rum_application_update_request.rb
|
|
1814
|
+
- lib/datadog_api_client/v2/models/rum_application_update_type.rb
|
|
1815
|
+
- lib/datadog_api_client/v2/models/rum_applications_response.rb
|
|
1778
1816
|
- lib/datadog_api_client/v2/models/rum_bucket_response.rb
|
|
1779
1817
|
- lib/datadog_api_client/v2/models/rum_compute.rb
|
|
1780
1818
|
- lib/datadog_api_client/v2/models/rum_compute_type.rb
|