datadog_api_client 2.8.0 → 2.10.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 -24
- data/.generator/poetry.lock +164 -189
- data/.generator/schemas/v1/openapi.yaml +966 -34
- data/.generator/schemas/v2/openapi.yaml +7697 -4475
- data/.generator/src/generator/formatter.py +2 -1
- data/.generator/src/generator/openapi.py +2 -1
- data/.generator/src/generator/templates/api_client.j2 +2 -2
- data/.generator/src/generator/templates/example.j2 +1 -1
- data/.generator/src/generator/templates/model_base.j2 +8 -4
- data/.generator/src/generator/templates/model_oneof.j2 +1 -1
- data/.github/workflows/test.yml +1 -1
- data/.github/workflows/test_integration.yml +3 -3
- data/CHANGELOG.md +60 -0
- data/README.md +1 -1
- data/examples/v1/dashboard-lists/CreateDashboardList.rb +1 -1
- data/examples/v1/dashboard-lists/UpdateDashboardList.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1024858348.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1039800684.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_109450134.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1094917386.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1177423752.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1200099236.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1213075383.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1307120899.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1423904722.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1442588603.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_145494973.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_173805046.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_1738608750.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2029850837.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2034634967.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2064651578.rb +64 -0
- data/examples/v1/dashboards/CreateDashboard_2104498738.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2308247857.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2316374332.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2336428357.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2338918735.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2342457693.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2349863258.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2432046716.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2490110261.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_252716965.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2607944105.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2610827685.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2634813877.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2644712913.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2652180930.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2705593938.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2800096921.rb +62 -0
- data/examples/v1/dashboards/CreateDashboard_2843286292.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2917274132.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_2921337351.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3117424216.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3195475781.rb +32 -0
- data/examples/v1/dashboards/CreateDashboard_3250131584.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3669695268.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_3882428227.rb +2 -2
- data/examples/v1/dashboards/CreateDashboard_3982498788.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_4026341408.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_4076476470.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_41622531.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_417992286.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_578885732.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_651038379.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_765140092.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_798168180.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_803346562.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_913313564.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_915214113.rb +1 -1
- data/examples/v1/dashboards/CreateDashboard_927141680.rb +1 -1
- data/examples/v1/dashboards/CreatePublicDashboard.rb +17 -0
- data/examples/v1/dashboards/DeletePublicDashboard.rb +5 -0
- data/examples/v1/dashboards/DeletePublicDashboardInvitation.rb +16 -0
- data/examples/v1/dashboards/GetPublicDashboard.rb +8 -0
- data/examples/v1/dashboards/GetPublicDashboardInvitations.rb +8 -0
- data/examples/v1/dashboards/SendPublicDashboardInvitation.rb +17 -0
- data/examples/v1/dashboards/UpdateDashboard.rb +1 -1
- data/examples/v1/dashboards/UpdateDashboard_3454865944.rb +40 -0
- data/examples/v1/dashboards/UpdatePublicDashboard.rb +16 -0
- data/examples/v1/downtimes/CreateDowntime.rb +2 -2
- data/examples/v1/downtimes/CreateDowntime_1393233946.rb +1 -1
- data/examples/v1/downtimes/CreateDowntime_2908359488.rb +1 -1
- data/examples/v1/downtimes/CreateDowntime_3059354445.rb +1 -1
- data/examples/v1/downtimes/CreateDowntime_3355644446.rb +2 -2
- data/examples/v1/downtimes/ListDowntimes.rb +4 -1
- data/examples/v1/downtimes/UpdateDowntime.rb +1 -1
- data/examples/v1/events/CreateEvent.rb +2 -2
- data/examples/v1/events/CreateEvent_19927815.rb +2 -2
- data/examples/v1/logs/SubmitLog.rb +2 -2
- data/examples/v1/logs/SubmitLog_1920474053.rb +2 -2
- data/examples/v1/logs/SubmitLog_3418823904.rb +2 -2
- data/examples/v1/metrics/SubmitMetrics.rb +1 -1
- data/examples/v1/metrics/SubmitMetrics_2203981258.rb +1 -1
- data/examples/v1/monitors/CreateMonitor.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_1969035628.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_2012680290.rb +1 -1
- data/examples/v1/monitors/CreateMonitor_2520912138.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_3790803616.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_3824294658.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_3883669300.rb +2 -2
- data/examples/v1/monitors/CreateMonitor_440013737.rb +2 -2
- data/examples/v1/monitors/ListMonitors_3448441939.rb +1 -1
- data/examples/v1/monitors/ValidateExistingMonitor.rb +2 -2
- data/examples/v1/monitors/ValidateMonitor.rb +2 -2
- data/examples/v1/monitors/ValidateMonitor_4247196452.rb +2 -2
- data/examples/v1/notebooks/CreateNotebook.rb +1 -1
- data/examples/v1/notebooks/UpdateNotebook.rb +1 -1
- data/examples/v1/service-checks/SubmitServiceCheck.rb +1 -1
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection.rb +1 -1
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection_1326388368.rb +1 -1
- data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection.rb +1 -1
- data/examples/v1/service-level-objectives/CreateSLO.rb +1 -1
- data/examples/v1/synthetics/CreateGlobalVariable_1068962881.rb +1 -1
- data/examples/v1/synthetics/CreatePrivateLocation.rb +3 -3
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +3 -3
- data/examples/v1/synthetics/CreateSyntheticsAPITest_2472747642.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_3829801148.rb +2 -2
- data/examples/v1/synthetics/CreateSyntheticsAPITest_960766374.rb +3 -3
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
- data/examples/v1/synthetics/UpdateAPITest.rb +2 -2
- data/examples/v1/webhooks-integration/CreateWebhooksIntegration.rb +1 -1
- data/examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb +1 -1
- data/examples/v2/authn-mappings/CreateAuthNMapping.rb +2 -2
- data/examples/v2/cloud-workload-security/CreateCloudWorkloadSecurityAgentRule.rb +1 -1
- data/examples/v2/cloudflare-integration/CreateCloudflareAccount.rb +2 -2
- data/examples/v2/cloudflare-integration/UpdateCloudflareAccount.rb +1 -1
- data/examples/v2/confluent-cloud/CreateConfluentResource.rb +1 -1
- data/examples/v2/events/ListEvents.rb +1 -1
- data/examples/v2/events/ListEvents_1527584014.rb +1 -1
- data/examples/v2/events/ListEvents_2663715109.rb +1 -1
- data/examples/v2/events/SearchEvents.rb +1 -1
- data/examples/v2/events/SearchEvents_3856995058.rb +1 -1
- data/examples/v2/fastly-integration/CreateFastlyAccount.rb +2 -2
- data/examples/v2/incident-services/CreateIncidentService.rb +2 -2
- data/examples/v2/incident-services/DeleteIncidentService.rb +1 -1
- data/examples/v2/incident-services/GetIncidentService.rb +1 -1
- data/examples/v2/incident-services/ListIncidentServices.rb +1 -1
- data/examples/v2/incident-services/UpdateIncidentService.rb +1 -1
- data/examples/v2/incident-teams/CreateIncidentTeam.rb +2 -2
- data/examples/v2/incident-teams/DeleteIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/GetIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/ListIncidentTeams.rb +1 -1
- data/examples/v2/incident-teams/UpdateIncidentTeam.rb +1 -1
- data/examples/v2/incidents/CreateIncident.rb +2 -2
- data/examples/v2/incidents/CreateIncidentIntegration.rb +31 -0
- data/examples/v2/incidents/CreateIncidentTodo.rb +23 -0
- data/examples/v2/incidents/DeleteIncident.rb +1 -1
- data/examples/v2/incidents/DeleteIncidentIntegration.rb +14 -0
- data/examples/v2/incidents/DeleteIncidentTodo.rb +14 -0
- data/examples/v2/incidents/GetIncident.rb +1 -1
- data/examples/v2/incidents/GetIncidentIntegration.rb +14 -0
- data/examples/v2/incidents/GetIncidentTodo.rb +14 -0
- data/examples/v2/incidents/ListIncidentAttachments.rb +1 -1
- data/examples/v2/incidents/ListIncidentAttachments_2457735435.rb +1 -1
- data/examples/v2/incidents/ListIncidentIntegrations.rb +11 -0
- data/examples/v2/incidents/ListIncidentTodos.rb +11 -0
- data/examples/v2/incidents/ListIncidents.rb +1 -1
- data/examples/v2/incidents/ListIncidents_2665616954.rb +1 -1
- data/examples/v2/incidents/SearchIncidents.rb +1 -1
- data/examples/v2/incidents/SearchIncidents_1931679109.rb +11 -0
- data/examples/v2/incidents/UpdateIncident.rb +1 -1
- data/examples/v2/incidents/UpdateIncidentAttachments.rb +1 -1
- data/examples/v2/incidents/UpdateIncidentAttachments_3881702075.rb +2 -2
- data/examples/v2/incidents/UpdateIncidentIntegration.rb +34 -0
- data/examples/v2/incidents/UpdateIncidentTodo.rb +28 -0
- data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
- data/examples/v2/ip-allowlist/GetIPAllowlist.rb +5 -0
- data/examples/v2/ip-allowlist/UpdateIPAllowlist.rb +25 -0
- data/examples/v2/key-management/CreateAPIKey.rb +1 -1
- data/examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb +1 -1
- data/examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb +1 -1
- data/examples/v2/key-management/UpdateAPIKey.rb +1 -1
- data/examples/v2/logs/SubmitLog.rb +1 -1
- data/examples/v2/logs-metrics/CreateLogsMetric.rb +1 -1
- data/examples/v2/logs-metrics/DeleteLogsMetric.rb +1 -1
- data/examples/v2/metrics/CreateBulkTagsMetricsConfiguration.rb +1 -1
- data/examples/v2/metrics/CreateTagConfiguration.rb +2 -2
- data/examples/v2/metrics/DeleteTagConfiguration.rb +1 -1
- data/examples/v2/metrics/ListActiveMetricConfigurations.rb +1 -1
- data/examples/v2/metrics/ListTagConfigurations_265033704.rb +1 -1
- data/examples/v2/metrics/ListVolumesByMetricName.rb +1 -1
- data/examples/v2/metrics/QueryScalarData.rb +1 -1
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +1 -1
- data/examples/v2/metrics/QueryTimeseriesData.rb +1 -1
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +1 -1
- data/examples/v2/opsgenie-integration/CreateOpsgenieService.rb +1 -1
- data/examples/v2/restriction-policies/DeleteRestrictionPolicy.rb +5 -0
- data/examples/v2/restriction-policies/GetRestrictionPolicy.rb +5 -0
- data/examples/v2/restriction-policies/UpdateRestrictionPolicy.rb +25 -0
- data/examples/v2/roles/CloneRole.rb +1 -1
- data/examples/v2/roles/CreateRole.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityFilter.rb +2 -2
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1092490364.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_461183901.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_498211763.rb +1 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_914562040.rb +1 -1
- data/examples/v2/security-monitoring/UpdateSecurityFilter.rb +2 -2
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +1 -1
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule_428087276.rb +1 -1
- data/examples/v2/sensitive-data-scanner/CreateScanningGroup.rb +1 -1
- data/examples/v2/sensitive-data-scanner/CreateScanningRule.rb +1 -1
- data/examples/v2/sensitive-data-scanner/UpdateScanningGroup.rb +1 -1
- data/examples/v2/sensitive-data-scanner/UpdateScanningRule.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccount.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_3480494373.rb +1 -1
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +19 -27
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_1808735248.rb +54 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2619874414.rb +53 -0
- data/examples/v2/service-definition/ListServiceDefinitions_336468013.rb +8 -0
- data/examples/v2/spans-metrics/CreateSpansMetric.rb +28 -0
- data/examples/v2/spans-metrics/DeleteSpansMetric.rb +8 -0
- data/examples/v2/spans-metrics/GetSpansMetric.rb +8 -0
- data/examples/v2/spans-metrics/ListSpansMetrics.rb +5 -0
- data/examples/v2/spans-metrics/UpdateSpansMetric.rb +29 -0
- data/examples/v2/synthetics/GetOnDemandConcurrencyCap.rb +5 -0
- data/examples/v2/synthetics/GetOnDemandConcurrencyCap_2633566918.rb +5 -0
- data/examples/v2/synthetics/SetOnDemandConcurrencyCap.rb +7 -0
- data/examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb +9 -0
- data/examples/v2/teams/CreateTeam.rb +20 -0
- data/examples/v2/teams/CreateTeamLink.rb +19 -0
- data/examples/v2/teams/CreateTeamMembership.rb +22 -0
- data/examples/v2/teams/DeleteTeam.rb +8 -0
- data/examples/v2/teams/DeleteTeamLink.rb +11 -0
- data/examples/v2/teams/DeleteTeamMembership.rb +8 -0
- data/examples/v2/teams/GetTeam.rb +8 -0
- data/examples/v2/teams/GetTeamLink.rb +11 -0
- data/examples/v2/teams/GetTeamLinks.rb +8 -0
- data/examples/v2/teams/GetTeamMemberships.rb +8 -0
- data/examples/v2/teams/GetTeamPermissionSettings.rb +8 -0
- data/examples/v2/teams/ListTeams.rb +5 -0
- data/examples/v2/teams/UpdateTeam.rb +20 -0
- data/examples/v2/teams/UpdateTeamLink.rb +21 -0
- data/examples/v2/teams/UpdateTeamMembership.rb +14 -0
- data/examples/v2/teams/UpdateTeamPermissionSetting.rb +17 -0
- data/examples/v2/users/CreateUser.rb +1 -1
- data/lib/datadog_api_client/api_client.rb +2 -2
- data/lib/datadog_api_client/configuration.rb +15 -0
- data/lib/datadog_api_client/inflector.rb +161 -0
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +482 -0
- data/lib/datadog_api_client/v1/api/downtimes_api.rb +2 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +3 -3
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +9 -6
- data/lib/datadog_api_client/v1/model_base.rb +7 -3
- data/lib/datadog_api_client/v1/models/application_key.rb +16 -16
- data/lib/datadog_api_client/v1/models/cancel_downtimes_by_scope_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response.rb +8 -0
- data/lib/datadog_api_client/v1/models/dashboard.rb +25 -1
- data/lib/datadog_api_client/v1/models/dashboard_global_time.rb +91 -0
- data/lib/datadog_api_client/v1/models/dashboard_global_time_live_span.rb +33 -0
- data/lib/datadog_api_client/v1/models/dashboard_invite_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/dashboard_share_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/dashboard_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/delete_shared_dashboard_response.rb +91 -0
- data/lib/datadog_api_client/v1/models/distribution_point_item.rb +1 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +1 -1
- data/lib/datadog_api_client/v1/models/downtime.rb +2 -1
- data/lib/datadog_api_client/v1/models/downtime_child.rb +2 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/host.rb +8 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +19 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +3 -0
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +3 -0
- data/lib/datadog_api_client/v1/models/logs_list_response.rb +8 -0
- data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +2 -2
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +19 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +6 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +66 -6
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
- data/lib/datadog_api_client/v1/models/selectable_template_variable_items.rb +131 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard.rb +228 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_author.rb +109 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites.rb +112 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_data.rb +63 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object.rb +123 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object_attributes.rb +149 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_meta.rb +91 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_invites_meta_page.rb +91 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb +147 -0
- data/lib/datadog_api_client/v1/models/shared_dashboard_update_request_global_time.rb +91 -0
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +3 -0
- data/lib/datadog_api_client/v1/models/slo_creator.rb +8 -0
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +8 -0
- data/lib/datadog_api_client/v1/models/slo_history_response.rb +8 -0
- data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +9 -0
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +7 -7
- data/lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb +11 -0
- data/lib/datadog_api_client/v1/models/usage_cws_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_dbm_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +11 -0
- data/lib/datadog_api_client/v1/models/usage_host_hour.rb +22 -0
- data/lib/datadog_api_client/v1/models/usage_incident_management_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_logs_hour.rb +26 -1
- data/lib/datadog_api_client/v1/models/usage_online_archive_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +9 -0
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +12 -1
- data/lib/datadog_api_client/v1/models/usage_rum_units_hour.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_snmp_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +41 -1
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_hour.rb +8 -0
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_pagination.rb +1 -0
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
- data/lib/datadog_api_client/v2/api/incidents_api.rb +836 -43
- data/lib/datadog_api_client/v2/api/ip_allowlist_api.rb +153 -0
- data/lib/datadog_api_client/v2/api/logs_api.rb +1 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +245 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +25 -0
- data/lib/datadog_api_client/v2/api/spans_metrics_api.rb +357 -0
- data/lib/datadog_api_client/v2/api/synthetics_api.rb +153 -0
- data/lib/datadog_api_client/v2/api/teams_api.rb +1166 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/model_base.rb +7 -3
- data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_compliance_signal_options.rb +9 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_creator_attributes.rb +8 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_updater_attributes.rb +8 -0
- data/lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/confluent_resource_request_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/creator.rb +8 -0
- data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +8 -0
- data/lib/datadog_api_client/v2/models/events_data_source.rb +1 -0
- data/lib/datadog_api_client/v2/models/get_team_memberships_sort.rb +33 -0
- data/lib/datadog_api_client/v2/models/incident_attachment_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_attachment_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_attachments_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb +161 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_create_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_list_response.rb +126 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_metadata.rb +63 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_patch_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_patch_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_response_included_item.rb +62 -0
- data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_search_response.rb +14 -4
- data/lib/datadog_api_client/v2/models/incident_search_response_meta.rb +91 -0
- data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee.rb +165 -0
- data/lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee_source.rb +27 -0
- data/lib/datadog_api_client/v2/models/incident_todo_assignee.rb +63 -0
- data/lib/datadog_api_client/v2/models/incident_todo_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/incident_todo_create_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_todo_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_todo_list_response.rb +126 -0
- data/lib/datadog_api_client/v2/models/incident_todo_patch_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_todo_patch_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/incident_todo_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/incident_todo_response_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/incident_todo_response_included_item.rb +62 -0
- data/lib/datadog_api_client/v2/models/incident_todo_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/incident_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/ip_allowlist_attributes.rb +103 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry.rb +102 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb +121 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_entry_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ip_allowlist_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/jira_integration_metadata.rb +104 -0
- data/lib/datadog_api_client/v2/models/jira_integration_metadata_issues_item.rb +153 -0
- data/lib/datadog_api_client/v2/models/list_teams_include.rb +27 -0
- data/lib/datadog_api_client/v2/models/list_teams_sort.rb +29 -0
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metrics_aggregator.rb +4 -0
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_config_policy_policy.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_config_policy_policy_create_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/on_demand_concurrency_cap.rb +91 -0
- data/lib/datadog_api_client/v2/models/on_demand_concurrency_cap_attributes.rb +91 -0
- data/lib/datadog_api_client/v2/models/on_demand_concurrency_cap_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadatas.rb +1 -1
- data/lib/datadog_api_client/v2/models/relationship_to_team_link_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team_links.rb +93 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_permission.rb +91 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_permission_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_user.rb +102 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_user_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/restriction_policy.rb +144 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_attributes.rb +104 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +127 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_response.rb +102 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +7 -7
- data/lib/datadog_api_client/v2/models/rum_application_list_attributes.rb +7 -7
- data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/scalar_column.rb +1 -1
- data/lib/datadog_api_client/v2/models/scalar_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb +1 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +8 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_get_config_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_definition_schema.rb +3 -2
- data/lib/datadog_api_client/v2/models/service_definition_v2_contact.rb +3 -2
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1.rb +229 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_contact.rb +64 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_email.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_email_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_integrations.rb +101 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb +154 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_link_type.rb +30 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_ms_teams_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_opsgenie.rb +112 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_opsgenie_region.rb +27 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_pagerduty.rb +91 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_slack.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_slack_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot1_version.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_ms_teams.rb +133 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_ms_teams_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +2 -1
- data/lib/datadog_api_client/v2/models/slack_integration_metadata.rb +104 -0
- data/lib/datadog_api_client/v2/models/slack_integration_metadata_channel_item.rb +154 -0
- data/lib/datadog_api_client/v2/models/spans_metric_compute.rb +123 -0
- data/lib/datadog_api_client/v2/models/spans_metric_compute_aggregation_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/spans_metric_create_attributes.rb +124 -0
- data/lib/datadog_api_client/v2/models/spans_metric_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/spans_metric_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/spans_metric_filter.rb +91 -0
- data/lib/datadog_api_client/v2/models/spans_metric_group_by.rb +112 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_attributes.rb +113 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_compute.rb +112 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_data.rb +111 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_filter.rb +91 -0
- data/lib/datadog_api_client/v2/models/spans_metric_response_group_by.rb +101 -0
- data/lib/datadog_api_client/v2/models/spans_metric_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_attributes.rb +113 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_compute.rb +92 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/spans_metric_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/spans_metrics_response.rb +93 -0
- data/lib/datadog_api_client/v2/models/team.rb +154 -0
- data/lib/datadog_api_client/v2/models/team_attributes.rb +233 -0
- data/lib/datadog_api_client/v2/models/team_create.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_create_attributes.rb +162 -0
- data/lib/datadog_api_client/v2/models/team_create_relationships.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/team_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_included.rb +64 -0
- data/lib/datadog_api_client/v2/models/team_link.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_link_attributes.rb +158 -0
- data/lib/datadog_api_client/v2/models/team_link_create.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_link_create_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/team_link_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_link_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_links_response.rb +93 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_serializer_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_update.rb +112 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_update_attributes.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/team_permission_setting_value.rb +30 -0
- data/lib/datadog_api_client/v2/models/team_permission_settings_response.rb +93 -0
- data/lib/datadog_api_client/v2/models/team_relationships.rb +101 -0
- data/lib/datadog_api_client/v2/models/team_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/team_update_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/team_update_relationships.rb +91 -0
- data/lib/datadog_api_client/v2/models/team_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/teams_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/timeseries_query.rb +1 -1
- data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/user_team.rb +143 -0
- data/lib/datadog_api_client/v2/models/user_team_attributes.rb +99 -0
- data/lib/datadog_api_client/v2/models/user_team_create.rb +122 -0
- data/lib/datadog_api_client/v2/models/user_team_permission.rb +133 -0
- data/lib/datadog_api_client/v2/models/user_team_permission_attributes.rb +91 -0
- data/lib/datadog_api_client/v2/models/user_team_permission_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_relationships.rb +91 -0
- data/lib/datadog_api_client/v2/models/user_team_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/user_team_response.rb +91 -0
- data/lib/datadog_api_client/v2/models/user_team_role.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_update.rb +112 -0
- data/lib/datadog_api_client/v2/models/user_team_update_request.rb +102 -0
- data/lib/datadog_api_client/v2/models/user_team_user_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_teams_response.rb +93 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +218 -2
|
@@ -46,6 +46,9 @@ module DatadogAPIClient::V1
|
|
|
46
46
|
# By default, the client certificate is applied on the domain of the starting URL for browser tests. If you want your client certificate to be applied on other domains instead, add them in `certificateDomains`.
|
|
47
47
|
attr_accessor :certificate_domains
|
|
48
48
|
|
|
49
|
+
# A protobuf JSON descriptor that needs to be gzipped first then base64 encoded.
|
|
50
|
+
attr_accessor :compressed_json_descriptor
|
|
51
|
+
|
|
49
52
|
# DNS server to use for DNS tests.
|
|
50
53
|
attr_accessor :dns_server
|
|
51
54
|
|
|
@@ -113,6 +116,7 @@ module DatadogAPIClient::V1
|
|
|
113
116
|
:'call_type' => :'callType',
|
|
114
117
|
:'certificate' => :'certificate',
|
|
115
118
|
:'certificate_domains' => :'certificateDomains',
|
|
119
|
+
:'compressed_json_descriptor' => :'compressedJsonDescriptor',
|
|
116
120
|
:'dns_server' => :'dnsServer',
|
|
117
121
|
:'dns_server_port' => :'dnsServerPort',
|
|
118
122
|
:'follow_redirects' => :'follow_redirects',
|
|
@@ -145,6 +149,7 @@ module DatadogAPIClient::V1
|
|
|
145
149
|
:'call_type' => :'SyntheticsTestCallType',
|
|
146
150
|
:'certificate' => :'SyntheticsTestRequestCertificate',
|
|
147
151
|
:'certificate_domains' => :'Array<String>',
|
|
152
|
+
:'compressed_json_descriptor' => :'String',
|
|
148
153
|
:'dns_server' => :'String',
|
|
149
154
|
:'dns_server_port' => :'Integer',
|
|
150
155
|
:'follow_redirects' => :'Boolean',
|
|
@@ -212,6 +217,10 @@ module DatadogAPIClient::V1
|
|
|
212
217
|
end
|
|
213
218
|
end
|
|
214
219
|
|
|
220
|
+
if attributes.key?(:'compressed_json_descriptor')
|
|
221
|
+
self.compressed_json_descriptor = attributes[:'compressed_json_descriptor']
|
|
222
|
+
end
|
|
223
|
+
|
|
215
224
|
if attributes.key?(:'dns_server')
|
|
216
225
|
self.dns_server = attributes[:'dns_server']
|
|
217
226
|
end
|
|
@@ -335,6 +344,7 @@ module DatadogAPIClient::V1
|
|
|
335
344
|
call_type == o.call_type &&
|
|
336
345
|
certificate == o.certificate &&
|
|
337
346
|
certificate_domains == o.certificate_domains &&
|
|
347
|
+
compressed_json_descriptor == o.compressed_json_descriptor &&
|
|
338
348
|
dns_server == o.dns_server &&
|
|
339
349
|
dns_server_port == o.dns_server_port &&
|
|
340
350
|
follow_redirects == o.follow_redirects &&
|
|
@@ -359,7 +369,7 @@ module DatadogAPIClient::V1
|
|
|
359
369
|
# @return [Integer] Hash code
|
|
360
370
|
# @!visibility private
|
|
361
371
|
def hash
|
|
362
|
-
[allow_insecure, basic_auth, body, body_type, call_type, certificate, certificate_domains, dns_server, dns_server_port, follow_redirects, headers, host, message, metadata, method, no_saving_response_body, number_of_packets, port, proxy, query, servername, service, should_track_hops, timeout, url].hash
|
|
372
|
+
[allow_insecure, basic_auth, body, body_type, call_type, certificate, certificate_domains, compressed_json_descriptor, dns_server, dns_server_port, follow_redirects, headers, host, message, metadata, method, no_saving_response_body, number_of_packets, port, proxy, query, servername, service, should_track_hops, timeout, url].hash
|
|
363
373
|
end
|
|
364
374
|
end
|
|
365
375
|
end
|
|
@@ -78,6 +78,14 @@ module DatadogAPIClient::V1
|
|
|
78
78
|
}
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
+
# List of attributes with nullable: true
|
|
82
|
+
# @!visibility private
|
|
83
|
+
def self.openapi_nullable
|
|
84
|
+
Set.new([
|
|
85
|
+
:'tags',
|
|
86
|
+
])
|
|
87
|
+
end
|
|
88
|
+
|
|
81
89
|
# Initializes the object
|
|
82
90
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
83
91
|
# @!visibility private
|
|
@@ -53,7 +53,7 @@ module DatadogAPIClient::V1
|
|
|
53
53
|
attr_accessor :application_security_host_sum
|
|
54
54
|
|
|
55
55
|
# Response with properties for each aggregated usage type.
|
|
56
|
-
attr_accessor :
|
|
56
|
+
attr_accessor :application_security_host_top99p
|
|
57
57
|
|
|
58
58
|
# Response with properties for each aggregated usage type.
|
|
59
59
|
attr_accessor :ci_pipeline_indexed_spans_sum
|
|
@@ -302,7 +302,7 @@ module DatadogAPIClient::V1
|
|
|
302
302
|
:'apm_trace_search_sum' => :'apm_trace_search_sum',
|
|
303
303
|
:'application_security_fargate_average' => :'application_security_fargate_average',
|
|
304
304
|
:'application_security_host_sum' => :'application_security_host_sum',
|
|
305
|
-
:'
|
|
305
|
+
:'application_security_host_top99p' => :'application_security_host_top99p',
|
|
306
306
|
:'ci_pipeline_indexed_spans_sum' => :'ci_pipeline_indexed_spans_sum',
|
|
307
307
|
:'ci_pipeline_maximum' => :'ci_pipeline_maximum',
|
|
308
308
|
:'ci_pipeline_sum' => :'ci_pipeline_sum',
|
|
@@ -397,7 +397,7 @@ module DatadogAPIClient::V1
|
|
|
397
397
|
:'apm_trace_search_sum' => :'UsageBillableSummaryBody',
|
|
398
398
|
:'application_security_fargate_average' => :'UsageBillableSummaryBody',
|
|
399
399
|
:'application_security_host_sum' => :'UsageBillableSummaryBody',
|
|
400
|
-
:'
|
|
400
|
+
:'application_security_host_top99p' => :'UsageBillableSummaryBody',
|
|
401
401
|
:'ci_pipeline_indexed_spans_sum' => :'UsageBillableSummaryBody',
|
|
402
402
|
:'ci_pipeline_maximum' => :'UsageBillableSummaryBody',
|
|
403
403
|
:'ci_pipeline_sum' => :'UsageBillableSummaryBody',
|
|
@@ -531,8 +531,8 @@ module DatadogAPIClient::V1
|
|
|
531
531
|
self.application_security_host_sum = attributes[:'application_security_host_sum']
|
|
532
532
|
end
|
|
533
533
|
|
|
534
|
-
if attributes.key?(:'
|
|
535
|
-
self.
|
|
534
|
+
if attributes.key?(:'application_security_host_top99p')
|
|
535
|
+
self.application_security_host_top99p = attributes[:'application_security_host_top99p']
|
|
536
536
|
end
|
|
537
537
|
|
|
538
538
|
if attributes.key?(:'ci_pipeline_indexed_spans_sum')
|
|
@@ -870,7 +870,7 @@ module DatadogAPIClient::V1
|
|
|
870
870
|
apm_trace_search_sum == o.apm_trace_search_sum &&
|
|
871
871
|
application_security_fargate_average == o.application_security_fargate_average &&
|
|
872
872
|
application_security_host_sum == o.application_security_host_sum &&
|
|
873
|
-
|
|
873
|
+
application_security_host_top99p == o.application_security_host_top99p &&
|
|
874
874
|
ci_pipeline_indexed_spans_sum == o.ci_pipeline_indexed_spans_sum &&
|
|
875
875
|
ci_pipeline_maximum == o.ci_pipeline_maximum &&
|
|
876
876
|
ci_pipeline_sum == o.ci_pipeline_sum &&
|
|
@@ -955,7 +955,7 @@ module DatadogAPIClient::V1
|
|
|
955
955
|
# @return [Integer] Hash code
|
|
956
956
|
# @!visibility private
|
|
957
957
|
def hash
|
|
958
|
-
[apm_fargate_average, apm_fargate_sum, apm_host_sum, apm_host_top99p, apm_profiler_host_sum, apm_profiler_host_top99p, apm_trace_search_sum, application_security_fargate_average, application_security_host_sum,
|
|
958
|
+
[apm_fargate_average, apm_fargate_sum, apm_host_sum, apm_host_top99p, apm_profiler_host_sum, apm_profiler_host_top99p, apm_trace_search_sum, application_security_fargate_average, application_security_host_sum, application_security_host_top99p, ci_pipeline_indexed_spans_sum, ci_pipeline_maximum, ci_pipeline_sum, ci_test_indexed_spans_sum, ci_testing_maximum, ci_testing_sum, cloud_cost_management_average, cloud_cost_management_sum, cspm_container_sum, cspm_host_sum, cspm_host_top99p, custom_event_sum, cws_container_sum, cws_host_sum, cws_host_top99p, dbm_host_sum, dbm_host_top99p, dbm_normalized_queries_average, dbm_normalized_queries_sum, fargate_container_apm_and_profiler_average, fargate_container_apm_and_profiler_sum, fargate_container_average, fargate_container_profiler_average, fargate_container_profiler_sum, fargate_container_sum, incident_management_maximum, incident_management_sum, infra_and_apm_host_sum, infra_and_apm_host_top99p, infra_container_sum, infra_host_sum, infra_host_top99p, ingested_spans_sum, ingested_timeseries_average, ingested_timeseries_sum, iot_sum, iot_top99p, lambda_function_average, lambda_function_sum, logs_forwarding_sum, logs_indexed_15day_sum, logs_indexed_180day_sum, logs_indexed_30day_sum, logs_indexed_360day_sum, logs_indexed_3day_sum, logs_indexed_45day_sum, logs_indexed_60day_sum, logs_indexed_7day_sum, logs_indexed_90day_sum, logs_indexed_custom_retention_sum, logs_indexed_sum, logs_ingested_sum, network_device_sum, network_device_top99p, npm_flow_sum, npm_host_sum, npm_host_top99p, observability_pipeline_sum, online_archive_sum, prof_container_sum, prof_host_sum, prof_host_top99p, rum_lite_sum, rum_replay_sum, rum_sum, rum_units_sum, sensitive_data_scanner_sum, serverless_apm_sum, serverless_infra_average, serverless_infra_sum, serverless_invocation_sum, siem_sum, standard_timeseries_average, synthetics_api_tests_sum, synthetics_app_testing_maximum, synthetics_browser_checks_sum, timeseries_average, timeseries_sum].hash
|
|
959
959
|
end
|
|
960
960
|
end
|
|
961
961
|
end
|
|
@@ -69,6 +69,17 @@ module DatadogAPIClient::V1
|
|
|
69
69
|
}
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
+
# List of attributes with nullable: true
|
|
73
|
+
# @!visibility private
|
|
74
|
+
def self.openapi_nullable
|
|
75
|
+
Set.new([
|
|
76
|
+
:'ci_pipeline_indexed_spans',
|
|
77
|
+
:'ci_test_indexed_spans',
|
|
78
|
+
:'ci_visibility_pipeline_committers',
|
|
79
|
+
:'ci_visibility_test_committers',
|
|
80
|
+
])
|
|
81
|
+
end
|
|
82
|
+
|
|
72
83
|
# Initializes the object
|
|
73
84
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
74
85
|
# @!visibility private
|
|
@@ -64,6 +64,15 @@ module DatadogAPIClient::V1
|
|
|
64
64
|
}
|
|
65
65
|
end
|
|
66
66
|
|
|
67
|
+
# List of attributes with nullable: true
|
|
68
|
+
# @!visibility private
|
|
69
|
+
def self.openapi_nullable
|
|
70
|
+
Set.new([
|
|
71
|
+
:'cws_container_count',
|
|
72
|
+
:'cws_host_count',
|
|
73
|
+
])
|
|
74
|
+
end
|
|
75
|
+
|
|
67
76
|
# Initializes the object
|
|
68
77
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
69
78
|
# @!visibility private
|
|
@@ -64,6 +64,15 @@ module DatadogAPIClient::V1
|
|
|
64
64
|
}
|
|
65
65
|
end
|
|
66
66
|
|
|
67
|
+
# List of attributes with nullable: true
|
|
68
|
+
# @!visibility private
|
|
69
|
+
def self.openapi_nullable
|
|
70
|
+
Set.new([
|
|
71
|
+
:'dbm_host_count',
|
|
72
|
+
:'dbm_queries_count',
|
|
73
|
+
])
|
|
74
|
+
end
|
|
75
|
+
|
|
67
76
|
# Initializes the object
|
|
68
77
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
69
78
|
# @!visibility private
|
|
@@ -74,6 +74,17 @@ module DatadogAPIClient::V1
|
|
|
74
74
|
}
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
+
# List of attributes with nullable: true
|
|
78
|
+
# @!visibility private
|
|
79
|
+
def self.openapi_nullable
|
|
80
|
+
Set.new([
|
|
81
|
+
:'apm_fargate_count',
|
|
82
|
+
:'appsec_fargate_count',
|
|
83
|
+
:'avg_profiled_fargate_tasks',
|
|
84
|
+
:'tasks_count',
|
|
85
|
+
])
|
|
86
|
+
end
|
|
87
|
+
|
|
77
88
|
# Initializes the object
|
|
78
89
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
79
90
|
# @!visibility private
|
|
@@ -133,6 +133,28 @@ module DatadogAPIClient::V1
|
|
|
133
133
|
}
|
|
134
134
|
end
|
|
135
135
|
|
|
136
|
+
# List of attributes with nullable: true
|
|
137
|
+
# @!visibility private
|
|
138
|
+
def self.openapi_nullable
|
|
139
|
+
Set.new([
|
|
140
|
+
:'agent_host_count',
|
|
141
|
+
:'alibaba_host_count',
|
|
142
|
+
:'apm_azure_app_service_host_count',
|
|
143
|
+
:'apm_host_count',
|
|
144
|
+
:'aws_host_count',
|
|
145
|
+
:'azure_host_count',
|
|
146
|
+
:'container_count',
|
|
147
|
+
:'gcp_host_count',
|
|
148
|
+
:'heroku_host_count',
|
|
149
|
+
:'host_count',
|
|
150
|
+
:'hour',
|
|
151
|
+
:'infra_azure_app_service',
|
|
152
|
+
:'opentelemetry_apm_host_count',
|
|
153
|
+
:'opentelemetry_host_count',
|
|
154
|
+
:'vsphere_host_count',
|
|
155
|
+
])
|
|
156
|
+
end
|
|
157
|
+
|
|
136
158
|
# Initializes the object
|
|
137
159
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
138
160
|
# @!visibility private
|
|
@@ -59,6 +59,14 @@ module DatadogAPIClient::V1
|
|
|
59
59
|
}
|
|
60
60
|
end
|
|
61
61
|
|
|
62
|
+
# List of attributes with nullable: true
|
|
63
|
+
# @!visibility private
|
|
64
|
+
def self.openapi_nullable
|
|
65
|
+
Set.new([
|
|
66
|
+
:'monthly_active_users',
|
|
67
|
+
])
|
|
68
|
+
end
|
|
69
|
+
|
|
62
70
|
# Initializes the object
|
|
63
71
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
64
72
|
# @!visibility private
|
|
@@ -65,6 +65,15 @@ module DatadogAPIClient::V1
|
|
|
65
65
|
}
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
+
# List of attributes with nullable: true
|
|
69
|
+
# @!visibility private
|
|
70
|
+
def self.openapi_nullable
|
|
71
|
+
Set.new([
|
|
72
|
+
:'func_count',
|
|
73
|
+
:'invocations_sum',
|
|
74
|
+
])
|
|
75
|
+
end
|
|
76
|
+
|
|
68
77
|
# Initializes the object
|
|
69
78
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
70
79
|
# @!visibility private
|
|
@@ -37,6 +37,9 @@ module DatadogAPIClient::V1
|
|
|
37
37
|
# Contains the number of log bytes ingested.
|
|
38
38
|
attr_accessor :ingested_events_bytes
|
|
39
39
|
|
|
40
|
+
# Contains the number of logs forwarded bytes (data available as of April 1st 2023)
|
|
41
|
+
attr_accessor :logs_forwarding_events_bytes
|
|
42
|
+
|
|
40
43
|
# Contains the number of live log events indexed (data available as of December 1, 2020).
|
|
41
44
|
attr_accessor :logs_live_indexed_count
|
|
42
45
|
|
|
@@ -63,6 +66,7 @@ module DatadogAPIClient::V1
|
|
|
63
66
|
:'hour' => :'hour',
|
|
64
67
|
:'indexed_events_count' => :'indexed_events_count',
|
|
65
68
|
:'ingested_events_bytes' => :'ingested_events_bytes',
|
|
69
|
+
:'logs_forwarding_events_bytes' => :'logs_forwarding_events_bytes',
|
|
66
70
|
:'logs_live_indexed_count' => :'logs_live_indexed_count',
|
|
67
71
|
:'logs_live_ingested_bytes' => :'logs_live_ingested_bytes',
|
|
68
72
|
:'logs_rehydrated_indexed_count' => :'logs_rehydrated_indexed_count',
|
|
@@ -80,6 +84,7 @@ module DatadogAPIClient::V1
|
|
|
80
84
|
:'hour' => :'Time',
|
|
81
85
|
:'indexed_events_count' => :'Integer',
|
|
82
86
|
:'ingested_events_bytes' => :'Integer',
|
|
87
|
+
:'logs_forwarding_events_bytes' => :'Integer',
|
|
83
88
|
:'logs_live_indexed_count' => :'Integer',
|
|
84
89
|
:'logs_live_ingested_bytes' => :'Integer',
|
|
85
90
|
:'logs_rehydrated_indexed_count' => :'Integer',
|
|
@@ -89,6 +94,21 @@ module DatadogAPIClient::V1
|
|
|
89
94
|
}
|
|
90
95
|
end
|
|
91
96
|
|
|
97
|
+
# List of attributes with nullable: true
|
|
98
|
+
# @!visibility private
|
|
99
|
+
def self.openapi_nullable
|
|
100
|
+
Set.new([
|
|
101
|
+
:'billable_ingested_bytes',
|
|
102
|
+
:'indexed_events_count',
|
|
103
|
+
:'ingested_events_bytes',
|
|
104
|
+
:'logs_forwarding_events_bytes',
|
|
105
|
+
:'logs_live_indexed_count',
|
|
106
|
+
:'logs_live_ingested_bytes',
|
|
107
|
+
:'logs_rehydrated_indexed_count',
|
|
108
|
+
:'logs_rehydrated_ingested_bytes',
|
|
109
|
+
])
|
|
110
|
+
end
|
|
111
|
+
|
|
92
112
|
# Initializes the object
|
|
93
113
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
94
114
|
# @!visibility private
|
|
@@ -121,6 +141,10 @@ module DatadogAPIClient::V1
|
|
|
121
141
|
self.ingested_events_bytes = attributes[:'ingested_events_bytes']
|
|
122
142
|
end
|
|
123
143
|
|
|
144
|
+
if attributes.key?(:'logs_forwarding_events_bytes')
|
|
145
|
+
self.logs_forwarding_events_bytes = attributes[:'logs_forwarding_events_bytes']
|
|
146
|
+
end
|
|
147
|
+
|
|
124
148
|
if attributes.key?(:'logs_live_indexed_count')
|
|
125
149
|
self.logs_live_indexed_count = attributes[:'logs_live_indexed_count']
|
|
126
150
|
end
|
|
@@ -163,6 +187,7 @@ module DatadogAPIClient::V1
|
|
|
163
187
|
hour == o.hour &&
|
|
164
188
|
indexed_events_count == o.indexed_events_count &&
|
|
165
189
|
ingested_events_bytes == o.ingested_events_bytes &&
|
|
190
|
+
logs_forwarding_events_bytes == o.logs_forwarding_events_bytes &&
|
|
166
191
|
logs_live_indexed_count == o.logs_live_indexed_count &&
|
|
167
192
|
logs_live_ingested_bytes == o.logs_live_ingested_bytes &&
|
|
168
193
|
logs_rehydrated_indexed_count == o.logs_rehydrated_indexed_count &&
|
|
@@ -175,7 +200,7 @@ module DatadogAPIClient::V1
|
|
|
175
200
|
# @return [Integer] Hash code
|
|
176
201
|
# @!visibility private
|
|
177
202
|
def hash
|
|
178
|
-
[billable_ingested_bytes, hour, indexed_events_count, ingested_events_bytes, logs_live_indexed_count, logs_live_ingested_bytes, logs_rehydrated_indexed_count, logs_rehydrated_ingested_bytes, org_name, public_id].hash
|
|
203
|
+
[billable_ingested_bytes, hour, indexed_events_count, ingested_events_bytes, logs_forwarding_events_bytes, logs_live_indexed_count, logs_live_ingested_bytes, logs_rehydrated_indexed_count, logs_rehydrated_ingested_bytes, org_name, public_id].hash
|
|
179
204
|
end
|
|
180
205
|
end
|
|
181
206
|
end
|
|
@@ -59,6 +59,14 @@ module DatadogAPIClient::V1
|
|
|
59
59
|
}
|
|
60
60
|
end
|
|
61
61
|
|
|
62
|
+
# List of attributes with nullable: true
|
|
63
|
+
# @!visibility private
|
|
64
|
+
def self.openapi_nullable
|
|
65
|
+
Set.new([
|
|
66
|
+
:'online_archive_events_count',
|
|
67
|
+
])
|
|
68
|
+
end
|
|
69
|
+
|
|
62
70
|
# Initializes the object
|
|
63
71
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
64
72
|
# @!visibility private
|
|
@@ -64,6 +64,15 @@ module DatadogAPIClient::V1
|
|
|
64
64
|
}
|
|
65
65
|
end
|
|
66
66
|
|
|
67
|
+
# List of attributes with nullable: true
|
|
68
|
+
# @!visibility private
|
|
69
|
+
def self.openapi_nullable
|
|
70
|
+
Set.new([
|
|
71
|
+
:'avg_container_agent_count',
|
|
72
|
+
:'host_count',
|
|
73
|
+
])
|
|
74
|
+
end
|
|
75
|
+
|
|
67
76
|
# Initializes the object
|
|
68
77
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
69
78
|
# @!visibility private
|
|
@@ -43,6 +43,9 @@ module DatadogAPIClient::V1
|
|
|
43
43
|
# Contains the number of mobile RUM Sessions on Android (data available beginning December 1, 2020).
|
|
44
44
|
attr_accessor :session_count_android
|
|
45
45
|
|
|
46
|
+
# Contains the number of mobile RUM Sessions on Flutter (data available beginning March 1, 2023).
|
|
47
|
+
attr_accessor :session_count_flutter
|
|
48
|
+
|
|
46
49
|
# Contains the number of mobile RUM Sessions on iOS (data available beginning December 1, 2020).
|
|
47
50
|
attr_accessor :session_count_ios
|
|
48
51
|
|
|
@@ -59,6 +62,7 @@ module DatadogAPIClient::V1
|
|
|
59
62
|
:'replay_session_count' => :'replay_session_count',
|
|
60
63
|
:'session_count' => :'session_count',
|
|
61
64
|
:'session_count_android' => :'session_count_android',
|
|
65
|
+
:'session_count_flutter' => :'session_count_flutter',
|
|
62
66
|
:'session_count_ios' => :'session_count_ios',
|
|
63
67
|
:'session_count_reactnative' => :'session_count_reactnative'
|
|
64
68
|
}
|
|
@@ -74,6 +78,7 @@ module DatadogAPIClient::V1
|
|
|
74
78
|
:'replay_session_count' => :'Integer',
|
|
75
79
|
:'session_count' => :'Integer',
|
|
76
80
|
:'session_count_android' => :'Integer',
|
|
81
|
+
:'session_count_flutter' => :'Integer',
|
|
77
82
|
:'session_count_ios' => :'Integer',
|
|
78
83
|
:'session_count_reactnative' => :'Integer'
|
|
79
84
|
}
|
|
@@ -85,6 +90,7 @@ module DatadogAPIClient::V1
|
|
|
85
90
|
Set.new([
|
|
86
91
|
:'session_count',
|
|
87
92
|
:'session_count_android',
|
|
93
|
+
:'session_count_flutter',
|
|
88
94
|
:'session_count_ios',
|
|
89
95
|
:'session_count_reactnative',
|
|
90
96
|
])
|
|
@@ -130,6 +136,10 @@ module DatadogAPIClient::V1
|
|
|
130
136
|
self.session_count_android = attributes[:'session_count_android']
|
|
131
137
|
end
|
|
132
138
|
|
|
139
|
+
if attributes.key?(:'session_count_flutter')
|
|
140
|
+
self.session_count_flutter = attributes[:'session_count_flutter']
|
|
141
|
+
end
|
|
142
|
+
|
|
133
143
|
if attributes.key?(:'session_count_ios')
|
|
134
144
|
self.session_count_ios = attributes[:'session_count_ios']
|
|
135
145
|
end
|
|
@@ -158,6 +168,7 @@ module DatadogAPIClient::V1
|
|
|
158
168
|
replay_session_count == o.replay_session_count &&
|
|
159
169
|
session_count == o.session_count &&
|
|
160
170
|
session_count_android == o.session_count_android &&
|
|
171
|
+
session_count_flutter == o.session_count_flutter &&
|
|
161
172
|
session_count_ios == o.session_count_ios &&
|
|
162
173
|
session_count_reactnative == o.session_count_reactnative
|
|
163
174
|
end
|
|
@@ -166,7 +177,7 @@ module DatadogAPIClient::V1
|
|
|
166
177
|
# @return [Integer] Hash code
|
|
167
178
|
# @!visibility private
|
|
168
179
|
def hash
|
|
169
|
-
[hour, org_name, public_id, replay_session_count, session_count, session_count_android, session_count_ios, session_count_reactnative].hash
|
|
180
|
+
[hour, org_name, public_id, replay_session_count, session_count, session_count_android, session_count_flutter, session_count_ios, session_count_reactnative].hash
|
|
170
181
|
end
|
|
171
182
|
end
|
|
172
183
|
end
|
|
@@ -59,6 +59,14 @@ module DatadogAPIClient::V1
|
|
|
59
59
|
}
|
|
60
60
|
end
|
|
61
61
|
|
|
62
|
+
# List of attributes with nullable: true
|
|
63
|
+
# @!visibility private
|
|
64
|
+
def self.openapi_nullable
|
|
65
|
+
Set.new([
|
|
66
|
+
:'snmp_devices',
|
|
67
|
+
])
|
|
68
|
+
end
|
|
69
|
+
|
|
62
70
|
# Initializes the object
|
|
63
71
|
# @param attributes [Hash] Model attributes in the form of hash
|
|
64
72
|
# @!visibility private
|
|
@@ -43,6 +43,9 @@ module DatadogAPIClient::V1
|
|
|
43
43
|
# Shows the sum of audit logs lines indexed over all hours in the current date for all organizations.
|
|
44
44
|
attr_accessor :audit_logs_lines_indexed_sum
|
|
45
45
|
|
|
46
|
+
# Shows the number of organizations that had Audit Trail enabled in the current date.
|
|
47
|
+
attr_accessor :audit_trail_enabled_hwm
|
|
48
|
+
|
|
46
49
|
# The average profiled task count for Fargate Profiling.
|
|
47
50
|
attr_accessor :avg_profiled_fargate_tasks
|
|
48
51
|
|
|
@@ -139,6 +142,9 @@ module DatadogAPIClient::V1
|
|
|
139
142
|
# Shows the average of all Fargate tasks over all hours in the current date for all organizations.
|
|
140
143
|
attr_accessor :fargate_tasks_count_hwm
|
|
141
144
|
|
|
145
|
+
# Shows the sum of all log bytes forwarded over all hours in the current date for all organizations.
|
|
146
|
+
attr_accessor :forwarding_events_bytes_sum
|
|
147
|
+
|
|
142
148
|
# Shows the 99th percentile of all GCP hosts over all hours in the current date for all organizations.
|
|
143
149
|
attr_accessor :gcp_host_top99p
|
|
144
150
|
|
|
@@ -169,6 +175,9 @@ module DatadogAPIClient::V1
|
|
|
169
175
|
# Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for all organizations.
|
|
170
176
|
attr_accessor :mobile_rum_session_count_android_sum
|
|
171
177
|
|
|
178
|
+
# Shows the sum of all mobile RUM Sessions on Flutter over all hours in the current date for all organizations.
|
|
179
|
+
attr_accessor :mobile_rum_session_count_flutter_sum
|
|
180
|
+
|
|
172
181
|
# Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for all organizations.
|
|
173
182
|
attr_accessor :mobile_rum_session_count_ios_sum
|
|
174
183
|
|
|
@@ -247,6 +256,9 @@ module DatadogAPIClient::V1
|
|
|
247
256
|
# Shows the sum of all ingested APM span bytes over all hours in the current date for all organizations.
|
|
248
257
|
attr_accessor :twol_ingested_events_bytes_sum
|
|
249
258
|
|
|
259
|
+
# Shows the 99th percentile of all universal service management hosts over all hours in the current date for the given org.
|
|
260
|
+
attr_accessor :universal_service_monitoring_host_top99p
|
|
261
|
+
|
|
250
262
|
# Shows the 99th percentile of all vSphere hosts over all hours in the current date for all organizations.
|
|
251
263
|
attr_accessor :vsphere_host_top99p
|
|
252
264
|
|
|
@@ -260,6 +272,7 @@ module DatadogAPIClient::V1
|
|
|
260
272
|
:'apm_host_top99p' => :'apm_host_top99p',
|
|
261
273
|
:'appsec_fargate_count_avg' => :'appsec_fargate_count_avg',
|
|
262
274
|
:'audit_logs_lines_indexed_sum' => :'audit_logs_lines_indexed_sum',
|
|
275
|
+
:'audit_trail_enabled_hwm' => :'audit_trail_enabled_hwm',
|
|
263
276
|
:'avg_profiled_fargate_tasks' => :'avg_profiled_fargate_tasks',
|
|
264
277
|
:'aws_host_top99p' => :'aws_host_top99p',
|
|
265
278
|
:'aws_lambda_func_count' => :'aws_lambda_func_count',
|
|
@@ -292,6 +305,7 @@ module DatadogAPIClient::V1
|
|
|
292
305
|
:'dbm_queries_count_avg' => :'dbm_queries_count_avg',
|
|
293
306
|
:'fargate_tasks_count_avg' => :'fargate_tasks_count_avg',
|
|
294
307
|
:'fargate_tasks_count_hwm' => :'fargate_tasks_count_hwm',
|
|
308
|
+
:'forwarding_events_bytes_sum' => :'forwarding_events_bytes_sum',
|
|
295
309
|
:'gcp_host_top99p' => :'gcp_host_top99p',
|
|
296
310
|
:'heroku_host_top99p' => :'heroku_host_top99p',
|
|
297
311
|
:'incident_management_monthly_active_users_hwm' => :'incident_management_monthly_active_users_hwm',
|
|
@@ -302,6 +316,7 @@ module DatadogAPIClient::V1
|
|
|
302
316
|
:'iot_device_top99p' => :'iot_device_top99p',
|
|
303
317
|
:'mobile_rum_lite_session_count_sum' => :'mobile_rum_lite_session_count_sum',
|
|
304
318
|
:'mobile_rum_session_count_android_sum' => :'mobile_rum_session_count_android_sum',
|
|
319
|
+
:'mobile_rum_session_count_flutter_sum' => :'mobile_rum_session_count_flutter_sum',
|
|
305
320
|
:'mobile_rum_session_count_ios_sum' => :'mobile_rum_session_count_ios_sum',
|
|
306
321
|
:'mobile_rum_session_count_reactnative_sum' => :'mobile_rum_session_count_reactnative_sum',
|
|
307
322
|
:'mobile_rum_session_count_sum' => :'mobile_rum_session_count_sum',
|
|
@@ -328,6 +343,7 @@ module DatadogAPIClient::V1
|
|
|
328
343
|
:'synthetics_parallel_testing_max_slots_hwm' => :'synthetics_parallel_testing_max_slots_hwm',
|
|
329
344
|
:'trace_search_indexed_events_count_sum' => :'trace_search_indexed_events_count_sum',
|
|
330
345
|
:'twol_ingested_events_bytes_sum' => :'twol_ingested_events_bytes_sum',
|
|
346
|
+
:'universal_service_monitoring_host_top99p' => :'universal_service_monitoring_host_top99p',
|
|
331
347
|
:'vsphere_host_top99p' => :'vsphere_host_top99p'
|
|
332
348
|
}
|
|
333
349
|
end
|
|
@@ -342,6 +358,7 @@ module DatadogAPIClient::V1
|
|
|
342
358
|
:'apm_host_top99p' => :'Integer',
|
|
343
359
|
:'appsec_fargate_count_avg' => :'Integer',
|
|
344
360
|
:'audit_logs_lines_indexed_sum' => :'Integer',
|
|
361
|
+
:'audit_trail_enabled_hwm' => :'Integer',
|
|
345
362
|
:'avg_profiled_fargate_tasks' => :'Integer',
|
|
346
363
|
:'aws_host_top99p' => :'Integer',
|
|
347
364
|
:'aws_lambda_func_count' => :'Integer',
|
|
@@ -374,6 +391,7 @@ module DatadogAPIClient::V1
|
|
|
374
391
|
:'dbm_queries_count_avg' => :'Integer',
|
|
375
392
|
:'fargate_tasks_count_avg' => :'Integer',
|
|
376
393
|
:'fargate_tasks_count_hwm' => :'Integer',
|
|
394
|
+
:'forwarding_events_bytes_sum' => :'Integer',
|
|
377
395
|
:'gcp_host_top99p' => :'Integer',
|
|
378
396
|
:'heroku_host_top99p' => :'Integer',
|
|
379
397
|
:'incident_management_monthly_active_users_hwm' => :'Integer',
|
|
@@ -384,6 +402,7 @@ module DatadogAPIClient::V1
|
|
|
384
402
|
:'iot_device_top99p' => :'Integer',
|
|
385
403
|
:'mobile_rum_lite_session_count_sum' => :'Integer',
|
|
386
404
|
:'mobile_rum_session_count_android_sum' => :'Integer',
|
|
405
|
+
:'mobile_rum_session_count_flutter_sum' => :'Integer',
|
|
387
406
|
:'mobile_rum_session_count_ios_sum' => :'Integer',
|
|
388
407
|
:'mobile_rum_session_count_reactnative_sum' => :'Integer',
|
|
389
408
|
:'mobile_rum_session_count_sum' => :'Integer',
|
|
@@ -410,6 +429,7 @@ module DatadogAPIClient::V1
|
|
|
410
429
|
:'synthetics_parallel_testing_max_slots_hwm' => :'Integer',
|
|
411
430
|
:'trace_search_indexed_events_count_sum' => :'Integer',
|
|
412
431
|
:'twol_ingested_events_bytes_sum' => :'Integer',
|
|
432
|
+
:'universal_service_monitoring_host_top99p' => :'Integer',
|
|
413
433
|
:'vsphere_host_top99p' => :'Integer'
|
|
414
434
|
}
|
|
415
435
|
end
|
|
@@ -454,6 +474,10 @@ module DatadogAPIClient::V1
|
|
|
454
474
|
self.audit_logs_lines_indexed_sum = attributes[:'audit_logs_lines_indexed_sum']
|
|
455
475
|
end
|
|
456
476
|
|
|
477
|
+
if attributes.key?(:'audit_trail_enabled_hwm')
|
|
478
|
+
self.audit_trail_enabled_hwm = attributes[:'audit_trail_enabled_hwm']
|
|
479
|
+
end
|
|
480
|
+
|
|
457
481
|
if attributes.key?(:'avg_profiled_fargate_tasks')
|
|
458
482
|
self.avg_profiled_fargate_tasks = attributes[:'avg_profiled_fargate_tasks']
|
|
459
483
|
end
|
|
@@ -582,6 +606,10 @@ module DatadogAPIClient::V1
|
|
|
582
606
|
self.fargate_tasks_count_hwm = attributes[:'fargate_tasks_count_hwm']
|
|
583
607
|
end
|
|
584
608
|
|
|
609
|
+
if attributes.key?(:'forwarding_events_bytes_sum')
|
|
610
|
+
self.forwarding_events_bytes_sum = attributes[:'forwarding_events_bytes_sum']
|
|
611
|
+
end
|
|
612
|
+
|
|
585
613
|
if attributes.key?(:'gcp_host_top99p')
|
|
586
614
|
self.gcp_host_top99p = attributes[:'gcp_host_top99p']
|
|
587
615
|
end
|
|
@@ -622,6 +650,10 @@ module DatadogAPIClient::V1
|
|
|
622
650
|
self.mobile_rum_session_count_android_sum = attributes[:'mobile_rum_session_count_android_sum']
|
|
623
651
|
end
|
|
624
652
|
|
|
653
|
+
if attributes.key?(:'mobile_rum_session_count_flutter_sum')
|
|
654
|
+
self.mobile_rum_session_count_flutter_sum = attributes[:'mobile_rum_session_count_flutter_sum']
|
|
655
|
+
end
|
|
656
|
+
|
|
625
657
|
if attributes.key?(:'mobile_rum_session_count_ios_sum')
|
|
626
658
|
self.mobile_rum_session_count_ios_sum = attributes[:'mobile_rum_session_count_ios_sum']
|
|
627
659
|
end
|
|
@@ -728,6 +760,10 @@ module DatadogAPIClient::V1
|
|
|
728
760
|
self.twol_ingested_events_bytes_sum = attributes[:'twol_ingested_events_bytes_sum']
|
|
729
761
|
end
|
|
730
762
|
|
|
763
|
+
if attributes.key?(:'universal_service_monitoring_host_top99p')
|
|
764
|
+
self.universal_service_monitoring_host_top99p = attributes[:'universal_service_monitoring_host_top99p']
|
|
765
|
+
end
|
|
766
|
+
|
|
731
767
|
if attributes.key?(:'vsphere_host_top99p')
|
|
732
768
|
self.vsphere_host_top99p = attributes[:'vsphere_host_top99p']
|
|
733
769
|
end
|
|
@@ -752,6 +788,7 @@ module DatadogAPIClient::V1
|
|
|
752
788
|
apm_host_top99p == o.apm_host_top99p &&
|
|
753
789
|
appsec_fargate_count_avg == o.appsec_fargate_count_avg &&
|
|
754
790
|
audit_logs_lines_indexed_sum == o.audit_logs_lines_indexed_sum &&
|
|
791
|
+
audit_trail_enabled_hwm == o.audit_trail_enabled_hwm &&
|
|
755
792
|
avg_profiled_fargate_tasks == o.avg_profiled_fargate_tasks &&
|
|
756
793
|
aws_host_top99p == o.aws_host_top99p &&
|
|
757
794
|
aws_lambda_func_count == o.aws_lambda_func_count &&
|
|
@@ -784,6 +821,7 @@ module DatadogAPIClient::V1
|
|
|
784
821
|
dbm_queries_count_avg == o.dbm_queries_count_avg &&
|
|
785
822
|
fargate_tasks_count_avg == o.fargate_tasks_count_avg &&
|
|
786
823
|
fargate_tasks_count_hwm == o.fargate_tasks_count_hwm &&
|
|
824
|
+
forwarding_events_bytes_sum == o.forwarding_events_bytes_sum &&
|
|
787
825
|
gcp_host_top99p == o.gcp_host_top99p &&
|
|
788
826
|
heroku_host_top99p == o.heroku_host_top99p &&
|
|
789
827
|
incident_management_monthly_active_users_hwm == o.incident_management_monthly_active_users_hwm &&
|
|
@@ -794,6 +832,7 @@ module DatadogAPIClient::V1
|
|
|
794
832
|
iot_device_top99p == o.iot_device_top99p &&
|
|
795
833
|
mobile_rum_lite_session_count_sum == o.mobile_rum_lite_session_count_sum &&
|
|
796
834
|
mobile_rum_session_count_android_sum == o.mobile_rum_session_count_android_sum &&
|
|
835
|
+
mobile_rum_session_count_flutter_sum == o.mobile_rum_session_count_flutter_sum &&
|
|
797
836
|
mobile_rum_session_count_ios_sum == o.mobile_rum_session_count_ios_sum &&
|
|
798
837
|
mobile_rum_session_count_reactnative_sum == o.mobile_rum_session_count_reactnative_sum &&
|
|
799
838
|
mobile_rum_session_count_sum == o.mobile_rum_session_count_sum &&
|
|
@@ -820,6 +859,7 @@ module DatadogAPIClient::V1
|
|
|
820
859
|
synthetics_parallel_testing_max_slots_hwm == o.synthetics_parallel_testing_max_slots_hwm &&
|
|
821
860
|
trace_search_indexed_events_count_sum == o.trace_search_indexed_events_count_sum &&
|
|
822
861
|
twol_ingested_events_bytes_sum == o.twol_ingested_events_bytes_sum &&
|
|
862
|
+
universal_service_monitoring_host_top99p == o.universal_service_monitoring_host_top99p &&
|
|
823
863
|
vsphere_host_top99p == o.vsphere_host_top99p
|
|
824
864
|
end
|
|
825
865
|
|
|
@@ -827,7 +867,7 @@ module DatadogAPIClient::V1
|
|
|
827
867
|
# @return [Integer] Hash code
|
|
828
868
|
# @!visibility private
|
|
829
869
|
def hash
|
|
830
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, audit_logs_lines_indexed_sum, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_host_count_avg, container_avg, container_excl_agent_avg, container_hwm, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, vsphere_host_top99p].hash
|
|
870
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_host_count_avg, container_avg, container_excl_agent_avg, container_hwm, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p].hash
|
|
831
871
|
end
|
|
832
872
|
end
|
|
833
873
|
end
|