datadog_api_client 1.0.0.beta.3 → 1.0.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/.azure-pipelines/all.yml +0 -1
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +23 -0
- data/Gemfile +1 -1
- data/LICENSE-3rdparty.csv +0 -1
- data/check-examples.sh +7 -2
- data/data/v1/openapi.yaml +1963 -245
- data/data/v2/openapi.yaml +67 -13
- data/docs/v1/DashboardsAPI.md +10 -5
- data/docs/v1/DistributionWidgetDefinition.md +9 -3
- data/docs/v1/DistributionWidgetXAxis.md +24 -0
- data/docs/v1/DistributionWidgetYAxis.md +26 -0
- data/docs/v1/EventsAPI.md +7 -3
- data/docs/v1/GroupWidgetDefinition.md +8 -0
- data/docs/v1/ImageWidgetDefinition.md +11 -1
- data/docs/v1/LogsByRetention.md +22 -0
- data/docs/v1/LogsByRetentionMonthlyUsage.md +20 -0
- data/docs/v1/LogsByRetentionOrgUsage.md +18 -0
- data/docs/v1/LogsByRetentionOrgs.md +18 -0
- data/docs/v1/LogsRetentionAggSumUsage.md +24 -0
- data/docs/v1/LogsRetentionSumUsage.md +24 -0
- data/docs/v1/MonitorsAPI.md +1 -1
- data/docs/v1/NoteWidgetDefinition.md +5 -1
- data/docs/v1/NotebookAbsoluteTime.md +22 -0
- data/docs/v1/NotebookAuthor.md +34 -0
- data/docs/v1/NotebookCellCreateRequest.md +20 -0
- data/docs/v1/NotebookCellCreateRequestAttributes.md +57 -0
- data/docs/v1/NotebookCellResourceType.md +15 -0
- data/docs/v1/NotebookCellResponse.md +22 -0
- data/docs/v1/NotebookCellResponseAttributes.md +57 -0
- data/docs/v1/NotebookCellTime.md +49 -0
- data/docs/v1/NotebookCellUpdateRequest.md +22 -0
- data/docs/v1/NotebookCellUpdateRequestAttributes.md +57 -0
- data/docs/v1/NotebookCreateData.md +20 -0
- data/docs/v1/NotebookCreateDataAttributes.md +24 -0
- data/docs/v1/NotebookCreateRequest.md +18 -0
- data/docs/v1/NotebookDistributionCellAttributes.md +24 -0
- data/docs/v1/NotebookGlobalTime.md +49 -0
- data/docs/v1/NotebookGraphSize.md +15 -0
- data/docs/v1/NotebookHeatMapCellAttributes.md +24 -0
- data/docs/v1/NotebookLogStreamCellAttributes.md +22 -0
- data/docs/v1/NotebookMarkdownCellAttributes.md +18 -0
- data/docs/v1/NotebookMarkdownCellDefinition.md +21 -0
- data/docs/v1/NotebookMarkdownCellDefinitionType.md +15 -0
- data/docs/v1/NotebookRelativeTime.md +18 -0
- data/docs/v1/NotebookResourceType.md +15 -0
- data/docs/v1/NotebookResponse.md +18 -0
- data/docs/v1/NotebookResponseData.md +22 -0
- data/docs/v1/NotebookResponseDataAttributes.md +30 -0
- data/docs/v1/NotebookSplitBy.md +20 -0
- data/docs/v1/NotebookStatus.md +15 -0
- data/docs/v1/NotebookTimeseriesCellAttributes.md +24 -0
- data/docs/v1/NotebookToplistCellAttributes.md +24 -0
- data/docs/v1/NotebookUpdateCell.md +49 -0
- data/docs/v1/NotebookUpdateData.md +20 -0
- data/docs/v1/NotebookUpdateDataAttributes.md +24 -0
- data/docs/v1/NotebookUpdateRequest.md +18 -0
- data/docs/v1/NotebooksAPI.md +339 -0
- data/docs/v1/NotebooksResponse.md +20 -0
- data/docs/v1/NotebooksResponseMeta.md +18 -0
- data/docs/v1/NotebooksResponsePage.md +20 -0
- data/docs/v1/README.md +66 -9
- data/docs/v1/SLOListResponse.md +3 -1
- data/docs/v1/SLOListResponseMetadata.md +18 -0
- data/docs/v1/SLOListResponseMetadataPage.md +20 -0
- data/docs/v1/SLOResponse.md +1 -1
- data/docs/v1/SLOResponseData.md +44 -0
- data/docs/v1/ServiceLevelObjectivesAPI.md +8 -4
- data/docs/v1/SyntheticsAPI.md +28 -156
- data/docs/v1/SyntheticsAPIStep.md +4 -0
- data/docs/v1/SyntheticsBrowserTestConfig.md +2 -0
- data/docs/v1/SyntheticsTestConfig.md +1 -1
- data/docs/v1/SyntheticsTestOptions.md +1 -1
- data/docs/v1/SyntheticsTestRequest.md +6 -0
- data/docs/v1/UsageAttributionSupportedMetrics.md +15 -0
- data/docs/v1/UsageAttributionValues.md +8 -0
- data/docs/v1/UsageHostHour.md +3 -1
- data/docs/v1/UsageIoTHour.md +1 -1
- data/docs/v1/UsageLogsByRetentionHour.md +24 -0
- data/docs/v1/UsageLogsByRetentionResponse.md +18 -0
- data/docs/v1/UsageMeteringAPI.md +69 -2
- data/docs/v1/UsageSummaryDate.md +11 -9
- data/docs/v1/UsageSummaryDateOrg.md +3 -1
- data/docs/v1/UsageSummaryResponse.md +5 -1
- data/docs/v1/WidgetHorizontalAlign.md +15 -0
- data/docs/v1/WidgetLayout.md +2 -0
- data/docs/v1/WidgetMarker.md +1 -1
- data/docs/v1/WidgetVerticalAlign.md +15 -0
- data/docs/v2/IncidentServiceUpdateData.md +1 -1
- data/docs/v2/IncidentServicesAPI.md +1 -1
- data/docs/v2/IncidentTeamUpdateData.md +1 -1
- data/docs/v2/IncidentTeamsAPI.md +1 -1
- data/docs/v2/MetricsAPI.md +1 -11
- data/extract-code-blocks.sh +6 -2
- data/lib/datadog_api_client/v1.rb +54 -0
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +3 -0
- data/lib/datadog_api_client/v1/api/events_api.rb +14 -4
- data/lib/datadog_api_client/v1/api/monitors_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +418 -0
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +3 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +14 -170
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +79 -2
- data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +36 -6
- data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +259 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb +269 -0
- data/lib/datadog_api_client/v1/models/group_widget_definition.rb +42 -1
- data/lib/datadog_api_client/v1/models/image_widget_definition.rb +56 -4
- data/lib/datadog_api_client/v1/models/logs_by_retention.rb +243 -0
- data/lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb +235 -0
- data/lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb +225 -0
- data/lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb +225 -0
- data/lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb +253 -0
- data/lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb +253 -0
- data/lib/datadog_api_client/v1/models/note_widget_definition.rb +25 -4
- data/lib/datadog_api_client/v1/models/notebook_absolute_time.rb +253 -0
- data/lib/datadog_api_client/v1/models/notebook_author.rb +303 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +243 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +113 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_resource_type.rb +39 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_response.rb +258 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +113 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +109 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request.rb +258 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +113 -0
- data/lib/datadog_api_client/v1/models/notebook_create_data.rb +243 -0
- data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +298 -0
- data/lib/datadog_api_client/v1/models/notebook_create_request.rb +227 -0
- data/lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb +255 -0
- data/lib/datadog_api_client/v1/models/notebook_global_time.rb +109 -0
- data/lib/datadog_api_client/v1/models/notebook_graph_size.rb +43 -0
- data/lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb +255 -0
- data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +246 -0
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +227 -0
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb +244 -0
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition_type.rb +39 -0
- data/lib/datadog_api_client/v1/models/notebook_relative_time.rb +227 -0
- data/lib/datadog_api_client/v1/models/notebook_resource_type.rb +39 -0
- data/lib/datadog_api_client/v1/models/notebook_response.rb +222 -0
- data/lib/datadog_api_client/v1/models/notebook_response_data.rb +258 -0
- data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +327 -0
- data/lib/datadog_api_client/v1/models/notebook_split_by.rb +247 -0
- data/lib/datadog_api_client/v1/models/notebook_status.rb +39 -0
- data/lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb +255 -0
- data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +255 -0
- data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +109 -0
- data/lib/datadog_api_client/v1/models/notebook_update_data.rb +243 -0
- data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +298 -0
- data/lib/datadog_api_client/v1/models/notebook_update_request.rb +227 -0
- data/lib/datadog_api_client/v1/models/notebooks_response.rb +234 -0
- data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +222 -0
- data/lib/datadog_api_client/v1/models/notebooks_response_page.rb +233 -0
- data/lib/datadog_api_client/v1/models/slo_list_response.rb +13 -4
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata.rb +222 -0
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb +233 -0
- data/lib/datadog_api_client/v1/models/slo_response.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +363 -0
- data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +21 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +4 -0
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_config.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +0 -5
- data/lib/datadog_api_client/v1/models/synthetics_test_details_sub_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +79 -1
- data/lib/datadog_api_client/v1/models/synthetics_tick_interval.rb +1 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +67 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_host_hour.rb +14 -4
- data/lib/datadog_api_client/v1/models/usage_io_t_hour.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb +253 -0
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb +225 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +38 -28
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +14 -4
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +23 -4
- data/lib/datadog_api_client/v1/models/widget.rb +1 -1
- data/lib/datadog_api_client/v1/models/widget_horizontal_align.rb +41 -0
- data/lib/datadog_api_client/v1/models/widget_image_sizing.rb +5 -0
- data/lib/datadog_api_client/v1/models/widget_layout.rb +12 -2
- data/lib/datadog_api_client/v1/models/widget_margin.rb +3 -0
- data/lib/datadog_api_client/v1/models/widget_marker.rb +1 -1
- data/lib/datadog_api_client/v1/models/widget_vertical_align.rb +41 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +2 -2
- data/lib/datadog_api_client/v2/configuration.rb +0 -2
- data/lib/datadog_api_client/v2/models/incident_service_update_data.rb +0 -5
- data/lib/datadog_api_client/v2/models/incident_team_update_data.rb +0 -5
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_types.rb +1 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/run-tests.sh +0 -6
- data/spec/v1/api/notebooks_api_spec.rb +106 -0
- data/spec/v1/models/distribution_widget_x_axis_spec.rb +55 -0
- data/spec/v1/models/distribution_widget_y_axis_spec.rb +61 -0
- data/spec/v1/models/logs_by_retention_monthly_usage_spec.rb +43 -0
- data/spec/v1/models/logs_by_retention_org_usage_spec.rb +37 -0
- data/spec/v1/models/logs_by_retention_orgs_spec.rb +37 -0
- data/spec/v1/models/logs_by_retention_spec.rb +49 -0
- data/spec/v1/models/logs_retention_agg_sum_usage_spec.rb +55 -0
- data/spec/v1/models/logs_retention_sum_usage_spec.rb +55 -0
- data/spec/v1/models/notebook_absolute_time_spec.rb +49 -0
- data/spec/v1/models/notebook_author_spec.rb +85 -0
- data/spec/v1/models/notebook_cell_create_request_attributes_spec.rb +34 -0
- data/spec/v1/models/notebook_cell_create_request_spec.rb +43 -0
- data/spec/v1/models/notebook_cell_resource_type_spec.rb +31 -0
- data/spec/v1/models/notebook_cell_response_attributes_spec.rb +34 -0
- data/spec/v1/models/notebook_cell_response_spec.rb +49 -0
- data/spec/v1/models/notebook_cell_time_spec.rb +34 -0
- data/spec/v1/models/notebook_cell_update_request_attributes_spec.rb +34 -0
- data/spec/v1/models/notebook_cell_update_request_spec.rb +49 -0
- data/spec/v1/models/notebook_create_data_attributes_spec.rb +55 -0
- data/spec/v1/models/notebook_create_data_spec.rb +43 -0
- data/spec/v1/models/notebook_create_request_spec.rb +37 -0
- data/spec/v1/models/notebook_distribution_cell_attributes_spec.rb +55 -0
- data/spec/v1/models/notebook_global_time_spec.rb +34 -0
- data/spec/v1/models/notebook_graph_size_spec.rb +31 -0
- data/spec/v1/models/notebook_heat_map_cell_attributes_spec.rb +55 -0
- data/spec/v1/models/notebook_log_stream_cell_attributes_spec.rb +49 -0
- data/spec/v1/models/notebook_markdown_cell_attributes_spec.rb +37 -0
- data/spec/v1/models/notebook_markdown_cell_definition_spec.rb +43 -0
- data/spec/v1/models/notebook_markdown_cell_definition_type_spec.rb +31 -0
- data/spec/v1/models/notebook_relative_time_spec.rb +37 -0
- data/spec/v1/models/notebook_resource_type_spec.rb +31 -0
- data/spec/v1/models/notebook_response_data_attributes_spec.rb +73 -0
- data/spec/v1/models/notebook_response_data_spec.rb +49 -0
- data/spec/v1/models/notebook_response_spec.rb +37 -0
- data/spec/v1/models/notebook_split_by_spec.rb +43 -0
- data/spec/v1/models/notebook_status_spec.rb +31 -0
- data/spec/v1/models/notebook_timeseries_cell_attributes_spec.rb +55 -0
- data/spec/v1/models/notebook_toplist_cell_attributes_spec.rb +55 -0
- data/spec/v1/models/notebook_update_cell_spec.rb +34 -0
- data/spec/v1/models/notebook_update_data_attributes_spec.rb +55 -0
- data/spec/v1/models/notebook_update_data_spec.rb +43 -0
- data/spec/v1/models/notebook_update_request_spec.rb +37 -0
- data/spec/v1/models/notebooks_response_meta_spec.rb +37 -0
- data/spec/v1/models/notebooks_response_page_spec.rb +43 -0
- data/spec/v1/models/notebooks_response_spec.rb +43 -0
- data/spec/v1/models/slo_list_response_metadata_page_spec.rb +43 -0
- data/spec/v1/models/slo_list_response_metadata_spec.rb +37 -0
- data/spec/v1/models/slo_response_data_spec.rb +115 -0
- data/spec/v1/models/usage_attribution_supported_metrics_spec.rb +31 -0
- data/spec/v1/models/usage_logs_by_retention_hour_spec.rb +55 -0
- data/spec/v1/models/usage_logs_by_retention_response_spec.rb +37 -0
- data/spec/v1/models/widget_horizontal_align_spec.rb +31 -0
- data/spec/v1/models/widget_vertical_align_spec.rb +31 -0
- metadata +220 -4
|
@@ -0,0 +1,43 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::NotebooksResponse
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::NotebooksResponse do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::NotebooksResponse.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of NotebooksResponse' do
|
|
27
|
+
it 'should create an instance of NotebooksResponse' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::NotebooksResponse)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "data"' do
|
|
32
|
+
it 'should work' do
|
|
33
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
describe 'test attribute "meta"' do
|
|
38
|
+
it 'should work' do
|
|
39
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
end
|
|
@@ -0,0 +1,43 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::SLOListResponseMetadataPage
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SLOListResponseMetadataPage do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SLOListResponseMetadataPage.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SLOListResponseMetadataPage' do
|
|
27
|
+
it 'should create an instance of SLOListResponseMetadataPage' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SLOListResponseMetadataPage)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "total_count"' do
|
|
32
|
+
it 'should work' do
|
|
33
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
describe 'test attribute "total_filtered_count"' do
|
|
38
|
+
it 'should work' do
|
|
39
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
end
|
|
@@ -0,0 +1,37 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::SLOListResponseMetadata
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SLOListResponseMetadata do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SLOListResponseMetadata.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SLOListResponseMetadata' do
|
|
27
|
+
it 'should create an instance of SLOListResponseMetadata' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SLOListResponseMetadata)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "page"' do
|
|
32
|
+
it 'should work' do
|
|
33
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
end
|
|
@@ -0,0 +1,115 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::SLOResponseData
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SLOResponseData do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SLOResponseData.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SLOResponseData' do
|
|
27
|
+
it 'should create an instance of SLOResponseData' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SLOResponseData)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "configured_alert_ids"' do
|
|
32
|
+
it 'should work' do
|
|
33
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
describe 'test attribute "created_at"' do
|
|
38
|
+
it 'should work' do
|
|
39
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
describe 'test attribute "creator"' do
|
|
44
|
+
it 'should work' do
|
|
45
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
describe 'test attribute "description"' do
|
|
50
|
+
it 'should work' do
|
|
51
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
describe 'test attribute "groups"' do
|
|
56
|
+
it 'should work' do
|
|
57
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
58
|
+
end
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
describe 'test attribute "id"' do
|
|
62
|
+
it 'should work' do
|
|
63
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
describe 'test attribute "modified_at"' do
|
|
68
|
+
it 'should work' do
|
|
69
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
describe 'test attribute "monitor_ids"' do
|
|
74
|
+
it 'should work' do
|
|
75
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
76
|
+
end
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
describe 'test attribute "monitor_tags"' do
|
|
80
|
+
it 'should work' do
|
|
81
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
82
|
+
end
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
describe 'test attribute "name"' do
|
|
86
|
+
it 'should work' do
|
|
87
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
88
|
+
end
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
describe 'test attribute "query"' do
|
|
92
|
+
it 'should work' do
|
|
93
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
describe 'test attribute "tags"' do
|
|
98
|
+
it 'should work' do
|
|
99
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
describe 'test attribute "thresholds"' do
|
|
104
|
+
it 'should work' do
|
|
105
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
106
|
+
end
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
describe 'test attribute "type"' do
|
|
110
|
+
it 'should work' do
|
|
111
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
112
|
+
end
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::UsageAttributionSupportedMetrics
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::UsageAttributionSupportedMetrics do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::UsageAttributionSupportedMetrics.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of UsageAttributionSupportedMetrics' do
|
|
27
|
+
it 'should create an instance of UsageAttributionSupportedMetrics' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::UsageAttributionSupportedMetrics)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::UsageLogsByRetentionHour
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::UsageLogsByRetentionHour do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::UsageLogsByRetentionHour.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of UsageLogsByRetentionHour' do
|
|
27
|
+
it 'should create an instance of UsageLogsByRetentionHour' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::UsageLogsByRetentionHour)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "indexed_events_count"' do
|
|
32
|
+
it 'should work' do
|
|
33
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
describe 'test attribute "live_indexed_events_count"' do
|
|
38
|
+
it 'should work' do
|
|
39
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
describe 'test attribute "rehydrated_indexed_events_count"' do
|
|
44
|
+
it 'should work' do
|
|
45
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
describe 'test attribute "retention"' do
|
|
50
|
+
it 'should work' do
|
|
51
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
end
|
|
@@ -0,0 +1,37 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::UsageLogsByRetentionResponse
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::UsageLogsByRetentionResponse do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::UsageLogsByRetentionResponse.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of UsageLogsByRetentionResponse' do
|
|
27
|
+
it 'should create an instance of UsageLogsByRetentionResponse' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::UsageLogsByRetentionResponse)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "usage"' do
|
|
32
|
+
it 'should work' do
|
|
33
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::WidgetHorizontalAlign
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::WidgetHorizontalAlign do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::WidgetHorizontalAlign.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of WidgetHorizontalAlign' do
|
|
27
|
+
it 'should create an instance of WidgetHorizontalAlign' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::WidgetHorizontalAlign)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
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://openapi-generator.tech
|
|
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 'spec_helper'
|
|
17
|
+
require 'json'
|
|
18
|
+
require 'date'
|
|
19
|
+
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::WidgetVerticalAlign
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::WidgetVerticalAlign do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::WidgetVerticalAlign.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of WidgetVerticalAlign' do
|
|
27
|
+
it 'should create an instance of WidgetVerticalAlign' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::WidgetVerticalAlign)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
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: 1.0.0
|
|
4
|
+
version: 1.0.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: 2021-
|
|
11
|
+
date: 2021-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -195,6 +195,8 @@ files:
|
|
|
195
195
|
- docs/v1/DistributionWidgetDefinition.md
|
|
196
196
|
- docs/v1/DistributionWidgetDefinitionType.md
|
|
197
197
|
- docs/v1/DistributionWidgetRequest.md
|
|
198
|
+
- docs/v1/DistributionWidgetXAxis.md
|
|
199
|
+
- docs/v1/DistributionWidgetYAxis.md
|
|
198
200
|
- docs/v1/Downtime.md
|
|
199
201
|
- docs/v1/DowntimeRecurrence.md
|
|
200
202
|
- docs/v1/DowntimesAPI.md
|
|
@@ -289,6 +291,10 @@ files:
|
|
|
289
291
|
- docs/v1/LogsArithmeticProcessorType.md
|
|
290
292
|
- docs/v1/LogsAttributeRemapper.md
|
|
291
293
|
- docs/v1/LogsAttributeRemapperType.md
|
|
294
|
+
- docs/v1/LogsByRetention.md
|
|
295
|
+
- docs/v1/LogsByRetentionMonthlyUsage.md
|
|
296
|
+
- docs/v1/LogsByRetentionOrgUsage.md
|
|
297
|
+
- docs/v1/LogsByRetentionOrgs.md
|
|
292
298
|
- docs/v1/LogsCategoryProcessor.md
|
|
293
299
|
- docs/v1/LogsCategoryProcessorCategory.md
|
|
294
300
|
- docs/v1/LogsCategoryProcessorType.md
|
|
@@ -321,6 +327,8 @@ files:
|
|
|
321
327
|
- docs/v1/LogsPipelinesOrder.md
|
|
322
328
|
- docs/v1/LogsProcessor.md
|
|
323
329
|
- docs/v1/LogsQueryCompute.md
|
|
330
|
+
- docs/v1/LogsRetentionAggSumUsage.md
|
|
331
|
+
- docs/v1/LogsRetentionSumUsage.md
|
|
324
332
|
- docs/v1/LogsServiceRemapper.md
|
|
325
333
|
- docs/v1/LogsServiceRemapperType.md
|
|
326
334
|
- docs/v1/LogsSort.md
|
|
@@ -359,6 +367,44 @@ files:
|
|
|
359
367
|
- docs/v1/MonitorsAPI.md
|
|
360
368
|
- docs/v1/NoteWidgetDefinition.md
|
|
361
369
|
- docs/v1/NoteWidgetDefinitionType.md
|
|
370
|
+
- docs/v1/NotebookAbsoluteTime.md
|
|
371
|
+
- docs/v1/NotebookAuthor.md
|
|
372
|
+
- docs/v1/NotebookCellCreateRequest.md
|
|
373
|
+
- docs/v1/NotebookCellCreateRequestAttributes.md
|
|
374
|
+
- docs/v1/NotebookCellResourceType.md
|
|
375
|
+
- docs/v1/NotebookCellResponse.md
|
|
376
|
+
- docs/v1/NotebookCellResponseAttributes.md
|
|
377
|
+
- docs/v1/NotebookCellTime.md
|
|
378
|
+
- docs/v1/NotebookCellUpdateRequest.md
|
|
379
|
+
- docs/v1/NotebookCellUpdateRequestAttributes.md
|
|
380
|
+
- docs/v1/NotebookCreateData.md
|
|
381
|
+
- docs/v1/NotebookCreateDataAttributes.md
|
|
382
|
+
- docs/v1/NotebookCreateRequest.md
|
|
383
|
+
- docs/v1/NotebookDistributionCellAttributes.md
|
|
384
|
+
- docs/v1/NotebookGlobalTime.md
|
|
385
|
+
- docs/v1/NotebookGraphSize.md
|
|
386
|
+
- docs/v1/NotebookHeatMapCellAttributes.md
|
|
387
|
+
- docs/v1/NotebookLogStreamCellAttributes.md
|
|
388
|
+
- docs/v1/NotebookMarkdownCellAttributes.md
|
|
389
|
+
- docs/v1/NotebookMarkdownCellDefinition.md
|
|
390
|
+
- docs/v1/NotebookMarkdownCellDefinitionType.md
|
|
391
|
+
- docs/v1/NotebookRelativeTime.md
|
|
392
|
+
- docs/v1/NotebookResourceType.md
|
|
393
|
+
- docs/v1/NotebookResponse.md
|
|
394
|
+
- docs/v1/NotebookResponseData.md
|
|
395
|
+
- docs/v1/NotebookResponseDataAttributes.md
|
|
396
|
+
- docs/v1/NotebookSplitBy.md
|
|
397
|
+
- docs/v1/NotebookStatus.md
|
|
398
|
+
- docs/v1/NotebookTimeseriesCellAttributes.md
|
|
399
|
+
- docs/v1/NotebookToplistCellAttributes.md
|
|
400
|
+
- docs/v1/NotebookUpdateCell.md
|
|
401
|
+
- docs/v1/NotebookUpdateData.md
|
|
402
|
+
- docs/v1/NotebookUpdateDataAttributes.md
|
|
403
|
+
- docs/v1/NotebookUpdateRequest.md
|
|
404
|
+
- docs/v1/NotebooksAPI.md
|
|
405
|
+
- docs/v1/NotebooksResponse.md
|
|
406
|
+
- docs/v1/NotebooksResponseMeta.md
|
|
407
|
+
- docs/v1/NotebooksResponsePage.md
|
|
362
408
|
- docs/v1/Organization.md
|
|
363
409
|
- docs/v1/OrganizationBilling.md
|
|
364
410
|
- docs/v1/OrganizationCreateBody.md
|
|
@@ -408,7 +454,10 @@ files:
|
|
|
408
454
|
- docs/v1/SLOHistoryResponseError.md
|
|
409
455
|
- docs/v1/SLOHistorySLIData.md
|
|
410
456
|
- docs/v1/SLOListResponse.md
|
|
457
|
+
- docs/v1/SLOListResponseMetadata.md
|
|
458
|
+
- docs/v1/SLOListResponseMetadataPage.md
|
|
411
459
|
- docs/v1/SLOResponse.md
|
|
460
|
+
- docs/v1/SLOResponseData.md
|
|
412
461
|
- docs/v1/SLOThreshold.md
|
|
413
462
|
- docs/v1/SLOTimeframe.md
|
|
414
463
|
- docs/v1/SLOType.md
|
|
@@ -553,6 +602,7 @@ files:
|
|
|
553
602
|
- docs/v1/UsageAttributionPagination.md
|
|
554
603
|
- docs/v1/UsageAttributionResponse.md
|
|
555
604
|
- docs/v1/UsageAttributionSort.md
|
|
605
|
+
- docs/v1/UsageAttributionSupportedMetrics.md
|
|
556
606
|
- docs/v1/UsageAttributionValues.md
|
|
557
607
|
- docs/v1/UsageBillableSummaryBody.md
|
|
558
608
|
- docs/v1/UsageBillableSummaryHour.md
|
|
@@ -581,6 +631,8 @@ files:
|
|
|
581
631
|
- docs/v1/UsageLambdaResponse.md
|
|
582
632
|
- docs/v1/UsageLogsByIndexHour.md
|
|
583
633
|
- docs/v1/UsageLogsByIndexResponse.md
|
|
634
|
+
- docs/v1/UsageLogsByRetentionHour.md
|
|
635
|
+
- docs/v1/UsageLogsByRetentionResponse.md
|
|
584
636
|
- docs/v1/UsageLogsHour.md
|
|
585
637
|
- docs/v1/UsageLogsResponse.md
|
|
586
638
|
- docs/v1/UsageMeteringAPI.md
|
|
@@ -643,6 +695,7 @@ files:
|
|
|
643
695
|
- docs/v1/WidgetFormula.md
|
|
644
696
|
- docs/v1/WidgetFormulaLimit.md
|
|
645
697
|
- docs/v1/WidgetGrouping.md
|
|
698
|
+
- docs/v1/WidgetHorizontalAlign.md
|
|
646
699
|
- docs/v1/WidgetImageSizing.md
|
|
647
700
|
- docs/v1/WidgetLayout.md
|
|
648
701
|
- docs/v1/WidgetLayoutType.md
|
|
@@ -667,6 +720,7 @@ files:
|
|
|
667
720
|
- docs/v1/WidgetTickEdge.md
|
|
668
721
|
- docs/v1/WidgetTime.md
|
|
669
722
|
- docs/v1/WidgetTimeWindows.md
|
|
723
|
+
- docs/v1/WidgetVerticalAlign.md
|
|
670
724
|
- docs/v1/WidgetViewMode.md
|
|
671
725
|
- docs/v1/WidgetVizType.md
|
|
672
726
|
- docs/v2/APIErrorResponse.md
|
|
@@ -1008,6 +1062,7 @@ files:
|
|
|
1008
1062
|
- lib/datadog_api_client/v1/api/logs_pipelines_api.rb
|
|
1009
1063
|
- lib/datadog_api_client/v1/api/metrics_api.rb
|
|
1010
1064
|
- lib/datadog_api_client/v1/api/monitors_api.rb
|
|
1065
|
+
- lib/datadog_api_client/v1/api/notebooks_api.rb
|
|
1011
1066
|
- lib/datadog_api_client/v1/api/organizations_api.rb
|
|
1012
1067
|
- lib/datadog_api_client/v1/api/pager_duty_integration_api.rb
|
|
1013
1068
|
- lib/datadog_api_client/v1/api/service_checks_api.rb
|
|
@@ -1083,6 +1138,8 @@ files:
|
|
|
1083
1138
|
- lib/datadog_api_client/v1/models/distribution_widget_definition.rb
|
|
1084
1139
|
- lib/datadog_api_client/v1/models/distribution_widget_definition_type.rb
|
|
1085
1140
|
- lib/datadog_api_client/v1/models/distribution_widget_request.rb
|
|
1141
|
+
- lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb
|
|
1142
|
+
- lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb
|
|
1086
1143
|
- lib/datadog_api_client/v1/models/downtime.rb
|
|
1087
1144
|
- lib/datadog_api_client/v1/models/downtime_recurrence.rb
|
|
1088
1145
|
- lib/datadog_api_client/v1/models/event.rb
|
|
@@ -1170,6 +1227,10 @@ files:
|
|
|
1170
1227
|
- lib/datadog_api_client/v1/models/logs_arithmetic_processor_type.rb
|
|
1171
1228
|
- lib/datadog_api_client/v1/models/logs_attribute_remapper.rb
|
|
1172
1229
|
- lib/datadog_api_client/v1/models/logs_attribute_remapper_type.rb
|
|
1230
|
+
- lib/datadog_api_client/v1/models/logs_by_retention.rb
|
|
1231
|
+
- lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb
|
|
1232
|
+
- lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb
|
|
1233
|
+
- lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb
|
|
1173
1234
|
- lib/datadog_api_client/v1/models/logs_category_processor.rb
|
|
1174
1235
|
- lib/datadog_api_client/v1/models/logs_category_processor_category.rb
|
|
1175
1236
|
- lib/datadog_api_client/v1/models/logs_category_processor_type.rb
|
|
@@ -1200,6 +1261,8 @@ files:
|
|
|
1200
1261
|
- lib/datadog_api_client/v1/models/logs_pipelines_order.rb
|
|
1201
1262
|
- lib/datadog_api_client/v1/models/logs_processor.rb
|
|
1202
1263
|
- lib/datadog_api_client/v1/models/logs_query_compute.rb
|
|
1264
|
+
- lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb
|
|
1265
|
+
- lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb
|
|
1203
1266
|
- lib/datadog_api_client/v1/models/logs_service_remapper.rb
|
|
1204
1267
|
- lib/datadog_api_client/v1/models/logs_service_remapper_type.rb
|
|
1205
1268
|
- lib/datadog_api_client/v1/models/logs_sort.rb
|
|
@@ -1236,6 +1299,43 @@ files:
|
|
|
1236
1299
|
- lib/datadog_api_client/v1/models/monitor_update_request.rb
|
|
1237
1300
|
- lib/datadog_api_client/v1/models/note_widget_definition.rb
|
|
1238
1301
|
- lib/datadog_api_client/v1/models/note_widget_definition_type.rb
|
|
1302
|
+
- lib/datadog_api_client/v1/models/notebook_absolute_time.rb
|
|
1303
|
+
- lib/datadog_api_client/v1/models/notebook_author.rb
|
|
1304
|
+
- lib/datadog_api_client/v1/models/notebook_cell_create_request.rb
|
|
1305
|
+
- lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb
|
|
1306
|
+
- lib/datadog_api_client/v1/models/notebook_cell_resource_type.rb
|
|
1307
|
+
- lib/datadog_api_client/v1/models/notebook_cell_response.rb
|
|
1308
|
+
- lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb
|
|
1309
|
+
- lib/datadog_api_client/v1/models/notebook_cell_time.rb
|
|
1310
|
+
- lib/datadog_api_client/v1/models/notebook_cell_update_request.rb
|
|
1311
|
+
- lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb
|
|
1312
|
+
- lib/datadog_api_client/v1/models/notebook_create_data.rb
|
|
1313
|
+
- lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb
|
|
1314
|
+
- lib/datadog_api_client/v1/models/notebook_create_request.rb
|
|
1315
|
+
- lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb
|
|
1316
|
+
- lib/datadog_api_client/v1/models/notebook_global_time.rb
|
|
1317
|
+
- lib/datadog_api_client/v1/models/notebook_graph_size.rb
|
|
1318
|
+
- lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb
|
|
1319
|
+
- lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb
|
|
1320
|
+
- lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb
|
|
1321
|
+
- lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb
|
|
1322
|
+
- lib/datadog_api_client/v1/models/notebook_markdown_cell_definition_type.rb
|
|
1323
|
+
- lib/datadog_api_client/v1/models/notebook_relative_time.rb
|
|
1324
|
+
- lib/datadog_api_client/v1/models/notebook_resource_type.rb
|
|
1325
|
+
- lib/datadog_api_client/v1/models/notebook_response.rb
|
|
1326
|
+
- lib/datadog_api_client/v1/models/notebook_response_data.rb
|
|
1327
|
+
- lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb
|
|
1328
|
+
- lib/datadog_api_client/v1/models/notebook_split_by.rb
|
|
1329
|
+
- lib/datadog_api_client/v1/models/notebook_status.rb
|
|
1330
|
+
- lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb
|
|
1331
|
+
- lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb
|
|
1332
|
+
- lib/datadog_api_client/v1/models/notebook_update_cell.rb
|
|
1333
|
+
- lib/datadog_api_client/v1/models/notebook_update_data.rb
|
|
1334
|
+
- lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb
|
|
1335
|
+
- lib/datadog_api_client/v1/models/notebook_update_request.rb
|
|
1336
|
+
- lib/datadog_api_client/v1/models/notebooks_response.rb
|
|
1337
|
+
- lib/datadog_api_client/v1/models/notebooks_response_meta.rb
|
|
1338
|
+
- lib/datadog_api_client/v1/models/notebooks_response_page.rb
|
|
1239
1339
|
- lib/datadog_api_client/v1/models/organization.rb
|
|
1240
1340
|
- lib/datadog_api_client/v1/models/organization_billing.rb
|
|
1241
1341
|
- lib/datadog_api_client/v1/models/organization_create_body.rb
|
|
@@ -1298,7 +1398,10 @@ files:
|
|
|
1298
1398
|
- lib/datadog_api_client/v1/models/slo_history_response_error.rb
|
|
1299
1399
|
- lib/datadog_api_client/v1/models/slo_history_sli_data.rb
|
|
1300
1400
|
- lib/datadog_api_client/v1/models/slo_list_response.rb
|
|
1401
|
+
- lib/datadog_api_client/v1/models/slo_list_response_metadata.rb
|
|
1402
|
+
- lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb
|
|
1301
1403
|
- lib/datadog_api_client/v1/models/slo_response.rb
|
|
1404
|
+
- lib/datadog_api_client/v1/models/slo_response_data.rb
|
|
1302
1405
|
- lib/datadog_api_client/v1/models/slo_threshold.rb
|
|
1303
1406
|
- lib/datadog_api_client/v1/models/slo_timeframe.rb
|
|
1304
1407
|
- lib/datadog_api_client/v1/models/slo_type.rb
|
|
@@ -1420,6 +1523,7 @@ files:
|
|
|
1420
1523
|
- lib/datadog_api_client/v1/models/usage_attribution_pagination.rb
|
|
1421
1524
|
- lib/datadog_api_client/v1/models/usage_attribution_response.rb
|
|
1422
1525
|
- lib/datadog_api_client/v1/models/usage_attribution_sort.rb
|
|
1526
|
+
- lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb
|
|
1423
1527
|
- lib/datadog_api_client/v1/models/usage_attribution_values.rb
|
|
1424
1528
|
- lib/datadog_api_client/v1/models/usage_billable_summary_body.rb
|
|
1425
1529
|
- lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb
|
|
@@ -1448,6 +1552,8 @@ files:
|
|
|
1448
1552
|
- lib/datadog_api_client/v1/models/usage_lambda_response.rb
|
|
1449
1553
|
- lib/datadog_api_client/v1/models/usage_logs_by_index_hour.rb
|
|
1450
1554
|
- lib/datadog_api_client/v1/models/usage_logs_by_index_response.rb
|
|
1555
|
+
- lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb
|
|
1556
|
+
- lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb
|
|
1451
1557
|
- lib/datadog_api_client/v1/models/usage_logs_hour.rb
|
|
1452
1558
|
- lib/datadog_api_client/v1/models/usage_logs_response.rb
|
|
1453
1559
|
- lib/datadog_api_client/v1/models/usage_metric_category.rb
|
|
@@ -1508,6 +1614,7 @@ files:
|
|
|
1508
1614
|
- lib/datadog_api_client/v1/models/widget_formula.rb
|
|
1509
1615
|
- lib/datadog_api_client/v1/models/widget_formula_limit.rb
|
|
1510
1616
|
- lib/datadog_api_client/v1/models/widget_grouping.rb
|
|
1617
|
+
- lib/datadog_api_client/v1/models/widget_horizontal_align.rb
|
|
1511
1618
|
- lib/datadog_api_client/v1/models/widget_image_sizing.rb
|
|
1512
1619
|
- lib/datadog_api_client/v1/models/widget_layout.rb
|
|
1513
1620
|
- lib/datadog_api_client/v1/models/widget_layout_type.rb
|
|
@@ -1532,6 +1639,7 @@ files:
|
|
|
1532
1639
|
- lib/datadog_api_client/v1/models/widget_tick_edge.rb
|
|
1533
1640
|
- lib/datadog_api_client/v1/models/widget_time.rb
|
|
1534
1641
|
- lib/datadog_api_client/v1/models/widget_time_windows.rb
|
|
1642
|
+
- lib/datadog_api_client/v1/models/widget_vertical_align.rb
|
|
1535
1643
|
- lib/datadog_api_client/v1/models/widget_view_mode.rb
|
|
1536
1644
|
- lib/datadog_api_client/v1/models/widget_viz_type.rb
|
|
1537
1645
|
- lib/datadog_api_client/v2.rb
|
|
@@ -1874,6 +1982,7 @@ files:
|
|
|
1874
1982
|
- spec/v1/api/logs_pipelines_api_spec.rb
|
|
1875
1983
|
- spec/v1/api/metrics_api_spec.rb
|
|
1876
1984
|
- spec/v1/api/monitors_api_spec.rb
|
|
1985
|
+
- spec/v1/api/notebooks_api_spec.rb
|
|
1877
1986
|
- spec/v1/api/organizations_api_spec.rb
|
|
1878
1987
|
- spec/v1/api/pager_duty_integration_api_spec.rb
|
|
1879
1988
|
- spec/v1/api/service_checks_api_spec.rb
|
|
@@ -1948,6 +2057,8 @@ files:
|
|
|
1948
2057
|
- spec/v1/models/distribution_widget_definition_spec.rb
|
|
1949
2058
|
- spec/v1/models/distribution_widget_definition_type_spec.rb
|
|
1950
2059
|
- spec/v1/models/distribution_widget_request_spec.rb
|
|
2060
|
+
- spec/v1/models/distribution_widget_x_axis_spec.rb
|
|
2061
|
+
- spec/v1/models/distribution_widget_y_axis_spec.rb
|
|
1951
2062
|
- spec/v1/models/downtime_recurrence_spec.rb
|
|
1952
2063
|
- spec/v1/models/downtime_spec.rb
|
|
1953
2064
|
- spec/v1/models/event_alert_type_spec.rb
|
|
@@ -2035,6 +2146,10 @@ files:
|
|
|
2035
2146
|
- spec/v1/models/logs_arithmetic_processor_type_spec.rb
|
|
2036
2147
|
- spec/v1/models/logs_attribute_remapper_spec.rb
|
|
2037
2148
|
- spec/v1/models/logs_attribute_remapper_type_spec.rb
|
|
2149
|
+
- spec/v1/models/logs_by_retention_monthly_usage_spec.rb
|
|
2150
|
+
- spec/v1/models/logs_by_retention_org_usage_spec.rb
|
|
2151
|
+
- spec/v1/models/logs_by_retention_orgs_spec.rb
|
|
2152
|
+
- spec/v1/models/logs_by_retention_spec.rb
|
|
2038
2153
|
- spec/v1/models/logs_category_processor_category_spec.rb
|
|
2039
2154
|
- spec/v1/models/logs_category_processor_spec.rb
|
|
2040
2155
|
- spec/v1/models/logs_category_processor_type_spec.rb
|
|
@@ -2065,6 +2180,8 @@ files:
|
|
|
2065
2180
|
- spec/v1/models/logs_pipelines_order_spec.rb
|
|
2066
2181
|
- spec/v1/models/logs_processor_spec.rb
|
|
2067
2182
|
- spec/v1/models/logs_query_compute_spec.rb
|
|
2183
|
+
- spec/v1/models/logs_retention_agg_sum_usage_spec.rb
|
|
2184
|
+
- spec/v1/models/logs_retention_sum_usage_spec.rb
|
|
2068
2185
|
- spec/v1/models/logs_service_remapper_spec.rb
|
|
2069
2186
|
- spec/v1/models/logs_service_remapper_type_spec.rb
|
|
2070
2187
|
- spec/v1/models/logs_sort_spec.rb
|
|
@@ -2101,6 +2218,43 @@ files:
|
|
|
2101
2218
|
- spec/v1/models/monitor_update_request_spec.rb
|
|
2102
2219
|
- spec/v1/models/note_widget_definition_spec.rb
|
|
2103
2220
|
- spec/v1/models/note_widget_definition_type_spec.rb
|
|
2221
|
+
- spec/v1/models/notebook_absolute_time_spec.rb
|
|
2222
|
+
- spec/v1/models/notebook_author_spec.rb
|
|
2223
|
+
- spec/v1/models/notebook_cell_create_request_attributes_spec.rb
|
|
2224
|
+
- spec/v1/models/notebook_cell_create_request_spec.rb
|
|
2225
|
+
- spec/v1/models/notebook_cell_resource_type_spec.rb
|
|
2226
|
+
- spec/v1/models/notebook_cell_response_attributes_spec.rb
|
|
2227
|
+
- spec/v1/models/notebook_cell_response_spec.rb
|
|
2228
|
+
- spec/v1/models/notebook_cell_time_spec.rb
|
|
2229
|
+
- spec/v1/models/notebook_cell_update_request_attributes_spec.rb
|
|
2230
|
+
- spec/v1/models/notebook_cell_update_request_spec.rb
|
|
2231
|
+
- spec/v1/models/notebook_create_data_attributes_spec.rb
|
|
2232
|
+
- spec/v1/models/notebook_create_data_spec.rb
|
|
2233
|
+
- spec/v1/models/notebook_create_request_spec.rb
|
|
2234
|
+
- spec/v1/models/notebook_distribution_cell_attributes_spec.rb
|
|
2235
|
+
- spec/v1/models/notebook_global_time_spec.rb
|
|
2236
|
+
- spec/v1/models/notebook_graph_size_spec.rb
|
|
2237
|
+
- spec/v1/models/notebook_heat_map_cell_attributes_spec.rb
|
|
2238
|
+
- spec/v1/models/notebook_log_stream_cell_attributes_spec.rb
|
|
2239
|
+
- spec/v1/models/notebook_markdown_cell_attributes_spec.rb
|
|
2240
|
+
- spec/v1/models/notebook_markdown_cell_definition_spec.rb
|
|
2241
|
+
- spec/v1/models/notebook_markdown_cell_definition_type_spec.rb
|
|
2242
|
+
- spec/v1/models/notebook_relative_time_spec.rb
|
|
2243
|
+
- spec/v1/models/notebook_resource_type_spec.rb
|
|
2244
|
+
- spec/v1/models/notebook_response_data_attributes_spec.rb
|
|
2245
|
+
- spec/v1/models/notebook_response_data_spec.rb
|
|
2246
|
+
- spec/v1/models/notebook_response_spec.rb
|
|
2247
|
+
- spec/v1/models/notebook_split_by_spec.rb
|
|
2248
|
+
- spec/v1/models/notebook_status_spec.rb
|
|
2249
|
+
- spec/v1/models/notebook_timeseries_cell_attributes_spec.rb
|
|
2250
|
+
- spec/v1/models/notebook_toplist_cell_attributes_spec.rb
|
|
2251
|
+
- spec/v1/models/notebook_update_cell_spec.rb
|
|
2252
|
+
- spec/v1/models/notebook_update_data_attributes_spec.rb
|
|
2253
|
+
- spec/v1/models/notebook_update_data_spec.rb
|
|
2254
|
+
- spec/v1/models/notebook_update_request_spec.rb
|
|
2255
|
+
- spec/v1/models/notebooks_response_meta_spec.rb
|
|
2256
|
+
- spec/v1/models/notebooks_response_page_spec.rb
|
|
2257
|
+
- spec/v1/models/notebooks_response_spec.rb
|
|
2104
2258
|
- spec/v1/models/organization_billing_spec.rb
|
|
2105
2259
|
- spec/v1/models/organization_create_body_spec.rb
|
|
2106
2260
|
- spec/v1/models/organization_create_response_spec.rb
|
|
@@ -2162,7 +2316,10 @@ files:
|
|
|
2162
2316
|
- spec/v1/models/slo_history_response_error_spec.rb
|
|
2163
2317
|
- spec/v1/models/slo_history_response_spec.rb
|
|
2164
2318
|
- spec/v1/models/slo_history_sli_data_spec.rb
|
|
2319
|
+
- spec/v1/models/slo_list_response_metadata_page_spec.rb
|
|
2320
|
+
- spec/v1/models/slo_list_response_metadata_spec.rb
|
|
2165
2321
|
- spec/v1/models/slo_list_response_spec.rb
|
|
2322
|
+
- spec/v1/models/slo_response_data_spec.rb
|
|
2166
2323
|
- spec/v1/models/slo_response_spec.rb
|
|
2167
2324
|
- spec/v1/models/slo_threshold_spec.rb
|
|
2168
2325
|
- spec/v1/models/slo_timeframe_spec.rb
|
|
@@ -2285,6 +2442,7 @@ files:
|
|
|
2285
2442
|
- spec/v1/models/usage_attribution_pagination_spec.rb
|
|
2286
2443
|
- spec/v1/models/usage_attribution_response_spec.rb
|
|
2287
2444
|
- spec/v1/models/usage_attribution_sort_spec.rb
|
|
2445
|
+
- spec/v1/models/usage_attribution_supported_metrics_spec.rb
|
|
2288
2446
|
- spec/v1/models/usage_attribution_values_spec.rb
|
|
2289
2447
|
- spec/v1/models/usage_billable_summary_body_spec.rb
|
|
2290
2448
|
- spec/v1/models/usage_billable_summary_hour_spec.rb
|
|
@@ -2313,6 +2471,8 @@ files:
|
|
|
2313
2471
|
- spec/v1/models/usage_lambda_response_spec.rb
|
|
2314
2472
|
- spec/v1/models/usage_logs_by_index_hour_spec.rb
|
|
2315
2473
|
- spec/v1/models/usage_logs_by_index_response_spec.rb
|
|
2474
|
+
- spec/v1/models/usage_logs_by_retention_hour_spec.rb
|
|
2475
|
+
- spec/v1/models/usage_logs_by_retention_response_spec.rb
|
|
2316
2476
|
- spec/v1/models/usage_logs_hour_spec.rb
|
|
2317
2477
|
- spec/v1/models/usage_logs_response_spec.rb
|
|
2318
2478
|
- spec/v1/models/usage_metric_category_spec.rb
|
|
@@ -2372,6 +2532,7 @@ files:
|
|
|
2372
2532
|
- spec/v1/models/widget_formula_limit_spec.rb
|
|
2373
2533
|
- spec/v1/models/widget_formula_spec.rb
|
|
2374
2534
|
- spec/v1/models/widget_grouping_spec.rb
|
|
2535
|
+
- spec/v1/models/widget_horizontal_align_spec.rb
|
|
2375
2536
|
- spec/v1/models/widget_image_sizing_spec.rb
|
|
2376
2537
|
- spec/v1/models/widget_layout_spec.rb
|
|
2377
2538
|
- spec/v1/models/widget_layout_type_spec.rb
|
|
@@ -2397,6 +2558,7 @@ files:
|
|
|
2397
2558
|
- spec/v1/models/widget_tick_edge_spec.rb
|
|
2398
2559
|
- spec/v1/models/widget_time_spec.rb
|
|
2399
2560
|
- spec/v1/models/widget_time_windows_spec.rb
|
|
2561
|
+
- spec/v1/models/widget_vertical_align_spec.rb
|
|
2400
2562
|
- spec/v1/models/widget_view_mode_spec.rb
|
|
2401
2563
|
- spec/v1/models/widget_viz_type_spec.rb
|
|
2402
2564
|
- spec/v2/api/dashboard_lists_api_spec.rb
|
|
@@ -2737,9 +2899,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2737
2899
|
version: '2.2'
|
|
2738
2900
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2739
2901
|
requirements:
|
|
2740
|
-
- - "
|
|
2902
|
+
- - ">="
|
|
2741
2903
|
- !ruby/object:Gem::Version
|
|
2742
|
-
version:
|
|
2904
|
+
version: '0'
|
|
2743
2905
|
requirements: []
|
|
2744
2906
|
rubygems_version: 3.0.3.1
|
|
2745
2907
|
signing_key:
|
|
@@ -2764,6 +2926,7 @@ test_files:
|
|
|
2764
2926
|
- spec/v1/api/logs_pipelines_api_spec.rb
|
|
2765
2927
|
- spec/v1/api/metrics_api_spec.rb
|
|
2766
2928
|
- spec/v1/api/monitors_api_spec.rb
|
|
2929
|
+
- spec/v1/api/notebooks_api_spec.rb
|
|
2767
2930
|
- spec/v1/api/organizations_api_spec.rb
|
|
2768
2931
|
- spec/v1/api/pager_duty_integration_api_spec.rb
|
|
2769
2932
|
- spec/v1/api/service_checks_api_spec.rb
|
|
@@ -2838,6 +3001,8 @@ test_files:
|
|
|
2838
3001
|
- spec/v1/models/distribution_widget_definition_spec.rb
|
|
2839
3002
|
- spec/v1/models/distribution_widget_definition_type_spec.rb
|
|
2840
3003
|
- spec/v1/models/distribution_widget_request_spec.rb
|
|
3004
|
+
- spec/v1/models/distribution_widget_x_axis_spec.rb
|
|
3005
|
+
- spec/v1/models/distribution_widget_y_axis_spec.rb
|
|
2841
3006
|
- spec/v1/models/downtime_recurrence_spec.rb
|
|
2842
3007
|
- spec/v1/models/downtime_spec.rb
|
|
2843
3008
|
- spec/v1/models/event_alert_type_spec.rb
|
|
@@ -2925,6 +3090,10 @@ test_files:
|
|
|
2925
3090
|
- spec/v1/models/logs_arithmetic_processor_type_spec.rb
|
|
2926
3091
|
- spec/v1/models/logs_attribute_remapper_spec.rb
|
|
2927
3092
|
- spec/v1/models/logs_attribute_remapper_type_spec.rb
|
|
3093
|
+
- spec/v1/models/logs_by_retention_monthly_usage_spec.rb
|
|
3094
|
+
- spec/v1/models/logs_by_retention_org_usage_spec.rb
|
|
3095
|
+
- spec/v1/models/logs_by_retention_orgs_spec.rb
|
|
3096
|
+
- spec/v1/models/logs_by_retention_spec.rb
|
|
2928
3097
|
- spec/v1/models/logs_category_processor_category_spec.rb
|
|
2929
3098
|
- spec/v1/models/logs_category_processor_spec.rb
|
|
2930
3099
|
- spec/v1/models/logs_category_processor_type_spec.rb
|
|
@@ -2955,6 +3124,8 @@ test_files:
|
|
|
2955
3124
|
- spec/v1/models/logs_pipelines_order_spec.rb
|
|
2956
3125
|
- spec/v1/models/logs_processor_spec.rb
|
|
2957
3126
|
- spec/v1/models/logs_query_compute_spec.rb
|
|
3127
|
+
- spec/v1/models/logs_retention_agg_sum_usage_spec.rb
|
|
3128
|
+
- spec/v1/models/logs_retention_sum_usage_spec.rb
|
|
2958
3129
|
- spec/v1/models/logs_service_remapper_spec.rb
|
|
2959
3130
|
- spec/v1/models/logs_service_remapper_type_spec.rb
|
|
2960
3131
|
- spec/v1/models/logs_sort_spec.rb
|
|
@@ -2991,6 +3162,43 @@ test_files:
|
|
|
2991
3162
|
- spec/v1/models/monitor_update_request_spec.rb
|
|
2992
3163
|
- spec/v1/models/note_widget_definition_spec.rb
|
|
2993
3164
|
- spec/v1/models/note_widget_definition_type_spec.rb
|
|
3165
|
+
- spec/v1/models/notebook_absolute_time_spec.rb
|
|
3166
|
+
- spec/v1/models/notebook_author_spec.rb
|
|
3167
|
+
- spec/v1/models/notebook_cell_create_request_attributes_spec.rb
|
|
3168
|
+
- spec/v1/models/notebook_cell_create_request_spec.rb
|
|
3169
|
+
- spec/v1/models/notebook_cell_resource_type_spec.rb
|
|
3170
|
+
- spec/v1/models/notebook_cell_response_attributes_spec.rb
|
|
3171
|
+
- spec/v1/models/notebook_cell_response_spec.rb
|
|
3172
|
+
- spec/v1/models/notebook_cell_time_spec.rb
|
|
3173
|
+
- spec/v1/models/notebook_cell_update_request_attributes_spec.rb
|
|
3174
|
+
- spec/v1/models/notebook_cell_update_request_spec.rb
|
|
3175
|
+
- spec/v1/models/notebook_create_data_attributes_spec.rb
|
|
3176
|
+
- spec/v1/models/notebook_create_data_spec.rb
|
|
3177
|
+
- spec/v1/models/notebook_create_request_spec.rb
|
|
3178
|
+
- spec/v1/models/notebook_distribution_cell_attributes_spec.rb
|
|
3179
|
+
- spec/v1/models/notebook_global_time_spec.rb
|
|
3180
|
+
- spec/v1/models/notebook_graph_size_spec.rb
|
|
3181
|
+
- spec/v1/models/notebook_heat_map_cell_attributes_spec.rb
|
|
3182
|
+
- spec/v1/models/notebook_log_stream_cell_attributes_spec.rb
|
|
3183
|
+
- spec/v1/models/notebook_markdown_cell_attributes_spec.rb
|
|
3184
|
+
- spec/v1/models/notebook_markdown_cell_definition_spec.rb
|
|
3185
|
+
- spec/v1/models/notebook_markdown_cell_definition_type_spec.rb
|
|
3186
|
+
- spec/v1/models/notebook_relative_time_spec.rb
|
|
3187
|
+
- spec/v1/models/notebook_resource_type_spec.rb
|
|
3188
|
+
- spec/v1/models/notebook_response_data_attributes_spec.rb
|
|
3189
|
+
- spec/v1/models/notebook_response_data_spec.rb
|
|
3190
|
+
- spec/v1/models/notebook_response_spec.rb
|
|
3191
|
+
- spec/v1/models/notebook_split_by_spec.rb
|
|
3192
|
+
- spec/v1/models/notebook_status_spec.rb
|
|
3193
|
+
- spec/v1/models/notebook_timeseries_cell_attributes_spec.rb
|
|
3194
|
+
- spec/v1/models/notebook_toplist_cell_attributes_spec.rb
|
|
3195
|
+
- spec/v1/models/notebook_update_cell_spec.rb
|
|
3196
|
+
- spec/v1/models/notebook_update_data_attributes_spec.rb
|
|
3197
|
+
- spec/v1/models/notebook_update_data_spec.rb
|
|
3198
|
+
- spec/v1/models/notebook_update_request_spec.rb
|
|
3199
|
+
- spec/v1/models/notebooks_response_meta_spec.rb
|
|
3200
|
+
- spec/v1/models/notebooks_response_page_spec.rb
|
|
3201
|
+
- spec/v1/models/notebooks_response_spec.rb
|
|
2994
3202
|
- spec/v1/models/organization_billing_spec.rb
|
|
2995
3203
|
- spec/v1/models/organization_create_body_spec.rb
|
|
2996
3204
|
- spec/v1/models/organization_create_response_spec.rb
|
|
@@ -3052,7 +3260,10 @@ test_files:
|
|
|
3052
3260
|
- spec/v1/models/slo_history_response_error_spec.rb
|
|
3053
3261
|
- spec/v1/models/slo_history_response_spec.rb
|
|
3054
3262
|
- spec/v1/models/slo_history_sli_data_spec.rb
|
|
3263
|
+
- spec/v1/models/slo_list_response_metadata_page_spec.rb
|
|
3264
|
+
- spec/v1/models/slo_list_response_metadata_spec.rb
|
|
3055
3265
|
- spec/v1/models/slo_list_response_spec.rb
|
|
3266
|
+
- spec/v1/models/slo_response_data_spec.rb
|
|
3056
3267
|
- spec/v1/models/slo_response_spec.rb
|
|
3057
3268
|
- spec/v1/models/slo_threshold_spec.rb
|
|
3058
3269
|
- spec/v1/models/slo_timeframe_spec.rb
|
|
@@ -3175,6 +3386,7 @@ test_files:
|
|
|
3175
3386
|
- spec/v1/models/usage_attribution_pagination_spec.rb
|
|
3176
3387
|
- spec/v1/models/usage_attribution_response_spec.rb
|
|
3177
3388
|
- spec/v1/models/usage_attribution_sort_spec.rb
|
|
3389
|
+
- spec/v1/models/usage_attribution_supported_metrics_spec.rb
|
|
3178
3390
|
- spec/v1/models/usage_attribution_values_spec.rb
|
|
3179
3391
|
- spec/v1/models/usage_billable_summary_body_spec.rb
|
|
3180
3392
|
- spec/v1/models/usage_billable_summary_hour_spec.rb
|
|
@@ -3203,6 +3415,8 @@ test_files:
|
|
|
3203
3415
|
- spec/v1/models/usage_lambda_response_spec.rb
|
|
3204
3416
|
- spec/v1/models/usage_logs_by_index_hour_spec.rb
|
|
3205
3417
|
- spec/v1/models/usage_logs_by_index_response_spec.rb
|
|
3418
|
+
- spec/v1/models/usage_logs_by_retention_hour_spec.rb
|
|
3419
|
+
- spec/v1/models/usage_logs_by_retention_response_spec.rb
|
|
3206
3420
|
- spec/v1/models/usage_logs_hour_spec.rb
|
|
3207
3421
|
- spec/v1/models/usage_logs_response_spec.rb
|
|
3208
3422
|
- spec/v1/models/usage_metric_category_spec.rb
|
|
@@ -3262,6 +3476,7 @@ test_files:
|
|
|
3262
3476
|
- spec/v1/models/widget_formula_limit_spec.rb
|
|
3263
3477
|
- spec/v1/models/widget_formula_spec.rb
|
|
3264
3478
|
- spec/v1/models/widget_grouping_spec.rb
|
|
3479
|
+
- spec/v1/models/widget_horizontal_align_spec.rb
|
|
3265
3480
|
- spec/v1/models/widget_image_sizing_spec.rb
|
|
3266
3481
|
- spec/v1/models/widget_layout_spec.rb
|
|
3267
3482
|
- spec/v1/models/widget_layout_type_spec.rb
|
|
@@ -3287,6 +3502,7 @@ test_files:
|
|
|
3287
3502
|
- spec/v1/models/widget_tick_edge_spec.rb
|
|
3288
3503
|
- spec/v1/models/widget_time_spec.rb
|
|
3289
3504
|
- spec/v1/models/widget_time_windows_spec.rb
|
|
3505
|
+
- spec/v1/models/widget_vertical_align_spec.rb
|
|
3290
3506
|
- spec/v1/models/widget_view_mode_spec.rb
|
|
3291
3507
|
- spec/v1/models/widget_viz_type_spec.rb
|
|
3292
3508
|
- spec/v2/api/dashboard_lists_api_spec.rb
|