datadog_api_client 1.3.0 → 1.4.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/templates/api.mustache +2 -2
- data/.generator/templates/api_client.mustache +7 -0
- data/.generator/templates/api_client_typhoeus_partial.mustache +7 -0
- data/.generator/templates/configuration.mustache +4 -0
- data/.openapi-generator/VERSION +1 -1
- data/CHANGELOG.md +27 -0
- data/README.md +12 -1
- data/data/v1/openapi.yaml +866 -119
- data/data/v2/openapi.yaml +113 -0
- data/docs/v1/AWSAccount.md +6 -0
- data/docs/v1/DowntimeRecurrence.md +1 -1
- data/docs/v1/Event.md +1 -1
- data/docs/v1/FormulaAndFunctionApmDependencyStatName.md +15 -0
- data/docs/v1/FormulaAndFunctionApmDependencyStatsDataSource.md +15 -0
- data/docs/v1/FormulaAndFunctionApmDependencyStatsQueryDefinition.md +36 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatName.md +15 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatsDataSource.md +15 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatsQueryDefinition.md +36 -0
- data/docs/v1/FormulaAndFunctionQueryDefinition.md +5 -1
- data/docs/v1/FunnelQuery.md +22 -0
- data/docs/v1/FunnelRequestType.md +15 -0
- data/docs/v1/FunnelSource.md +15 -0
- data/docs/v1/FunnelWidgetDefinition.md +28 -0
- data/docs/v1/FunnelWidgetDefinitionType.md +15 -0
- data/docs/v1/FunnelWidgetRequest.md +20 -0
- data/docs/v1/LogsAPI.md +1 -1
- data/docs/v1/MetricContentEncoding.md +15 -0
- data/docs/v1/MetricsAPI.md +10 -6
- data/docs/v1/MetricsPayload.md +1 -1
- data/docs/v1/MonitorOptions.md +5 -1
- data/docs/v1/MonitorRenotifyStatusType.md +15 -0
- data/docs/v1/MonitorsAPI.md +9 -9
- data/docs/v1/NotebookCreateDataAttributes.md +2 -0
- data/docs/v1/NotebookMetadata.md +22 -0
- data/docs/v1/NotebookMetadataType.md +15 -0
- data/docs/v1/NotebookResponseDataAttributes.md +2 -0
- data/docs/v1/NotebookUpdateDataAttributes.md +2 -0
- data/docs/v1/NotebooksAPI.md +7 -3
- data/docs/v1/NotebooksResponseDataAttributes.md +2 -0
- data/docs/v1/ProcessQueryDefinition.md +1 -1
- data/docs/v1/README.md +31 -3
- data/docs/v1/SLOCorrection.md +1 -1
- data/docs/v1/SLOCorrectionCreateData.md +1 -1
- data/docs/v1/SLOCorrectionCreateRequestAttributes.md +4 -4
- data/docs/v1/SLOCorrectionListResponse.md +1 -1
- data/docs/v1/SLOCorrectionResponseAttributes.md +4 -4
- data/docs/v1/SLOCorrectionUpdateRequestAttributes.md +3 -3
- data/docs/v1/ScatterPlotWidgetDefinitionRequests.md +4 -2
- data/docs/v1/ScatterplotDimension.md +15 -0
- data/docs/v1/ScatterplotTableRequest.md +22 -0
- data/docs/v1/ScatterplotWidgetFormula.md +22 -0
- data/docs/v1/Series.md +1 -1
- data/docs/v1/ServiceChecksAPI.md +1 -1
- data/docs/v1/ServiceLevelObjectiveCorrectionsAPI.md +11 -11
- data/docs/v1/SyntheticsAPI.md +61 -0
- data/docs/v1/SyntheticsAPIStep.md +1 -1
- data/docs/v1/SyntheticsBatchDetails.md +18 -0
- data/docs/v1/SyntheticsBatchDetailsData.md +22 -0
- data/docs/v1/SyntheticsBatchResult.md +36 -0
- data/docs/v1/SyntheticsBrowserError.md +3 -3
- data/docs/v1/SyntheticsCIBatchMetadata.md +20 -0
- data/docs/v1/{SyntheticsCITestMetadataCi.md → SyntheticsCIBatchMetadataCI.md} +2 -2
- data/docs/v1/SyntheticsCIBatchMetadataGit.md +20 -0
- data/docs/v1/SyntheticsCITest.md +1 -1
- data/docs/v1/SyntheticsStatus.md +15 -0
- data/docs/v1/SyntheticsTestDetails.md +2 -0
- data/docs/v1/SyntheticsTestExecutionRule.md +15 -0
- data/docs/v1/SyntheticsTestRequest.md +2 -0
- data/docs/v1/UsageAttributionValues.md +4 -4
- data/docs/v1/UsageMeteringAPI.md +65 -0
- data/docs/v1/UsageSDSHour.md +22 -0
- data/docs/v1/UsageSDSResponse.md +18 -0
- data/docs/v1/UsageSummaryDate.md +4 -0
- data/docs/v1/UsageSummaryDateOrg.md +6 -2
- data/docs/v1/UsageSummaryResponse.md +6 -2
- data/docs/v1/UsageTimeseriesHour.md +1 -1
- data/docs/v1/WebhooksIntegration.md +1 -1
- data/docs/v1/WebhooksIntegrationUpdateRequest.md +1 -1
- data/docs/v1/WidgetDefinition.md +2 -0
- data/docs/v2/IncidentServicesAPI.md +5 -5
- data/docs/v2/IncidentTeamsAPI.md +5 -5
- data/docs/v2/IncidentsAPI.md +5 -5
- data/docs/v2/README.md +5 -0
- data/docs/v2/SecurityMonitoringAPI.md +5 -5
- data/examples/v1/metrics/SubmitMetrics.rbbeta +14 -0
- data/extract-code-blocks.awk +4 -0
- data/lib/datadog_api_client/v1/api/logs_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/metrics_api.rb +5 -2
- data/lib/datadog_api_client/v1/api/monitors_api.rb +9 -9
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +8 -2
- data/lib/datadog_api_client/v1/api/service_checks_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +16 -16
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +73 -0
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +77 -0
- data/lib/datadog_api_client/v1/api_client.rb +14 -0
- data/lib/datadog_api_client/v1/configuration.rb +7 -0
- data/lib/datadog_api_client/v1/models/aws_account.rb +37 -1
- data/lib/datadog_api_client/v1/models/content_encoding.rb +2 -2
- data/lib/datadog_api_client/v1/models/creator.rb +1 -0
- data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +1 -0
- data/lib/datadog_api_client/v1/models/downtime_recurrence.rb +1 -1
- data/lib/datadog_api_client/v1/models/event.rb +1 -16
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stat_name.rb +44 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_data_source.rb +38 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +356 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +47 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_data_source.rb +38 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +348 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +2 -0
- data/lib/datadog_api_client/v1/models/funnel_query.rb +271 -0
- data/lib/datadog_api_client/v1/models/funnel_request_type.rb +38 -0
- data/lib/datadog_api_client/v1/models/funnel_source.rb +38 -0
- data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +322 -0
- data/lib/datadog_api_client/v1/models/funnel_widget_definition_type.rb +38 -0
- data/lib/datadog_api_client/v1/models/funnel_widget_request.rb +251 -0
- data/lib/datadog_api_client/v1/models/metric_content_encoding.rb +38 -0
- data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor.rb +2 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +26 -2
- data/lib/datadog_api_client/v1/models/monitor_renotify_status_type.rb +40 -0
- data/lib/datadog_api_client/v1/models/notebook_author.rb +2 -0
- data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +10 -1
- data/lib/datadog_api_client/v1/models/notebook_metadata.rb +259 -0
- data/lib/datadog_api_client/v1/models/notebook_metadata_type.rb +42 -0
- data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +10 -1
- data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +10 -1
- data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +10 -1
- data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +1 -1
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb +10 -11
- data/lib/datadog_api_client/v1/models/scatterplot_dimension.rb +41 -0
- data/lib/datadog_api_client/v1/models/scatterplot_table_request.rb +256 -0
- data/lib/datadog_api_client/v1/models/scatterplot_widget_formula.rb +262 -0
- data/lib/datadog_api_client/v1/models/slo_correction.rb +2 -2
- data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +6 -1
- data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +5 -5
- data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +2 -2
- data/lib/datadog_api_client/v1/models/slo_correction_response.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +5 -5
- data/lib/datadog_api_client/v1/models/slo_correction_update_data.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_update_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +4 -4
- data/lib/datadog_api_client/v1/models/synthetics_batch_details.rb +232 -0
- data/lib/datadog_api_client/v1/models/synthetics_batch_details_data.rb +253 -0
- data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +319 -0
- data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata.rb → synthetics_ci_batch_metadata.rb} +6 -6
- data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_ci.rb → synthetics_ci_batch_metadata_ci.rb} +4 -4
- data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_git.rb → synthetics_ci_batch_metadata_git.rb} +5 -5
- data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_status.rb +40 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +10 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_execution_rule.rb +40 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +13 -13
- data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +253 -0
- data/lib/datadog_api_client/v1/models/usage_sds_response.rb +235 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +28 -8
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +29 -9
- data/lib/datadog_api_client/v1/models/usage_timeseries_hour.rb +1 -1
- data/lib/datadog_api_client/v1/models/webhooks_integration.rb +1 -1
- data/lib/datadog_api_client/v1/models/webhooks_integration_update_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -0
- data/lib/datadog_api_client/v1.rb +29 -3
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/incident_teams_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/incidents_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +5 -5
- data/lib/datadog_api_client/v2/api_client.rb +14 -0
- data/lib/datadog_api_client/v2/configuration.rb +5 -0
- data/lib/datadog_api_client/v2/models/incident_field_attributes_multiple_value.rb +1 -0
- data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb +1 -0
- data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +1 -0
- data/lib/datadog_api_client/v2/models/user_attributes.rb +2 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/spec/v1/models/formula_and_function_apm_dependency_stat_name_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_dependency_stats_data_source_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_dependency_stats_query_definition_spec.rb +91 -0
- data/spec/v1/models/formula_and_function_apm_resource_stat_name_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_resource_stats_data_source_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_resource_stats_query_definition_spec.rb +91 -0
- data/spec/v1/models/funnel_query_spec.rb +49 -0
- data/spec/v1/models/funnel_request_type_spec.rb +31 -0
- data/spec/v1/models/funnel_source_spec.rb +31 -0
- data/spec/v1/models/funnel_widget_definition_spec.rb +67 -0
- data/spec/v1/models/funnel_widget_definition_type_spec.rb +31 -0
- data/spec/v1/models/funnel_widget_request_spec.rb +43 -0
- data/spec/v1/models/metric_content_encoding_spec.rb +31 -0
- data/spec/v1/models/monitor_renotify_status_type_spec.rb +31 -0
- data/spec/v1/models/notebook_metadata_spec.rb +49 -0
- data/spec/v1/models/notebook_metadata_type_spec.rb +31 -0
- data/spec/v1/models/scatterplot_dimension_spec.rb +31 -0
- data/spec/v1/models/scatterplot_table_request_spec.rb +49 -0
- data/spec/v1/models/scatterplot_widget_formula_spec.rb +49 -0
- data/spec/v1/models/synthetics_batch_details_data_spec.rb +49 -0
- data/spec/v1/models/synthetics_batch_details_spec.rb +37 -0
- data/spec/v1/models/synthetics_batch_result_spec.rb +91 -0
- data/spec/v1/models/{synthetics_ci_test_metadata_ci_spec.rb → synthetics_ci_batch_metadata_ci_spec.rb} +6 -6
- data/spec/v1/models/{synthetics_ci_test_metadata_git_spec.rb → synthetics_ci_batch_metadata_git_spec.rb} +6 -6
- data/spec/v1/models/{synthetics_ci_test_metadata_spec.rb → synthetics_ci_batch_metadata_spec.rb} +6 -6
- data/spec/v1/models/synthetics_status_spec.rb +31 -0
- data/spec/v1/models/synthetics_test_execution_rule_spec.rb +31 -0
- data/spec/v1/models/usage_sds_hour_spec.rb +49 -0
- data/spec/v1/models/usage_sds_response_spec.rb +37 -0
- metadata +119 -14
- data/docs/v1/SyntheticsCITestMetadata.md +0 -20
- data/docs/v1/SyntheticsCITestMetadataGit.md +0 -20
|
@@ -0,0 +1,49 @@
|
|
|
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::NotebookMetadata
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::NotebookMetadata do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::NotebookMetadata.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of NotebookMetadata' do
|
|
27
|
+
it 'should create an instance of NotebookMetadata' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::NotebookMetadata)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "is_template"' 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 "take_snapshots"' 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 "type"' 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
|
+
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::NotebookMetadataType
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::NotebookMetadataType do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::NotebookMetadataType.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of NotebookMetadataType' do
|
|
27
|
+
it 'should create an instance of NotebookMetadataType' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::NotebookMetadataType)
|
|
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::ScatterplotDimension
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::ScatterplotDimension do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::ScatterplotDimension.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of ScatterplotDimension' do
|
|
27
|
+
it 'should create an instance of ScatterplotDimension' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::ScatterplotDimension)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
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::ScatterplotTableRequest
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::ScatterplotTableRequest do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::ScatterplotTableRequest.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of ScatterplotTableRequest' do
|
|
27
|
+
it 'should create an instance of ScatterplotTableRequest' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::ScatterplotTableRequest)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "formulas"' 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 "queries"' 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 "response_format"' 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
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
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::ScatterplotWidgetFormula
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::ScatterplotWidgetFormula do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::ScatterplotWidgetFormula.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of ScatterplotWidgetFormula' do
|
|
27
|
+
it 'should create an instance of ScatterplotWidgetFormula' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::ScatterplotWidgetFormula)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "_alias"' 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 "dimension"' 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 "formula"' 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
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
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::SyntheticsBatchDetailsData
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsBatchDetailsData do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsBatchDetailsData.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SyntheticsBatchDetailsData' do
|
|
27
|
+
it 'should create an instance of SyntheticsBatchDetailsData' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsBatchDetailsData)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "metadata"' 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 "results"' 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 "status"' 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
|
+
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::SyntheticsBatchDetails
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsBatchDetails do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsBatchDetails.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SyntheticsBatchDetails' do
|
|
27
|
+
it 'should create an instance of SyntheticsBatchDetails' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsBatchDetails)
|
|
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
|
+
end
|
|
@@ -0,0 +1,91 @@
|
|
|
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::SyntheticsBatchResult
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsBatchResult do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsBatchResult.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SyntheticsBatchResult' do
|
|
27
|
+
it 'should create an instance of SyntheticsBatchResult' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsBatchResult)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "device"' 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 "duration"' 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 "execution_rule"' 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 "location"' 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 "result_id"' 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 "retries"' 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 "status"' 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 "test_name"' 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 "test_public_id"' 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 "test_type"' 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
|
+
end
|
|
@@ -17,15 +17,15 @@ require 'spec_helper'
|
|
|
17
17
|
require 'json'
|
|
18
18
|
require 'date'
|
|
19
19
|
|
|
20
|
-
# Unit tests for DatadogAPIClient::V1::
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::SyntheticsCIBatchMetadataCI
|
|
21
21
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
22
|
# Please update as you see appropriate
|
|
23
|
-
describe DatadogAPIClient::V1::
|
|
24
|
-
let(:instance) { DatadogAPIClient::V1::
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsCIBatchMetadataCI do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsCIBatchMetadataCI.new }
|
|
25
25
|
|
|
26
|
-
describe 'test an instance of
|
|
27
|
-
it 'should create an instance of
|
|
28
|
-
expect(instance).to be_instance_of(DatadogAPIClient::V1::
|
|
26
|
+
describe 'test an instance of SyntheticsCIBatchMetadataCI' do
|
|
27
|
+
it 'should create an instance of SyntheticsCIBatchMetadataCI' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsCIBatchMetadataCI)
|
|
29
29
|
end
|
|
30
30
|
end
|
|
31
31
|
describe 'test attribute "pipeline"' do
|
|
@@ -17,15 +17,15 @@ require 'spec_helper'
|
|
|
17
17
|
require 'json'
|
|
18
18
|
require 'date'
|
|
19
19
|
|
|
20
|
-
# Unit tests for DatadogAPIClient::V1::
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit
|
|
21
21
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
22
|
# Please update as you see appropriate
|
|
23
|
-
describe DatadogAPIClient::V1::
|
|
24
|
-
let(:instance) { DatadogAPIClient::V1::
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit.new }
|
|
25
25
|
|
|
26
|
-
describe 'test an instance of
|
|
27
|
-
it 'should create an instance of
|
|
28
|
-
expect(instance).to be_instance_of(DatadogAPIClient::V1::
|
|
26
|
+
describe 'test an instance of SyntheticsCIBatchMetadataGit' do
|
|
27
|
+
it 'should create an instance of SyntheticsCIBatchMetadataGit' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit)
|
|
29
29
|
end
|
|
30
30
|
end
|
|
31
31
|
describe 'test attribute "branch"' do
|
data/spec/v1/models/{synthetics_ci_test_metadata_spec.rb → synthetics_ci_batch_metadata_spec.rb}
RENAMED
|
@@ -17,15 +17,15 @@ require 'spec_helper'
|
|
|
17
17
|
require 'json'
|
|
18
18
|
require 'date'
|
|
19
19
|
|
|
20
|
-
# Unit tests for DatadogAPIClient::V1::
|
|
20
|
+
# Unit tests for DatadogAPIClient::V1::SyntheticsCIBatchMetadata
|
|
21
21
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
22
|
# Please update as you see appropriate
|
|
23
|
-
describe DatadogAPIClient::V1::
|
|
24
|
-
let(:instance) { DatadogAPIClient::V1::
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsCIBatchMetadata do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsCIBatchMetadata.new }
|
|
25
25
|
|
|
26
|
-
describe 'test an instance of
|
|
27
|
-
it 'should create an instance of
|
|
28
|
-
expect(instance).to be_instance_of(DatadogAPIClient::V1::
|
|
26
|
+
describe 'test an instance of SyntheticsCIBatchMetadata' do
|
|
27
|
+
it 'should create an instance of SyntheticsCIBatchMetadata' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsCIBatchMetadata)
|
|
29
29
|
end
|
|
30
30
|
end
|
|
31
31
|
describe 'test attribute "ci"' do
|
|
@@ -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::SyntheticsStatus
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsStatus do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsStatus.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SyntheticsStatus' do
|
|
27
|
+
it 'should create an instance of SyntheticsStatus' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsStatus)
|
|
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::SyntheticsTestExecutionRule
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::SyntheticsTestExecutionRule do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::SyntheticsTestExecutionRule.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of SyntheticsTestExecutionRule' do
|
|
27
|
+
it 'should create an instance of SyntheticsTestExecutionRule' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::SyntheticsTestExecutionRule)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
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::UsageSDSHour
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::UsageSDSHour do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::UsageSDSHour.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of UsageSDSHour' do
|
|
27
|
+
it 'should create an instance of UsageSDSHour' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::UsageSDSHour)
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
describe 'test attribute "hour"' 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 "logs_scanned_bytes"' 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 "total_scanned_bytes"' 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
|
+
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::UsageSDSResponse
|
|
21
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
22
|
+
# Please update as you see appropriate
|
|
23
|
+
describe DatadogAPIClient::V1::UsageSDSResponse do
|
|
24
|
+
let(:instance) { DatadogAPIClient::V1::UsageSDSResponse.new }
|
|
25
|
+
|
|
26
|
+
describe 'test an instance of UsageSDSResponse' do
|
|
27
|
+
it 'should create an instance of UsageSDSResponse' do
|
|
28
|
+
expect(instance).to be_instance_of(DatadogAPIClient::V1::UsageSDSResponse)
|
|
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
|