datadog_api_client 2.34.0 → 2.35.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 +4 -4
- data/.generator/schemas/v1/openapi.yaml +59 -3
- data/.generator/schemas/v2/openapi.yaml +738 -69
- data/.generator/src/generator/formatter.py +2 -2
- data/.generator/src/generator/openapi.py +1 -1
- data/.github/workflows/release.yml +1 -1
- data/CHANGELOG.md +19 -0
- data/Gemfile +1 -0
- data/examples/v1/monitors/CreateMonitor_1539578087.rb +1 -0
- data/examples/v1/monitors/CreateMonitor_440013737.rb +1 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +142 -0
- data/examples/v2/csm-threats/CreateCSMThreatsAgentRule_1295653933.rb +32 -0
- data/examples/v2/dora-metrics/CreateDORADeployment.rb +0 -3
- data/examples/v2/dora-metrics/CreateDORAFailure.rb +30 -0
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +11 -9
- data/examples/v2/dora-metrics/CreateDORAIncident_1768887482.rb +25 -0
- data/examples/v2/on-call/GetTeamOnCallUsers.rb +11 -0
- data/examples/v2/security-monitoring/ListFindings_2932019633.rb +11 -0
- data/examples/v2/software-catalog/DeleteCatalogKind.rb +5 -0
- data/examples/v2/software-catalog/ListCatalogKind.rb +5 -0
- data/examples/v2/software-catalog/ListCatalogKind_3806205775.rb +5 -0
- data/examples/v2/software-catalog/UpsertCatalogKind.rb +9 -0
- data/lib/datadog_api_client/configuration.rb +0 -2
- data/lib/datadog_api_client/inflector.rb +34 -6
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +2 -1
- data/lib/datadog_api_client/v1/models/monitor.rb +17 -1
- data/lib/datadog_api_client/v1/models/monitor_draft_status.rb +32 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +17 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_step_subtype.rb +6 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +32 -2
- data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +79 -15
- data/lib/datadog_api_client/v2/api/on_call_api.rb +67 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +13 -0
- data/lib/datadog_api_client/v2/api/software_catalog_api.rb +221 -0
- data/lib/datadog_api_client/v2/models/action_query_spec_inputs.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +23 -3
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_metadata.rb +125 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb +165 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +37 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_attributes.rb +57 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_attributes.rb +57 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/{dora_incident_request.rb → dora_failure_request.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{dora_incident_request_attributes.rb → dora_failure_request_attributes.rb} +31 -11
- data/lib/datadog_api_client/v2/models/{dora_incident_request_data.rb → dora_failure_request_data.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{dora_incident_response.rb → dora_failure_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{dora_incident_response_data.rb → dora_failure_response_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/{dora_incident_type.rb → dora_failure_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/escalation.rb +143 -0
- data/lib/datadog_api_client/v2/models/escalation_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/escalation_relationships_responders.rb +107 -0
- data/lib/datadog_api_client/v2/models/escalation_relationships_responders_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/escalation_relationships_responders_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/escalation_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/finding_attributes.rb +31 -1
- data/lib/datadog_api_client/v2/models/kind_attributes.rb +143 -0
- data/lib/datadog_api_client/v2/models/kind_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/kind_metadata.rb +115 -0
- data/lib/datadog_api_client/v2/models/kind_obj.rb +143 -0
- data/lib/datadog_api_client/v2/models/kind_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/list_kind_catalog_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders.rb +117 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_escalations.rb +107 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_escalations_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_escalations_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_responders.rb +107 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_responders_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_responders_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_on_call_responders_included.rb +63 -0
- data/lib/datadog_api_client/v2/models/upsert_catalog_kind_request.rb +63 -0
- data/lib/datadog_api_client/v2/models/upsert_catalog_kind_response.rb +117 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/repository.datadog.yaml +8 -0
- metadata +44 -7
@@ -0,0 +1,117 @@
|
|
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
|
+
# Upsert kind response.
|
21
|
+
class UpsertCatalogKindResponse
|
22
|
+
include BaseGenericModel
|
23
|
+
|
24
|
+
# List of kind responses.
|
25
|
+
attr_accessor :data
|
26
|
+
|
27
|
+
# Kind response metadata.
|
28
|
+
attr_accessor :meta
|
29
|
+
|
30
|
+
attr_accessor :additional_properties
|
31
|
+
|
32
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
33
|
+
# @!visibility private
|
34
|
+
def self.attribute_map
|
35
|
+
{
|
36
|
+
:'data' => :'data',
|
37
|
+
:'meta' => :'meta'
|
38
|
+
}
|
39
|
+
end
|
40
|
+
|
41
|
+
# Attribute type mapping.
|
42
|
+
# @!visibility private
|
43
|
+
def self.openapi_types
|
44
|
+
{
|
45
|
+
:'data' => :'Array<KindData>',
|
46
|
+
:'meta' => :'KindResponseMeta'
|
47
|
+
}
|
48
|
+
end
|
49
|
+
|
50
|
+
# Initializes the object
|
51
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
52
|
+
# @!visibility private
|
53
|
+
def initialize(attributes = {})
|
54
|
+
if (!attributes.is_a?(Hash))
|
55
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::UpsertCatalogKindResponse` initialize method"
|
56
|
+
end
|
57
|
+
|
58
|
+
self.additional_properties = {}
|
59
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
60
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
61
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
62
|
+
self.additional_properties[k.to_sym] = v
|
63
|
+
else
|
64
|
+
h[k.to_sym] = v
|
65
|
+
end
|
66
|
+
}
|
67
|
+
|
68
|
+
if attributes.key?(:'data')
|
69
|
+
if (value = attributes[:'data']).is_a?(Array)
|
70
|
+
self.data = value
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
if attributes.key?(:'meta')
|
75
|
+
self.meta = attributes[:'meta']
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
80
|
+
# @return [Hash] Returns the object in the form of hash
|
81
|
+
# @!visibility private
|
82
|
+
def to_hash
|
83
|
+
hash = {}
|
84
|
+
self.class.attribute_map.each_pair do |attr, param|
|
85
|
+
value = self.send(attr)
|
86
|
+
if value.nil?
|
87
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
88
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
89
|
+
end
|
90
|
+
|
91
|
+
hash[param] = _to_hash(value)
|
92
|
+
end
|
93
|
+
self.additional_properties.each_pair do |attr, value|
|
94
|
+
hash[attr] = value
|
95
|
+
end
|
96
|
+
hash
|
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
|
+
meta == o.meta &&
|
107
|
+
additional_properties == o.additional_properties
|
108
|
+
end
|
109
|
+
|
110
|
+
# Calculates hash code according to all attributes.
|
111
|
+
# @return [Integer] Hash code
|
112
|
+
# @!visibility private
|
113
|
+
def hash
|
114
|
+
[data, meta, additional_properties].hash
|
115
|
+
end
|
116
|
+
end
|
117
|
+
end
|
data/repository.datadog.yaml
CHANGED
@@ -4,3 +4,11 @@ kind: stale-branches
|
|
4
4
|
max_age: 2920h # 4 months
|
5
5
|
excludes:
|
6
6
|
- gh-pages
|
7
|
+
---
|
8
|
+
schema-version: v1
|
9
|
+
kind: mergegate
|
10
|
+
rules:
|
11
|
+
- require: commit-signatures
|
12
|
+
excluded_emails:
|
13
|
+
- "41898282+github-actions[bot]@users.noreply.github.com" # github-actions[bot]
|
14
|
+
- "packages@datadoghq.com" # ci.datadog-api-spec bot we use to commit changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.35.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Datadog, Inc.
|
@@ -657,6 +657,7 @@ files:
|
|
657
657
|
- examples/v2/csm-coverage-analysis/GetCSMServerlessCoverageAnalysis.rb
|
658
658
|
- examples/v2/csm-threats/CreateCSMThreatsAgentPolicy.rb
|
659
659
|
- examples/v2/csm-threats/CreateCSMThreatsAgentRule.rb
|
660
|
+
- examples/v2/csm-threats/CreateCSMThreatsAgentRule_1295653933.rb
|
660
661
|
- examples/v2/csm-threats/CreateCloudWorkloadSecurityAgentRule.rb
|
661
662
|
- examples/v2/csm-threats/DeleteCSMThreatsAgentPolicy.rb
|
662
663
|
- examples/v2/csm-threats/DeleteCSMThreatsAgentRule.rb
|
@@ -686,7 +687,9 @@ files:
|
|
686
687
|
- examples/v2/domain-allowlist/GetDomainAllowlist.rb
|
687
688
|
- examples/v2/domain-allowlist/PatchDomainAllowlist.rb
|
688
689
|
- examples/v2/dora-metrics/CreateDORADeployment.rb
|
690
|
+
- examples/v2/dora-metrics/CreateDORAFailure.rb
|
689
691
|
- examples/v2/dora-metrics/CreateDORAIncident.rb
|
692
|
+
- examples/v2/dora-metrics/CreateDORAIncident_1768887482.rb
|
690
693
|
- examples/v2/dora-metrics/GetDORADeployment.rb
|
691
694
|
- examples/v2/dora-metrics/GetDORAFailure.rb
|
692
695
|
- examples/v2/dora-metrics/ListDORADeployments.rb
|
@@ -905,6 +908,7 @@ files:
|
|
905
908
|
- examples/v2/on-call/GetOnCallSchedule.rb
|
906
909
|
- examples/v2/on-call/GetOnCallTeamRoutingRules.rb
|
907
910
|
- examples/v2/on-call/GetScheduleOnCallUser.rb
|
911
|
+
- examples/v2/on-call/GetTeamOnCallUsers.rb
|
908
912
|
- examples/v2/on-call/SetOnCallTeamRoutingRules.rb
|
909
913
|
- examples/v2/on-call/UpdateOnCallEscalationPolicy.rb
|
910
914
|
- examples/v2/on-call/UpdateOnCallSchedule.rb
|
@@ -1009,6 +1013,7 @@ files:
|
|
1009
1013
|
- examples/v2/security-monitoring/GetVulnerabilityNotificationRules.rb
|
1010
1014
|
- examples/v2/security-monitoring/ListFindings.rb
|
1011
1015
|
- examples/v2/security-monitoring/ListFindings_1668290866.rb
|
1016
|
+
- examples/v2/security-monitoring/ListFindings_2932019633.rb
|
1012
1017
|
- examples/v2/security-monitoring/ListFindings_3865842421.rb
|
1013
1018
|
- examples/v2/security-monitoring/ListHistoricalJobs.rb
|
1014
1019
|
- examples/v2/security-monitoring/ListSecurityFilters.rb
|
@@ -1069,12 +1074,16 @@ files:
|
|
1069
1074
|
- examples/v2/service-scorecards/ListScorecardRules_4057666343.rb
|
1070
1075
|
- examples/v2/service-scorecards/UpdateScorecardRule.rb
|
1071
1076
|
- examples/v2/software-catalog/DeleteCatalogEntity.rb
|
1077
|
+
- examples/v2/software-catalog/DeleteCatalogKind.rb
|
1072
1078
|
- examples/v2/software-catalog/ListCatalogEntity.rb
|
1073
1079
|
- examples/v2/software-catalog/ListCatalogEntity_2305103326.rb
|
1080
|
+
- examples/v2/software-catalog/ListCatalogKind.rb
|
1081
|
+
- examples/v2/software-catalog/ListCatalogKind_3806205775.rb
|
1074
1082
|
- examples/v2/software-catalog/ListCatalogRelation.rb
|
1075
1083
|
- examples/v2/software-catalog/ListCatalogRelation_1311054087.rb
|
1076
1084
|
- examples/v2/software-catalog/UpsertCatalogEntity.rb
|
1077
1085
|
- examples/v2/software-catalog/UpsertCatalogEntity_586948155.rb
|
1086
|
+
- examples/v2/software-catalog/UpsertCatalogKind.rb
|
1078
1087
|
- examples/v2/spans-metrics/CreateSpansMetric.rb
|
1079
1088
|
- examples/v2/spans-metrics/DeleteSpansMetric.rb
|
1080
1089
|
- examples/v2/spans-metrics/GetSpansMetric.rb
|
@@ -1462,6 +1471,7 @@ files:
|
|
1462
1471
|
- lib/datadog_api_client/v1/models/metrics_query_unit.rb
|
1463
1472
|
- lib/datadog_api_client/v1/models/monitor.rb
|
1464
1473
|
- lib/datadog_api_client/v1/models/monitor_device_id.rb
|
1474
|
+
- lib/datadog_api_client/v1/models/monitor_draft_status.rb
|
1465
1475
|
- lib/datadog_api_client/v1/models/monitor_formula_and_function_cost_aggregator.rb
|
1466
1476
|
- lib/datadog_api_client/v1/models/monitor_formula_and_function_cost_data_source.rb
|
1467
1477
|
- lib/datadog_api_client/v1/models/monitor_formula_and_function_cost_query_definition.rb
|
@@ -2566,6 +2576,8 @@ files:
|
|
2566
2576
|
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_policy_update_request.rb
|
2567
2577
|
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_policy_updater_attributes.rb
|
2568
2578
|
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb
|
2579
|
+
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_metadata.rb
|
2580
|
+
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb
|
2569
2581
|
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb
|
2570
2582
|
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_attributes.rb
|
2571
2583
|
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_data.rb
|
@@ -2839,14 +2851,14 @@ files:
|
|
2839
2851
|
- lib/datadog_api_client/v2/models/dora_deployment_response_data.rb
|
2840
2852
|
- lib/datadog_api_client/v2/models/dora_deployment_type.rb
|
2841
2853
|
- lib/datadog_api_client/v2/models/dora_event.rb
|
2854
|
+
- lib/datadog_api_client/v2/models/dora_failure_request.rb
|
2855
|
+
- lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb
|
2856
|
+
- lib/datadog_api_client/v2/models/dora_failure_request_data.rb
|
2857
|
+
- lib/datadog_api_client/v2/models/dora_failure_response.rb
|
2858
|
+
- lib/datadog_api_client/v2/models/dora_failure_response_data.rb
|
2859
|
+
- lib/datadog_api_client/v2/models/dora_failure_type.rb
|
2842
2860
|
- lib/datadog_api_client/v2/models/dora_fetch_response.rb
|
2843
2861
|
- lib/datadog_api_client/v2/models/dora_git_info.rb
|
2844
|
-
- lib/datadog_api_client/v2/models/dora_incident_request.rb
|
2845
|
-
- lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb
|
2846
|
-
- lib/datadog_api_client/v2/models/dora_incident_request_data.rb
|
2847
|
-
- lib/datadog_api_client/v2/models/dora_incident_response.rb
|
2848
|
-
- lib/datadog_api_client/v2/models/dora_incident_response_data.rb
|
2849
|
-
- lib/datadog_api_client/v2/models/dora_incident_type.rb
|
2850
2862
|
- lib/datadog_api_client/v2/models/dora_list_deployments_request.rb
|
2851
2863
|
- lib/datadog_api_client/v2/models/dora_list_deployments_request_attributes.rb
|
2852
2864
|
- lib/datadog_api_client/v2/models/dora_list_deployments_request_data.rb
|
@@ -2959,6 +2971,7 @@ files:
|
|
2959
2971
|
- lib/datadog_api_client/v2/models/entity_v3_system_spec.rb
|
2960
2972
|
- lib/datadog_api_client/v2/models/epss.rb
|
2961
2973
|
- lib/datadog_api_client/v2/models/error_handler.rb
|
2974
|
+
- lib/datadog_api_client/v2/models/escalation.rb
|
2962
2975
|
- lib/datadog_api_client/v2/models/escalation_policy.rb
|
2963
2976
|
- lib/datadog_api_client/v2/models/escalation_policy_create_request.rb
|
2964
2977
|
- lib/datadog_api_client/v2/models/escalation_policy_create_request_data.rb
|
@@ -2990,8 +3003,13 @@ files:
|
|
2990
3003
|
- lib/datadog_api_client/v2/models/escalation_policy_user.rb
|
2991
3004
|
- lib/datadog_api_client/v2/models/escalation_policy_user_attributes.rb
|
2992
3005
|
- lib/datadog_api_client/v2/models/escalation_policy_user_type.rb
|
3006
|
+
- lib/datadog_api_client/v2/models/escalation_relationships.rb
|
3007
|
+
- lib/datadog_api_client/v2/models/escalation_relationships_responders.rb
|
3008
|
+
- lib/datadog_api_client/v2/models/escalation_relationships_responders_data_items.rb
|
3009
|
+
- lib/datadog_api_client/v2/models/escalation_relationships_responders_data_items_type.rb
|
2993
3010
|
- lib/datadog_api_client/v2/models/escalation_target.rb
|
2994
3011
|
- lib/datadog_api_client/v2/models/escalation_targets.rb
|
3012
|
+
- lib/datadog_api_client/v2/models/escalation_type.rb
|
2995
3013
|
- lib/datadog_api_client/v2/models/event.rb
|
2996
3014
|
- lib/datadog_api_client/v2/models/event_attributes.rb
|
2997
3015
|
- lib/datadog_api_client/v2/models/event_category.rb
|
@@ -3293,6 +3311,11 @@ files:
|
|
3293
3311
|
- lib/datadog_api_client/v2/models/jsonapi_error_item.rb
|
3294
3312
|
- lib/datadog_api_client/v2/models/jsonapi_error_item_source.rb
|
3295
3313
|
- lib/datadog_api_client/v2/models/jsonapi_error_response.rb
|
3314
|
+
- lib/datadog_api_client/v2/models/kind_attributes.rb
|
3315
|
+
- lib/datadog_api_client/v2/models/kind_data.rb
|
3316
|
+
- lib/datadog_api_client/v2/models/kind_metadata.rb
|
3317
|
+
- lib/datadog_api_client/v2/models/kind_obj.rb
|
3318
|
+
- lib/datadog_api_client/v2/models/kind_response_meta.rb
|
3296
3319
|
- lib/datadog_api_client/v2/models/layer.rb
|
3297
3320
|
- lib/datadog_api_client/v2/models/layer_attributes.rb
|
3298
3321
|
- lib/datadog_api_client/v2/models/layer_attributes_interval.rb
|
@@ -3329,6 +3352,7 @@ files:
|
|
3329
3352
|
- lib/datadog_api_client/v2/models/list_findings_page.rb
|
3330
3353
|
- lib/datadog_api_client/v2/models/list_findings_response.rb
|
3331
3354
|
- lib/datadog_api_client/v2/models/list_historical_jobs_response.rb
|
3355
|
+
- lib/datadog_api_client/v2/models/list_kind_catalog_response.rb
|
3332
3356
|
- lib/datadog_api_client/v2/models/list_pipelines_response.rb
|
3333
3357
|
- lib/datadog_api_client/v2/models/list_pipelines_response_meta.rb
|
3334
3358
|
- lib/datadog_api_client/v2/models/list_powerpacks_response.rb
|
@@ -4502,6 +4526,17 @@ files:
|
|
4502
4526
|
- lib/datadog_api_client/v2/models/team_link_response.rb
|
4503
4527
|
- lib/datadog_api_client/v2/models/team_link_type.rb
|
4504
4528
|
- lib/datadog_api_client/v2/models/team_links_response.rb
|
4529
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders.rb
|
4530
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data.rb
|
4531
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships.rb
|
4532
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_escalations.rb
|
4533
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_escalations_data_items.rb
|
4534
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_escalations_data_items_type.rb
|
4535
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_responders.rb
|
4536
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_responders_data_items.rb
|
4537
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_relationships_responders_data_items_type.rb
|
4538
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_data_type.rb
|
4539
|
+
- lib/datadog_api_client/v2/models/team_on_call_responders_included.rb
|
4505
4540
|
- lib/datadog_api_client/v2/models/team_permission_setting.rb
|
4506
4541
|
- lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb
|
4507
4542
|
- lib/datadog_api_client/v2/models/team_permission_setting_response.rb
|
@@ -4587,6 +4622,8 @@ files:
|
|
4587
4622
|
- lib/datadog_api_client/v2/models/upsert_catalog_entity_request.rb
|
4588
4623
|
- lib/datadog_api_client/v2/models/upsert_catalog_entity_response.rb
|
4589
4624
|
- lib/datadog_api_client/v2/models/upsert_catalog_entity_response_included_item.rb
|
4625
|
+
- lib/datadog_api_client/v2/models/upsert_catalog_kind_request.rb
|
4626
|
+
- lib/datadog_api_client/v2/models/upsert_catalog_kind_response.rb
|
4590
4627
|
- lib/datadog_api_client/v2/models/urgency.rb
|
4591
4628
|
- lib/datadog_api_client/v2/models/url_param.rb
|
4592
4629
|
- lib/datadog_api_client/v2/models/url_param_update.rb
|