datadog_api_client 1.0.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +6 -6
- data/.generator/templates/README.mustache +1 -1
- data/.generator/templates/api.mustache +9 -9
- data/.generator/templates/api_client.mustache +9 -2
- data/.generator/templates/api_client_typhoeus_partial.mustache +7 -0
- data/.generator/templates/api_doc.mustache +3 -5
- data/.generator/templates/api_test.mustache +3 -3
- data/.generator/templates/base_object.mustache +8 -1
- data/.generator/templates/configuration.mustache +18 -0
- data/.generator/templates/git_push.sh.mustache +1 -2
- data/.generator/templates/partial_model_enum_class.mustache +1 -2
- data/.generator/templates/partial_model_generic.mustache +5 -2
- data/.generator/templates/partial_model_generic_doc.mustache +1 -1
- data/.generator/templates/partial_oneof_module.mustache +12 -3
- data/.generator/templates/travis.mustache +3 -0
- data/.github/workflows/approved_status.yml +35 -0
- data/.github/workflows/test.yml +53 -24
- data/.github/workflows/test_integration.yml +88 -0
- data/.openapi-generator/FILES +69 -1
- data/.openapi-generator/VERSION +1 -1
- data/CHANGELOG.md +98 -1
- data/DEVELOPMENT.md +5 -0
- data/Gemfile +2 -2
- data/README.md +12 -1
- data/data/v1/openapi.yaml +4193 -815
- data/data/v2/openapi.yaml +1218 -130
- data/docs/v1/AWSAccount.md +6 -0
- data/docs/v1/AWSAccountDeleteRequest.md +22 -0
- data/docs/v1/AWSIntegrationAPI.md +8 -23
- data/docs/v1/AWSLogsIntegrationAPI.md +17 -15
- data/docs/v1/AuthenticationAPI.md +1 -3
- data/docs/v1/AzureIntegrationAPI.md +9 -11
- data/docs/v1/Dashboard.md +2 -0
- data/docs/v1/DashboardBulkActionData.md +20 -0
- data/docs/v1/DashboardBulkDeleteRequest.md +18 -0
- data/docs/v1/DashboardListsAPI.md +5 -15
- data/docs/v1/{SyntheticsTickInterval.md → DashboardResourceType.md} +2 -2
- data/docs/v1/DashboardRestoreRequest.md +18 -0
- data/docs/v1/DashboardTemplateVariable.md +2 -0
- data/docs/v1/DashboardsAPI.md +130 -16
- data/docs/v1/Downtime.md +2 -0
- data/docs/v1/DowntimeChild.md +48 -0
- data/docs/v1/DowntimeRecurrence.md +1 -1
- data/docs/v1/DowntimesAPI.md +6 -20
- data/docs/v1/Event.md +3 -1
- data/docs/v1/EventsAPI.md +15 -9
- data/docs/v1/FormulaAndFunctionApmDependencyStatName.md +15 -0
- data/docs/v1/FormulaAndFunctionApmDependencyStatsDataSource.md +15 -0
- data/docs/v1/FormulaAndFunctionApmDependencyStatsQueryDefinition.md +36 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatName.md +15 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatsDataSource.md +15 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatsQueryDefinition.md +36 -0
- data/docs/v1/FormulaAndFunctionQueryDefinition.md +5 -1
- data/docs/v1/FunnelQuery.md +22 -0
- data/docs/v1/FunnelRequestType.md +15 -0
- data/docs/v1/FunnelSource.md +15 -0
- data/docs/v1/FunnelWidgetDefinition.md +28 -0
- data/docs/v1/FunnelWidgetDefinitionType.md +15 -0
- data/docs/v1/FunnelWidgetRequest.md +20 -0
- data/docs/v1/GCPIntegrationAPI.md +4 -9
- data/docs/v1/HTTPLogError.md +1 -1
- data/docs/v1/HostsAPI.md +7 -11
- data/docs/v1/IPRangesAPI.md +0 -2
- data/docs/v1/KeyManagementAPI.md +0 -20
- data/docs/v1/ListStreamColumn.md +20 -0
- data/docs/v1/ListStreamColumnWidth.md +15 -0
- data/docs/v1/ListStreamQuery.md +22 -0
- data/docs/v1/ListStreamResponseFormat.md +15 -0
- data/docs/v1/ListStreamSource.md +15 -0
- data/docs/v1/ListStreamWidgetDefinition.md +32 -0
- data/docs/v1/ListStreamWidgetDefinitionType.md +15 -0
- data/docs/v1/ListStreamWidgetRequest.md +22 -0
- data/docs/v1/LogsAPI.md +27 -5
- data/docs/v1/LogsExclusionFilter.md +2 -2
- data/docs/v1/LogsIndexesAPI.md +8 -14
- data/docs/v1/LogsPipelinesAPI.md +15 -18
- data/docs/v1/MetricContentEncoding.md +15 -0
- data/docs/v1/MetricsAPI.md +24 -22
- data/docs/v1/MetricsPayload.md +1 -1
- data/docs/v1/MetricsQueryMetadata.md +4 -0
- data/docs/v1/Monitor.md +3 -3
- data/docs/v1/MonitorGroupSearchResponse.md +22 -0
- data/docs/v1/MonitorGroupSearchResponseCounts.md +20 -0
- data/docs/v1/MonitorGroupSearchResult.md +30 -0
- data/docs/v1/MonitorOptions.md +8 -2
- data/docs/v1/MonitorRenotifyStatusType.md +15 -0
- data/docs/v1/MonitorSearchResponse.md +22 -0
- data/docs/v1/MonitorSearchResponseCounts.md +24 -0
- data/docs/v1/MonitorSearchResponseMetadata.md +24 -0
- data/docs/v1/MonitorSearchResult.md +40 -0
- data/docs/v1/MonitorSearchResultNotification.md +20 -0
- data/docs/v1/MonitorsAPI.md +304 -35
- data/docs/v1/NotebookCreateDataAttributes.md +3 -1
- data/docs/v1/NotebookMetadata.md +22 -0
- data/docs/v1/NotebookMetadataType.md +15 -0
- data/docs/v1/NotebookResponseDataAttributes.md +5 -3
- data/docs/v1/NotebookUpdateDataAttributes.md +3 -1
- data/docs/v1/NotebooksAPI.md +9 -14
- data/docs/v1/NotebooksResponse.md +1 -1
- data/docs/v1/NotebooksResponseData.md +22 -0
- data/docs/v1/NotebooksResponseDataAttributes.md +32 -0
- data/docs/v1/OrganizationsAPI.md +14 -10
- data/docs/v1/PagerDutyIntegrationAPI.md +0 -8
- data/docs/v1/Pagination.md +20 -0
- data/docs/v1/ProcessQueryDefinition.md +1 -1
- data/docs/v1/QueryValueWidgetRequest.md +2 -0
- data/docs/v1/README.md +125 -14
- data/docs/v1/ResponseMetaAttributes.md +18 -0
- data/docs/v1/SLOCorrection.md +1 -1
- data/docs/v1/SLOCorrectionCreateData.md +1 -1
- data/docs/v1/SLOCorrectionCreateRequestAttributes.md +4 -4
- data/docs/v1/SLOCorrectionListResponse.md +4 -2
- data/docs/v1/SLOCorrectionResponseAttributes.md +4 -4
- data/docs/v1/SLOCorrectionUpdateRequestAttributes.md +3 -3
- data/docs/v1/SLOHistoryMetricsSeries.md +1 -1
- data/docs/v1/SLOHistoryMetricsSeriesMetadata.md +1 -1
- data/docs/v1/SLOHistoryMonitor.md +40 -0
- data/docs/v1/SLOHistoryResponseData.md +2 -2
- data/docs/v1/SLOHistoryResponseErrorWithType.md +20 -0
- data/docs/v1/SLOHistorySLIData.md +3 -3
- data/docs/v1/ScatterPlotRequest.md +1 -1
- data/docs/v1/ScatterPlotWidgetDefinitionRequests.md +4 -2
- data/docs/v1/ScatterplotDimension.md +15 -0
- data/docs/v1/ScatterplotTableRequest.md +22 -0
- data/docs/v1/ScatterplotWidgetAggregator.md +15 -0
- data/docs/v1/ScatterplotWidgetFormula.md +22 -0
- data/docs/v1/Series.md +1 -1
- data/docs/v1/ServiceChecksAPI.md +3 -3
- data/docs/v1/ServiceLevelObjectiveCorrectionsAPI.md +11 -21
- data/docs/v1/ServiceLevelObjectivesAPI.md +26 -23
- data/docs/v1/SlackIntegrationAPI.md +0 -10
- data/docs/v1/SnapshotsAPI.md +3 -4
- data/docs/v1/SyntheticsAPI.md +151 -77
- data/docs/v1/SyntheticsAPIStep.md +1 -1
- data/docs/v1/SyntheticsAPITest.md +2 -2
- data/docs/v1/SyntheticsAPITestConfig.md +1 -1
- data/docs/v1/SyntheticsBatchDetails.md +18 -0
- data/docs/v1/SyntheticsBatchDetailsData.md +22 -0
- data/docs/v1/SyntheticsBatchResult.md +36 -0
- data/docs/v1/SyntheticsBrowserError.md +4 -4
- data/docs/v1/SyntheticsBrowserTest.md +2 -2
- data/docs/v1/SyntheticsBrowserTestConfig.md +2 -0
- data/docs/v1/SyntheticsCIBatchMetadata.md +20 -0
- data/docs/v1/{SyntheticsCITestMetadataCi.md → SyntheticsCIBatchMetadataCI.md} +2 -2
- data/docs/v1/SyntheticsCIBatchMetadataGit.md +20 -0
- data/docs/v1/SyntheticsCITest.md +1 -1
- data/docs/v1/SyntheticsConfigVariable.md +3 -1
- data/docs/v1/SyntheticsGlobalVariable.md +2 -0
- data/docs/v1/SyntheticsGlobalVariableAttributes.md +18 -0
- data/docs/v1/SyntheticsGlobalVariableValue.md +2 -2
- data/docs/v1/SyntheticsListGlobalVariablesResponse.md +18 -0
- data/docs/v1/SyntheticsStatus.md +15 -0
- data/docs/v1/SyntheticsTestConfig.md +2 -2
- data/docs/v1/SyntheticsTestDetails.md +4 -2
- data/docs/v1/SyntheticsTestExecutionRule.md +15 -0
- data/docs/v1/SyntheticsTestOptions.md +5 -1
- data/docs/v1/SyntheticsTestRequest.md +6 -0
- data/docs/v1/SyntheticsTriggerCITestsResponse.md +2 -0
- data/docs/v1/TableWidgetRequest.md +6 -0
- data/docs/v1/TagsAPI.md +7 -14
- data/docs/v1/TimeseriesWidgetRequest.md +2 -0
- data/docs/v1/ToplistWidgetRequest.md +2 -0
- data/docs/v1/TreeMapColorBy.md +15 -0
- data/docs/v1/TreeMapGroupBy.md +15 -0
- data/docs/v1/TreeMapSizeBy.md +15 -0
- data/docs/v1/TreeMapWidgetDefinition.md +28 -0
- data/docs/v1/TreeMapWidgetDefinitionType.md +15 -0
- data/docs/v1/TreeMapWidgetRequest.md +18 -0
- data/docs/v1/UsageAttributionBody.md +2 -0
- data/docs/v1/UsageAttributionPagination.md +3 -7
- data/docs/v1/UsageAttributionValues.md +28 -4
- data/docs/v1/UsageAuditLogsHour.md +20 -0
- data/docs/v1/UsageAuditLogsResponse.md +18 -0
- data/docs/v1/UsageBillableSummaryKeys.md +26 -0
- data/docs/v1/UsageCWSHour.md +22 -0
- data/docs/v1/UsageCWSResponse.md +18 -0
- data/docs/v1/UsageCloudSecurityPostureManagementHour.md +22 -0
- data/docs/v1/UsageCloudSecurityPostureManagementResponse.md +18 -0
- data/docs/v1/UsageDBMHour.md +22 -0
- data/docs/v1/UsageDBMResponse.md +18 -0
- data/docs/v1/UsageMeteringAPI.md +301 -229
- data/docs/v1/UsageSDSHour.md +22 -0
- data/docs/v1/UsageSDSResponse.md +18 -0
- data/docs/v1/UsageSummaryDate.md +20 -4
- data/docs/v1/UsageSummaryDateOrg.md +20 -4
- data/docs/v1/UsageSummaryResponse.md +20 -4
- data/docs/v1/UsageTimeseriesHour.md +1 -1
- data/docs/v1/UsageTopAvgMetricsMetadata.md +2 -2
- data/docs/v1/UsersAPI.md +10 -12
- data/docs/v1/WebhooksIntegration.md +26 -0
- data/docs/v1/WebhooksIntegrationAPI.md +500 -0
- data/docs/v1/WebhooksIntegrationCustomVariable.md +22 -0
- data/docs/v1/WebhooksIntegrationCustomVariableResponse.md +22 -0
- data/docs/v1/WebhooksIntegrationCustomVariableUpdateRequest.md +22 -0
- data/docs/v1/WebhooksIntegrationEncoding.md +15 -0
- data/docs/v1/WebhooksIntegrationUpdateRequest.md +26 -0
- data/docs/v1/WidgetCustomLink.md +7 -3
- data/docs/v1/WidgetDefinition.md +7 -1
- data/docs/v1/WidgetFormula.md +4 -0
- data/docs/v2/ApplicationKeyRelationships.md +2 -2
- data/docs/v2/DashboardListsAPI.md +1 -9
- data/docs/v2/IncidentCreateAttributes.md +3 -3
- data/docs/v2/IncidentNotificationHandle.md +20 -0
- data/docs/v2/IncidentResponseAttributes.md +1 -1
- data/docs/v2/IncidentServicesAPI.md +9 -18
- data/docs/v2/IncidentTeamsAPI.md +9 -18
- data/docs/v2/IncidentUpdateAttributes.md +1 -1
- data/docs/v2/IncidentsAPI.md +7 -17
- data/docs/v2/IncidentsResponse.md +1 -1
- data/docs/v2/KeyManagementAPI.md +71 -32
- data/docs/v2/LogsAPI.md +20 -6
- data/docs/v2/LogsArchivesAPI.md +9 -21
- data/docs/v2/LogsMetricsAPI.md +4 -12
- data/docs/v2/MetricsAPI.md +15 -21
- data/docs/v2/PartialApplicationKeyResponse.md +20 -0
- data/docs/v2/ProcessesAPI.md +1 -3
- data/docs/v2/README.md +57 -0
- data/docs/v2/RelationshipToIncidentIntegrationMetadataData.md +1 -1
- data/docs/v2/RelationshipToIncidentIntegrationMetadatas.md +1 -1
- data/docs/v2/RolesAPI.md +16 -40
- data/docs/v2/SecurityFilter.md +22 -0
- data/docs/v2/SecurityFilterAttributes.md +30 -0
- data/docs/v2/SecurityFilterCreateAttributes.md +26 -0
- data/docs/v2/SecurityFilterCreateData.md +20 -0
- data/docs/v2/SecurityFilterCreateRequest.md +18 -0
- data/docs/v2/SecurityFilterExclusionFilter.md +20 -0
- data/docs/v2/SecurityFilterExclusionFilterResponse.md +20 -0
- data/docs/v2/SecurityFilterFilteredDataType.md +15 -0
- data/docs/v2/SecurityFilterMeta.md +18 -0
- data/docs/v2/SecurityFilterResponse.md +20 -0
- data/docs/v2/SecurityFilterType.md +15 -0
- data/docs/v2/SecurityFilterUpdateAttributes.md +28 -0
- data/docs/v2/SecurityFilterUpdateData.md +20 -0
- data/docs/v2/SecurityFilterUpdateRequest.md +18 -0
- data/docs/v2/SecurityFiltersResponse.md +20 -0
- data/docs/v2/SecurityMonitoringAPI.md +329 -27
- data/docs/v2/SecurityMonitoringListRulesResponse.md +1 -1
- data/docs/v2/SecurityMonitoringRuleCreatePayload.md +6 -2
- data/docs/v2/SecurityMonitoringRuleQueryCreate.md +1 -1
- data/docs/v2/SecurityMonitoringRuleResponse.md +6 -0
- data/docs/v2/SecurityMonitoringRuleTypeCreate.md +15 -0
- data/docs/v2/SecurityMonitoringRuleTypeRead.md +15 -0
- data/docs/v2/SecurityMonitoringRuleUpdatePayload.md +5 -1
- data/docs/v2/ServiceAccountCreateAttributes.md +24 -0
- data/docs/v2/ServiceAccountCreateData.md +22 -0
- data/docs/v2/ServiceAccountCreateRequest.md +18 -0
- data/docs/v2/ServiceAccountsAPI.md +335 -0
- data/docs/v2/UserAttributes.md +2 -0
- data/docs/v2/UsersAPI.md +90 -42
- data/examples/v1/metrics/SubmitMetrics.rbbeta +14 -0
- data/extract-code-blocks.awk +4 -0
- data/lib/datadog_api_client/v1/api/authentication_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +4 -4
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +5 -5
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +155 -5
- data/lib/datadog_api_client/v1/api/downtimes_api.rb +6 -6
- data/lib/datadog_api_client/v1/api/events_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/logs_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/metrics_api.rb +11 -8
- data/lib/datadog_api_client/v1/api/monitors_api.rb +173 -15
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +8 -2
- data/lib/datadog_api_client/v1/api/organizations_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/service_checks_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +16 -16
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +11 -5
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +164 -24
- data/lib/datadog_api_client/v1/api/tags_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +364 -204
- data/lib/datadog_api_client/v1/api/users_api.rb +2 -2
- data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +629 -0
- data/lib/datadog_api_client/v1/api_client.rb +15 -1
- data/lib/datadog_api_client/v1/configuration.rb +28 -141
- data/lib/datadog_api_client/v1/models/access_role.rb +1 -2
- data/lib/datadog_api_client/v1/models/alert_graph_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/alert_graph_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/alert_value_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/alert_value_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/api_error_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/api_key.rb +11 -1
- data/lib/datadog_api_client/v1/models/api_key_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/api_key_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb +11 -1
- data/lib/datadog_api_client/v1/models/apm_stats_query_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/apm_stats_query_row_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/application_key.rb +11 -1
- data/lib/datadog_api_client/v1/models/application_key_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/application_key_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/authentication_validation_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_account.rb +48 -2
- data/lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_account_create_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_account_delete_request.rb +253 -0
- data/lib/datadog_api_client/v1/models/aws_account_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_logs_async_error.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_logs_async_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_logs_lambda.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_logs_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_logs_list_services_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_logs_services_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_namespace.rb +1 -2
- data/lib/datadog_api_client/v1/models/aws_tag_filter.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_tag_filter_create_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_tag_filter_delete_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/aws_tag_filter_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/azure_account.rb +11 -1
- data/lib/datadog_api_client/v1/models/cancel_downtimes_by_scope_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/canceled_downtimes_ids.rb +11 -1
- data/lib/datadog_api_client/v1/models/change_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/change_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/change_widget_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/check_can_delete_slo_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/check_can_delete_slo_response_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/check_status_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/check_status_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/content_encoding.rb +3 -4
- data/lib/datadog_api_client/v1/models/creator.rb +12 -1
- data/lib/datadog_api_client/v1/models/dashboard.rb +24 -2
- data/lib/datadog_api_client/v1/models/dashboard_bulk_action_data.rb +254 -0
- data/lib/datadog_api_client/v1/models/dashboard_bulk_delete_request.rb +240 -0
- data/lib/datadog_api_client/v1/models/dashboard_delete_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/dashboard_layout_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/dashboard_list.rb +11 -1
- data/lib/datadog_api_client/v1/models/dashboard_list_delete_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/dashboard_list_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/dashboard_reflow_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/{synthetics_tick_interval.rb → dashboard_resource_type.rb} +4 -14
- data/lib/datadog_api_client/v1/models/dashboard_restore_request.rb +240 -0
- data/lib/datadog_api_client/v1/models/dashboard_summary.rb +11 -1
- data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +12 -1
- data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +25 -2
- data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset.rb +11 -1
- data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb +11 -1
- data/lib/datadog_api_client/v1/models/deleted_monitor.rb +11 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +11 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb +11 -1
- data/lib/datadog_api_client/v1/models/downtime.rb +22 -2
- data/lib/datadog_api_client/v1/models/downtime_child.rb +437 -0
- data/lib/datadog_api_client/v1/models/downtime_recurrence.rb +12 -2
- data/lib/datadog_api_client/v1/models/event.rb +23 -18
- data/lib/datadog_api_client/v1/models/event_alert_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/event_create_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/event_create_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/event_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/event_priority.rb +1 -2
- data/lib/datadog_api_client/v1/models/event_query_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/event_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/event_stream_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/event_stream_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/event_timeline_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/event_timeline_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stat_name.rb +44 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_data_source.rb +38 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +356 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +47 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_data_source.rb +38 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +348 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_event_aggregation.rb +1 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_compute.rb +11 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_search.rb +11 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by.rb +11 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by_sort.rb +11 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +3 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_aggregation.rb +2 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_data_source.rb +1 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_process_query_data_source.rb +1 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_process_query_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +13 -2
- data/lib/datadog_api_client/v1/models/formula_and_function_response_format.rb +1 -2
- data/lib/datadog_api_client/v1/models/free_text_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/free_text_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/funnel_query.rb +271 -0
- data/lib/datadog_api_client/v1/models/funnel_request_type.rb +38 -0
- data/lib/datadog_api_client/v1/models/funnel_source.rb +38 -0
- data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +322 -0
- data/lib/datadog_api_client/v1/models/funnel_widget_definition_type.rb +38 -0
- data/lib/datadog_api_client/v1/models/funnel_widget_request.rb +251 -0
- data/lib/datadog_api_client/v1/models/gcp_account.rb +11 -1
- data/lib/datadog_api_client/v1/models/geomap_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_style.rb +11 -1
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb +11 -1
- data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/graph_snapshot.rb +11 -1
- data/lib/datadog_api_client/v1/models/group_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/group_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/heat_map_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/host.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_map_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/host_meta.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_metrics.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_mute_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_mute_settings.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_tags.rb +11 -1
- data/lib/datadog_api_client/v1/models/host_totals.rb +11 -1
- data/lib/datadog_api_client/v1/models/http_log_error.rb +11 -1
- data/lib/datadog_api_client/v1/models/http_log_item.rb +11 -1
- data/lib/datadog_api_client/v1/models/http_method.rb +1 -2
- data/lib/datadog_api_client/v1/models/i_frame_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/i_frame_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/idp_form_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/idp_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/image_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/image_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/intake_payload_accepted.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_prefixes_agents.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_prefixes_api.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_prefixes_apm.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_prefixes_logs.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_prefixes_process.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_prefixes_webhooks.rb +11 -1
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
- data/lib/datadog_api_client/v1/models/list_stream_column.rb +252 -0
- data/lib/datadog_api_client/v1/models/list_stream_column_width.rb +40 -0
- data/lib/datadog_api_client/v1/models/list_stream_query.rb +266 -0
- data/lib/datadog_api_client/v1/models/list_stream_response_format.rb +38 -0
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +40 -0
- data/lib/datadog_api_client/v1/models/list_stream_widget_definition.rb +342 -0
- data/lib/datadog_api_client/v1/models/list_stream_widget_definition_type.rb +38 -0
- data/lib/datadog_api_client/v1/models/list_stream_widget_request.rb +268 -0
- data/lib/datadog_api_client/v1/models/log.rb +11 -1
- data/lib/datadog_api_client/v1/models/log_content.rb +11 -1
- data/lib/datadog_api_client/v1/models/log_query_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/log_query_definition_group_by.rb +11 -1
- data/lib/datadog_api_client/v1/models/log_query_definition_group_by_sort.rb +11 -1
- data/lib/datadog_api_client/v1/models/log_query_definition_search.rb +11 -1
- data/lib/datadog_api_client/v1/models/log_stream_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/log_stream_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_api_error.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_api_error_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_arithmetic_processor.rb +12 -2
- data/lib/datadog_api_client/v1/models/logs_arithmetic_processor_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_attribute_remapper.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_attribute_remapper_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_by_retention.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_category_processor.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_category_processor_category.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_category_processor_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_date_remapper.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_date_remapper_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_exclusion.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_exclusion_filter.rb +12 -2
- data/lib/datadog_api_client/v1/models/logs_filter.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_geo_ip_parser_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_grok_parser.rb +12 -2
- data/lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_grok_parser_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_index.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_index_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_index_update_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_indexes_order.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_list_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_list_request_time.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_lookup_processor.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_lookup_processor_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_message_remapper.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_message_remapper_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_pipeline.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_pipeline_processor.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_pipeline_processor_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_pipelines_order.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_processor.rb +11 -2
- data/lib/datadog_api_client/v1/models/logs_query_compute.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_service_remapper.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_service_remapper_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_sort.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_status_remapper.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_status_remapper_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_string_builder_processor.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_string_builder_processor_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_trace_remapper.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_trace_remapper_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_url_parser.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_url_parser_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/logs_user_agent_parser.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_user_agent_parser_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/metric_content_encoding.rb +38 -0
- data/lib/datadog_api_client/v1/models/metric_metadata.rb +11 -1
- data/lib/datadog_api_client/v1/models/metric_search_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/metric_search_response_results.rb +11 -1
- data/lib/datadog_api_client/v1/models/metrics_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/metrics_payload.rb +11 -1
- data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +35 -2
- data/lib/datadog_api_client/v1/models/metrics_query_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/metrics_query_unit.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor.rb +23 -1
- data/lib/datadog_api_client/v1/models/monitor_device_id.rb +1 -2
- data/lib/datadog_api_client/v1/models/monitor_group_search_response.rb +253 -0
- data/lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb +247 -0
- data/lib/datadog_api_client/v1/models/monitor_group_search_result.rb +295 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +49 -4
- data/lib/datadog_api_client/v1/models/monitor_options_aggregation.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_overall_states.rb +1 -2
- data/lib/datadog_api_client/v1/models/monitor_renotify_status_type.rb +40 -0
- data/lib/datadog_api_client/v1/models/monitor_search_response.rb +253 -0
- data/lib/datadog_api_client/v1/models/monitor_search_response_counts.rb +271 -0
- data/lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb +263 -0
- data/lib/datadog_api_client/v1/models/monitor_search_result.rb +349 -0
- data/lib/datadog_api_client/v1/models/monitor_search_result_notification.rb +243 -0
- data/lib/datadog_api_client/v1/models/monitor_state.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_state_group.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/monitor_threshold_window_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_thresholds.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_type.rb +2 -2
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/note_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/note_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/notebook_absolute_time.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_author.rb +13 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +11 -2
- data/lib/datadog_api_client/v1/models/notebook_cell_resource_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/notebook_cell_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +11 -2
- data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +11 -2
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +11 -2
- data/lib/datadog_api_client/v1/models/notebook_create_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +22 -3
- data/lib/datadog_api_client/v1/models/notebook_create_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebook_global_time.rb +11 -2
- data/lib/datadog_api_client/v1/models/notebook_graph_size.rb +1 -2
- data/lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/notebook_metadata.rb +259 -0
- data/lib/datadog_api_client/v1/models/notebook_metadata_type.rb +42 -0
- data/lib/datadog_api_client/v1/models/notebook_relative_time.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_resource_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/notebook_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_response_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +24 -5
- data/lib/datadog_api_client/v1/models/notebook_split_by.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_status.rb +1 -2
- data/lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +11 -2
- data/lib/datadog_api_client/v1/models/notebook_update_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +22 -3
- data/lib/datadog_api_client/v1/models/notebook_update_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebooks_response.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebooks_response_data.rb +268 -0
- data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +336 -0
- data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +12 -2
- data/lib/datadog_api_client/v1/models/notebooks_response_page.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_billing.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_create_body.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_create_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_settings.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_settings_saml.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_settings_saml_idp_initiated_login.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb +11 -1
- data/lib/datadog_api_client/v1/models/organization_subscription.rb +11 -1
- data/lib/datadog_api_client/v1/models/pager_duty_service.rb +11 -1
- data/lib/datadog_api_client/v1/models/pager_duty_service_key.rb +11 -1
- data/lib/datadog_api_client/v1/models/pager_duty_service_name.rb +11 -1
- data/lib/datadog_api_client/v1/models/pagination.rb +243 -0
- data/lib/datadog_api_client/v1/models/process_query_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/query_sort_order.rb +1 -2
- data/lib/datadog_api_client/v1/models/query_value_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/query_value_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +21 -2
- data/lib/datadog_api_client/v1/models/response_meta_attributes.rb +232 -0
- data/lib/datadog_api_client/v1/models/scatter_plot_request.rb +12 -2
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb +21 -12
- data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/scatterplot_dimension.rb +41 -0
- data/lib/datadog_api_client/v1/models/scatterplot_table_request.rb +256 -0
- data/lib/datadog_api_client/v1/models/scatterplot_widget_aggregator.rb +42 -0
- data/lib/datadog_api_client/v1/models/scatterplot_widget_formula.rb +262 -0
- data/lib/datadog_api_client/v1/models/series.rb +11 -1
- data/lib/datadog_api_client/v1/models/service_check.rb +11 -1
- data/lib/datadog_api_client/v1/models/service_check_status.rb +1 -2
- data/lib/datadog_api_client/v1/models/service_level_objective.rb +11 -1
- data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +11 -1
- data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/service_map_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/service_map_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/service_summary_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/service_summary_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/slack_integration_channel.rb +11 -1
- data/lib/datadog_api_client/v1/models/slack_integration_channel_display.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_correction.rb +13 -3
- data/lib/datadog_api_client/v1/models/slo_correction_category.rb +1 -2
- data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +17 -2
- data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +12 -2
- data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +16 -6
- data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +26 -7
- data/lib/datadog_api_client/v1/models/slo_correction_response.rb +12 -2
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +16 -6
- data/lib/datadog_api_client/v1/models/slo_correction_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/slo_correction_update_data.rb +12 -2
- data/lib/datadog_api_client/v1/models/slo_correction_update_request.rb +12 -2
- data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +15 -5
- data/lib/datadog_api_client/v1/models/slo_delete_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_error_timeframe.rb +1 -2
- data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series.rb +11 -6
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata_unit.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +349 -0
- data/lib/datadog_api_client/v1/models/slo_history_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_history_response_data.rb +13 -3
- data/lib/datadog_api_client/v1/models/slo_history_response_error.rb +12 -2
- data/lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb +253 -0
- data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +14 -4
- data/lib/datadog_api_client/v1/models/slo_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_threshold.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_timeframe.rb +2 -2
- data/lib/datadog_api_client/v1/models/slo_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/slo_type_numeric.rb +1 -2
- data/lib/datadog_api_client/v1/models/slo_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +11 -6
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full_check.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +11 -2
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_operator.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_operator.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_batch_details.rb +232 -0
- data/lib/datadog_api_client/v1/models/synthetics_batch_details_data.rb +253 -0
- data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +319 -0
- data/lib/datadog_api_client/v1/models/synthetics_browser_error.rb +18 -8
- data/lib/datadog_api_client/v1/models/synthetics_browser_error_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_config.rb +24 -2
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full_check.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short_result.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_browser_variable.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_check_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata.rb → synthetics_ci_batch_metadata.rb} +17 -7
- data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_ci.rb → synthetics_ci_batch_metadata_ci.rb} +15 -5
- data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_git.rb → synthetics_ci_batch_metadata_git.rb} +16 -6
- data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +12 -2
- data/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +22 -7
- data/lib/datadog_api_client/v1/models/synthetics_config_variable_type.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_deleted_test.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_device.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_device_id.rb +4 -2
- data/lib/datadog_api_client/v1/models/synthetics_error_code.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_get_browser_test_latest_results_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_global_variable.rb +21 -2
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb +235 -0
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_parser_type.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb +13 -8
- data/lib/datadog_api_client/v1/models/synthetics_list_global_variables_response.rb +235 -0
- data/lib/datadog_api_client/v1/models/synthetics_list_tests_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_location.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_locations.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_parsing_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_playing_tab.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_private_location.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response_result_encryption.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_authentication.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_config_decryption.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_status.rb +40 -0
- data/lib/datadog_api_client/v1/models/synthetics_step.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_step_detail.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +12 -7
- data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +21 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_details_sub_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_details_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_execution_rule.rb +40 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_monitor_status.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +82 -3
- data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_pause_status.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_process_status.rb +1 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +42 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_timing.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_location.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_tests_response.rb +22 -2
- data/lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_variable_parser.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_warning_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/table_widget_cell_display_mode.rb +1 -2
- data/lib/datadog_api_client/v1/models/table_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/table_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/table_widget_has_search_bar.rb +1 -2
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +45 -2
- data/lib/datadog_api_client/v1/models/tag_to_hosts.rb +11 -1
- data/lib/datadog_api_client/v1/models/target_format_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/timeseries_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/timeseries_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/timeseries_widget_expression_alias.rb +11 -1
- data/lib/datadog_api_client/v1/models/timeseries_widget_legend_column.rb +1 -2
- data/lib/datadog_api_client/v1/models/timeseries_widget_legend_layout.rb +1 -2
- data/lib/datadog_api_client/v1/models/timeseries_widget_request.rb +21 -2
- data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +11 -1
- data/lib/datadog_api_client/v1/models/toplist_widget_definition_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +21 -2
- data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +38 -0
- data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +40 -0
- data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +39 -0
- data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +338 -0
- data/lib/datadog_api_client/v1/models/tree_map_widget_definition_type.rb +38 -0
- data/lib/datadog_api_client/v1/models/tree_map_widget_request.rb +233 -0
- data/lib/datadog_api_client/v1/models/usage_analyzed_logs_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_analyzed_logs_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +22 -2
- data/lib/datadog_api_client/v1/models/usage_attribution_metadata.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_pagination.rb +21 -31
- data/lib/datadog_api_client/v1/models/usage_attribution_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +1 -2
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +5 -2
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +144 -14
- data/lib/datadog_api_client/v1/models/{usage_trace_hour.rb → usage_audit_logs_hour.rb} +23 -13
- data/lib/datadog_api_client/v1/models/{usage_compliance_response.rb → usage_audit_logs_response.rb} +17 -7
- data/lib/datadog_api_client/v1/models/usage_billable_summary_body.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +129 -2
- data/lib/datadog_api_client/v1/models/usage_billable_summary_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/{usage_compliance_hour.rb → usage_cloud_security_posture_management_hour.rb} +30 -20
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +235 -0
- data/lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_custom_reports_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_custom_reports_meta.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_custom_reports_page.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_custom_reports_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_cws_hour.rb +253 -0
- data/lib/datadog_api_client/v1/models/usage_cws_response.rb +235 -0
- data/lib/datadog_api_client/v1/models/usage_dbm_hour.rb +253 -0
- data/lib/datadog_api_client/v1/models/{usage_trace_response.rb → usage_dbm_response.rb} +17 -7
- data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_fargate_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_host_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_hosts_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_incident_management_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_incident_management_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_indexed_spans_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_indexed_spans_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_ingested_spans_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_ingested_spans_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_io_t_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_io_t_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_lambda_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_logs_by_index_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_logs_by_index_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_logs_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_logs_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_metric_category.rb +1 -2
- data/lib/datadog_api_client/v1/models/usage_network_flows_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_network_flows_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_network_hosts_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_network_hosts_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_profiling_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_reports_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +253 -0
- data/lib/datadog_api_client/v1/models/{usage_tracing_without_limits_response.rb → usage_sds_response.rb} +17 -7
- data/lib/datadog_api_client/v1/models/usage_snmp_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_snmp_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_sort.rb +1 -2
- data/lib/datadog_api_client/v1/models/usage_sort_direction.rb +1 -2
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_meta.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_page.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +112 -23
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +112 -23
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +113 -24
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_synthetics_api_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_synthetics_browser_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_synthetics_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_synthetics_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_timeseries_hour.rb +12 -2
- data/lib/datadog_api_client/v1/models/usage_timeseries_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_metadata.rb +13 -5
- data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/user.rb +11 -1
- data/lib/datadog_api_client/v1/models/user_disable_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/user_list_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/user_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/webhooks_integration.rb +286 -0
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb +268 -0
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_response.rb +263 -0
- data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_update_request.rb +253 -0
- data/lib/datadog_api_client/v1/models/webhooks_integration_encoding.rb +39 -0
- data/lib/datadog_api_client/v1/models/webhooks_integration_update_request.rb +275 -0
- data/lib/datadog_api_client/v1/models/widget.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_aggregator.rb +2 -2
- data/lib/datadog_api_client/v1/models/widget_axis.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_change_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_color_preference.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_comparator.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_compare_to.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_conditional_format.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_custom_link.rb +35 -15
- data/lib/datadog_api_client/v1/models/widget_definition.rb +15 -3
- data/lib/datadog_api_client/v1/models/widget_display_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_event.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_event_size.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_field_sort.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_formula.rb +33 -2
- data/lib/datadog_api_client/v1/models/widget_formula_limit.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_grouping.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_horizontal_align.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_image_sizing.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_layout.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_layout_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_line_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_line_width.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_live_span.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_margin.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_marker.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_message_display.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_monitor_summary_display_format.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_monitor_summary_sort.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_node_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_order_by.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_palette.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_request_style.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_service_summary_display_format.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_size_format.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_sort.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_style.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_summary_type.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_text_align.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_tick_edge.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_time.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_time_windows.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_vertical_align.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_view_mode.rb +1 -2
- data/lib/datadog_api_client/v1/models/widget_viz_type.rb +1 -2
- data/lib/datadog_api_client/v1.rb +81 -10
- data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/incident_teams_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/incidents_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/key_management_api.rb +76 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/processes_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/roles_api.rb +12 -12
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +376 -7
- data/lib/datadog_api_client/v2/api/service_accounts_api.rb +442 -0
- data/lib/datadog_api_client/v2/api/users_api.rb +84 -9
- data/lib/datadog_api_client/v2/api_client.rb +15 -1
- data/lib/datadog_api_client/v2/configuration.rb +26 -0
- data/lib/datadog_api_client/v2/models/api_error_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +11 -2
- data/lib/datadog_api_client/v2/models/api_key_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_key_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_keys_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/api_keys_sort.rb +1 -2
- data/lib/datadog_api_client/v2/models/api_keys_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/application_key_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_key_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_key_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_key_relationships.rb +18 -8
- data/lib/datadog_api_client/v2/models/application_key_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +11 -2
- data/lib/datadog_api_client/v2/models/application_key_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_key_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_key_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/application_keys_sort.rb +1 -2
- data/lib/datadog_api_client/v2/models/application_keys_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/creator.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_add_items_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_add_items_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_item_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_item_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_items.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_list_update_items_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/dashboard_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/full_api_key.rb +11 -1
- data/lib/datadog_api_client/v2/models/full_api_key_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/full_application_key.rb +11 -1
- data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_create_attributes.rb +20 -10
- data/lib/datadog_api_client/v2/models/incident_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_create_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +11 -2
- data/lib/datadog_api_client/v2/models/incident_field_attributes_multiple_value.rb +12 -1
- data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb +12 -1
- data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_field_attributes_value_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_integration_metadata_type.rb +2 -3
- data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +243 -0
- data/lib/datadog_api_client/v2/models/incident_postmortem_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_related_object.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +13 -2
- data/lib/datadog_api_client/v2/models/incident_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +11 -2
- data/lib/datadog_api_client/v2/models/incident_response_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +11 -2
- data/lib/datadog_api_client/v2/models/incident_service_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_response_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_service_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_service_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_services_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_services_response_meta.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_services_response_meta_pagination.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +11 -2
- data/lib/datadog_api_client/v2/models/incident_team_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_response_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_team_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_team_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_teams_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +11 -2
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_content_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes_content.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/incident_update_attributes.rb +12 -2
- data/lib/datadog_api_client/v2/models/incident_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_update_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/incidents_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/list_application_keys_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/log.rb +11 -1
- data/lib/datadog_api_client/v2/models/log_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/log_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +11 -2
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value_timeseries_point.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_response_status.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_aggregate_sort.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_aggregate_sort_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_aggregation_function.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_archive.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_definition.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +11 -2
- data/lib/datadog_api_client/v2/models/logs_archive_definition.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +11 -2
- data/lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination_azure_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_archive_destination_gcs.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination_gcs_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination_s3_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_archive_integration_azure.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_integration_s3.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_order.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_order_definition.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_archive_order_definition_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_archive_state.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_archives.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_compute.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_compute_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_group_by.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_histogram.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +11 -2
- data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +11 -2
- data/lib/datadog_api_client/v2/models/logs_list_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_list_request_page.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_list_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_list_response_links.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_compute.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_compute_aggregation_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_metric_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_filter.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_group_by.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_response_compute.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_response_compute_aggregation_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_metric_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_response_filter.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_response_group_by.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_metric_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metric_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_metrics_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_query_filter.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_query_options.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_response_metadata.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_response_metadata_page.rb +11 -1
- data/lib/datadog_api_client/v2/models/logs_sort.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_sort_order.rb +1 -2
- data/lib/datadog_api_client/v2/models/logs_warning.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_all_tags.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_all_tags_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_all_tags_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_distinct_volume.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_distinct_volume_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_distinct_volume_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_tag_configuration.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_types.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/metric_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_volumes.rb +11 -2
- data/lib/datadog_api_client/v2/models/metric_volumes_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +11 -2
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/organization.rb +11 -1
- data/lib/datadog_api_client/v2/models/organization_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/organizations_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/pagination.rb +11 -1
- data/lib/datadog_api_client/v2/models/partial_api_key.rb +11 -1
- data/lib/datadog_api_client/v2/models/partial_api_key_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/partial_application_key.rb +11 -1
- data/lib/datadog_api_client/v2/models/partial_application_key_attributes.rb +11 -1
- data/lib/datadog_api_client/{v1/models/usage_tracing_without_limits_hour.rb → v2/models/partial_application_key_response.rb} +34 -23
- data/lib/datadog_api_client/v2/models/permission.rb +11 -1
- data/lib/datadog_api_client/v2/models/permission_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/permissions_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/permissions_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/process_summaries_meta.rb +11 -1
- data/lib/datadog_api_client/v2/models/process_summaries_meta_page.rb +11 -1
- data/lib/datadog_api_client/v2/models/process_summaries_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/process_summary.rb +11 -1
- data/lib/datadog_api_client/v2/models/process_summary_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/process_summary_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/query_sort_order.rb +1 -2
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadata_data.rb +12 -2
- data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadatas.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_organization.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_organization_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_organizations.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_permission.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_permission_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_permissions.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_role.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_role_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_roles.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_user.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_user_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/relationship_to_users.rb +11 -1
- data/lib/datadog_api_client/v2/models/response_meta_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/role.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_create_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_create_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_response_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_update_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/role_update_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/roles_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/roles_sort.rb +1 -2
- data/lib/datadog_api_client/v2/models/roles_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_filter.rb +253 -0
- data/lib/datadog_api_client/v2/models/security_filter_attributes.rb +309 -0
- data/lib/datadog_api_client/v2/models/security_filter_create_attributes.rb +299 -0
- data/lib/datadog_api_client/v2/models/security_filter_create_data.rb +253 -0
- data/lib/datadog_api_client/v2/models/security_filter_create_request.rb +237 -0
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter.rb +253 -0
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter_response.rb +243 -0
- data/lib/datadog_api_client/v2/models/security_filter_filtered_data_type.rb +38 -0
- data/lib/datadog_api_client/v2/models/security_filter_meta.rb +233 -0
- data/lib/datadog_api_client/v2/models/security_filter_response.rb +241 -0
- data/lib/datadog_api_client/v2/models/security_filter_type.rb +38 -0
- data/lib/datadog_api_client/v2/models/security_filter_update_attributes.rb +299 -0
- data/lib/datadog_api_client/v2/models/security_filter_update_data.rb +253 -0
- data/lib/datadog_api_client/v2/models/security_filter_update_request.rb +237 -0
- data/lib/datadog_api_client/v2/models/security_filters_response.rb +244 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_filter.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_filter_action.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_list_rules_response.rb +12 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +34 -5
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_evaluation_window.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_keep_alive.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_max_signal_duration.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_forget_after.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_duration.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_aggregation.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_response.rb +42 -3
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_severity.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb +39 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb +41 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +50 -5
- data/lib/datadog_api_client/v2/models/security_monitoring_runtime_agent_rule.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_filter.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_page.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_links.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta_page.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signals_sort.rb +1 -2
- data/lib/datadog_api_client/v2/models/service_account_create_attributes.rb +273 -0
- data/lib/datadog_api_client/v2/models/service_account_create_data.rb +262 -0
- data/lib/datadog_api_client/v2/models/service_account_create_request.rb +237 -0
- data/lib/datadog_api_client/v2/models/user.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_attributes.rb +24 -2
- data/lib/datadog_api_client/v2/models/user_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitation_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitation_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitation_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitation_response_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitations_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitations_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_invitations_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/user_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_response_included_item.rb +11 -2
- data/lib/datadog_api_client/v2/models/user_response_relationships.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/user_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/users_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/users_type.rb +1 -2
- data/lib/datadog_api_client/v2.rb +23 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/spec/fixtures/logs_archive_unknown_nested_oneof.json +23 -0
- data/spec/fixtures/synthetics_unknown_nested_enum.json +34 -0
- data/spec/fixtures/synthetics_unknown_nested_enum_in_list.json +59 -0
- data/spec/fixtures/synthetics_unknown_nested_oneof_in_list.json +61 -0
- data/spec/fixtures/synthetics_unknown_top_level_enum.json +33 -0
- data/spec/spec_helper.rb +19 -21
- data/spec/v1/api/webhooks_integration_api_spec.rb +136 -0
- data/spec/v1/deserialization_spec.rb +99 -0
- data/spec/v1/models/aws_account_delete_request_spec.rb +49 -0
- data/spec/v1/models/dashboard_bulk_action_data_spec.rb +43 -0
- data/spec/v1/models/dashboard_bulk_delete_request_spec.rb +37 -0
- data/spec/v1/models/dashboard_resource_type_spec.rb +31 -0
- data/spec/v1/models/dashboard_restore_request_spec.rb +37 -0
- data/spec/v1/models/downtime_child_spec.rb +127 -0
- data/spec/v1/models/formula_and_function_apm_dependency_stat_name_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_dependency_stats_data_source_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_dependency_stats_query_definition_spec.rb +91 -0
- data/spec/v1/models/formula_and_function_apm_resource_stat_name_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_resource_stats_data_source_spec.rb +31 -0
- data/spec/v1/models/formula_and_function_apm_resource_stats_query_definition_spec.rb +91 -0
- data/spec/v1/models/funnel_query_spec.rb +49 -0
- data/spec/v1/models/funnel_request_type_spec.rb +31 -0
- data/spec/v1/models/funnel_source_spec.rb +31 -0
- data/spec/v1/models/funnel_widget_definition_spec.rb +67 -0
- data/spec/v1/models/funnel_widget_definition_type_spec.rb +31 -0
- data/spec/v1/models/funnel_widget_request_spec.rb +43 -0
- data/spec/v1/models/list_stream_column_spec.rb +43 -0
- data/spec/v1/models/list_stream_column_width_spec.rb +31 -0
- data/spec/v1/models/list_stream_query_spec.rb +49 -0
- data/spec/v1/models/list_stream_response_format_spec.rb +31 -0
- data/spec/v1/models/list_stream_source_spec.rb +31 -0
- data/spec/v1/models/list_stream_widget_definition_spec.rb +79 -0
- data/spec/v1/models/list_stream_widget_definition_type_spec.rb +31 -0
- data/spec/v1/models/list_stream_widget_request_spec.rb +49 -0
- data/spec/v1/models/metric_content_encoding_spec.rb +31 -0
- data/spec/v1/models/monitor_group_search_response_counts_spec.rb +43 -0
- data/spec/v1/models/monitor_group_search_response_spec.rb +49 -0
- data/spec/v1/models/monitor_group_search_result_spec.rb +73 -0
- data/spec/v1/models/monitor_renotify_status_type_spec.rb +31 -0
- data/spec/v1/models/monitor_search_response_counts_spec.rb +55 -0
- data/spec/v1/models/monitor_search_response_metadata_spec.rb +55 -0
- data/spec/v1/models/monitor_search_response_spec.rb +49 -0
- data/spec/v1/models/monitor_search_result_notification_spec.rb +43 -0
- data/spec/v1/models/monitor_search_result_spec.rb +103 -0
- data/spec/v1/models/notebook_metadata_spec.rb +49 -0
- data/spec/v1/models/notebook_metadata_type_spec.rb +31 -0
- data/spec/v1/models/notebooks_response_data_attributes_spec.rb +73 -0
- data/spec/v1/models/notebooks_response_data_spec.rb +49 -0
- data/spec/v1/models/pagination_spec.rb +43 -0
- data/spec/v1/models/response_meta_attributes_spec.rb +37 -0
- data/spec/v1/models/{synthetics_tick_interval_spec.rb → scatterplot_dimension_spec.rb} +6 -6
- data/spec/v1/models/scatterplot_table_request_spec.rb +49 -0
- data/spec/v1/models/scatterplot_widget_aggregator_spec.rb +31 -0
- data/spec/v1/models/scatterplot_widget_formula_spec.rb +49 -0
- data/spec/v1/models/slo_history_monitor_spec.rb +103 -0
- data/spec/v1/models/slo_history_response_error_with_type_spec.rb +43 -0
- data/spec/v1/models/synthetics_batch_details_data_spec.rb +49 -0
- data/spec/v1/models/synthetics_batch_details_spec.rb +37 -0
- data/spec/v1/models/synthetics_batch_result_spec.rb +91 -0
- data/spec/v1/models/{synthetics_ci_test_metadata_ci_spec.rb → synthetics_ci_batch_metadata_ci_spec.rb} +6 -6
- data/spec/v1/models/{synthetics_ci_test_metadata_git_spec.rb → synthetics_ci_batch_metadata_git_spec.rb} +6 -6
- data/spec/v1/models/{synthetics_ci_test_metadata_spec.rb → synthetics_ci_batch_metadata_spec.rb} +6 -6
- data/spec/v1/models/synthetics_global_variable_attributes_spec.rb +37 -0
- data/spec/v1/models/synthetics_list_global_variables_response_spec.rb +37 -0
- data/spec/v1/models/synthetics_status_spec.rb +31 -0
- data/spec/v1/models/synthetics_test_execution_rule_spec.rb +31 -0
- data/spec/v1/models/tree_map_color_by_spec.rb +31 -0
- data/spec/v1/models/tree_map_group_by_spec.rb +31 -0
- data/spec/v1/models/tree_map_size_by_spec.rb +31 -0
- data/spec/v1/models/tree_map_widget_definition_spec.rb +67 -0
- data/spec/v1/models/tree_map_widget_definition_type_spec.rb +31 -0
- data/spec/v1/models/tree_map_widget_request_spec.rb +37 -0
- data/spec/v1/models/usage_attribution_body_spec.rb +12 -0
- data/spec/v1/models/usage_attribution_pagination_spec.rb +1 -13
- data/spec/v1/models/usage_attribution_values_spec.rb +48 -0
- data/spec/v1/models/{usage_trace_hour_spec.rb → usage_audit_logs_hour_spec.rb} +7 -7
- data/spec/v1/models/{usage_compliance_response_spec.rb → usage_audit_logs_response_spec.rb} +6 -6
- data/spec/v1/models/usage_billable_summary_keys_spec.rb +78 -0
- data/spec/v1/models/usage_cloud_security_posture_management_hour_spec.rb +49 -0
- data/spec/v1/models/usage_cloud_security_posture_management_response_spec.rb +37 -0
- data/spec/v1/models/{usage_compliance_hour_spec.rb → usage_cws_hour_spec.rb} +8 -8
- data/spec/v1/models/{usage_trace_response_spec.rb → usage_cws_response_spec.rb} +6 -6
- data/spec/v1/models/usage_dbm_hour_spec.rb +49 -0
- data/spec/v1/models/{usage_tracing_without_limits_response_spec.rb → usage_dbm_response_spec.rb} +6 -6
- data/spec/v1/models/usage_host_hour_spec.rb +18 -0
- data/spec/v1/models/{usage_tracing_without_limits_hour_spec.rb → usage_sds_hour_spec.rb} +13 -7
- data/spec/v1/models/usage_sds_response_spec.rb +37 -0
- data/spec/v1/models/usage_summary_date_org_spec.rb +54 -0
- data/spec/v1/models/usage_summary_date_spec.rb +56 -2
- data/spec/v1/models/usage_summary_response_spec.rb +60 -0
- data/spec/v1/models/usage_top_avg_metrics_response_spec.rb +6 -0
- data/spec/v1/models/webhooks_integration_custom_variable_response_spec.rb +49 -0
- data/spec/v1/models/webhooks_integration_custom_variable_spec.rb +49 -0
- data/spec/v1/models/webhooks_integration_custom_variable_update_request_spec.rb +49 -0
- data/spec/v1/models/webhooks_integration_encoding_spec.rb +31 -0
- data/spec/v1/models/webhooks_integration_spec.rb +61 -0
- data/spec/v1/models/webhooks_integration_update_request_spec.rb +61 -0
- data/spec/v2/api/service_accounts_api_spec.rb +109 -0
- data/spec/v2/models/incident_notification_handle_spec.rb +43 -0
- data/spec/v2/models/partial_application_key_response_spec.rb +43 -0
- data/spec/v2/models/security_filter_attributes_spec.rb +73 -0
- data/spec/v2/models/security_filter_create_attributes_spec.rb +61 -0
- data/spec/v2/models/security_filter_create_data_spec.rb +43 -0
- data/spec/v2/models/security_filter_create_request_spec.rb +37 -0
- data/spec/v2/models/security_filter_exclusion_filter_response_spec.rb +43 -0
- data/spec/v2/models/security_filter_exclusion_filter_spec.rb +43 -0
- data/spec/v2/models/security_filter_filtered_data_type_spec.rb +31 -0
- data/spec/v2/models/security_filter_meta_spec.rb +37 -0
- data/spec/v2/models/security_filter_response_spec.rb +43 -0
- data/spec/v2/models/security_filter_spec.rb +49 -0
- data/spec/v2/models/security_filter_type_spec.rb +31 -0
- data/spec/v2/models/security_filter_update_attributes_spec.rb +67 -0
- data/spec/v2/models/security_filter_update_data_spec.rb +43 -0
- data/spec/v2/models/security_filter_update_request_spec.rb +37 -0
- data/spec/v2/models/security_filters_response_spec.rb +43 -0
- data/spec/v2/models/security_monitoring_rule_type_create_spec.rb +31 -0
- data/spec/v2/models/security_monitoring_rule_type_read_spec.rb +31 -0
- data/spec/v2/models/service_account_create_attributes_spec.rb +55 -0
- data/spec/v2/models/service_account_create_data_spec.rb +49 -0
- data/spec/v2/models/service_account_create_request_spec.rb +37 -0
- metadata +436 -46
- data/.azure-pipelines/all.yml +0 -50
- data/docs/v1/SyntheticsCITestMetadata.md +0 -20
- data/docs/v1/SyntheticsCITestMetadataGit.md +0 -20
- data/docs/v1/UsageComplianceHour.md +0 -22
- data/docs/v1/UsageComplianceResponse.md +0 -18
- data/docs/v1/UsageTraceHour.md +0 -20
- data/docs/v1/UsageTraceResponse.md +0 -18
- data/docs/v1/UsageTracingWithoutLimitsHour.md +0 -20
- data/docs/v1/UsageTracingWithoutLimitsResponse.md +0 -18
data/data/v2/openapi.yaml
CHANGED
|
@@ -95,13 +95,22 @@ components:
|
|
|
95
95
|
required: false
|
|
96
96
|
schema:
|
|
97
97
|
type: string
|
|
98
|
-
|
|
98
|
+
ApplicationKeyID:
|
|
99
99
|
description: The ID of the application key.
|
|
100
100
|
in: path
|
|
101
101
|
name: app_key_id
|
|
102
102
|
required: true
|
|
103
103
|
schema:
|
|
104
104
|
type: string
|
|
105
|
+
ApplicationKeyIncludeParameter:
|
|
106
|
+
description: Resource path for related resources to include in the response.
|
|
107
|
+
Only `owned_by` is supported.
|
|
108
|
+
in: query
|
|
109
|
+
name: include
|
|
110
|
+
required: false
|
|
111
|
+
schema:
|
|
112
|
+
example: owned_by
|
|
113
|
+
type: string
|
|
105
114
|
ApplicationKeysSortParameter:
|
|
106
115
|
description: 'Application key attribute used to sort results. Sort order is
|
|
107
116
|
ascending
|
|
@@ -207,6 +216,7 @@ components:
|
|
|
207
216
|
required: false
|
|
208
217
|
schema:
|
|
209
218
|
default: 0
|
|
219
|
+
example: 0
|
|
210
220
|
format: int64
|
|
211
221
|
type: integer
|
|
212
222
|
PageOffset:
|
|
@@ -216,6 +226,7 @@ components:
|
|
|
216
226
|
required: false
|
|
217
227
|
schema:
|
|
218
228
|
default: 0
|
|
229
|
+
example: 0
|
|
219
230
|
format: int64
|
|
220
231
|
type: integer
|
|
221
232
|
PageSize:
|
|
@@ -225,6 +236,7 @@ components:
|
|
|
225
236
|
required: false
|
|
226
237
|
schema:
|
|
227
238
|
default: 10
|
|
239
|
+
example: 10
|
|
228
240
|
format: int64
|
|
229
241
|
type: integer
|
|
230
242
|
RoleID:
|
|
@@ -234,6 +246,13 @@ components:
|
|
|
234
246
|
required: true
|
|
235
247
|
schema:
|
|
236
248
|
type: string
|
|
249
|
+
SecurityFilterID:
|
|
250
|
+
description: The ID of the security filter.
|
|
251
|
+
in: path
|
|
252
|
+
name: security_filter_id
|
|
253
|
+
required: true
|
|
254
|
+
schema:
|
|
255
|
+
type: string
|
|
237
256
|
SecurityMonitoringRuleID:
|
|
238
257
|
description: The ID of the rule.
|
|
239
258
|
in: path
|
|
@@ -241,12 +260,21 @@ components:
|
|
|
241
260
|
required: true
|
|
242
261
|
schema:
|
|
243
262
|
type: string
|
|
263
|
+
ServiceAccountID:
|
|
264
|
+
description: The ID of the service account.
|
|
265
|
+
in: path
|
|
266
|
+
name: service_account_id
|
|
267
|
+
required: true
|
|
268
|
+
schema:
|
|
269
|
+
example: 00000000-0000-0000-0000-000000000000
|
|
270
|
+
type: string
|
|
244
271
|
UserID:
|
|
245
272
|
description: The ID of the user.
|
|
246
273
|
in: path
|
|
247
274
|
name: user_id
|
|
248
275
|
required: true
|
|
249
276
|
schema:
|
|
277
|
+
example: 00000000-0000-0000-0000-000000000000
|
|
250
278
|
type: string
|
|
251
279
|
requestBodies: {}
|
|
252
280
|
responses:
|
|
@@ -476,7 +504,7 @@ components:
|
|
|
476
504
|
ApplicationKeyRelationships:
|
|
477
505
|
description: Resources related to the application key.
|
|
478
506
|
properties:
|
|
479
|
-
|
|
507
|
+
owned_by:
|
|
480
508
|
$ref: '#/components/schemas/RelationshipToUser'
|
|
481
509
|
type: object
|
|
482
510
|
ApplicationKeyResponse:
|
|
@@ -835,7 +863,7 @@ components:
|
|
|
835
863
|
type: dropdown
|
|
836
864
|
value: SEV-5
|
|
837
865
|
type: object
|
|
838
|
-
|
|
866
|
+
initial_cells:
|
|
839
867
|
description: An array of initial timeline cells to be placed at the beginning
|
|
840
868
|
of the incident timeline.
|
|
841
869
|
items:
|
|
@@ -845,9 +873,7 @@ components:
|
|
|
845
873
|
description: Notification handles that will be notified of the incident
|
|
846
874
|
at creation.
|
|
847
875
|
items:
|
|
848
|
-
|
|
849
|
-
example: '@test.user@test.com'
|
|
850
|
-
type: string
|
|
876
|
+
$ref: '#/components/schemas/IncidentNotificationHandle'
|
|
851
877
|
type: array
|
|
852
878
|
title:
|
|
853
879
|
description: The title of the incident, which summarizes what happened.
|
|
@@ -910,6 +936,7 @@ components:
|
|
|
910
936
|
description: A value which has been selected for the parent field.
|
|
911
937
|
example: '1.1'
|
|
912
938
|
type: string
|
|
939
|
+
nullable: true
|
|
913
940
|
type: array
|
|
914
941
|
type: object
|
|
915
942
|
IncidentFieldAttributesSingleValue:
|
|
@@ -920,6 +947,7 @@ components:
|
|
|
920
947
|
value:
|
|
921
948
|
description: The single value selected for this field.
|
|
922
949
|
example: SEV-1
|
|
950
|
+
nullable: true
|
|
923
951
|
type: string
|
|
924
952
|
type: object
|
|
925
953
|
IncidentFieldAttributesSingleValueType:
|
|
@@ -949,14 +977,26 @@ components:
|
|
|
949
977
|
- METRICTAG
|
|
950
978
|
- AUTOCOMPLETE
|
|
951
979
|
IncidentIntegrationMetadataType:
|
|
952
|
-
default:
|
|
980
|
+
default: incident_integrations
|
|
953
981
|
description: Integration metadata resource type.
|
|
954
982
|
enum:
|
|
955
|
-
-
|
|
956
|
-
example:
|
|
983
|
+
- incident_integrations
|
|
984
|
+
example: incident_integrations
|
|
957
985
|
type: string
|
|
958
986
|
x-enum-varnames:
|
|
959
|
-
-
|
|
987
|
+
- INCIDENT_INTEGRATIONS
|
|
988
|
+
IncidentNotificationHandle:
|
|
989
|
+
description: A notification handle that will be notified at incident creation.
|
|
990
|
+
properties:
|
|
991
|
+
display_name:
|
|
992
|
+
description: The name of the notified handle.
|
|
993
|
+
example: Jane Doe
|
|
994
|
+
type: string
|
|
995
|
+
handle:
|
|
996
|
+
description: The email address used for the notification.
|
|
997
|
+
example: '@test.user@test.com'
|
|
998
|
+
type: string
|
|
999
|
+
type: object
|
|
960
1000
|
IncidentPostmortemType:
|
|
961
1001
|
default: incident_postmortems
|
|
962
1002
|
description: Incident postmortem resource type.
|
|
@@ -1044,10 +1084,8 @@ components:
|
|
|
1044
1084
|
description: Notification handles that will be notified of the incident
|
|
1045
1085
|
during update.
|
|
1046
1086
|
items:
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
example: '@test.user@test.com'
|
|
1050
|
-
type: string
|
|
1087
|
+
$ref: '#/components/schemas/IncidentNotificationHandle'
|
|
1088
|
+
nullable: true
|
|
1051
1089
|
type: array
|
|
1052
1090
|
postmortem_id:
|
|
1053
1091
|
description: The UUID of the postmortem object attached to the incident.
|
|
@@ -1582,10 +1620,7 @@ components:
|
|
|
1582
1620
|
description: Notification handles that will be notified of the incident
|
|
1583
1621
|
during update.
|
|
1584
1622
|
items:
|
|
1585
|
-
|
|
1586
|
-
update.
|
|
1587
|
-
example: '@test.user@test.com'
|
|
1588
|
-
type: string
|
|
1623
|
+
$ref: '#/components/schemas/IncidentNotificationHandle'
|
|
1589
1624
|
type: array
|
|
1590
1625
|
resolved:
|
|
1591
1626
|
description: Timestamp when the incident's state was set to resolved.
|
|
@@ -1674,9 +1709,9 @@ components:
|
|
|
1674
1709
|
integrations:
|
|
1675
1710
|
data:
|
|
1676
1711
|
- id: 00000000-0000-0000-0000-000000000000
|
|
1677
|
-
type:
|
|
1712
|
+
type: incident_integrations
|
|
1678
1713
|
- id: 00000000-0000-0000-0000-000000000000
|
|
1679
|
-
type:
|
|
1714
|
+
type: incident_integrations
|
|
1680
1715
|
last_modified_by_user:
|
|
1681
1716
|
data:
|
|
1682
1717
|
id: 00000000-0000-0000-0000-000000000000
|
|
@@ -1718,9 +1753,9 @@ components:
|
|
|
1718
1753
|
integrations:
|
|
1719
1754
|
data:
|
|
1720
1755
|
- id: 00000000-0000-0000-0000-000000000000
|
|
1721
|
-
type:
|
|
1756
|
+
type: incident_integrations
|
|
1722
1757
|
- id: 00000000-0000-0000-0000-000000000000
|
|
1723
|
-
type:
|
|
1758
|
+
type: incident_integrations
|
|
1724
1759
|
last_modified_by_user:
|
|
1725
1760
|
data:
|
|
1726
1761
|
id: 00000000-0000-0000-0000-000000000000
|
|
@@ -3328,6 +3363,17 @@ components:
|
|
|
3328
3363
|
example: Application Key for submitting metrics
|
|
3329
3364
|
type: string
|
|
3330
3365
|
type: object
|
|
3366
|
+
PartialApplicationKeyResponse:
|
|
3367
|
+
description: Response for retrieving a partial application key.
|
|
3368
|
+
properties:
|
|
3369
|
+
data:
|
|
3370
|
+
$ref: '#/components/schemas/PartialApplicationKey'
|
|
3371
|
+
included:
|
|
3372
|
+
description: Array of objects related to the application key.
|
|
3373
|
+
items:
|
|
3374
|
+
$ref: '#/components/schemas/ApplicationKeyResponseIncludedItem'
|
|
3375
|
+
type: array
|
|
3376
|
+
type: object
|
|
3331
3377
|
Permission:
|
|
3332
3378
|
description: Permission object.
|
|
3333
3379
|
properties:
|
|
@@ -3484,7 +3530,7 @@ components:
|
|
|
3484
3530
|
description: A relationship reference for an integration metadata object.
|
|
3485
3531
|
example:
|
|
3486
3532
|
id: 00000000-0000-0000-0000-000000000000
|
|
3487
|
-
type:
|
|
3533
|
+
type: incident_integrations
|
|
3488
3534
|
properties:
|
|
3489
3535
|
id:
|
|
3490
3536
|
description: A unique identifier that represents the integration metadata.
|
|
@@ -3501,17 +3547,17 @@ components:
|
|
|
3501
3547
|
example:
|
|
3502
3548
|
data:
|
|
3503
3549
|
- id: 00000000-0000-0000-0000-000000000000
|
|
3504
|
-
type:
|
|
3550
|
+
type: incident_integrations
|
|
3505
3551
|
- id: 00000000-0000-0000-0000-000000000000
|
|
3506
|
-
type:
|
|
3552
|
+
type: incident_integrations
|
|
3507
3553
|
properties:
|
|
3508
3554
|
data:
|
|
3509
3555
|
description: The integration metadata relationship array
|
|
3510
3556
|
example:
|
|
3511
3557
|
- id: 00000000-0000-0000-0000-000000000000
|
|
3512
|
-
type:
|
|
3558
|
+
type: incident_integrations
|
|
3513
3559
|
- id: 00000000-0000-0000-0000-000000000000
|
|
3514
|
-
type:
|
|
3560
|
+
type: incident_integrations
|
|
3515
3561
|
items:
|
|
3516
3562
|
$ref: '#/components/schemas/RelationshipToIncidentIntegrationMetadataData'
|
|
3517
3563
|
type: array
|
|
@@ -3881,6 +3927,231 @@ components:
|
|
|
3881
3927
|
type: string
|
|
3882
3928
|
x-enum-varnames:
|
|
3883
3929
|
- ROLES
|
|
3930
|
+
SecurityFilter:
|
|
3931
|
+
description: The security filter's properties.
|
|
3932
|
+
properties:
|
|
3933
|
+
attributes:
|
|
3934
|
+
$ref: '#/components/schemas/SecurityFilterAttributes'
|
|
3935
|
+
id:
|
|
3936
|
+
$ref: '#/components/schemas/SecurityFilterID'
|
|
3937
|
+
type:
|
|
3938
|
+
$ref: '#/components/schemas/SecurityFilterType'
|
|
3939
|
+
type: object
|
|
3940
|
+
SecurityFilterAttributes:
|
|
3941
|
+
description: The object describing a security filter.
|
|
3942
|
+
properties:
|
|
3943
|
+
exclusion_filters:
|
|
3944
|
+
description: The list of exclusion filters applied in this security filter.
|
|
3945
|
+
items:
|
|
3946
|
+
$ref: '#/components/schemas/SecurityFilterExclusionFilterResponse'
|
|
3947
|
+
type: array
|
|
3948
|
+
filtered_data_type:
|
|
3949
|
+
$ref: '#/components/schemas/SecurityFilterFilteredDataType'
|
|
3950
|
+
is_builtin:
|
|
3951
|
+
description: Whether the security filter is the built-in filter.
|
|
3952
|
+
example: false
|
|
3953
|
+
type: boolean
|
|
3954
|
+
is_enabled:
|
|
3955
|
+
description: Whether the security filter is enabled.
|
|
3956
|
+
example: false
|
|
3957
|
+
type: boolean
|
|
3958
|
+
name:
|
|
3959
|
+
description: The security filter name.
|
|
3960
|
+
example: Custom security filter
|
|
3961
|
+
type: string
|
|
3962
|
+
query:
|
|
3963
|
+
description: The security filter query. Logs accepted by this query will
|
|
3964
|
+
be accepted by this filter.
|
|
3965
|
+
example: service:api
|
|
3966
|
+
type: string
|
|
3967
|
+
version:
|
|
3968
|
+
description: The version of the security filter.
|
|
3969
|
+
example: 1
|
|
3970
|
+
format: int32
|
|
3971
|
+
maximum: 2147483647
|
|
3972
|
+
type: integer
|
|
3973
|
+
type: object
|
|
3974
|
+
SecurityFilterCreateAttributes:
|
|
3975
|
+
description: Object containing the attributes of the security filter to be created.
|
|
3976
|
+
properties:
|
|
3977
|
+
exclusion_filters:
|
|
3978
|
+
description: Exclusion filters to exclude some logs from the security filter.
|
|
3979
|
+
example:
|
|
3980
|
+
- name: Exclude staging
|
|
3981
|
+
query: source:staging
|
|
3982
|
+
items:
|
|
3983
|
+
$ref: '#/components/schemas/SecurityFilterExclusionFilter'
|
|
3984
|
+
type: array
|
|
3985
|
+
filtered_data_type:
|
|
3986
|
+
$ref: '#/components/schemas/SecurityFilterFilteredDataType'
|
|
3987
|
+
is_enabled:
|
|
3988
|
+
description: Whether the security filter is enabled.
|
|
3989
|
+
example: true
|
|
3990
|
+
type: boolean
|
|
3991
|
+
name:
|
|
3992
|
+
description: The name of the security filter.
|
|
3993
|
+
example: Custom security filter
|
|
3994
|
+
type: string
|
|
3995
|
+
query:
|
|
3996
|
+
description: The query of the security filter.
|
|
3997
|
+
example: service:api
|
|
3998
|
+
type: string
|
|
3999
|
+
required:
|
|
4000
|
+
- name
|
|
4001
|
+
- query
|
|
4002
|
+
- exclusion_filters
|
|
4003
|
+
- filtered_data_type
|
|
4004
|
+
- is_enabled
|
|
4005
|
+
type: object
|
|
4006
|
+
SecurityFilterCreateData:
|
|
4007
|
+
description: Object for a single security filter.
|
|
4008
|
+
properties:
|
|
4009
|
+
attributes:
|
|
4010
|
+
$ref: '#/components/schemas/SecurityFilterCreateAttributes'
|
|
4011
|
+
type:
|
|
4012
|
+
$ref: '#/components/schemas/SecurityFilterType'
|
|
4013
|
+
required:
|
|
4014
|
+
- type
|
|
4015
|
+
- attributes
|
|
4016
|
+
type: object
|
|
4017
|
+
SecurityFilterCreateRequest:
|
|
4018
|
+
description: Request object that includes the security filter that you would
|
|
4019
|
+
like to create.
|
|
4020
|
+
properties:
|
|
4021
|
+
data:
|
|
4022
|
+
$ref: '#/components/schemas/SecurityFilterCreateData'
|
|
4023
|
+
required:
|
|
4024
|
+
- data
|
|
4025
|
+
type: object
|
|
4026
|
+
SecurityFilterExclusionFilter:
|
|
4027
|
+
description: Exclusion filter for the security filter.
|
|
4028
|
+
example:
|
|
4029
|
+
name: Exclude staging
|
|
4030
|
+
query: source:staging
|
|
4031
|
+
properties:
|
|
4032
|
+
name:
|
|
4033
|
+
description: Exclusion filter name.
|
|
4034
|
+
example: Exclude staging
|
|
4035
|
+
type: string
|
|
4036
|
+
query:
|
|
4037
|
+
description: Exclusion filter query. Logs that match this query are excluded
|
|
4038
|
+
from the security filter.
|
|
4039
|
+
example: source:staging
|
|
4040
|
+
type: string
|
|
4041
|
+
required:
|
|
4042
|
+
- name
|
|
4043
|
+
- query
|
|
4044
|
+
type: object
|
|
4045
|
+
SecurityFilterExclusionFilterResponse:
|
|
4046
|
+
description: A single exclusion filter.
|
|
4047
|
+
properties:
|
|
4048
|
+
name:
|
|
4049
|
+
description: The exclusion filter name.
|
|
4050
|
+
example: Exclude staging
|
|
4051
|
+
type: string
|
|
4052
|
+
query:
|
|
4053
|
+
description: The exclusion filter query.
|
|
4054
|
+
example: source:staging
|
|
4055
|
+
type: string
|
|
4056
|
+
type: object
|
|
4057
|
+
SecurityFilterFilteredDataType:
|
|
4058
|
+
description: The filtered data type.
|
|
4059
|
+
enum:
|
|
4060
|
+
- logs
|
|
4061
|
+
example: logs
|
|
4062
|
+
type: string
|
|
4063
|
+
x-enum-varnames:
|
|
4064
|
+
- LOGS
|
|
4065
|
+
SecurityFilterID:
|
|
4066
|
+
description: The ID of the security filter.
|
|
4067
|
+
example: 3dd-0uc-h1s
|
|
4068
|
+
type: string
|
|
4069
|
+
SecurityFilterMeta:
|
|
4070
|
+
description: Optional metadata associated to the response.
|
|
4071
|
+
properties:
|
|
4072
|
+
warning:
|
|
4073
|
+
description: A warning message.
|
|
4074
|
+
example: All the security filters are disabled. As a result, no logs are
|
|
4075
|
+
being analyzed.
|
|
4076
|
+
type: string
|
|
4077
|
+
type: object
|
|
4078
|
+
SecurityFilterResponse:
|
|
4079
|
+
description: Response object which includes a single security filter.
|
|
4080
|
+
properties:
|
|
4081
|
+
data:
|
|
4082
|
+
$ref: '#/components/schemas/SecurityFilter'
|
|
4083
|
+
meta:
|
|
4084
|
+
$ref: '#/components/schemas/SecurityFilterMeta'
|
|
4085
|
+
type: object
|
|
4086
|
+
SecurityFilterType:
|
|
4087
|
+
default: security_filters
|
|
4088
|
+
description: The type of the resource. The value should always be `security_filters`.
|
|
4089
|
+
enum:
|
|
4090
|
+
- security_filters
|
|
4091
|
+
example: security_filters
|
|
4092
|
+
type: string
|
|
4093
|
+
x-enum-varnames:
|
|
4094
|
+
- SECURITY_FILTERS
|
|
4095
|
+
SecurityFilterUpdateAttributes:
|
|
4096
|
+
description: The security filters properties to be updated.
|
|
4097
|
+
properties:
|
|
4098
|
+
exclusion_filters:
|
|
4099
|
+
description: Exclusion filters to exclude some logs from the security filter.
|
|
4100
|
+
example: []
|
|
4101
|
+
items:
|
|
4102
|
+
$ref: '#/components/schemas/SecurityFilterExclusionFilter'
|
|
4103
|
+
type: array
|
|
4104
|
+
filtered_data_type:
|
|
4105
|
+
$ref: '#/components/schemas/SecurityFilterFilteredDataType'
|
|
4106
|
+
is_enabled:
|
|
4107
|
+
description: Whether the security filter is enabled.
|
|
4108
|
+
example: true
|
|
4109
|
+
type: boolean
|
|
4110
|
+
name:
|
|
4111
|
+
description: The name of the security filter.
|
|
4112
|
+
example: Custom security filter
|
|
4113
|
+
type: string
|
|
4114
|
+
query:
|
|
4115
|
+
description: The query of the security filter.
|
|
4116
|
+
example: service:api
|
|
4117
|
+
type: string
|
|
4118
|
+
version:
|
|
4119
|
+
description: The version of the security filter to update.
|
|
4120
|
+
example: 1
|
|
4121
|
+
format: int32
|
|
4122
|
+
maximum: 2147483647
|
|
4123
|
+
type: integer
|
|
4124
|
+
type: object
|
|
4125
|
+
SecurityFilterUpdateData:
|
|
4126
|
+
description: The new security filter properties.
|
|
4127
|
+
properties:
|
|
4128
|
+
attributes:
|
|
4129
|
+
$ref: '#/components/schemas/SecurityFilterUpdateAttributes'
|
|
4130
|
+
type:
|
|
4131
|
+
$ref: '#/components/schemas/SecurityFilterType'
|
|
4132
|
+
required:
|
|
4133
|
+
- type
|
|
4134
|
+
- attributes
|
|
4135
|
+
type: object
|
|
4136
|
+
SecurityFilterUpdateRequest:
|
|
4137
|
+
description: The new security filter body.
|
|
4138
|
+
properties:
|
|
4139
|
+
data:
|
|
4140
|
+
$ref: '#/components/schemas/SecurityFilterUpdateData'
|
|
4141
|
+
required:
|
|
4142
|
+
- data
|
|
4143
|
+
type: object
|
|
4144
|
+
SecurityFiltersResponse:
|
|
4145
|
+
description: All the available security filters objects.
|
|
4146
|
+
properties:
|
|
4147
|
+
data:
|
|
4148
|
+
description: A list of security filters objects.
|
|
4149
|
+
items:
|
|
4150
|
+
$ref: '#/components/schemas/SecurityFilter'
|
|
4151
|
+
type: array
|
|
4152
|
+
meta:
|
|
4153
|
+
$ref: '#/components/schemas/SecurityFilterMeta'
|
|
4154
|
+
type: object
|
|
3884
4155
|
SecurityMonitoringFilter:
|
|
3885
4156
|
description: The rule's suppression filter.
|
|
3886
4157
|
properties:
|
|
@@ -3903,7 +4174,7 @@ components:
|
|
|
3903
4174
|
description: List of rules.
|
|
3904
4175
|
properties:
|
|
3905
4176
|
data:
|
|
3906
|
-
description:
|
|
4177
|
+
description: Array containing the list of rules.
|
|
3907
4178
|
items:
|
|
3908
4179
|
$ref: '#/components/schemas/SecurityMonitoringRuleResponse'
|
|
3909
4180
|
type: array
|
|
@@ -3969,6 +4240,11 @@ components:
|
|
|
3969
4240
|
items:
|
|
3970
4241
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
3971
4242
|
type: array
|
|
4243
|
+
hasExtendedTitle:
|
|
4244
|
+
description: Whether the notifications include the triggering group-by values
|
|
4245
|
+
in their title.
|
|
4246
|
+
example: true
|
|
4247
|
+
type: boolean
|
|
3972
4248
|
isEnabled:
|
|
3973
4249
|
description: Whether the rule is enabled.
|
|
3974
4250
|
example: true
|
|
@@ -3979,7 +4255,7 @@ components:
|
|
|
3979
4255
|
type: string
|
|
3980
4256
|
name:
|
|
3981
4257
|
description: The name of the rule.
|
|
3982
|
-
example:
|
|
4258
|
+
example: My security monitoring rule.
|
|
3983
4259
|
type: string
|
|
3984
4260
|
options:
|
|
3985
4261
|
$ref: '#/components/schemas/SecurityMonitoringRuleOptions'
|
|
@@ -3998,6 +4274,8 @@ components:
|
|
|
3998
4274
|
description: Tag.
|
|
3999
4275
|
type: string
|
|
4000
4276
|
type: array
|
|
4277
|
+
type:
|
|
4278
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleTypeCreate'
|
|
4001
4279
|
required:
|
|
4002
4280
|
- name
|
|
4003
4281
|
- isEnabled
|
|
@@ -4043,8 +4321,8 @@ components:
|
|
|
4043
4321
|
- ONE_HOUR
|
|
4044
4322
|
- TWO_HOURS
|
|
4045
4323
|
SecurityMonitoringRuleKeepAlive:
|
|
4046
|
-
description: "Once a signal is generated, the signal will remain \u201Copen\u201D
|
|
4047
|
-
|
|
4324
|
+
description: "Once a signal is generated, the signal will remain \u201Copen\u201D
|
|
4325
|
+
if a case is matched at least once within\nthis keep alive window."
|
|
4048
4326
|
enum:
|
|
4049
4327
|
- 0
|
|
4050
4328
|
- 60
|
|
@@ -4070,9 +4348,9 @@ components:
|
|
|
4070
4348
|
- THREE_HOURS
|
|
4071
4349
|
- SIX_HOURS
|
|
4072
4350
|
SecurityMonitoringRuleMaxSignalDuration:
|
|
4073
|
-
description: "A signal will \u201Cclose\u201D regardless of the query being
|
|
4074
|
-
|
|
4075
|
-
|
|
4351
|
+
description: "A signal will \u201Cclose\u201D regardless of the query being
|
|
4352
|
+
matched once the time exceeds the maximum duration.\nThis time is calculated
|
|
4353
|
+
from the first seen timestamp."
|
|
4076
4354
|
enum:
|
|
4077
4355
|
- 0
|
|
4078
4356
|
- 60
|
|
@@ -4232,13 +4510,13 @@ components:
|
|
|
4232
4510
|
type: string
|
|
4233
4511
|
query:
|
|
4234
4512
|
description: Query to run on logs.
|
|
4235
|
-
example: a
|
|
4513
|
+
example: a > 3
|
|
4236
4514
|
type: string
|
|
4237
4515
|
required:
|
|
4238
4516
|
- query
|
|
4239
4517
|
type: object
|
|
4240
4518
|
SecurityMonitoringRuleResponse:
|
|
4241
|
-
description:
|
|
4519
|
+
description: Rule.
|
|
4242
4520
|
properties:
|
|
4243
4521
|
cases:
|
|
4244
4522
|
description: Cases for generating signals.
|
|
@@ -4259,6 +4537,10 @@ components:
|
|
|
4259
4537
|
items:
|
|
4260
4538
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
4261
4539
|
type: array
|
|
4540
|
+
hasExtendedTitle:
|
|
4541
|
+
description: Whether the notifications include the triggering group-by values
|
|
4542
|
+
in their title.
|
|
4543
|
+
type: boolean
|
|
4262
4544
|
id:
|
|
4263
4545
|
description: The ID of the rule.
|
|
4264
4546
|
type: string
|
|
@@ -4290,6 +4572,12 @@ components:
|
|
|
4290
4572
|
description: Tag.
|
|
4291
4573
|
type: string
|
|
4292
4574
|
type: array
|
|
4575
|
+
type:
|
|
4576
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleTypeRead'
|
|
4577
|
+
updateAuthorId:
|
|
4578
|
+
description: User ID of the user who updated the rule.
|
|
4579
|
+
format: int64
|
|
4580
|
+
type: integer
|
|
4293
4581
|
version:
|
|
4294
4582
|
description: The version of the rule.
|
|
4295
4583
|
format: int64
|
|
@@ -4302,6 +4590,7 @@ components:
|
|
|
4302
4590
|
- medium
|
|
4303
4591
|
- high
|
|
4304
4592
|
- critical
|
|
4593
|
+
example: critical
|
|
4305
4594
|
type: string
|
|
4306
4595
|
x-enum-varnames:
|
|
4307
4596
|
- INFO
|
|
@@ -4309,6 +4598,28 @@ components:
|
|
|
4309
4598
|
- MEDIUM
|
|
4310
4599
|
- HIGH
|
|
4311
4600
|
- CRITICAL
|
|
4601
|
+
SecurityMonitoringRuleTypeCreate:
|
|
4602
|
+
description: The rule type.
|
|
4603
|
+
enum:
|
|
4604
|
+
- log_detection
|
|
4605
|
+
- workload_security
|
|
4606
|
+
type: string
|
|
4607
|
+
x-enum-varnames:
|
|
4608
|
+
- LOG_DETECTION
|
|
4609
|
+
- WORKLOAD_SECURITY
|
|
4610
|
+
SecurityMonitoringRuleTypeRead:
|
|
4611
|
+
description: The rule type.
|
|
4612
|
+
enum:
|
|
4613
|
+
- log_detection
|
|
4614
|
+
- infrastructure_configuration
|
|
4615
|
+
- workload_security
|
|
4616
|
+
- cloud_configuration
|
|
4617
|
+
type: string
|
|
4618
|
+
x-enum-varnames:
|
|
4619
|
+
- LOG_DETECTION
|
|
4620
|
+
- INFRASTRUCTURE_CONFIGURATION
|
|
4621
|
+
- WORKLOAD_SECURITY
|
|
4622
|
+
- CLOUD_CONFIGURATION
|
|
4312
4623
|
SecurityMonitoringRuleUpdatePayload:
|
|
4313
4624
|
description: Update an existing rule.
|
|
4314
4625
|
properties:
|
|
@@ -4323,6 +4634,11 @@ components:
|
|
|
4323
4634
|
items:
|
|
4324
4635
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
|
4325
4636
|
type: array
|
|
4637
|
+
hasExtendedTitle:
|
|
4638
|
+
description: Whether the notifications include the triggering group-by values
|
|
4639
|
+
in their title.
|
|
4640
|
+
example: true
|
|
4641
|
+
type: boolean
|
|
4326
4642
|
isEnabled:
|
|
4327
4643
|
description: Whether the rule is enabled.
|
|
4328
4644
|
type: boolean
|
|
@@ -4345,6 +4661,12 @@ components:
|
|
|
4345
4661
|
description: Tag.
|
|
4346
4662
|
type: string
|
|
4347
4663
|
type: array
|
|
4664
|
+
version:
|
|
4665
|
+
description: The version of the rule being updated.
|
|
4666
|
+
example: 1
|
|
4667
|
+
format: int32
|
|
4668
|
+
maximum: 2147483647
|
|
4669
|
+
type: integer
|
|
4348
4670
|
type: object
|
|
4349
4671
|
SecurityMonitoringRuntimeAgentRule:
|
|
4350
4672
|
description: The Agent rule.
|
|
@@ -4506,6 +4828,48 @@ components:
|
|
|
4506
4828
|
x-enum-varnames:
|
|
4507
4829
|
- TIMESTAMP_ASCENDING
|
|
4508
4830
|
- TIMESTAMP_DESCENDING
|
|
4831
|
+
ServiceAccountCreateAttributes:
|
|
4832
|
+
description: Attributes of the created user.
|
|
4833
|
+
properties:
|
|
4834
|
+
email:
|
|
4835
|
+
description: The email of the user.
|
|
4836
|
+
example: jane.doe@example.com
|
|
4837
|
+
type: string
|
|
4838
|
+
name:
|
|
4839
|
+
description: The name of the user.
|
|
4840
|
+
type: string
|
|
4841
|
+
service_account:
|
|
4842
|
+
description: Whether the user is a service account. Must be true.
|
|
4843
|
+
example: true
|
|
4844
|
+
type: boolean
|
|
4845
|
+
title:
|
|
4846
|
+
description: The title of the user.
|
|
4847
|
+
type: string
|
|
4848
|
+
required:
|
|
4849
|
+
- email
|
|
4850
|
+
- service_account
|
|
4851
|
+
type: object
|
|
4852
|
+
ServiceAccountCreateData:
|
|
4853
|
+
description: Object to create a service account User.
|
|
4854
|
+
properties:
|
|
4855
|
+
attributes:
|
|
4856
|
+
$ref: '#/components/schemas/ServiceAccountCreateAttributes'
|
|
4857
|
+
relationships:
|
|
4858
|
+
$ref: '#/components/schemas/UserRelationships'
|
|
4859
|
+
type:
|
|
4860
|
+
$ref: '#/components/schemas/UsersType'
|
|
4861
|
+
required:
|
|
4862
|
+
- attributes
|
|
4863
|
+
- type
|
|
4864
|
+
type: object
|
|
4865
|
+
ServiceAccountCreateRequest:
|
|
4866
|
+
description: Create a service account.
|
|
4867
|
+
properties:
|
|
4868
|
+
data:
|
|
4869
|
+
$ref: '#/components/schemas/ServiceAccountCreateData'
|
|
4870
|
+
required:
|
|
4871
|
+
- data
|
|
4872
|
+
type: object
|
|
4509
4873
|
User:
|
|
4510
4874
|
description: User object returned by the API.
|
|
4511
4875
|
properties:
|
|
@@ -4544,12 +4908,17 @@ components:
|
|
|
4544
4908
|
type: string
|
|
4545
4909
|
name:
|
|
4546
4910
|
description: Name of the user.
|
|
4911
|
+
nullable: true
|
|
4547
4912
|
type: string
|
|
4913
|
+
service_account:
|
|
4914
|
+
description: Whether the user is a service account.
|
|
4915
|
+
type: boolean
|
|
4548
4916
|
status:
|
|
4549
4917
|
description: Status of the user.
|
|
4550
4918
|
type: string
|
|
4551
4919
|
title:
|
|
4552
4920
|
description: Title of the user.
|
|
4921
|
+
nullable: true
|
|
4553
4922
|
type: string
|
|
4554
4923
|
verified:
|
|
4555
4924
|
description: Whether the user is verified.
|
|
@@ -4776,6 +5145,32 @@ components:
|
|
|
4776
5145
|
x-enum-varnames:
|
|
4777
5146
|
- USERS
|
|
4778
5147
|
securitySchemes:
|
|
5148
|
+
AuthZ:
|
|
5149
|
+
description: This API uses OAuth 2 with the implicit grant flow.
|
|
5150
|
+
flows:
|
|
5151
|
+
authorizationCode:
|
|
5152
|
+
authorizationUrl: /oauth2/v1/authorize
|
|
5153
|
+
scopes:
|
|
5154
|
+
dashboards_public_share: The ability to share dashboards externally.
|
|
5155
|
+
dashboards_read: The ability to view dashboards.
|
|
5156
|
+
dashboards_write: The ability to create and change dashboards.
|
|
5157
|
+
events_read: The ability to read events data.
|
|
5158
|
+
incident_read: The ability to view incidents in Datadog.
|
|
5159
|
+
incident_settings_write: The ability to configure incident settings.
|
|
5160
|
+
incident_write: The ability to create, view, and manage incidents in Datadog.
|
|
5161
|
+
metrics_read: The ability to view custom metrics.
|
|
5162
|
+
security_monitoring_filters_read: The ability to read Security Filters.
|
|
5163
|
+
security_monitoring_filters_write: The ability to create, edit and delete
|
|
5164
|
+
Security Filters.
|
|
5165
|
+
security_monitoring_rules_read: The ability to read Detection rules.
|
|
5166
|
+
security_monitoring_rules_write: The ability to create and edit Detection
|
|
5167
|
+
rules.
|
|
5168
|
+
security_monitoring_signals_read: The ability to view Security signals.
|
|
5169
|
+
user_access_invite: Allows users to invite other users to your organization.
|
|
5170
|
+
user_access_manage: Grants the permission to disable users, manage user
|
|
5171
|
+
roles and SAML-to-role mappings.
|
|
5172
|
+
tokenUrl: /oauth2/v1/token
|
|
5173
|
+
type: oauth2
|
|
4779
5174
|
apiKeyAuth:
|
|
4780
5175
|
description: Your Datadog API Key.
|
|
4781
5176
|
in: header
|
|
@@ -4872,8 +5267,8 @@ paths:
|
|
|
4872
5267
|
api_key:
|
|
4873
5268
|
parameters:
|
|
4874
5269
|
- name: body
|
|
4875
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
4876
|
-
|
|
5270
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
5271
|
+
unique }}\"\n },\n \"type\": \"api_keys\"\n }\n}"
|
|
4877
5272
|
step: there is a valid "api_key" in the system
|
|
4878
5273
|
x-undo:
|
|
4879
5274
|
operationId: DeleteAPIKey
|
|
@@ -5025,7 +5420,7 @@ paths:
|
|
|
5025
5420
|
description: Delete an application key
|
|
5026
5421
|
operationId: DeleteApplicationKey
|
|
5027
5422
|
parameters:
|
|
5028
|
-
- $ref: '#/components/parameters/
|
|
5423
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
5029
5424
|
responses:
|
|
5030
5425
|
'204':
|
|
5031
5426
|
description: No Content
|
|
@@ -5047,11 +5442,47 @@ paths:
|
|
|
5047
5442
|
x-codegen-request-body-name: body
|
|
5048
5443
|
x-undo:
|
|
5049
5444
|
type: idempotent
|
|
5445
|
+
get:
|
|
5446
|
+
description: Get an application key for your org.
|
|
5447
|
+
operationId: GetApplicationKey
|
|
5448
|
+
parameters:
|
|
5449
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
5450
|
+
- $ref: '#/components/parameters/ApplicationKeyIncludeParameter'
|
|
5451
|
+
responses:
|
|
5452
|
+
'200':
|
|
5453
|
+
content:
|
|
5454
|
+
application/json:
|
|
5455
|
+
schema:
|
|
5456
|
+
$ref: '#/components/schemas/ApplicationKeyResponse'
|
|
5457
|
+
description: OK
|
|
5458
|
+
'400':
|
|
5459
|
+
content:
|
|
5460
|
+
application/json:
|
|
5461
|
+
schema:
|
|
5462
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
5463
|
+
description: Bad Request
|
|
5464
|
+
'403':
|
|
5465
|
+
content:
|
|
5466
|
+
application/json:
|
|
5467
|
+
schema:
|
|
5468
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
5469
|
+
description: Forbidden
|
|
5470
|
+
'404':
|
|
5471
|
+
content:
|
|
5472
|
+
application/json:
|
|
5473
|
+
schema:
|
|
5474
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
5475
|
+
description: Not Found
|
|
5476
|
+
summary: Get an application key
|
|
5477
|
+
tags:
|
|
5478
|
+
- Key Management
|
|
5479
|
+
x-undo:
|
|
5480
|
+
type: safe
|
|
5050
5481
|
patch:
|
|
5051
5482
|
description: Edit an application key
|
|
5052
5483
|
operationId: UpdateApplicationKey
|
|
5053
5484
|
parameters:
|
|
5054
|
-
- $ref: '#/components/parameters/
|
|
5485
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
5055
5486
|
requestBody:
|
|
5056
5487
|
content:
|
|
5057
5488
|
application/json:
|
|
@@ -5166,8 +5597,8 @@ paths:
|
|
|
5166
5597
|
application_key:
|
|
5167
5598
|
parameters:
|
|
5168
5599
|
- name: body
|
|
5169
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
5170
|
-
|
|
5600
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
5601
|
+
unique }}\"\n },\n \"type\": \"application_keys\"\n }\n}"
|
|
5171
5602
|
step: there is a valid "application_key" in the system
|
|
5172
5603
|
x-undo:
|
|
5173
5604
|
operationId: DeleteCurrentUserApplicationKey
|
|
@@ -5180,7 +5611,7 @@ paths:
|
|
|
5180
5611
|
description: Delete an application key owned by current user
|
|
5181
5612
|
operationId: DeleteCurrentUserApplicationKey
|
|
5182
5613
|
parameters:
|
|
5183
|
-
- $ref: '#/components/parameters/
|
|
5614
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
5184
5615
|
responses:
|
|
5185
5616
|
'204':
|
|
5186
5617
|
description: No Content
|
|
@@ -5205,7 +5636,7 @@ paths:
|
|
|
5205
5636
|
description: Get an application key owned by current user
|
|
5206
5637
|
operationId: GetCurrentUserApplicationKey
|
|
5207
5638
|
parameters:
|
|
5208
|
-
- $ref: '#/components/parameters/
|
|
5639
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
5209
5640
|
responses:
|
|
5210
5641
|
'200':
|
|
5211
5642
|
content:
|
|
@@ -5234,7 +5665,7 @@ paths:
|
|
|
5234
5665
|
description: Edit an application key owned by current user
|
|
5235
5666
|
operationId: UpdateCurrentUserApplicationKey
|
|
5236
5667
|
parameters:
|
|
5237
|
-
- $ref: '#/components/parameters/
|
|
5668
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
5238
5669
|
requestBody:
|
|
5239
5670
|
content:
|
|
5240
5671
|
application/json:
|
|
@@ -5353,6 +5784,11 @@ paths:
|
|
|
5353
5784
|
schema:
|
|
5354
5785
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
5355
5786
|
description: Not Found
|
|
5787
|
+
security:
|
|
5788
|
+
- apiKeyAuth: []
|
|
5789
|
+
appKeyAuth: []
|
|
5790
|
+
- AuthZ:
|
|
5791
|
+
- dashboards_read
|
|
5356
5792
|
summary: Get items of a Dashboard List
|
|
5357
5793
|
tags:
|
|
5358
5794
|
- Dashboard Lists
|
|
@@ -5482,6 +5918,11 @@ paths:
|
|
|
5482
5918
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
5483
5919
|
'404':
|
|
5484
5920
|
$ref: '#/components/responses/NotFoundResponse'
|
|
5921
|
+
security:
|
|
5922
|
+
- apiKeyAuth: []
|
|
5923
|
+
appKeyAuth: []
|
|
5924
|
+
- AuthZ:
|
|
5925
|
+
- incident_read
|
|
5485
5926
|
summary: Get a list of incidents
|
|
5486
5927
|
tags:
|
|
5487
5928
|
- Incidents
|
|
@@ -5515,6 +5956,11 @@ paths:
|
|
|
5515
5956
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
5516
5957
|
'404':
|
|
5517
5958
|
$ref: '#/components/responses/NotFoundResponse'
|
|
5959
|
+
security:
|
|
5960
|
+
- apiKeyAuth: []
|
|
5961
|
+
appKeyAuth: []
|
|
5962
|
+
- AuthZ:
|
|
5963
|
+
- incident_write
|
|
5518
5964
|
summary: Create an incident
|
|
5519
5965
|
tags:
|
|
5520
5966
|
- Incidents
|
|
@@ -5523,9 +5969,9 @@ paths:
|
|
|
5523
5969
|
incident:
|
|
5524
5970
|
parameters:
|
|
5525
5971
|
- name: body
|
|
5526
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"title\": \"{{
|
|
5527
|
-
|
|
5528
|
-
|
|
5972
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"title\": \"{{
|
|
5973
|
+
unique }}\",\n \"customer_impacted\": false\n },\n \"type\":
|
|
5974
|
+
\"incidents\"\n }\n}"
|
|
5529
5975
|
step: there is a valid "incident" in the system
|
|
5530
5976
|
x-undo:
|
|
5531
5977
|
operationId: DeleteIncident
|
|
@@ -5553,6 +5999,11 @@ paths:
|
|
|
5553
5999
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
5554
6000
|
'404':
|
|
5555
6001
|
$ref: '#/components/responses/NotFoundResponse'
|
|
6002
|
+
security:
|
|
6003
|
+
- apiKeyAuth: []
|
|
6004
|
+
appKeyAuth: []
|
|
6005
|
+
- AuthZ:
|
|
6006
|
+
- incident_write
|
|
5556
6007
|
summary: Delete an existing incident
|
|
5557
6008
|
tags:
|
|
5558
6009
|
- Incidents
|
|
@@ -5582,6 +6033,11 @@ paths:
|
|
|
5582
6033
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
5583
6034
|
'404':
|
|
5584
6035
|
$ref: '#/components/responses/NotFoundResponse'
|
|
6036
|
+
security:
|
|
6037
|
+
- apiKeyAuth: []
|
|
6038
|
+
appKeyAuth: []
|
|
6039
|
+
- AuthZ:
|
|
6040
|
+
- incident_read
|
|
5585
6041
|
summary: Get the details of an incident
|
|
5586
6042
|
tags:
|
|
5587
6043
|
- Incidents
|
|
@@ -5618,6 +6074,11 @@ paths:
|
|
|
5618
6074
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
5619
6075
|
'404':
|
|
5620
6076
|
$ref: '#/components/responses/NotFoundResponse'
|
|
6077
|
+
security:
|
|
6078
|
+
- apiKeyAuth: []
|
|
6079
|
+
appKeyAuth: []
|
|
6080
|
+
- AuthZ:
|
|
6081
|
+
- incident_write
|
|
5621
6082
|
summary: Update an existing incident
|
|
5622
6083
|
tags:
|
|
5623
6084
|
- Incidents
|
|
@@ -6086,10 +6547,10 @@ paths:
|
|
|
6086
6547
|
logs_metric:
|
|
6087
6548
|
parameters:
|
|
6088
6549
|
- name: body
|
|
6089
|
-
value: "{\n \"data\": {\n \"id\": \"{{ unique }}\",\n \"attributes\"
|
|
6090
|
-
|
|
6091
|
-
\
|
|
6092
|
-
\
|
|
6550
|
+
value: "{\n \"data\": {\n \"id\": \"{{ unique }}\",\n \"attributes\":
|
|
6551
|
+
{\n \"filter\": {\n \"query\": \"source:{{ unique }}\"\n
|
|
6552
|
+
\ },\n \"compute\": {\n \"aggregation_type\": \"count\"\n
|
|
6553
|
+
\ }\n },\n \"type\": \"logs_metrics\"\n }\n}"
|
|
6093
6554
|
step: there is a valid "logs_metric" in the system
|
|
6094
6555
|
x-menu-order: 2
|
|
6095
6556
|
x-undo:
|
|
@@ -6403,16 +6864,21 @@ paths:
|
|
|
6403
6864
|
schema:
|
|
6404
6865
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6405
6866
|
description: Too Many Requests
|
|
6867
|
+
security:
|
|
6868
|
+
- apiKeyAuth: []
|
|
6869
|
+
appKeyAuth: []
|
|
6870
|
+
- AuthZ:
|
|
6871
|
+
- metrics_read
|
|
6406
6872
|
summary: List tag configurations
|
|
6407
6873
|
tags:
|
|
6408
6874
|
- Metrics
|
|
6409
6875
|
x-menu-order: 5
|
|
6410
6876
|
x-undo:
|
|
6411
6877
|
type: safe
|
|
6412
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6878
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
6879
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
|
6880
|
+
interested in Metrics without Limits™, please contact your Customer
|
|
6881
|
+
Success Manager.**"
|
|
6416
6882
|
/api/v2/metrics/{metric_name}/all-tags:
|
|
6417
6883
|
get:
|
|
6418
6884
|
description: View indexed tag key-value pairs for a given metric name.
|
|
@@ -6450,6 +6916,10 @@ paths:
|
|
|
6450
6916
|
schema:
|
|
6451
6917
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6452
6918
|
description: Too Many Requests
|
|
6919
|
+
security:
|
|
6920
|
+
- apiKeyAuth: []
|
|
6921
|
+
appKeyAuth: []
|
|
6922
|
+
- AuthZ: []
|
|
6453
6923
|
summary: List tags by metric name
|
|
6454
6924
|
tags:
|
|
6455
6925
|
- Metrics
|
|
@@ -6491,10 +6961,10 @@ paths:
|
|
|
6491
6961
|
x-menu-order: 4
|
|
6492
6962
|
x-undo:
|
|
6493
6963
|
type: idempotent
|
|
6494
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
6495
|
-
|
|
6496
|
-
|
|
6497
|
-
|
|
6964
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
6965
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
|
6966
|
+
interested in Metrics without Limits™, please contact your Customer
|
|
6967
|
+
Success Manager.**"
|
|
6498
6968
|
get:
|
|
6499
6969
|
description: Returns the tag configuration for the given metric name.
|
|
6500
6970
|
operationId: ListTagConfigurationByName
|
|
@@ -6531,10 +7001,10 @@ paths:
|
|
|
6531
7001
|
x-menu-order: 2
|
|
6532
7002
|
x-undo:
|
|
6533
7003
|
type: safe
|
|
6534
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
7004
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
7005
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
|
7006
|
+
interested in Metrics without Limits™, please contact your Customer
|
|
7007
|
+
Success Manager.**"
|
|
6538
7008
|
patch:
|
|
6539
7009
|
description: 'Update the tag configuration of a metric or percentile aggregations
|
|
6540
7010
|
of a distribution metric. Can only be used with
|
|
@@ -6587,10 +7057,10 @@ paths:
|
|
|
6587
7057
|
x-menu-order: 3
|
|
6588
7058
|
x-undo:
|
|
6589
7059
|
type: idempotent
|
|
6590
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
7060
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
7061
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
|
7062
|
+
interested in Metrics without Limits™, please contact your Customer
|
|
7063
|
+
Success Manager.**"
|
|
6594
7064
|
post:
|
|
6595
7065
|
description: 'Create and define a list of queryable tag keys for an existing
|
|
6596
7066
|
count/gauge/rate/distribution metric. Optionally, include percentile aggregations
|
|
@@ -6648,10 +7118,10 @@ paths:
|
|
|
6648
7118
|
- name: metric_name
|
|
6649
7119
|
value: '"{{ unique_alnum }}"'
|
|
6650
7120
|
- name: body
|
|
6651
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"tags\":[\"app\"
|
|
6652
|
-
|
|
6653
|
-
|
|
6654
|
-
|
|
7121
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"tags\":[\"app\",
|
|
7122
|
+
\"datacenter\", \"{{ unique_alnum }}\"],\n \"metric_type\":\"distribution\"\n
|
|
7123
|
+
\ },\n \"type\": \"manage_tags\",\n \"id\": \"{{ unique_alnum
|
|
7124
|
+
}}\"\n }\n}"
|
|
6655
7125
|
step: there is a valid "metric_tag_configuration" in the system
|
|
6656
7126
|
x-menu-order: 1
|
|
6657
7127
|
x-undo:
|
|
@@ -6660,10 +7130,10 @@ paths:
|
|
|
6660
7130
|
- name: metric_name
|
|
6661
7131
|
source: data.id
|
|
6662
7132
|
type: unsafe
|
|
6663
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
7133
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
|
7134
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
|
7135
|
+
interested in Metrics without Limits™, please contact your Customer
|
|
7136
|
+
Success Manager.**"
|
|
6667
7137
|
/api/v2/metrics/{metric_name}/volumes:
|
|
6668
7138
|
get:
|
|
6669
7139
|
description: 'View distinct metrics volumes for the given metric name.
|
|
@@ -6711,6 +7181,10 @@ paths:
|
|
|
6711
7181
|
schema:
|
|
6712
7182
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6713
7183
|
description: Too Many Requests
|
|
7184
|
+
security:
|
|
7185
|
+
- apiKeyAuth: []
|
|
7186
|
+
appKeyAuth: []
|
|
7187
|
+
- AuthZ: []
|
|
6714
7188
|
summary: List distinct metric volumes by metric name
|
|
6715
7189
|
tags:
|
|
6716
7190
|
- Metrics
|
|
@@ -6741,6 +7215,10 @@ paths:
|
|
|
6741
7215
|
schema:
|
|
6742
7216
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6743
7217
|
description: Authentication error
|
|
7218
|
+
security:
|
|
7219
|
+
- apiKeyAuth: []
|
|
7220
|
+
appKeyAuth: []
|
|
7221
|
+
- AuthZ: []
|
|
6744
7222
|
summary: List permissions
|
|
6745
7223
|
tags:
|
|
6746
7224
|
- Roles
|
|
@@ -6832,6 +7310,10 @@ paths:
|
|
|
6832
7310
|
schema:
|
|
6833
7311
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6834
7312
|
description: Authentication Error
|
|
7313
|
+
security:
|
|
7314
|
+
- apiKeyAuth: []
|
|
7315
|
+
appKeyAuth: []
|
|
7316
|
+
- AuthZ: []
|
|
6835
7317
|
summary: Get all processes
|
|
6836
7318
|
tags:
|
|
6837
7319
|
- Processes
|
|
@@ -6876,6 +7358,10 @@ paths:
|
|
|
6876
7358
|
schema:
|
|
6877
7359
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6878
7360
|
description: Authentication error
|
|
7361
|
+
security:
|
|
7362
|
+
- apiKeyAuth: []
|
|
7363
|
+
appKeyAuth: []
|
|
7364
|
+
- AuthZ: []
|
|
6879
7365
|
summary: List roles
|
|
6880
7366
|
tags:
|
|
6881
7367
|
- Roles
|
|
@@ -6910,6 +7396,11 @@ paths:
|
|
|
6910
7396
|
schema:
|
|
6911
7397
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6912
7398
|
description: Authentication error
|
|
7399
|
+
security:
|
|
7400
|
+
- apiKeyAuth: []
|
|
7401
|
+
appKeyAuth: []
|
|
7402
|
+
- AuthZ:
|
|
7403
|
+
- user_access_manage
|
|
6913
7404
|
summary: Create role
|
|
6914
7405
|
tags:
|
|
6915
7406
|
- Roles
|
|
@@ -6918,8 +7409,8 @@ paths:
|
|
|
6918
7409
|
role:
|
|
6919
7410
|
parameters:
|
|
6920
7411
|
- name: body
|
|
6921
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
6922
|
-
|
|
7412
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
7413
|
+
unique }}\"\n },\n \"type\": \"roles\"\n }\n}"
|
|
6923
7414
|
step: there is a valid "role" in the system
|
|
6924
7415
|
x-menu-order: 2
|
|
6925
7416
|
x-undo:
|
|
@@ -6949,6 +7440,11 @@ paths:
|
|
|
6949
7440
|
schema:
|
|
6950
7441
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6951
7442
|
description: Not found
|
|
7443
|
+
security:
|
|
7444
|
+
- apiKeyAuth: []
|
|
7445
|
+
appKeyAuth: []
|
|
7446
|
+
- AuthZ:
|
|
7447
|
+
- user_access_manage
|
|
6952
7448
|
summary: Delete role
|
|
6953
7449
|
tags:
|
|
6954
7450
|
- Roles
|
|
@@ -6980,6 +7476,10 @@ paths:
|
|
|
6980
7476
|
schema:
|
|
6981
7477
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
6982
7478
|
description: Not found
|
|
7479
|
+
security:
|
|
7480
|
+
- apiKeyAuth: []
|
|
7481
|
+
appKeyAuth: []
|
|
7482
|
+
- AuthZ: []
|
|
6983
7483
|
summary: Get a role
|
|
6984
7484
|
tags:
|
|
6985
7485
|
- Roles
|
|
@@ -7030,6 +7530,11 @@ paths:
|
|
|
7030
7530
|
schema:
|
|
7031
7531
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7032
7532
|
description: Unprocessable Entity
|
|
7533
|
+
security:
|
|
7534
|
+
- apiKeyAuth: []
|
|
7535
|
+
appKeyAuth: []
|
|
7536
|
+
- AuthZ:
|
|
7537
|
+
- user_access_manage
|
|
7033
7538
|
summary: Update a role
|
|
7034
7539
|
tags:
|
|
7035
7540
|
- Roles
|
|
@@ -7074,6 +7579,11 @@ paths:
|
|
|
7074
7579
|
schema:
|
|
7075
7580
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7076
7581
|
description: Not found
|
|
7582
|
+
security:
|
|
7583
|
+
- apiKeyAuth: []
|
|
7584
|
+
appKeyAuth: []
|
|
7585
|
+
- AuthZ:
|
|
7586
|
+
- user_access_manage
|
|
7077
7587
|
summary: Revoke permission
|
|
7078
7588
|
tags:
|
|
7079
7589
|
- Roles
|
|
@@ -7105,6 +7615,10 @@ paths:
|
|
|
7105
7615
|
schema:
|
|
7106
7616
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7107
7617
|
description: Not found
|
|
7618
|
+
security:
|
|
7619
|
+
- apiKeyAuth: []
|
|
7620
|
+
appKeyAuth: []
|
|
7621
|
+
- AuthZ: []
|
|
7108
7622
|
summary: List permissions for a role
|
|
7109
7623
|
tags:
|
|
7110
7624
|
- Roles
|
|
@@ -7148,6 +7662,11 @@ paths:
|
|
|
7148
7662
|
schema:
|
|
7149
7663
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7150
7664
|
description: Not found
|
|
7665
|
+
security:
|
|
7666
|
+
- apiKeyAuth: []
|
|
7667
|
+
appKeyAuth: []
|
|
7668
|
+
- AuthZ:
|
|
7669
|
+
- user_access_manage
|
|
7151
7670
|
summary: Grant permission to a role
|
|
7152
7671
|
tags:
|
|
7153
7672
|
- Roles
|
|
@@ -7158,8 +7677,8 @@ paths:
|
|
|
7158
7677
|
- name: role_id
|
|
7159
7678
|
source: role.data.id
|
|
7160
7679
|
- name: body
|
|
7161
|
-
value: "{\n \"data\": {\n \"id\": \"{{ permission.id }}\",\n \"\
|
|
7162
|
-
|
|
7680
|
+
value: "{\n \"data\": {\n \"id\": \"{{ permission.id }}\",\n \"type\":
|
|
7681
|
+
\"{{ permission.type }}\"\n }\n}"
|
|
7163
7682
|
step: the "permission" is granted to the "role"
|
|
7164
7683
|
x-menu-order: 7
|
|
7165
7684
|
x-undo:
|
|
@@ -7201,6 +7720,11 @@ paths:
|
|
|
7201
7720
|
schema:
|
|
7202
7721
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7203
7722
|
description: Not found
|
|
7723
|
+
security:
|
|
7724
|
+
- apiKeyAuth: []
|
|
7725
|
+
appKeyAuth: []
|
|
7726
|
+
- AuthZ:
|
|
7727
|
+
- user_access_manage
|
|
7204
7728
|
summary: Remove a user from a role
|
|
7205
7729
|
tags:
|
|
7206
7730
|
- Roles
|
|
@@ -7252,6 +7776,10 @@ paths:
|
|
|
7252
7776
|
schema:
|
|
7253
7777
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7254
7778
|
description: Not found
|
|
7779
|
+
security:
|
|
7780
|
+
- apiKeyAuth: []
|
|
7781
|
+
appKeyAuth: []
|
|
7782
|
+
- AuthZ: []
|
|
7255
7783
|
summary: Get all users of a role
|
|
7256
7784
|
tags:
|
|
7257
7785
|
- Roles
|
|
@@ -7294,6 +7822,11 @@ paths:
|
|
|
7294
7822
|
schema:
|
|
7295
7823
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7296
7824
|
description: Not found
|
|
7825
|
+
security:
|
|
7826
|
+
- apiKeyAuth: []
|
|
7827
|
+
appKeyAuth: []
|
|
7828
|
+
- AuthZ:
|
|
7829
|
+
- user_access_manage
|
|
7297
7830
|
summary: Add a user to a role
|
|
7298
7831
|
tags:
|
|
7299
7832
|
- Roles
|
|
@@ -7304,70 +7837,261 @@ paths:
|
|
|
7304
7837
|
- name: role_id
|
|
7305
7838
|
source: role.data.id
|
|
7306
7839
|
- name: body
|
|
7307
|
-
value: "{\n \"data\": {\n \"id\": \"{{ user.data.id }}\",\n \"\
|
|
7308
|
-
|
|
7840
|
+
value: "{\n \"data\": {\n \"id\": \"{{ user.data.id }}\",\n \"type\":
|
|
7841
|
+
\"{{ user.data.type }}\"\n }\n}"
|
|
7309
7842
|
step: the "user" has the "role"
|
|
7310
7843
|
x-menu-order: 10
|
|
7311
7844
|
x-undo:
|
|
7312
7845
|
type: safe
|
|
7313
|
-
/api/v2/security_monitoring/
|
|
7846
|
+
/api/v2/security_monitoring/configuration/security_filters:
|
|
7314
7847
|
get:
|
|
7315
|
-
description:
|
|
7316
|
-
operationId:
|
|
7317
|
-
parameters:
|
|
7318
|
-
- $ref: '#/components/parameters/PageSize'
|
|
7319
|
-
- $ref: '#/components/parameters/PageNumber'
|
|
7848
|
+
description: Get the list of configured security filters with their definitions.
|
|
7849
|
+
operationId: ListSecurityFilters
|
|
7320
7850
|
responses:
|
|
7321
7851
|
'200':
|
|
7322
7852
|
content:
|
|
7323
7853
|
application/json:
|
|
7324
7854
|
schema:
|
|
7325
|
-
$ref: '#/components/schemas/
|
|
7855
|
+
$ref: '#/components/schemas/SecurityFiltersResponse'
|
|
7326
7856
|
description: OK
|
|
7327
|
-
'
|
|
7328
|
-
$ref: '#/components/responses/
|
|
7329
|
-
|
|
7857
|
+
'403':
|
|
7858
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
7859
|
+
'429':
|
|
7860
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
7861
|
+
security:
|
|
7862
|
+
- apiKeyAuth: []
|
|
7863
|
+
appKeyAuth: []
|
|
7864
|
+
- AuthZ:
|
|
7865
|
+
- security_monitoring_filters_read
|
|
7866
|
+
summary: Get all security filters
|
|
7330
7867
|
tags:
|
|
7331
7868
|
- Security Monitoring
|
|
7332
|
-
x-menu-order: 1
|
|
7333
7869
|
x-undo:
|
|
7334
7870
|
type: safe
|
|
7335
7871
|
post:
|
|
7336
|
-
description: Create a
|
|
7337
|
-
|
|
7872
|
+
description: 'Create a security filter.
|
|
7873
|
+
|
|
7874
|
+
|
|
7875
|
+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
|
|
7876
|
+
|
|
7877
|
+
for more examples.'
|
|
7878
|
+
operationId: CreateSecurityFilter
|
|
7338
7879
|
requestBody:
|
|
7339
7880
|
content:
|
|
7340
7881
|
application/json:
|
|
7341
7882
|
schema:
|
|
7342
|
-
$ref: '#/components/schemas/
|
|
7883
|
+
$ref: '#/components/schemas/SecurityFilterCreateRequest'
|
|
7884
|
+
description: The definition of the new security filter.
|
|
7343
7885
|
required: true
|
|
7344
7886
|
responses:
|
|
7345
7887
|
'200':
|
|
7346
7888
|
content:
|
|
7347
7889
|
application/json:
|
|
7348
7890
|
schema:
|
|
7349
|
-
$ref: '#/components/schemas/
|
|
7891
|
+
$ref: '#/components/schemas/SecurityFilterResponse'
|
|
7350
7892
|
description: OK
|
|
7351
7893
|
'400':
|
|
7352
7894
|
$ref: '#/components/responses/BadRequestResponse'
|
|
7353
7895
|
'403':
|
|
7354
7896
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
7355
|
-
|
|
7356
|
-
|
|
7357
|
-
|
|
7358
|
-
|
|
7897
|
+
'409':
|
|
7898
|
+
$ref: '#/components/responses/ConflictResponse'
|
|
7899
|
+
'429':
|
|
7900
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
7901
|
+
security:
|
|
7902
|
+
- apiKeyAuth: []
|
|
7903
|
+
appKeyAuth: []
|
|
7904
|
+
- AuthZ:
|
|
7905
|
+
- security_monitoring_filters_write
|
|
7906
|
+
summary: Create a security filter
|
|
7907
|
+
tags:
|
|
7908
|
+
- Security Monitoring
|
|
7909
|
+
x-codegen-request-body-name: body
|
|
7910
|
+
x-given:
|
|
7911
|
+
security_filter:
|
|
7912
|
+
parameters:
|
|
7913
|
+
- name: body
|
|
7914
|
+
value: "{\n \"data\": {\n \"type\": \"security_filters\",\n \"attributes\":
|
|
7915
|
+
{\n \"name\": \"{{ unique }}\",\n \"query\": \"service:{{
|
|
7916
|
+
unique_alnum }}\",\n \"exclusion_filters\":[\n {\n \"name\":
|
|
7917
|
+
\"Exclude logs from staging\",\n \"query\": \"source:staging\"\n
|
|
7918
|
+
\ }\n ],\n \"filtered_data_type\":\"logs\",\n \"is_enabled\":
|
|
7919
|
+
true\n }\n }\n}"
|
|
7920
|
+
step: there is a valid "security_filter" in the system
|
|
7921
|
+
x-undo:
|
|
7922
|
+
operationId: DeleteSecurityFilter
|
|
7923
|
+
parameters:
|
|
7924
|
+
- name: security_filter_id
|
|
7925
|
+
source: data.id
|
|
7926
|
+
type: unsafe
|
|
7927
|
+
/api/v2/security_monitoring/configuration/security_filters/{security_filter_id}:
|
|
7928
|
+
delete:
|
|
7929
|
+
description: Delete a specific security filter.
|
|
7930
|
+
operationId: DeleteSecurityFilter
|
|
7931
|
+
parameters:
|
|
7932
|
+
- $ref: '#/components/parameters/SecurityFilterID'
|
|
7933
|
+
responses:
|
|
7934
|
+
'204':
|
|
7935
|
+
description: OK
|
|
7936
|
+
'403':
|
|
7937
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
7938
|
+
'404':
|
|
7939
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
7940
|
+
'429':
|
|
7941
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
7942
|
+
security:
|
|
7943
|
+
- apiKeyAuth: []
|
|
7944
|
+
appKeyAuth: []
|
|
7945
|
+
- AuthZ:
|
|
7946
|
+
- security_monitoring_filters_write
|
|
7947
|
+
summary: Delete a security filter
|
|
7948
|
+
tags:
|
|
7949
|
+
- Security Monitoring
|
|
7950
|
+
x-undo:
|
|
7951
|
+
type: idempotent
|
|
7952
|
+
get:
|
|
7953
|
+
description: 'Get the details of a specific security filter.
|
|
7954
|
+
|
|
7955
|
+
|
|
7956
|
+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
|
|
7957
|
+
|
|
7958
|
+
for more examples.'
|
|
7959
|
+
operationId: GetSecurityFilter
|
|
7960
|
+
parameters:
|
|
7961
|
+
- $ref: '#/components/parameters/SecurityFilterID'
|
|
7962
|
+
responses:
|
|
7963
|
+
'200':
|
|
7964
|
+
content:
|
|
7965
|
+
application/json:
|
|
7966
|
+
schema:
|
|
7967
|
+
$ref: '#/components/schemas/SecurityFilterResponse'
|
|
7968
|
+
description: OK
|
|
7969
|
+
'403':
|
|
7970
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
7971
|
+
'404':
|
|
7972
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
7973
|
+
'429':
|
|
7974
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
7975
|
+
security:
|
|
7976
|
+
- apiKeyAuth: []
|
|
7977
|
+
appKeyAuth: []
|
|
7978
|
+
- AuthZ:
|
|
7979
|
+
- security_monitoring_filters_read
|
|
7980
|
+
summary: Get a security filter
|
|
7981
|
+
tags:
|
|
7982
|
+
- Security Monitoring
|
|
7983
|
+
x-undo:
|
|
7984
|
+
type: safe
|
|
7985
|
+
patch:
|
|
7986
|
+
description: 'Update a specific security filter.
|
|
7987
|
+
|
|
7988
|
+
Returns the security filter object when the request is successful.'
|
|
7989
|
+
operationId: UpdateSecurityFilter
|
|
7990
|
+
parameters:
|
|
7991
|
+
- $ref: '#/components/parameters/SecurityFilterID'
|
|
7992
|
+
requestBody:
|
|
7993
|
+
content:
|
|
7994
|
+
application/json:
|
|
7995
|
+
schema:
|
|
7996
|
+
$ref: '#/components/schemas/SecurityFilterUpdateRequest'
|
|
7997
|
+
description: New definition of the security filter.
|
|
7998
|
+
required: true
|
|
7999
|
+
responses:
|
|
8000
|
+
'200':
|
|
8001
|
+
content:
|
|
8002
|
+
application/json:
|
|
8003
|
+
schema:
|
|
8004
|
+
$ref: '#/components/schemas/SecurityFilterResponse'
|
|
8005
|
+
description: OK
|
|
8006
|
+
'400':
|
|
8007
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
8008
|
+
'403':
|
|
8009
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
8010
|
+
'404':
|
|
8011
|
+
$ref: '#/components/responses/NotFoundResponse'
|
|
8012
|
+
'409':
|
|
8013
|
+
$ref: '#/components/responses/ConcurrentModificationResponse'
|
|
8014
|
+
'429':
|
|
8015
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
|
8016
|
+
security:
|
|
8017
|
+
- apiKeyAuth: []
|
|
8018
|
+
appKeyAuth: []
|
|
8019
|
+
- AuthZ:
|
|
8020
|
+
- security_monitoring_filters_write
|
|
8021
|
+
summary: Update a security filter
|
|
8022
|
+
tags:
|
|
8023
|
+
- Security Monitoring
|
|
8024
|
+
x-codegen-request-body-name: body
|
|
8025
|
+
x-undo:
|
|
8026
|
+
type: idempotent
|
|
8027
|
+
/api/v2/security_monitoring/rules:
|
|
8028
|
+
get:
|
|
8029
|
+
description: List rules.
|
|
8030
|
+
operationId: ListSecurityMonitoringRules
|
|
8031
|
+
parameters:
|
|
8032
|
+
- $ref: '#/components/parameters/PageSize'
|
|
8033
|
+
- $ref: '#/components/parameters/PageNumber'
|
|
8034
|
+
responses:
|
|
8035
|
+
'200':
|
|
8036
|
+
content:
|
|
8037
|
+
application/json:
|
|
8038
|
+
schema:
|
|
8039
|
+
$ref: '#/components/schemas/SecurityMonitoringListRulesResponse'
|
|
8040
|
+
description: OK
|
|
8041
|
+
'400':
|
|
8042
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
8043
|
+
security:
|
|
8044
|
+
- apiKeyAuth: []
|
|
8045
|
+
appKeyAuth: []
|
|
8046
|
+
- AuthZ:
|
|
8047
|
+
- security_monitoring_rules_read
|
|
8048
|
+
summary: List rules
|
|
8049
|
+
tags:
|
|
8050
|
+
- Security Monitoring
|
|
8051
|
+
x-menu-order: 1
|
|
8052
|
+
x-undo:
|
|
8053
|
+
type: safe
|
|
8054
|
+
post:
|
|
8055
|
+
description: Create a detection rule.
|
|
8056
|
+
operationId: CreateSecurityMonitoringRule
|
|
8057
|
+
requestBody:
|
|
8058
|
+
content:
|
|
8059
|
+
application/json:
|
|
8060
|
+
schema:
|
|
8061
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleCreatePayload'
|
|
8062
|
+
required: true
|
|
8063
|
+
responses:
|
|
8064
|
+
'200':
|
|
8065
|
+
content:
|
|
8066
|
+
application/json:
|
|
8067
|
+
schema:
|
|
8068
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleResponse'
|
|
8069
|
+
description: OK
|
|
8070
|
+
'400':
|
|
8071
|
+
$ref: '#/components/responses/BadRequestResponse'
|
|
8072
|
+
'403':
|
|
8073
|
+
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
8074
|
+
security:
|
|
8075
|
+
- apiKeyAuth: []
|
|
8076
|
+
appKeyAuth: []
|
|
8077
|
+
- AuthZ:
|
|
8078
|
+
- security_monitoring_rules_write
|
|
8079
|
+
summary: Create a detection rule
|
|
8080
|
+
tags:
|
|
8081
|
+
- Security Monitoring
|
|
8082
|
+
x-codegen-request-body-name: body
|
|
7359
8083
|
x-given:
|
|
7360
8084
|
security_rule:
|
|
7361
8085
|
parameters:
|
|
7362
8086
|
- name: body
|
|
7363
|
-
value: "{\n \"name\": \"{{ unique }}\",\n \"queries\": [{\n \"query\"
|
|
7364
|
-
|
|
7365
|
-
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
\
|
|
7369
|
-
|
|
7370
|
-
|
|
8087
|
+
value: "{\n \"name\": \"{{ unique }}\",\n \"queries\": [{\n \"query\":
|
|
8088
|
+
\"@test:true\",\n \"aggregation\": \"count\",\n \"groupByFields\":
|
|
8089
|
+
[],\n \"distinctFields\": [],\n \"metric\": \"\"\n }],\n \"filters\":
|
|
8090
|
+
[],\n \"cases\": [{\n \"name\": \"\",\n \"status\": \"info\",\n
|
|
8091
|
+
\ \"condition\": \"a > 0\",\n \"notifications\": []\n }],\n \"options\":
|
|
8092
|
+
{\n \"evaluationWindow\": 900,\n \"keepAlive\": 3600,\n \"maxSignalDuration\":
|
|
8093
|
+
86400\n },\n \"message\": \"Test rule\",\n \"tags\": [],\n \"isEnabled\":
|
|
8094
|
+
true,\n \"type\": \"log_detection\"\n}"
|
|
7371
8095
|
step: there is a valid "security_rule" in the system
|
|
7372
8096
|
x-menu-order: 2
|
|
7373
8097
|
x-undo:
|
|
@@ -7389,6 +8113,11 @@ paths:
|
|
|
7389
8113
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
7390
8114
|
'404':
|
|
7391
8115
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8116
|
+
security:
|
|
8117
|
+
- apiKeyAuth: []
|
|
8118
|
+
appKeyAuth: []
|
|
8119
|
+
- AuthZ:
|
|
8120
|
+
- security_monitoring_rules_write
|
|
7392
8121
|
summary: Delete an existing rule
|
|
7393
8122
|
tags:
|
|
7394
8123
|
- Security Monitoring
|
|
@@ -7409,6 +8138,11 @@ paths:
|
|
|
7409
8138
|
description: OK
|
|
7410
8139
|
'404':
|
|
7411
8140
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8141
|
+
security:
|
|
8142
|
+
- apiKeyAuth: []
|
|
8143
|
+
appKeyAuth: []
|
|
8144
|
+
- AuthZ:
|
|
8145
|
+
- security_monitoring_rules_read
|
|
7412
8146
|
summary: Get a rule's details
|
|
7413
8147
|
tags:
|
|
7414
8148
|
- Security Monitoring
|
|
@@ -7447,6 +8181,11 @@ paths:
|
|
|
7447
8181
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
7448
8182
|
'404':
|
|
7449
8183
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8184
|
+
security:
|
|
8185
|
+
- apiKeyAuth: []
|
|
8186
|
+
appKeyAuth: []
|
|
8187
|
+
- AuthZ:
|
|
8188
|
+
- security_monitoring_rules_write
|
|
7450
8189
|
summary: Update an existing rule
|
|
7451
8190
|
tags:
|
|
7452
8191
|
- Security Monitoring
|
|
@@ -7522,6 +8261,11 @@ paths:
|
|
|
7522
8261
|
$ref: '#/components/responses/BadRequestResponse'
|
|
7523
8262
|
'403':
|
|
7524
8263
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
8264
|
+
security:
|
|
8265
|
+
- apiKeyAuth: []
|
|
8266
|
+
appKeyAuth: []
|
|
8267
|
+
- AuthZ:
|
|
8268
|
+
- security_monitoring_signals_read
|
|
7525
8269
|
summary: Get a quick list of security signals
|
|
7526
8270
|
tags:
|
|
7527
8271
|
- Security Monitoring
|
|
@@ -7556,6 +8300,11 @@ paths:
|
|
|
7556
8300
|
$ref: '#/components/responses/BadRequestResponse'
|
|
7557
8301
|
'403':
|
|
7558
8302
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
|
8303
|
+
security:
|
|
8304
|
+
- apiKeyAuth: []
|
|
8305
|
+
appKeyAuth: []
|
|
8306
|
+
- AuthZ:
|
|
8307
|
+
- security_monitoring_signals_read
|
|
7559
8308
|
summary: Get a list of security signals
|
|
7560
8309
|
tags:
|
|
7561
8310
|
- Security Monitoring
|
|
@@ -7566,6 +8315,250 @@ paths:
|
|
|
7566
8315
|
x-unstable: '**Note**: This endpoint is in public beta.
|
|
7567
8316
|
|
|
7568
8317
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
|
8318
|
+
/api/v2/service_accounts:
|
|
8319
|
+
post:
|
|
8320
|
+
description: Create a service account for your organization.
|
|
8321
|
+
operationId: CreateServiceAccount
|
|
8322
|
+
requestBody:
|
|
8323
|
+
content:
|
|
8324
|
+
application/json:
|
|
8325
|
+
schema:
|
|
8326
|
+
$ref: '#/components/schemas/ServiceAccountCreateRequest'
|
|
8327
|
+
required: true
|
|
8328
|
+
responses:
|
|
8329
|
+
'201':
|
|
8330
|
+
content:
|
|
8331
|
+
application/json:
|
|
8332
|
+
schema:
|
|
8333
|
+
$ref: '#/components/schemas/UserResponse'
|
|
8334
|
+
description: OK
|
|
8335
|
+
'400':
|
|
8336
|
+
content:
|
|
8337
|
+
application/json:
|
|
8338
|
+
schema:
|
|
8339
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8340
|
+
description: Bad Request
|
|
8341
|
+
'403':
|
|
8342
|
+
content:
|
|
8343
|
+
application/json:
|
|
8344
|
+
schema:
|
|
8345
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8346
|
+
description: Authentication error
|
|
8347
|
+
summary: Create a service account
|
|
8348
|
+
tags:
|
|
8349
|
+
- Users
|
|
8350
|
+
x-codegen-request-body-name: body
|
|
8351
|
+
x-given:
|
|
8352
|
+
service_account_user:
|
|
8353
|
+
parameters:
|
|
8354
|
+
- name: body
|
|
8355
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"email\": \"{{
|
|
8356
|
+
unique }}@datadoghq.com\",\n \"title\": \"user title\",\n \"service_account\":
|
|
8357
|
+
true\n },\n \"type\": \"users\"\n }\n}"
|
|
8358
|
+
step: there is a valid "service_account_user" in the system
|
|
8359
|
+
x-menu-order: 1
|
|
8360
|
+
x-undo:
|
|
8361
|
+
operationId: DisableUser
|
|
8362
|
+
parameters:
|
|
8363
|
+
- name: user_id
|
|
8364
|
+
source: data.id
|
|
8365
|
+
type: unsafe
|
|
8366
|
+
/api/v2/service_accounts/{service_account_id}/application_keys:
|
|
8367
|
+
get:
|
|
8368
|
+
description: List all application keys available for this service account.
|
|
8369
|
+
operationId: ListServiceAccountApplicationKeys
|
|
8370
|
+
parameters:
|
|
8371
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
|
8372
|
+
- $ref: '#/components/parameters/PageSize'
|
|
8373
|
+
- $ref: '#/components/parameters/PageNumber'
|
|
8374
|
+
- $ref: '#/components/parameters/ApplicationKeysSortParameter'
|
|
8375
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterParameter'
|
|
8376
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtStartParameter'
|
|
8377
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtEndParameter'
|
|
8378
|
+
responses:
|
|
8379
|
+
'200':
|
|
8380
|
+
content:
|
|
8381
|
+
application/json:
|
|
8382
|
+
schema:
|
|
8383
|
+
$ref: '#/components/schemas/ListApplicationKeysResponse'
|
|
8384
|
+
description: OK
|
|
8385
|
+
'400':
|
|
8386
|
+
content:
|
|
8387
|
+
application/json:
|
|
8388
|
+
schema:
|
|
8389
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8390
|
+
description: Bad Request
|
|
8391
|
+
'403':
|
|
8392
|
+
content:
|
|
8393
|
+
application/json:
|
|
8394
|
+
schema:
|
|
8395
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8396
|
+
description: Forbidden
|
|
8397
|
+
'404':
|
|
8398
|
+
content:
|
|
8399
|
+
application/json:
|
|
8400
|
+
schema:
|
|
8401
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8402
|
+
description: Not Found
|
|
8403
|
+
summary: List application keys for this service account
|
|
8404
|
+
tags:
|
|
8405
|
+
- Service Accounts
|
|
8406
|
+
x-undo:
|
|
8407
|
+
type: safe
|
|
8408
|
+
post:
|
|
8409
|
+
description: Create an application key for this service account.
|
|
8410
|
+
operationId: CreateServiceAccountApplicationKey
|
|
8411
|
+
parameters:
|
|
8412
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
|
8413
|
+
requestBody:
|
|
8414
|
+
content:
|
|
8415
|
+
application/json:
|
|
8416
|
+
schema:
|
|
8417
|
+
$ref: '#/components/schemas/ApplicationKeyCreateRequest'
|
|
8418
|
+
required: true
|
|
8419
|
+
responses:
|
|
8420
|
+
'201':
|
|
8421
|
+
content:
|
|
8422
|
+
application/json:
|
|
8423
|
+
schema:
|
|
8424
|
+
$ref: '#/components/schemas/ApplicationKeyResponse'
|
|
8425
|
+
description: Created
|
|
8426
|
+
'400':
|
|
8427
|
+
content:
|
|
8428
|
+
application/json:
|
|
8429
|
+
schema:
|
|
8430
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8431
|
+
description: Bad Request
|
|
8432
|
+
'403':
|
|
8433
|
+
content:
|
|
8434
|
+
application/json:
|
|
8435
|
+
schema:
|
|
8436
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8437
|
+
description: Forbidden
|
|
8438
|
+
summary: Create an application key for this service account
|
|
8439
|
+
tags:
|
|
8440
|
+
- Service Accounts
|
|
8441
|
+
x-codegen-request-body-name: body
|
|
8442
|
+
x-given:
|
|
8443
|
+
service_account_application_key:
|
|
8444
|
+
parameters:
|
|
8445
|
+
- name: service_account_id
|
|
8446
|
+
value: '"{{ service_account_user.data.id }}"'
|
|
8447
|
+
- name: body
|
|
8448
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
8449
|
+
unique }}\"\n },\n \"type\": \"application_keys\"\n }\n}"
|
|
8450
|
+
step: there is a valid "service_account_application_key" for "service_account_user"
|
|
8451
|
+
x-undo:
|
|
8452
|
+
operationId: DeleteServiceAccountApplicationKey
|
|
8453
|
+
parameters:
|
|
8454
|
+
- name: app_key_id
|
|
8455
|
+
source: data.id
|
|
8456
|
+
- name: service_account_id
|
|
8457
|
+
source: data.relationships.owned_by.data.id
|
|
8458
|
+
type: unsafe
|
|
8459
|
+
/api/v2/service_accounts/{service_account_id}/application_keys/{app_key_id}:
|
|
8460
|
+
delete:
|
|
8461
|
+
description: Delete an application key owned by this service account.
|
|
8462
|
+
operationId: DeleteServiceAccountApplicationKey
|
|
8463
|
+
parameters:
|
|
8464
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
|
8465
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
8466
|
+
responses:
|
|
8467
|
+
'204':
|
|
8468
|
+
description: No Content
|
|
8469
|
+
'403':
|
|
8470
|
+
content:
|
|
8471
|
+
application/json:
|
|
8472
|
+
schema:
|
|
8473
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8474
|
+
description: Forbidden
|
|
8475
|
+
'404':
|
|
8476
|
+
content:
|
|
8477
|
+
application/json:
|
|
8478
|
+
schema:
|
|
8479
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8480
|
+
description: Not Found
|
|
8481
|
+
summary: Delete an application key for this service account
|
|
8482
|
+
tags:
|
|
8483
|
+
- Service Accounts
|
|
8484
|
+
x-menu-order: 3
|
|
8485
|
+
x-undo:
|
|
8486
|
+
type: idempotent
|
|
8487
|
+
get:
|
|
8488
|
+
description: Get an application key owned by this service account.
|
|
8489
|
+
operationId: GetServiceAccountApplicationKey
|
|
8490
|
+
parameters:
|
|
8491
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
|
8492
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
8493
|
+
responses:
|
|
8494
|
+
'200':
|
|
8495
|
+
content:
|
|
8496
|
+
application/json:
|
|
8497
|
+
schema:
|
|
8498
|
+
$ref: '#/components/schemas/PartialApplicationKeyResponse'
|
|
8499
|
+
description: OK
|
|
8500
|
+
'403':
|
|
8501
|
+
content:
|
|
8502
|
+
application/json:
|
|
8503
|
+
schema:
|
|
8504
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8505
|
+
description: Forbidden
|
|
8506
|
+
'404':
|
|
8507
|
+
content:
|
|
8508
|
+
application/json:
|
|
8509
|
+
schema:
|
|
8510
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8511
|
+
description: Not Found
|
|
8512
|
+
summary: Get one application key for this service account
|
|
8513
|
+
tags:
|
|
8514
|
+
- Service Accounts
|
|
8515
|
+
x-menu-order: 1
|
|
8516
|
+
x-undo:
|
|
8517
|
+
type: safe
|
|
8518
|
+
patch:
|
|
8519
|
+
description: Edit an application key owned by this service account.
|
|
8520
|
+
operationId: UpdateServiceAccountApplicationKey
|
|
8521
|
+
parameters:
|
|
8522
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
|
8523
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
|
8524
|
+
requestBody:
|
|
8525
|
+
content:
|
|
8526
|
+
application/json:
|
|
8527
|
+
schema:
|
|
8528
|
+
$ref: '#/components/schemas/ApplicationKeyUpdateRequest'
|
|
8529
|
+
required: true
|
|
8530
|
+
responses:
|
|
8531
|
+
'200':
|
|
8532
|
+
content:
|
|
8533
|
+
application/json:
|
|
8534
|
+
schema:
|
|
8535
|
+
$ref: '#/components/schemas/PartialApplicationKeyResponse'
|
|
8536
|
+
description: OK
|
|
8537
|
+
'400':
|
|
8538
|
+
content:
|
|
8539
|
+
application/json:
|
|
8540
|
+
schema:
|
|
8541
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8542
|
+
description: Bad Request
|
|
8543
|
+
'403':
|
|
8544
|
+
content:
|
|
8545
|
+
application/json:
|
|
8546
|
+
schema:
|
|
8547
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8548
|
+
description: Forbidden
|
|
8549
|
+
'404':
|
|
8550
|
+
content:
|
|
8551
|
+
application/json:
|
|
8552
|
+
schema:
|
|
8553
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
|
8554
|
+
description: Not Found
|
|
8555
|
+
summary: Edit an application key for this service account
|
|
8556
|
+
tags:
|
|
8557
|
+
- Service Accounts
|
|
8558
|
+
x-codegen-request-body-name: body
|
|
8559
|
+
x-menu-order: 2
|
|
8560
|
+
x-undo:
|
|
8561
|
+
type: idempotent
|
|
7569
8562
|
/api/v2/services:
|
|
7570
8563
|
get:
|
|
7571
8564
|
description: Get all incident services uploaded for the requesting user's organization.
|
|
@@ -7592,6 +8585,11 @@ paths:
|
|
|
7592
8585
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7593
8586
|
'404':
|
|
7594
8587
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8588
|
+
security:
|
|
8589
|
+
- apiKeyAuth: []
|
|
8590
|
+
appKeyAuth: []
|
|
8591
|
+
- AuthZ:
|
|
8592
|
+
- incident_read
|
|
7595
8593
|
summary: Get a list of all incident services
|
|
7596
8594
|
tags:
|
|
7597
8595
|
- Incident Services
|
|
@@ -7625,6 +8623,11 @@ paths:
|
|
|
7625
8623
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7626
8624
|
'404':
|
|
7627
8625
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8626
|
+
security:
|
|
8627
|
+
- apiKeyAuth: []
|
|
8628
|
+
appKeyAuth: []
|
|
8629
|
+
- AuthZ:
|
|
8630
|
+
- incident_settings_write
|
|
7628
8631
|
summary: Create a new incident service
|
|
7629
8632
|
tags:
|
|
7630
8633
|
- Incident Services
|
|
@@ -7633,8 +8636,8 @@ paths:
|
|
|
7633
8636
|
service:
|
|
7634
8637
|
parameters:
|
|
7635
8638
|
- name: body
|
|
7636
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
7637
|
-
|
|
8639
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
8640
|
+
unique }}\"\n },\n \"type\": \"services\"\n }\n}"
|
|
7638
8641
|
step: there is a valid "service" in the system
|
|
7639
8642
|
x-undo:
|
|
7640
8643
|
operationId: DeleteIncidentService
|
|
@@ -7662,6 +8665,11 @@ paths:
|
|
|
7662
8665
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7663
8666
|
'404':
|
|
7664
8667
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8668
|
+
security:
|
|
8669
|
+
- apiKeyAuth: []
|
|
8670
|
+
appKeyAuth: []
|
|
8671
|
+
- AuthZ:
|
|
8672
|
+
- incident_settings_write
|
|
7665
8673
|
summary: Delete an existing incident service
|
|
7666
8674
|
tags:
|
|
7667
8675
|
- Incident Services
|
|
@@ -7694,6 +8702,11 @@ paths:
|
|
|
7694
8702
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7695
8703
|
'404':
|
|
7696
8704
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8705
|
+
security:
|
|
8706
|
+
- apiKeyAuth: []
|
|
8707
|
+
appKeyAuth: []
|
|
8708
|
+
- AuthZ:
|
|
8709
|
+
- incident_read
|
|
7697
8710
|
summary: Get details of an incident service
|
|
7698
8711
|
tags:
|
|
7699
8712
|
- Incident Services
|
|
@@ -7730,6 +8743,11 @@ paths:
|
|
|
7730
8743
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7731
8744
|
'404':
|
|
7732
8745
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8746
|
+
security:
|
|
8747
|
+
- apiKeyAuth: []
|
|
8748
|
+
appKeyAuth: []
|
|
8749
|
+
- AuthZ:
|
|
8750
|
+
- incident_settings_write
|
|
7733
8751
|
summary: Update an existing incident service
|
|
7734
8752
|
tags:
|
|
7735
8753
|
- Incident Services
|
|
@@ -7765,6 +8783,11 @@ paths:
|
|
|
7765
8783
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7766
8784
|
'404':
|
|
7767
8785
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8786
|
+
security:
|
|
8787
|
+
- apiKeyAuth: []
|
|
8788
|
+
appKeyAuth: []
|
|
8789
|
+
- AuthZ:
|
|
8790
|
+
- incident_read
|
|
7768
8791
|
summary: Get a list of all incident teams
|
|
7769
8792
|
tags:
|
|
7770
8793
|
- Incident Teams
|
|
@@ -7798,6 +8821,11 @@ paths:
|
|
|
7798
8821
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7799
8822
|
'404':
|
|
7800
8823
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8824
|
+
security:
|
|
8825
|
+
- apiKeyAuth: []
|
|
8826
|
+
appKeyAuth: []
|
|
8827
|
+
- AuthZ:
|
|
8828
|
+
- incident_settings_write
|
|
7801
8829
|
summary: Create a new incident team
|
|
7802
8830
|
tags:
|
|
7803
8831
|
- Incident Teams
|
|
@@ -7806,8 +8834,8 @@ paths:
|
|
|
7806
8834
|
team:
|
|
7807
8835
|
parameters:
|
|
7808
8836
|
- name: body
|
|
7809
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
7810
|
-
|
|
8837
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
|
8838
|
+
unique }}\"\n },\n \"type\": \"teams\"\n }\n}"
|
|
7811
8839
|
step: there is a valid "team" in the system
|
|
7812
8840
|
x-undo:
|
|
7813
8841
|
operationId: DeleteIncidentTeam
|
|
@@ -7835,6 +8863,11 @@ paths:
|
|
|
7835
8863
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7836
8864
|
'404':
|
|
7837
8865
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8866
|
+
security:
|
|
8867
|
+
- apiKeyAuth: []
|
|
8868
|
+
appKeyAuth: []
|
|
8869
|
+
- AuthZ:
|
|
8870
|
+
- incident_settings_write
|
|
7838
8871
|
summary: Delete an existing incident team
|
|
7839
8872
|
tags:
|
|
7840
8873
|
- Incident Teams
|
|
@@ -7867,6 +8900,11 @@ paths:
|
|
|
7867
8900
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7868
8901
|
'404':
|
|
7869
8902
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8903
|
+
security:
|
|
8904
|
+
- apiKeyAuth: []
|
|
8905
|
+
appKeyAuth: []
|
|
8906
|
+
- AuthZ:
|
|
8907
|
+
- incident_read
|
|
7870
8908
|
summary: Get details of an incident team
|
|
7871
8909
|
tags:
|
|
7872
8910
|
- Incident Teams
|
|
@@ -7903,6 +8941,11 @@ paths:
|
|
|
7903
8941
|
$ref: '#/components/responses/ForbiddenResponse'
|
|
7904
8942
|
'404':
|
|
7905
8943
|
$ref: '#/components/responses/NotFoundResponse'
|
|
8944
|
+
security:
|
|
8945
|
+
- apiKeyAuth: []
|
|
8946
|
+
appKeyAuth: []
|
|
8947
|
+
- AuthZ:
|
|
8948
|
+
- incident_settings_write
|
|
7906
8949
|
summary: Update an existing incident team
|
|
7907
8950
|
tags:
|
|
7908
8951
|
- Incident Teams
|
|
@@ -7941,6 +8984,11 @@ paths:
|
|
|
7941
8984
|
schema:
|
|
7942
8985
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7943
8986
|
description: Authentication error
|
|
8987
|
+
security:
|
|
8988
|
+
- apiKeyAuth: []
|
|
8989
|
+
appKeyAuth: []
|
|
8990
|
+
- AuthZ:
|
|
8991
|
+
- user_access_invite
|
|
7944
8992
|
summary: Send invitation emails
|
|
7945
8993
|
tags:
|
|
7946
8994
|
- Users
|
|
@@ -7949,10 +8997,9 @@ paths:
|
|
|
7949
8997
|
user_invitation:
|
|
7950
8998
|
parameters:
|
|
7951
8999
|
- name: body
|
|
7952
|
-
value: "{\n \"data\": [\n {\n \"relationships\": {\"user\": {\"\
|
|
7953
|
-
|
|
7954
|
-
|
|
7955
|
-
\n }\n ]\n}"
|
|
9000
|
+
value: "{\n \"data\": [\n {\n \"relationships\": {\"user\": {\"data\":
|
|
9001
|
+
{\n \"id\": \"{{ user.data.id }}\",\n \"type\": \"{{ user.data.type
|
|
9002
|
+
}}\"\n }}},\n \"type\": \"user_invitations\"\n }\n ]\n}"
|
|
7956
9003
|
source: data[0]
|
|
7957
9004
|
step: the "user" has a "user_invitation"
|
|
7958
9005
|
x-menu-order: 8
|
|
@@ -7968,6 +9015,7 @@ paths:
|
|
|
7968
9015
|
name: user_invitation_uuid
|
|
7969
9016
|
required: true
|
|
7970
9017
|
schema:
|
|
9018
|
+
example: 00000000-0000-0000-0000-000000000000
|
|
7971
9019
|
type: string
|
|
7972
9020
|
responses:
|
|
7973
9021
|
'200':
|
|
@@ -7988,6 +9036,11 @@ paths:
|
|
|
7988
9036
|
schema:
|
|
7989
9037
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
7990
9038
|
description: Not found
|
|
9039
|
+
security:
|
|
9040
|
+
- apiKeyAuth: []
|
|
9041
|
+
appKeyAuth: []
|
|
9042
|
+
- AuthZ:
|
|
9043
|
+
- user_access_invite
|
|
7991
9044
|
summary: Get a user invitation
|
|
7992
9045
|
tags:
|
|
7993
9046
|
- Users
|
|
@@ -8017,6 +9070,7 @@ paths:
|
|
|
8017
9070
|
required: false
|
|
8018
9071
|
schema:
|
|
8019
9072
|
default: name
|
|
9073
|
+
example: name
|
|
8020
9074
|
type: string
|
|
8021
9075
|
- description: 'Direction of sort. Options: `asc`, `desc`.'
|
|
8022
9076
|
in: query
|
|
@@ -8039,6 +9093,7 @@ paths:
|
|
|
8039
9093
|
name: filter[status]
|
|
8040
9094
|
required: false
|
|
8041
9095
|
schema:
|
|
9096
|
+
example: Active
|
|
8042
9097
|
type: string
|
|
8043
9098
|
responses:
|
|
8044
9099
|
'200':
|
|
@@ -8059,6 +9114,10 @@ paths:
|
|
|
8059
9114
|
schema:
|
|
8060
9115
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8061
9116
|
description: Authentication error
|
|
9117
|
+
security:
|
|
9118
|
+
- apiKeyAuth: []
|
|
9119
|
+
appKeyAuth: []
|
|
9120
|
+
- AuthZ: []
|
|
8062
9121
|
summary: List all users
|
|
8063
9122
|
tags:
|
|
8064
9123
|
- Users
|
|
@@ -8094,6 +9153,11 @@ paths:
|
|
|
8094
9153
|
schema:
|
|
8095
9154
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8096
9155
|
description: Authentication error
|
|
9156
|
+
security:
|
|
9157
|
+
- apiKeyAuth: []
|
|
9158
|
+
appKeyAuth: []
|
|
9159
|
+
- AuthZ:
|
|
9160
|
+
- user_access_invite
|
|
8097
9161
|
summary: Create a user
|
|
8098
9162
|
tags:
|
|
8099
9163
|
- Users
|
|
@@ -8102,9 +9166,9 @@ paths:
|
|
|
8102
9166
|
user:
|
|
8103
9167
|
parameters:
|
|
8104
9168
|
- name: body
|
|
8105
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"email\": \"{{
|
|
8106
|
-
|
|
8107
|
-
\
|
|
9169
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"email\": \"{{
|
|
9170
|
+
unique }}@datadoghq.com\",\n \"title\": \"user title\"\n },\n
|
|
9171
|
+
\ \"type\": \"users\"\n }\n}"
|
|
8108
9172
|
step: there is a valid "user" in the system
|
|
8109
9173
|
x-menu-order: 2
|
|
8110
9174
|
x-undo:
|
|
@@ -8136,6 +9200,11 @@ paths:
|
|
|
8136
9200
|
schema:
|
|
8137
9201
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8138
9202
|
description: Not found
|
|
9203
|
+
security:
|
|
9204
|
+
- apiKeyAuth: []
|
|
9205
|
+
appKeyAuth: []
|
|
9206
|
+
- AuthZ:
|
|
9207
|
+
- user_access_manage
|
|
8139
9208
|
summary: Disable a user
|
|
8140
9209
|
tags:
|
|
8141
9210
|
- Users
|
|
@@ -8167,6 +9236,10 @@ paths:
|
|
|
8167
9236
|
schema:
|
|
8168
9237
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8169
9238
|
description: Not found
|
|
9239
|
+
security:
|
|
9240
|
+
- apiKeyAuth: []
|
|
9241
|
+
appKeyAuth: []
|
|
9242
|
+
- AuthZ: []
|
|
8170
9243
|
summary: Get user details
|
|
8171
9244
|
tags:
|
|
8172
9245
|
- Users
|
|
@@ -8218,6 +9291,11 @@ paths:
|
|
|
8218
9291
|
schema:
|
|
8219
9292
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8220
9293
|
description: Unprocessable Entity
|
|
9294
|
+
security:
|
|
9295
|
+
- apiKeyAuth: []
|
|
9296
|
+
appKeyAuth: []
|
|
9297
|
+
- AuthZ:
|
|
9298
|
+
- user_access_manage
|
|
8221
9299
|
summary: Update a user
|
|
8222
9300
|
tags:
|
|
8223
9301
|
- Users
|
|
@@ -8253,6 +9331,10 @@ paths:
|
|
|
8253
9331
|
schema:
|
|
8254
9332
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8255
9333
|
description: Not found
|
|
9334
|
+
security:
|
|
9335
|
+
- apiKeyAuth: []
|
|
9336
|
+
appKeyAuth: []
|
|
9337
|
+
- AuthZ: []
|
|
8256
9338
|
summary: Get a user organization
|
|
8257
9339
|
tags:
|
|
8258
9340
|
- Users
|
|
@@ -8262,8 +9344,8 @@ paths:
|
|
|
8262
9344
|
type: safe
|
|
8263
9345
|
/api/v2/users/{user_id}/permissions:
|
|
8264
9346
|
get:
|
|
8265
|
-
description: "Get a user permission set. Returns a list of the user\u2019s permissions\
|
|
8266
|
-
|
|
9347
|
+
description: "Get a user permission set. Returns a list of the user\u2019s permissions\ngranted
|
|
9348
|
+
by the associated user's roles."
|
|
8267
9349
|
operationId: ListUserPermissions
|
|
8268
9350
|
parameters:
|
|
8269
9351
|
- $ref: '#/components/parameters/UserID'
|
|
@@ -8286,6 +9368,10 @@ paths:
|
|
|
8286
9368
|
schema:
|
|
8287
9369
|
$ref: '#/components/schemas/APIErrorResponse'
|
|
8288
9370
|
description: Not found
|
|
9371
|
+
security:
|
|
9372
|
+
- apiKeyAuth: []
|
|
9373
|
+
appKeyAuth: []
|
|
9374
|
+
- AuthZ: []
|
|
8289
9375
|
summary: Get a user permissions
|
|
8290
9376
|
tags:
|
|
8291
9377
|
- Users
|
|
@@ -8305,6 +9391,7 @@ servers:
|
|
|
8305
9391
|
enum:
|
|
8306
9392
|
- datadoghq.com
|
|
8307
9393
|
- us3.datadoghq.com
|
|
9394
|
+
- us5.datadoghq.com
|
|
8308
9395
|
- datadoghq.eu
|
|
8309
9396
|
- ddog-gov.com
|
|
8310
9397
|
subdomain:
|
|
@@ -8371,14 +9458,13 @@ tags:
|
|
|
8371
9458
|
description: Find out more at
|
|
8372
9459
|
url: https://docs.datadoghq.com/logs/logs_to_metrics/
|
|
8373
9460
|
name: Logs Metrics
|
|
8374
|
-
- description: "The metrics endpoint allows you to:\n\n- Post metrics data so it can
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
\ permission."
|
|
9461
|
+
- description: "The metrics endpoint allows you to:\n\n- Post metrics data so it can
|
|
9462
|
+
be graphed on Datadog\u2019s dashboards\n- Query metrics from any time period\n-
|
|
9463
|
+
Modify tag configurations for metrics\n- View tags and volumes for metrics\n\n**Note**:
|
|
9464
|
+
A graph can only contain a set number of points\nand as the timeframe over which
|
|
9465
|
+
a metric is viewed increases,\naggregation between points occurs to stay below
|
|
9466
|
+
that set number.\n\nThe Post, Patch, and Delete `manage_tags` API methods can
|
|
9467
|
+
only be performed by\na user who has the `Manage Tags for Metrics` permission."
|
|
8382
9468
|
name: Metrics
|
|
8383
9469
|
- description: The processes API allows you to query processes data for your organization.
|
|
8384
9470
|
name: Processes
|
|
@@ -8401,6 +9487,8 @@ tags:
|
|
|
8401
9487
|
|
|
8402
9488
|
signals.'
|
|
8403
9489
|
name: Security Monitoring
|
|
9490
|
+
- description: Create, edit, and disable service accounts.
|
|
9491
|
+
name: Service Accounts
|
|
8404
9492
|
- description: Create, edit, and disable users.
|
|
8405
9493
|
externalDocs:
|
|
8406
9494
|
url: https://docs.datadoghq.com/account_management/users
|