datadog_api_client 2.20.0 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +5 -0
- data/.generator/schemas/v1/openapi.yaml +502 -754
- data/.generator/schemas/v2/openapi.yaml +2903 -102
- data/.github/workflows/prepare_release.yml +2 -2
- data/.github/workflows/publish.yml +2 -2
- data/.github/workflows/release.yml +2 -2
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +52 -0
- data/Gemfile +1 -1
- data/examples/v1/aws-integration/CreateAWSAccount.rb +1 -1
- data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -0
- data/examples/v1/aws-integration/UpdateAWSAccount.rb +1 -1
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +118 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +4 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +2 -2
- data/examples/v2/authn-mappings/CreateAuthNMapping.rb +1 -1
- data/examples/v2/authn-mappings/UpdateAuthNMapping.rb +1 -1
- data/examples/v2/case-management/ArchiveCase.rb +14 -0
- data/examples/v2/case-management/AssignCase.rb +20 -0
- data/examples/v2/case-management/CreateCase.rb +33 -0
- data/examples/v2/case-management/CreateProject.rb +15 -0
- data/examples/v2/case-management/DeleteProject.rb +5 -0
- data/examples/v2/case-management/GetCase.rb +8 -0
- data/examples/v2/case-management/GetProject.rb +5 -0
- data/examples/v2/case-management/GetProjects.rb +5 -0
- data/examples/v2/case-management/SearchCases.rb +5 -0
- data/examples/v2/case-management/SearchCases_3433960044.rb +5 -0
- data/examples/v2/case-management/UnarchiveCase.rb +14 -0
- data/examples/v2/case-management/UnassignCase.rb +14 -0
- data/examples/v2/case-management/UpdatePriority.rb +17 -0
- data/examples/v2/case-management/UpdateStatus.rb +17 -0
- data/examples/v2/cloud-workload-security/CreateCSMThreatsAgentRule.rb +17 -0
- data/examples/v2/cloud-workload-security/DeleteCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/DownloadCSMThreatsPolicy.rb +5 -0
- data/examples/v2/cloud-workload-security/GetCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/ListCSMThreatsAgentRules.rb +5 -0
- data/examples/v2/cloud-workload-security/UpdateCSMThreatsAgentRule.rb +20 -0
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +6 -3
- data/examples/v2/gcp-integration/CreateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_130557025.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_4235664992.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_3205636354.rb +1 -1
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1091442807.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1288180912.rb +27 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_141236188.rb +32 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2184123765.rb +31 -0
- data/examples/v2/logs-custom-destinations/DeleteLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/GetLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/ListLogsCustomDestinations.rb +5 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination.rb +22 -0
- data/examples/v2/metrics/ListMetricAssets.rb +5 -0
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +2 -2
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +3 -3
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +19 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule.rb +42 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +4 -0
- data/examples/v2/service-level-objectives/CreateSLOReportJob.rb +20 -0
- data/examples/v2/service-level-objectives/GetSLOReport.rb +8 -0
- data/examples/v2/service-level-objectives/GetSLOReportJobStatus.rb +11 -0
- data/lib/datadog_api_client/configuration.rb +3 -0
- data/lib/datadog_api_client/inflector.rb +132 -7
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +104 -131
- data/lib/datadog_api_client/v1/models/aws_account.rb +12 -2
- data/lib/datadog_api_client/v1/models/gcp_account.rb +14 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +8 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +4 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +12 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +124 -4
- data/lib/datadog_api_client/v1/models/series.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_time_slice_condition.rb +14 -2
- data/lib/datadog_api_client/v1/models/slo_time_slice_interval.rb +29 -0
- data/lib/datadog_api_client/v1/models/slo_time_slice_spec.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +23 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +175 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +81 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +83 -3
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +182 -102
- data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +6 -0
- data/lib/datadog_api_client/v2/api/case_management_api.rb +942 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +392 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +15 -0
- data/lib/datadog_api_client/v2/api/logs_custom_destinations_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +70 -2
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +67 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/service_level_objectives_api.rb +245 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +15 -6
- data/lib/datadog_api_client/v2/models/authn_mapping_create_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +2 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_team.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationships.rb +14 -4
- data/lib/datadog_api_client/v2/models/authn_mapping_team.rb +100 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb +212 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/case.rb +150 -0
- data/lib/datadog_api_client/v2/models/case3rd_party_ticket_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_assign.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_assign_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_assign_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/case_create.rb +129 -0
- data/lib/datadog_api_client/v2/models/case_create_attributes.rb +139 -0
- data/lib/datadog_api_client/v2/models/case_create_relationships.rb +116 -0
- data/lib/datadog_api_client/v2/models/case_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_priority.rb +31 -0
- data/lib/datadog_api_client/v2/models/case_relationships.rb +120 -0
- data/lib/datadog_api_client/v2/models/case_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/case_sortable_field.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_update_priority.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status.rb +119 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_pagination.rb → v2/models/case_update_status_attributes.rb} +29 -51
- data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_metadata.rb → v2/models/cases_response.rb} +22 -22
- data/lib/datadog_api_client/v2/models/cases_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta_pagination.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +90 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb +80 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/custom_destination_attribute_tags_restriction_list_type.rb +31 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_attributes.rb +193 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_definition.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_attributes.rb +171 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_definition.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb +120 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic.rb +98 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_attributes.rb +169 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_definition.rb +129 -0
- data/lib/datadog_api_client/v2/models/custom_destinations_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +21 -20
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +14 -1
- data/lib/datadog_api_client/v2/models/jira_issue.rb +90 -0
- data/lib/datadog_api_client/v2/models/jira_issue_result.rb +110 -0
- data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +1 -12
- data/lib/datadog_api_client/v2/models/metric_asset_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_data.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_included.rb +65 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb +110 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_assets_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb +112 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_slo_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_slo_type.rb +26 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_response.rb → v2/models/nullable_user_relationship.rb} +22 -26
- data/lib/datadog_api_client/v2/models/nullable_user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/project.rb +150 -0
- data/lib/datadog_api_client/v2/models/project_attributes.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_create.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_relationships.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/project_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/projects_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team.rb +80 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +13 -14
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +13 -1
- data/lib/datadog_api_client/v2/models/service_now_ticket.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_now_ticket_result.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_attributes.rb +160 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_data.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_interval.rb +27 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/slo_report_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +8 -0
- data/lib/datadog_api_client/v2/models/user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/user_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_included.rb +62 -0
- data/lib/datadog_api_client/v2/models/user_team_response.rb +16 -4
- data/lib/datadog_api_client/v2/models/user_teams_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +196 -33
- data/examples/v1/usage-metering/GetUsageAttribution.rb +0 -9
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +0 -152
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +0 -61
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +0 -72
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +0 -590
|
@@ -152,7 +152,7 @@ module DatadogAPIClient::V1
|
|
|
152
152
|
fail ArgumentError, "Missing the required parameter 'usage_type' when calling UsageMeteringAPI.get_hourly_usage_attribution"
|
|
153
153
|
end
|
|
154
154
|
# verify enum value
|
|
155
|
-
allowable_values = ['api_usage', 'apm_fargate_usage', 'apm_host_usage', 'apm_usm_usage', 'appsec_fargate_usage', 'appsec_usage', 'browser_usage', 'ci_pipeline_indexed_spans_usage', 'ci_test_indexed_spans_usage', 'ci_visibility_itr_usage', 'cloud_siem_usage', 'container_excl_agent_usage', 'container_usage', 'cspm_containers_usage', 'cspm_hosts_usage', 'custom_event_usage', 'custom_ingested_timeseries_usage', 'custom_timeseries_usage', 'cws_containers_usage', 'cws_hosts_usage', 'dbm_hosts_usage', 'dbm_queries_usage', 'estimated_indexed_logs_usage', 'estimated_indexed_spans_usage', 'estimated_ingested_logs_usage', 'estimated_ingested_spans_usage', 'estimated_rum_sessions_usage', 'fargate_usage', 'functions_usage', 'indexed_spans_usage', 'infra_host_usage', 'ingested_logs_bytes_usage', 'ingested_spans_bytes_usage', 'invocations_usage', 'lambda_traced_invocations_usage', 'logs_indexed_15day_usage', 'logs_indexed_180day_usage', 'logs_indexed_30day_usage', 'logs_indexed_360day_usage', 'logs_indexed_3day_usage', 'logs_indexed_45day_usage', 'logs_indexed_60day_usage', 'logs_indexed_7day_usage', 'logs_indexed_90day_usage', 'logs_indexed_custom_retention_usage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'npm_host_usage', 'obs_pipeline_bytes_usage', 'profiled_container_usage', 'profiled_fargate_usage', 'profiled_host_usage', 'rum_browser_mobile_sessions_usage', 'rum_replay_sessions_usage', 'sds_scanned_bytes_usage', 'serverless_apps_usage', 'siem_ingested_bytes_usage', 'snmp_usage', 'universal_service_monitoring_usage', 'vuln_management_hosts_usage']
|
|
155
|
+
allowable_values = ['api_usage', 'apm_fargate_usage', 'apm_host_usage', 'apm_usm_usage', 'appsec_fargate_usage', 'appsec_usage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'ci_pipeline_indexed_spans_usage', 'ci_test_indexed_spans_usage', 'ci_visibility_itr_usage', 'cloud_siem_usage', 'container_excl_agent_usage', 'container_usage', 'cspm_containers_usage', 'cspm_hosts_usage', 'custom_event_usage', 'custom_ingested_timeseries_usage', 'custom_timeseries_usage', 'cws_containers_usage', 'cws_hosts_usage', 'dbm_hosts_usage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_spans_usage', 'estimated_ingested_logs_usage', 'estimated_ingested_spans_usage', 'estimated_rum_sessions_usage', 'fargate_usage', 'functions_usage', 'incident_management_monthly_active_users_usage', 'indexed_spans_usage', 'infra_host_usage', 'ingested_logs_bytes_usage', 'ingested_spans_bytes_usage', 'invocations_usage', 'lambda_traced_invocations_usage', 'logs_indexed_15day_usage', 'logs_indexed_180day_usage', 'logs_indexed_30day_usage', 'logs_indexed_360day_usage', 'logs_indexed_3day_usage', 'logs_indexed_45day_usage', 'logs_indexed_60day_usage', 'logs_indexed_7day_usage', 'logs_indexed_90day_usage', 'logs_indexed_custom_retention_usage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'npm_host_usage', 'obs_pipeline_bytes_usage', 'obs_pipelines_vcpu_usage', 'online_archive_usage', 'profiled_container_usage', 'profiled_fargate_usage', 'profiled_host_usage', 'rum_browser_mobile_sessions_usage', 'rum_replay_sessions_usage', 'sds_scanned_bytes_usage', 'serverless_apps_usage', 'siem_ingested_bytes_usage', 'snmp_usage', 'universal_service_monitoring_usage', 'vuln_management_hosts_usage', 'workflow_executions_usage']
|
|
156
156
|
if @api_client.config.client_side_validation && !allowable_values.include?(usage_type)
|
|
157
157
|
fail ArgumentError, "invalid value for \"usage_type\", must be one of #{allowable_values}"
|
|
158
158
|
end
|
|
@@ -214,13 +214,16 @@ module DatadogAPIClient::V1
|
|
|
214
214
|
# Get hourly usage for incident management.
|
|
215
215
|
#
|
|
216
216
|
# Get hourly usage for incident management.
|
|
217
|
-
# **Note:**
|
|
217
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
218
|
+
#
|
|
219
|
+
# @deprecated This API is deprecated.
|
|
218
220
|
#
|
|
219
221
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
220
222
|
# @param opts [Hash] the optional parameters
|
|
221
223
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
222
224
|
# @return [Array<(UsageIncidentManagementResponse, Integer, Hash)>] UsageIncidentManagementResponse data, response status code and response headers
|
|
223
225
|
def get_incident_management_with_http_info(start_hr, opts = {})
|
|
226
|
+
warn "[DEPRECATION] `GetIncidentManagement` is deprecated."
|
|
224
227
|
|
|
225
228
|
if @api_client.config.debugging
|
|
226
229
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_incident_management ...'
|
|
@@ -283,13 +286,16 @@ module DatadogAPIClient::V1
|
|
|
283
286
|
# Get hourly usage for ingested spans.
|
|
284
287
|
#
|
|
285
288
|
# Get hourly usage for ingested spans.
|
|
286
|
-
# **Note:**
|
|
289
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
290
|
+
#
|
|
291
|
+
# @deprecated This API is deprecated.
|
|
287
292
|
#
|
|
288
293
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
289
294
|
# @param opts [Hash] the optional parameters
|
|
290
295
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
291
296
|
# @return [Array<(UsageIngestedSpansResponse, Integer, Hash)>] UsageIngestedSpansResponse data, response status code and response headers
|
|
292
297
|
def get_ingested_spans_with_http_info(start_hr, opts = {})
|
|
298
|
+
warn "[DEPRECATION] `GetIngestedSpans` is deprecated."
|
|
293
299
|
|
|
294
300
|
if @api_client.config.debugging
|
|
295
301
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_ingested_spans ...'
|
|
@@ -472,7 +478,7 @@ module DatadogAPIClient::V1
|
|
|
472
478
|
fail ArgumentError, "Missing the required parameter 'fields' when calling UsageMeteringAPI.get_monthly_usage_attribution"
|
|
473
479
|
end
|
|
474
480
|
# verify enum value
|
|
475
|
-
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', '*']
|
|
481
|
+
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'incident_management_monthly_active_users_usage', 'incident_management_monthly_active_users_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'online_archive_usage', 'online_archive_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', '*']
|
|
476
482
|
if @api_client.config.client_side_validation && !allowable_values.include?(fields)
|
|
477
483
|
fail ArgumentError, "invalid value for \"fields\", must be one of #{allowable_values}"
|
|
478
484
|
end
|
|
@@ -480,7 +486,7 @@ module DatadogAPIClient::V1
|
|
|
480
486
|
if @api_client.config.client_side_validation && opts[:'sort_direction'] && !allowable_values.include?(opts[:'sort_direction'])
|
|
481
487
|
fail ArgumentError, "invalid value for \"sort_direction\", must be one of #{allowable_values}"
|
|
482
488
|
end
|
|
483
|
-
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', '*']
|
|
489
|
+
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'incident_management_monthly_active_users_usage', 'incident_management_monthly_active_users_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'online_archive_usage', 'online_archive_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', '*']
|
|
484
490
|
if @api_client.config.client_side_validation && opts[:'sort_name'] && !allowable_values.include?(opts[:'sort_name'])
|
|
485
491
|
fail ArgumentError, "invalid value for \"sort_name\", must be one of #{allowable_values}"
|
|
486
492
|
end
|
|
@@ -684,13 +690,16 @@ module DatadogAPIClient::V1
|
|
|
684
690
|
# Get hourly usage for analyzed logs.
|
|
685
691
|
#
|
|
686
692
|
# Get hourly usage for analyzed logs (Security Monitoring).
|
|
687
|
-
# **Note:**
|
|
693
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
694
|
+
#
|
|
695
|
+
# @deprecated This API is deprecated.
|
|
688
696
|
#
|
|
689
697
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
690
698
|
# @param opts [Hash] the optional parameters
|
|
691
699
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
692
700
|
# @return [Array<(UsageAnalyzedLogsResponse, Integer, Hash)>] UsageAnalyzedLogsResponse data, response status code and response headers
|
|
693
701
|
def get_usage_analyzed_logs_with_http_info(start_hr, opts = {})
|
|
702
|
+
warn "[DEPRECATION] `GetUsageAnalyzedLogs` is deprecated."
|
|
694
703
|
|
|
695
704
|
if @api_client.config.debugging
|
|
696
705
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_analyzed_logs ...'
|
|
@@ -742,108 +751,6 @@ module DatadogAPIClient::V1
|
|
|
742
751
|
return data, status_code, headers
|
|
743
752
|
end
|
|
744
753
|
|
|
745
|
-
# Get usage attribution.
|
|
746
|
-
#
|
|
747
|
-
# @see #get_usage_attribution_with_http_info
|
|
748
|
-
def get_usage_attribution(start_month, fields, opts = {})
|
|
749
|
-
data, _status_code, _headers = get_usage_attribution_with_http_info(start_month, fields, opts)
|
|
750
|
-
data
|
|
751
|
-
end
|
|
752
|
-
|
|
753
|
-
# Get usage attribution.
|
|
754
|
-
#
|
|
755
|
-
# Get usage attribution.
|
|
756
|
-
# **Note:** This endpoint will be fully deprecated on December 1, 2022.
|
|
757
|
-
# Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.
|
|
758
|
-
#
|
|
759
|
-
# @deprecated This API is deprecated.
|
|
760
|
-
#
|
|
761
|
-
# @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage beginning in this month. Maximum of 15 months ago.
|
|
762
|
-
# @param fields [UsageAttributionSupportedMetrics] Comma-separated list of usage types to return, or `*` for all usage types.
|
|
763
|
-
# @param opts [Hash] the optional parameters
|
|
764
|
-
# @option opts [Time] :end_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month.
|
|
765
|
-
# @option opts [UsageSortDirection] :sort_direction The direction to sort by: `[desc, asc]`.
|
|
766
|
-
# @option opts [UsageAttributionSort] :sort_name The field to sort by.
|
|
767
|
-
# @option opts [Boolean] :include_descendants Include child org usage in the response. Defaults to false.
|
|
768
|
-
# @option opts [Integer] :offset Number of records to skip before beginning to return.
|
|
769
|
-
# @option opts [Integer] :limit Maximum number of records to be returned.
|
|
770
|
-
# @return [Array<(UsageAttributionResponse, Integer, Hash)>] UsageAttributionResponse data, response status code and response headers
|
|
771
|
-
def get_usage_attribution_with_http_info(start_month, fields, opts = {})
|
|
772
|
-
warn "[DEPRECATION] `GetUsageAttribution` is deprecated."
|
|
773
|
-
|
|
774
|
-
if @api_client.config.debugging
|
|
775
|
-
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_attribution ...'
|
|
776
|
-
end
|
|
777
|
-
# verify the required parameter 'start_month' is set
|
|
778
|
-
if @api_client.config.client_side_validation && start_month.nil?
|
|
779
|
-
fail ArgumentError, "Missing the required parameter 'start_month' when calling UsageMeteringAPI.get_usage_attribution"
|
|
780
|
-
end
|
|
781
|
-
# verify the required parameter 'fields' is set
|
|
782
|
-
if @api_client.config.client_side_validation && fields.nil?
|
|
783
|
-
fail ArgumentError, "Missing the required parameter 'fields' when calling UsageMeteringAPI.get_usage_attribution"
|
|
784
|
-
end
|
|
785
|
-
# verify enum value
|
|
786
|
-
allowable_values = ['custom_timeseries_usage', 'container_usage', 'snmp_percentage', 'apm_host_usage', 'browser_usage', 'npm_host_percentage', 'infra_host_usage', 'custom_timeseries_percentage', 'container_percentage', 'api_usage', 'apm_host_percentage', 'infra_host_percentage', 'snmp_usage', 'browser_percentage', 'api_percentage', 'npm_host_usage', 'lambda_functions_usage', 'lambda_functions_percentage', 'lambda_invocations_usage', 'lambda_invocations_percentage', 'fargate_usage', 'fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'dbm_hosts_usage', 'dbm_hosts_percentage', 'dbm_queries_usage', 'dbm_queries_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'appsec_usage', 'appsec_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'estimated_rum_usage_attribution_usage', 'estimated_rum_usage_attribution_percentage', '*']
|
|
787
|
-
if @api_client.config.client_side_validation && !allowable_values.include?(fields)
|
|
788
|
-
fail ArgumentError, "invalid value for \"fields\", must be one of #{allowable_values}"
|
|
789
|
-
end
|
|
790
|
-
allowable_values = ['desc', 'asc']
|
|
791
|
-
if @api_client.config.client_side_validation && opts[:'sort_direction'] && !allowable_values.include?(opts[:'sort_direction'])
|
|
792
|
-
fail ArgumentError, "invalid value for \"sort_direction\", must be one of #{allowable_values}"
|
|
793
|
-
end
|
|
794
|
-
allowable_values = ['api_percentage', 'snmp_usage', 'apm_host_usage', 'api_usage', 'appsec_usage', 'appsec_percentage', 'container_usage', 'custom_timeseries_percentage', 'container_percentage', 'apm_host_percentage', 'npm_host_percentage', 'browser_percentage', 'browser_usage', 'infra_host_percentage', 'snmp_percentage', 'npm_host_usage', 'infra_host_usage', 'custom_timeseries_usage', 'lambda_functions_usage', 'lambda_functions_percentage', 'lambda_invocations_usage', 'lambda_invocations_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'estimated_rum_usage_attribution_usage', 'estimated_rum_usage_attribution_percentage']
|
|
795
|
-
if @api_client.config.client_side_validation && opts[:'sort_name'] && !allowable_values.include?(opts[:'sort_name'])
|
|
796
|
-
fail ArgumentError, "invalid value for \"sort_name\", must be one of #{allowable_values}"
|
|
797
|
-
end
|
|
798
|
-
# resource path
|
|
799
|
-
local_var_path = '/api/v1/usage/attribution'
|
|
800
|
-
|
|
801
|
-
# query parameters
|
|
802
|
-
query_params = opts[:query_params] || {}
|
|
803
|
-
query_params[:'start_month'] = start_month
|
|
804
|
-
query_params[:'fields'] = fields
|
|
805
|
-
query_params[:'end_month'] = opts[:'end_month'] if !opts[:'end_month'].nil?
|
|
806
|
-
query_params[:'sort_direction'] = opts[:'sort_direction'] if !opts[:'sort_direction'].nil?
|
|
807
|
-
query_params[:'sort_name'] = opts[:'sort_name'] if !opts[:'sort_name'].nil?
|
|
808
|
-
query_params[:'include_descendants'] = opts[:'include_descendants'] if !opts[:'include_descendants'].nil?
|
|
809
|
-
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
810
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
811
|
-
|
|
812
|
-
# header parameters
|
|
813
|
-
header_params = opts[:header_params] || {}
|
|
814
|
-
# HTTP header 'Accept' (if needed)
|
|
815
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339'])
|
|
816
|
-
|
|
817
|
-
# form parameters
|
|
818
|
-
form_params = opts[:form_params] || {}
|
|
819
|
-
|
|
820
|
-
# http body (model)
|
|
821
|
-
post_body = opts[:debug_body]
|
|
822
|
-
|
|
823
|
-
# return_type
|
|
824
|
-
return_type = opts[:debug_return_type] || 'UsageAttributionResponse'
|
|
825
|
-
|
|
826
|
-
# auth_names
|
|
827
|
-
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
|
|
828
|
-
|
|
829
|
-
new_options = opts.merge(
|
|
830
|
-
:operation => :get_usage_attribution,
|
|
831
|
-
:header_params => header_params,
|
|
832
|
-
:query_params => query_params,
|
|
833
|
-
:form_params => form_params,
|
|
834
|
-
:body => post_body,
|
|
835
|
-
:auth_names => auth_names,
|
|
836
|
-
:return_type => return_type,
|
|
837
|
-
:api_version => "V1"
|
|
838
|
-
)
|
|
839
|
-
|
|
840
|
-
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
841
|
-
if @api_client.config.debugging
|
|
842
|
-
@api_client.config.logger.debug "API called: UsageMeteringAPI#get_usage_attribution\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
843
|
-
end
|
|
844
|
-
return data, status_code, headers
|
|
845
|
-
end
|
|
846
|
-
|
|
847
754
|
# Get hourly usage for audit logs.
|
|
848
755
|
#
|
|
849
756
|
# @see #get_usage_audit_logs_with_http_info
|
|
@@ -989,13 +896,16 @@ module DatadogAPIClient::V1
|
|
|
989
896
|
# Get hourly usage for CI visibility.
|
|
990
897
|
#
|
|
991
898
|
# Get hourly usage for CI visibility (tests, pipeline, and spans).
|
|
992
|
-
# **Note:**
|
|
899
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
900
|
+
#
|
|
901
|
+
# @deprecated This API is deprecated.
|
|
993
902
|
#
|
|
994
903
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
995
904
|
# @param opts [Hash] the optional parameters
|
|
996
905
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
997
906
|
# @return [Array<(UsageCIVisibilityResponse, Integer, Hash)>] UsageCIVisibilityResponse data, response status code and response headers
|
|
998
907
|
def get_usage_ci_app_with_http_info(start_hr, opts = {})
|
|
908
|
+
warn "[DEPRECATION] `GetUsageCIApp` is deprecated."
|
|
999
909
|
|
|
1000
910
|
if @api_client.config.debugging
|
|
1001
911
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_ci_app ...'
|
|
@@ -1058,13 +968,16 @@ module DatadogAPIClient::V1
|
|
|
1058
968
|
# Get hourly usage for CSM Pro.
|
|
1059
969
|
#
|
|
1060
970
|
# Get hourly usage for cloud security management (CSM) pro.
|
|
1061
|
-
# **Note:**
|
|
971
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
972
|
+
#
|
|
973
|
+
# @deprecated This API is deprecated.
|
|
1062
974
|
#
|
|
1063
975
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1064
976
|
# @param opts [Hash] the optional parameters
|
|
1065
977
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1066
978
|
# @return [Array<(UsageCloudSecurityPostureManagementResponse, Integer, Hash)>] UsageCloudSecurityPostureManagementResponse data, response status code and response headers
|
|
1067
979
|
def get_usage_cloud_security_posture_management_with_http_info(start_hr, opts = {})
|
|
980
|
+
warn "[DEPRECATION] `GetUsageCloudSecurityPostureManagement` is deprecated."
|
|
1068
981
|
|
|
1069
982
|
if @api_client.config.debugging
|
|
1070
983
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_cloud_security_posture_management ...'
|
|
@@ -1127,13 +1040,16 @@ module DatadogAPIClient::V1
|
|
|
1127
1040
|
# Get hourly usage for cloud workload security.
|
|
1128
1041
|
#
|
|
1129
1042
|
# Get hourly usage for cloud workload security.
|
|
1130
|
-
# **Note:**
|
|
1043
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1044
|
+
#
|
|
1045
|
+
# @deprecated This API is deprecated.
|
|
1131
1046
|
#
|
|
1132
1047
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1133
1048
|
# @param opts [Hash] the optional parameters
|
|
1134
1049
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1135
1050
|
# @return [Array<(UsageCWSResponse, Integer, Hash)>] UsageCWSResponse data, response status code and response headers
|
|
1136
1051
|
def get_usage_cws_with_http_info(start_hr, opts = {})
|
|
1052
|
+
warn "[DEPRECATION] `GetUsageCWS` is deprecated."
|
|
1137
1053
|
|
|
1138
1054
|
if @api_client.config.debugging
|
|
1139
1055
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_cws ...'
|
|
@@ -1196,13 +1112,16 @@ module DatadogAPIClient::V1
|
|
|
1196
1112
|
# Get hourly usage for database monitoring.
|
|
1197
1113
|
#
|
|
1198
1114
|
# Get hourly usage for database monitoring
|
|
1199
|
-
# **Note:**
|
|
1115
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1116
|
+
#
|
|
1117
|
+
# @deprecated This API is deprecated.
|
|
1200
1118
|
#
|
|
1201
1119
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1202
1120
|
# @param opts [Hash] the optional parameters
|
|
1203
1121
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1204
1122
|
# @return [Array<(UsageDBMResponse, Integer, Hash)>] UsageDBMResponse data, response status code and response headers
|
|
1205
1123
|
def get_usage_dbm_with_http_info(start_hr, opts = {})
|
|
1124
|
+
warn "[DEPRECATION] `GetUsageDBM` is deprecated."
|
|
1206
1125
|
|
|
1207
1126
|
if @api_client.config.debugging
|
|
1208
1127
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_dbm ...'
|
|
@@ -1265,13 +1184,16 @@ module DatadogAPIClient::V1
|
|
|
1265
1184
|
# Get hourly usage for Fargate.
|
|
1266
1185
|
#
|
|
1267
1186
|
# Get hourly usage for [Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/).
|
|
1268
|
-
# **Note:**
|
|
1187
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1188
|
+
#
|
|
1189
|
+
# @deprecated This API is deprecated.
|
|
1269
1190
|
#
|
|
1270
1191
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
1271
1192
|
# @param opts [Hash] the optional parameters
|
|
1272
1193
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
1273
1194
|
# @return [Array<(UsageFargateResponse, Integer, Hash)>] UsageFargateResponse data, response status code and response headers
|
|
1274
1195
|
def get_usage_fargate_with_http_info(start_hr, opts = {})
|
|
1196
|
+
warn "[DEPRECATION] `GetUsageFargate` is deprecated."
|
|
1275
1197
|
|
|
1276
1198
|
if @api_client.config.debugging
|
|
1277
1199
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_fargate ...'
|
|
@@ -1334,13 +1256,16 @@ module DatadogAPIClient::V1
|
|
|
1334
1256
|
# Get hourly usage for hosts and containers.
|
|
1335
1257
|
#
|
|
1336
1258
|
# Get hourly usage for hosts and containers.
|
|
1337
|
-
# **Note:**
|
|
1259
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1260
|
+
#
|
|
1261
|
+
# @deprecated This API is deprecated.
|
|
1338
1262
|
#
|
|
1339
1263
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
1340
1264
|
# @param opts [Hash] the optional parameters
|
|
1341
1265
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
1342
1266
|
# @return [Array<(UsageHostsResponse, Integer, Hash)>] UsageHostsResponse data, response status code and response headers
|
|
1343
1267
|
def get_usage_hosts_with_http_info(start_hr, opts = {})
|
|
1268
|
+
warn "[DEPRECATION] `GetUsageHosts` is deprecated."
|
|
1344
1269
|
|
|
1345
1270
|
if @api_client.config.debugging
|
|
1346
1271
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_hosts ...'
|
|
@@ -1403,13 +1328,16 @@ module DatadogAPIClient::V1
|
|
|
1403
1328
|
# Get hourly usage for indexed spans.
|
|
1404
1329
|
#
|
|
1405
1330
|
# Get hourly usage for indexed spans.
|
|
1406
|
-
# **Note:**
|
|
1331
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1332
|
+
#
|
|
1333
|
+
# @deprecated This API is deprecated.
|
|
1407
1334
|
#
|
|
1408
1335
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1409
1336
|
# @param opts [Hash] the optional parameters
|
|
1410
1337
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1411
1338
|
# @return [Array<(UsageIndexedSpansResponse, Integer, Hash)>] UsageIndexedSpansResponse data, response status code and response headers
|
|
1412
1339
|
def get_usage_indexed_spans_with_http_info(start_hr, opts = {})
|
|
1340
|
+
warn "[DEPRECATION] `GetUsageIndexedSpans` is deprecated."
|
|
1413
1341
|
|
|
1414
1342
|
if @api_client.config.debugging
|
|
1415
1343
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_indexed_spans ...'
|
|
@@ -1472,13 +1400,16 @@ module DatadogAPIClient::V1
|
|
|
1472
1400
|
# Get hourly usage for IoT.
|
|
1473
1401
|
#
|
|
1474
1402
|
# Get hourly usage for IoT.
|
|
1475
|
-
# **Note:**
|
|
1403
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1404
|
+
#
|
|
1405
|
+
# @deprecated This API is deprecated.
|
|
1476
1406
|
#
|
|
1477
1407
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1478
1408
|
# @param opts [Hash] the optional parameters
|
|
1479
1409
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1480
1410
|
# @return [Array<(UsageIoTResponse, Integer, Hash)>] UsageIoTResponse data, response status code and response headers
|
|
1481
1411
|
def get_usage_internet_of_things_with_http_info(start_hr, opts = {})
|
|
1412
|
+
warn "[DEPRECATION] `GetUsageInternetOfThings` is deprecated."
|
|
1482
1413
|
|
|
1483
1414
|
if @api_client.config.debugging
|
|
1484
1415
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_internet_of_things ...'
|
|
@@ -1541,13 +1472,16 @@ module DatadogAPIClient::V1
|
|
|
1541
1472
|
# Get hourly usage for Lambda.
|
|
1542
1473
|
#
|
|
1543
1474
|
# Get hourly usage for Lambda.
|
|
1544
|
-
# **Note:**
|
|
1475
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1476
|
+
#
|
|
1477
|
+
# @deprecated This API is deprecated.
|
|
1545
1478
|
#
|
|
1546
1479
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
1547
1480
|
# @param opts [Hash] the optional parameters
|
|
1548
1481
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
1549
1482
|
# @return [Array<(UsageLambdaResponse, Integer, Hash)>] UsageLambdaResponse data, response status code and response headers
|
|
1550
1483
|
def get_usage_lambda_with_http_info(start_hr, opts = {})
|
|
1484
|
+
warn "[DEPRECATION] `GetUsageLambda` is deprecated."
|
|
1551
1485
|
|
|
1552
1486
|
if @api_client.config.debugging
|
|
1553
1487
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_lambda ...'
|
|
@@ -1610,13 +1544,16 @@ module DatadogAPIClient::V1
|
|
|
1610
1544
|
# Get hourly usage for logs.
|
|
1611
1545
|
#
|
|
1612
1546
|
# Get hourly usage for logs.
|
|
1613
|
-
# **Note:**
|
|
1547
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1548
|
+
#
|
|
1549
|
+
# @deprecated This API is deprecated.
|
|
1614
1550
|
#
|
|
1615
1551
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
1616
1552
|
# @param opts [Hash] the optional parameters
|
|
1617
1553
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
1618
1554
|
# @return [Array<(UsageLogsResponse, Integer, Hash)>] UsageLogsResponse data, response status code and response headers
|
|
1619
1555
|
def get_usage_logs_with_http_info(start_hr, opts = {})
|
|
1556
|
+
warn "[DEPRECATION] `GetUsageLogs` is deprecated."
|
|
1620
1557
|
|
|
1621
1558
|
if @api_client.config.debugging
|
|
1622
1559
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_logs ...'
|
|
@@ -1749,13 +1686,16 @@ module DatadogAPIClient::V1
|
|
|
1749
1686
|
# Get hourly logs usage by retention.
|
|
1750
1687
|
#
|
|
1751
1688
|
# Get hourly usage for indexed logs by retention period.
|
|
1752
|
-
# **Note:**
|
|
1689
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1690
|
+
#
|
|
1691
|
+
# @deprecated This API is deprecated.
|
|
1753
1692
|
#
|
|
1754
1693
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1755
1694
|
# @param opts [Hash] the optional parameters
|
|
1756
1695
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1757
1696
|
# @return [Array<(UsageLogsByRetentionResponse, Integer, Hash)>] UsageLogsByRetentionResponse data, response status code and response headers
|
|
1758
1697
|
def get_usage_logs_by_retention_with_http_info(start_hr, opts = {})
|
|
1698
|
+
warn "[DEPRECATION] `GetUsageLogsByRetention` is deprecated."
|
|
1759
1699
|
|
|
1760
1700
|
if @api_client.config.debugging
|
|
1761
1701
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_logs_by_retention ...'
|
|
@@ -1818,13 +1758,16 @@ module DatadogAPIClient::V1
|
|
|
1818
1758
|
# get hourly usage for network flows.
|
|
1819
1759
|
#
|
|
1820
1760
|
# Get hourly usage for network flows.
|
|
1821
|
-
# **Note:**
|
|
1761
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1762
|
+
#
|
|
1763
|
+
# @deprecated This API is deprecated.
|
|
1822
1764
|
#
|
|
1823
1765
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1824
1766
|
# @param opts [Hash] the optional parameters
|
|
1825
1767
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1826
1768
|
# @return [Array<(UsageNetworkFlowsResponse, Integer, Hash)>] UsageNetworkFlowsResponse data, response status code and response headers
|
|
1827
1769
|
def get_usage_network_flows_with_http_info(start_hr, opts = {})
|
|
1770
|
+
warn "[DEPRECATION] `GetUsageNetworkFlows` is deprecated."
|
|
1828
1771
|
|
|
1829
1772
|
if @api_client.config.debugging
|
|
1830
1773
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_network_flows ...'
|
|
@@ -1887,13 +1830,16 @@ module DatadogAPIClient::V1
|
|
|
1887
1830
|
# Get hourly usage for network hosts.
|
|
1888
1831
|
#
|
|
1889
1832
|
# Get hourly usage for network hosts.
|
|
1890
|
-
# **Note:**
|
|
1833
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1834
|
+
#
|
|
1835
|
+
# @deprecated This API is deprecated.
|
|
1891
1836
|
#
|
|
1892
1837
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
1893
1838
|
# @param opts [Hash] the optional parameters
|
|
1894
1839
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
1895
1840
|
# @return [Array<(UsageNetworkHostsResponse, Integer, Hash)>] UsageNetworkHostsResponse data, response status code and response headers
|
|
1896
1841
|
def get_usage_network_hosts_with_http_info(start_hr, opts = {})
|
|
1842
|
+
warn "[DEPRECATION] `GetUsageNetworkHosts` is deprecated."
|
|
1897
1843
|
|
|
1898
1844
|
if @api_client.config.debugging
|
|
1899
1845
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_network_hosts ...'
|
|
@@ -1956,13 +1902,16 @@ module DatadogAPIClient::V1
|
|
|
1956
1902
|
# Get hourly usage for online archive.
|
|
1957
1903
|
#
|
|
1958
1904
|
# Get hourly usage for online archive.
|
|
1959
|
-
# **Note:**
|
|
1905
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1906
|
+
#
|
|
1907
|
+
# @deprecated This API is deprecated.
|
|
1960
1908
|
#
|
|
1961
1909
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
1962
1910
|
# @param opts [Hash] the optional parameters
|
|
1963
1911
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
1964
1912
|
# @return [Array<(UsageOnlineArchiveResponse, Integer, Hash)>] UsageOnlineArchiveResponse data, response status code and response headers
|
|
1965
1913
|
def get_usage_online_archive_with_http_info(start_hr, opts = {})
|
|
1914
|
+
warn "[DEPRECATION] `GetUsageOnlineArchive` is deprecated."
|
|
1966
1915
|
|
|
1967
1916
|
if @api_client.config.debugging
|
|
1968
1917
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_online_archive ...'
|
|
@@ -2025,13 +1974,16 @@ module DatadogAPIClient::V1
|
|
|
2025
1974
|
# Get hourly usage for profiled hosts.
|
|
2026
1975
|
#
|
|
2027
1976
|
# Get hourly usage for profiled hosts.
|
|
2028
|
-
# **Note:**
|
|
1977
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
1978
|
+
#
|
|
1979
|
+
# @deprecated This API is deprecated.
|
|
2029
1980
|
#
|
|
2030
1981
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
2031
1982
|
# @param opts [Hash] the optional parameters
|
|
2032
1983
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
2033
1984
|
# @return [Array<(UsageProfilingResponse, Integer, Hash)>] UsageProfilingResponse data, response status code and response headers
|
|
2034
1985
|
def get_usage_profiling_with_http_info(start_hr, opts = {})
|
|
1986
|
+
warn "[DEPRECATION] `GetUsageProfiling` is deprecated."
|
|
2035
1987
|
|
|
2036
1988
|
if @api_client.config.debugging
|
|
2037
1989
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_profiling ...'
|
|
@@ -2094,7 +2046,9 @@ module DatadogAPIClient::V1
|
|
|
2094
2046
|
# Get hourly usage for RUM sessions.
|
|
2095
2047
|
#
|
|
2096
2048
|
# Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/) Sessions.
|
|
2097
|
-
# **Note:**
|
|
2049
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2050
|
+
#
|
|
2051
|
+
# @deprecated This API is deprecated.
|
|
2098
2052
|
#
|
|
2099
2053
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
2100
2054
|
# @param opts [Hash] the optional parameters
|
|
@@ -2102,6 +2056,7 @@ module DatadogAPIClient::V1
|
|
|
2102
2056
|
# @option opts [String] :type RUM type: `[browser, mobile]`. Defaults to `browser`.
|
|
2103
2057
|
# @return [Array<(UsageRumSessionsResponse, Integer, Hash)>] UsageRumSessionsResponse data, response status code and response headers
|
|
2104
2058
|
def get_usage_rum_sessions_with_http_info(start_hr, opts = {})
|
|
2059
|
+
warn "[DEPRECATION] `GetUsageRumSessions` is deprecated."
|
|
2105
2060
|
|
|
2106
2061
|
if @api_client.config.debugging
|
|
2107
2062
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_rum_sessions ...'
|
|
@@ -2165,13 +2120,16 @@ module DatadogAPIClient::V1
|
|
|
2165
2120
|
# Get hourly usage for RUM units.
|
|
2166
2121
|
#
|
|
2167
2122
|
# Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/) Units.
|
|
2168
|
-
# **Note:**
|
|
2123
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2124
|
+
#
|
|
2125
|
+
# @deprecated This API is deprecated.
|
|
2169
2126
|
#
|
|
2170
2127
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
2171
2128
|
# @param opts [Hash] the optional parameters
|
|
2172
2129
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
2173
2130
|
# @return [Array<(UsageRumUnitsResponse, Integer, Hash)>] UsageRumUnitsResponse data, response status code and response headers
|
|
2174
2131
|
def get_usage_rum_units_with_http_info(start_hr, opts = {})
|
|
2132
|
+
warn "[DEPRECATION] `GetUsageRumUnits` is deprecated."
|
|
2175
2133
|
|
|
2176
2134
|
if @api_client.config.debugging
|
|
2177
2135
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_rum_units ...'
|
|
@@ -2234,13 +2192,16 @@ module DatadogAPIClient::V1
|
|
|
2234
2192
|
# Get hourly usage for sensitive data scanner.
|
|
2235
2193
|
#
|
|
2236
2194
|
# Get hourly usage for sensitive data scanner.
|
|
2237
|
-
# **Note:**
|
|
2195
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2196
|
+
#
|
|
2197
|
+
# @deprecated This API is deprecated.
|
|
2238
2198
|
#
|
|
2239
2199
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
2240
2200
|
# @param opts [Hash] the optional parameters
|
|
2241
2201
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
2242
2202
|
# @return [Array<(UsageSDSResponse, Integer, Hash)>] UsageSDSResponse data, response status code and response headers
|
|
2243
2203
|
def get_usage_sds_with_http_info(start_hr, opts = {})
|
|
2204
|
+
warn "[DEPRECATION] `GetUsageSDS` is deprecated."
|
|
2244
2205
|
|
|
2245
2206
|
if @api_client.config.debugging
|
|
2246
2207
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_sds ...'
|
|
@@ -2303,13 +2264,16 @@ module DatadogAPIClient::V1
|
|
|
2303
2264
|
# Get hourly usage for SNMP devices.
|
|
2304
2265
|
#
|
|
2305
2266
|
# Get hourly usage for SNMP devices.
|
|
2306
|
-
# **Note:**
|
|
2267
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2268
|
+
#
|
|
2269
|
+
# @deprecated This API is deprecated.
|
|
2307
2270
|
#
|
|
2308
2271
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
|
|
2309
2272
|
# @param opts [Hash] the optional parameters
|
|
2310
2273
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
|
|
2311
2274
|
# @return [Array<(UsageSNMPResponse, Integer, Hash)>] UsageSNMPResponse data, response status code and response headers
|
|
2312
2275
|
def get_usage_snmp_with_http_info(start_hr, opts = {})
|
|
2276
|
+
warn "[DEPRECATION] `GetUsageSNMP` is deprecated."
|
|
2313
2277
|
|
|
2314
2278
|
if @api_client.config.debugging
|
|
2315
2279
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_snmp ...'
|
|
@@ -2442,7 +2406,7 @@ module DatadogAPIClient::V1
|
|
|
2442
2406
|
# Get hourly usage for synthetics checks.
|
|
2443
2407
|
#
|
|
2444
2408
|
# Get hourly usage for [synthetics checks](https://docs.datadoghq.com/synthetics/).
|
|
2445
|
-
# **Note:**
|
|
2409
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2446
2410
|
#
|
|
2447
2411
|
# @deprecated This API is deprecated.
|
|
2448
2412
|
#
|
|
@@ -2514,13 +2478,16 @@ module DatadogAPIClient::V1
|
|
|
2514
2478
|
# Get hourly usage for synthetics API checks.
|
|
2515
2479
|
#
|
|
2516
2480
|
# Get hourly usage for [synthetics API checks](https://docs.datadoghq.com/synthetics/).
|
|
2517
|
-
# **Note:**
|
|
2481
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2482
|
+
#
|
|
2483
|
+
# @deprecated This API is deprecated.
|
|
2518
2484
|
#
|
|
2519
2485
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
2520
2486
|
# @param opts [Hash] the optional parameters
|
|
2521
2487
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
2522
2488
|
# @return [Array<(UsageSyntheticsAPIResponse, Integer, Hash)>] UsageSyntheticsAPIResponse data, response status code and response headers
|
|
2523
2489
|
def get_usage_synthetics_api_with_http_info(start_hr, opts = {})
|
|
2490
|
+
warn "[DEPRECATION] `GetUsageSyntheticsAPI` is deprecated."
|
|
2524
2491
|
|
|
2525
2492
|
if @api_client.config.debugging
|
|
2526
2493
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_synthetics_api ...'
|
|
@@ -2583,13 +2550,16 @@ module DatadogAPIClient::V1
|
|
|
2583
2550
|
# Get hourly usage for synthetics browser checks.
|
|
2584
2551
|
#
|
|
2585
2552
|
# Get hourly usage for synthetics browser checks.
|
|
2586
|
-
# **Note:**
|
|
2553
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2554
|
+
#
|
|
2555
|
+
# @deprecated This API is deprecated.
|
|
2587
2556
|
#
|
|
2588
2557
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
2589
2558
|
# @param opts [Hash] the optional parameters
|
|
2590
2559
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
2591
2560
|
# @return [Array<(UsageSyntheticsBrowserResponse, Integer, Hash)>] UsageSyntheticsBrowserResponse data, response status code and response headers
|
|
2592
2561
|
def get_usage_synthetics_browser_with_http_info(start_hr, opts = {})
|
|
2562
|
+
warn "[DEPRECATION] `GetUsageSyntheticsBrowser` is deprecated."
|
|
2593
2563
|
|
|
2594
2564
|
if @api_client.config.debugging
|
|
2595
2565
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_synthetics_browser ...'
|
|
@@ -2652,13 +2622,16 @@ module DatadogAPIClient::V1
|
|
|
2652
2622
|
# Get hourly usage for custom metrics.
|
|
2653
2623
|
#
|
|
2654
2624
|
# Get hourly usage for [custom metrics](https://docs.datadoghq.com/developers/metrics/custom_metrics/).
|
|
2655
|
-
# **Note:**
|
|
2625
|
+
# **Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
2626
|
+
#
|
|
2627
|
+
# @deprecated This API is deprecated.
|
|
2656
2628
|
#
|
|
2657
2629
|
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
|
|
2658
2630
|
# @param opts [Hash] the optional parameters
|
|
2659
2631
|
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
|
|
2660
2632
|
# @return [Array<(UsageTimeseriesResponse, Integer, Hash)>] UsageTimeseriesResponse data, response status code and response headers
|
|
2661
2633
|
def get_usage_timeseries_with_http_info(start_hr, opts = {})
|
|
2634
|
+
warn "[DEPRECATION] `GetUsageTimeseries` is deprecated."
|
|
2662
2635
|
|
|
2663
2636
|
if @api_client.config.debugging
|
|
2664
2637
|
@api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_timeseries ...'
|