datadog_api_client 1.1.0 → 1.5.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/config/v1.json +9 -0
- data/.generator/config/v2.json +9 -0
- data/{data → .generator/schemas}/v1/openapi.yaml +4144 -764
- data/{data → .generator/schemas}/v2/openapi.yaml +1371 -128
- 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 +14 -1
- 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 +67 -24
- data/.github/workflows/test_integration.yml +64 -55
- data/.gitignore +1 -0
- data/.openapi-generator/FILES +33 -4
- data/.openapi-generator/VERSION +1 -1
- data/.pre-commit-config.yaml +20 -0
- data/CHANGELOG.md +111 -1
- data/DEVELOPMENT.md +5 -0
- data/Gemfile +3 -2
- data/Makefile +19 -0
- data/README.md +33 -1
- data/check-examples.sh +2 -7
- data/docker-compose.generator.yaml +52 -0
- data/docs/v1/APIErrorResponse.md +3 -4
- data/docs/v1/AWSAccount.md +16 -11
- data/docs/v1/AWSAccountAndLambdaRequest.md +4 -5
- data/docs/v1/AWSAccountCreateResponse.md +2 -3
- data/docs/v1/AWSAccountDeleteRequest.md +21 -0
- data/docs/v1/AWSAccountListResponse.md +2 -3
- data/docs/v1/AWSIntegrationAPI.md +45 -70
- data/docs/v1/AWSLogsAsyncError.md +3 -4
- data/docs/v1/AWSLogsAsyncResponse.md +4 -5
- data/docs/v1/AWSLogsIntegrationAPI.md +41 -47
- data/docs/v1/AWSLogsLambda.md +2 -3
- data/docs/v1/AWSLogsListResponse.md +5 -6
- data/docs/v1/AWSLogsListServicesResponse.md +3 -4
- data/docs/v1/AWSLogsServicesRequest.md +4 -5
- data/docs/v1/AWSNamespace.md +0 -1
- data/docs/v1/AWSTagFilter.md +4 -5
- data/docs/v1/AWSTagFilterCreateRequest.md +5 -6
- data/docs/v1/AWSTagFilterDeleteRequest.md +4 -5
- data/docs/v1/AWSTagFilterListResponse.md +2 -3
- data/docs/v1/AccessRole.md +0 -1
- data/docs/v1/AlertGraphWidgetDefinition.md +9 -10
- data/docs/v1/AlertGraphWidgetDefinitionType.md +0 -1
- data/docs/v1/AlertValueWidgetDefinition.md +10 -11
- data/docs/v1/AlertValueWidgetDefinitionType.md +0 -1
- data/docs/v1/ApiKey.md +5 -6
- data/docs/v1/ApiKeyListResponse.md +2 -3
- data/docs/v1/ApiKeyResponse.md +3 -4
- data/docs/v1/ApmStatsQueryColumnType.md +6 -7
- data/docs/v1/ApmStatsQueryDefinition.md +9 -10
- data/docs/v1/ApmStatsQueryRowType.md +0 -1
- data/docs/v1/ApplicationKey.md +4 -5
- data/docs/v1/ApplicationKeyListResponse.md +2 -3
- data/docs/v1/ApplicationKeyResponse.md +3 -4
- data/docs/v1/AuthenticationAPI.md +3 -7
- data/docs/v1/AuthenticationValidationResponse.md +2 -3
- data/docs/v1/AzureAccount.md +11 -10
- data/docs/v1/AzureIntegrationAPI.md +27 -35
- data/docs/v1/CancelDowntimesByScopeRequest.md +3 -4
- data/docs/v1/CanceledDowntimesIds.md +2 -3
- data/docs/v1/ChangeWidgetDefinition.md +9 -10
- data/docs/v1/ChangeWidgetDefinitionType.md +0 -1
- data/docs/v1/ChangeWidgetRequest.md +23 -18
- data/docs/v1/CheckCanDeleteMonitorResponse.md +4 -5
- data/docs/v1/CheckCanDeleteMonitorResponseData.md +2 -3
- data/docs/v1/CheckCanDeleteSLOResponse.md +4 -5
- data/docs/v1/CheckCanDeleteSLOResponseData.md +2 -3
- data/docs/v1/CheckStatusWidgetDefinition.md +12 -13
- data/docs/v1/CheckStatusWidgetDefinitionType.md +0 -1
- data/docs/v1/ContentEncoding.md +0 -1
- data/docs/v1/Creator.md +4 -5
- data/docs/v1/Dashboard.md +19 -18
- data/docs/v1/DashboardBulkActionData.md +19 -0
- data/docs/v1/DashboardBulkDeleteRequest.md +17 -0
- data/docs/v1/DashboardDeleteResponse.md +2 -3
- data/docs/v1/DashboardLayoutType.md +0 -1
- data/docs/v1/DashboardList.md +10 -11
- data/docs/v1/DashboardListDeleteResponse.md +2 -3
- data/docs/v1/DashboardListListResponse.md +2 -3
- data/docs/v1/DashboardListsAPI.md +24 -40
- data/docs/v1/DashboardReflowType.md +0 -1
- data/docs/v1/{SyntheticsTickInterval.md → DashboardResourceType.md} +2 -3
- data/docs/v1/DashboardRestoreRequest.md +17 -0
- data/docs/v1/DashboardSummary.md +2 -3
- data/docs/v1/DashboardSummaryDefinition.md +11 -12
- data/docs/v1/DashboardTemplateVariable.md +7 -6
- data/docs/v1/DashboardTemplateVariablePreset.md +4 -5
- data/docs/v1/DashboardTemplateVariablePresetValue.md +3 -4
- data/docs/v1/DashboardsAPI.md +148 -42
- data/docs/v1/DeletedMonitor.md +2 -3
- data/docs/v1/DistributionWidgetDefinition.md +13 -14
- data/docs/v1/DistributionWidgetDefinitionType.md +0 -1
- data/docs/v1/DistributionWidgetRequest.md +14 -13
- data/docs/v1/DistributionWidgetXAxis.md +6 -7
- data/docs/v1/DistributionWidgetYAxis.md +7 -8
- data/docs/v1/Downtime.md +19 -20
- data/docs/v1/DowntimeChild.md +18 -19
- data/docs/v1/DowntimeRecurrence.md +8 -9
- data/docs/v1/DowntimesAPI.md +37 -59
- data/docs/v1/Event.md +16 -15
- data/docs/v1/EventAlertType.md +0 -1
- data/docs/v1/EventCreateRequest.md +16 -17
- data/docs/v1/EventCreateResponse.md +16 -17
- data/docs/v1/EventListResponse.md +3 -4
- data/docs/v1/EventPriority.md +0 -1
- data/docs/v1/EventQueryDefinition.md +5 -6
- data/docs/v1/EventResponse.md +4 -5
- data/docs/v1/EventStreamWidgetDefinition.md +10 -11
- data/docs/v1/EventStreamWidgetDefinitionType.md +0 -1
- data/docs/v1/EventTimelineWidgetDefinition.md +9 -10
- data/docs/v1/EventTimelineWidgetDefinitionType.md +0 -1
- data/docs/v1/EventsAPI.md +39 -36
- data/docs/v1/FormulaAndFunctionApmDependencyStatName.md +14 -0
- data/docs/v1/FormulaAndFunctionApmDependencyStatsDataSource.md +14 -0
- data/docs/v1/FormulaAndFunctionApmDependencyStatsQueryDefinition.md +35 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatName.md +14 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatsDataSource.md +14 -0
- data/docs/v1/FormulaAndFunctionApmResourceStatsQueryDefinition.md +35 -0
- data/docs/v1/FormulaAndFunctionEventAggregation.md +0 -1
- data/docs/v1/FormulaAndFunctionEventQueryDefinition.md +8 -9
- data/docs/v1/FormulaAndFunctionEventQueryDefinitionCompute.md +5 -6
- data/docs/v1/FormulaAndFunctionEventQueryDefinitionSearch.md +3 -4
- data/docs/v1/FormulaAndFunctionEventQueryGroupBy.md +5 -6
- data/docs/v1/FormulaAndFunctionEventQueryGroupBySort.md +5 -6
- data/docs/v1/FormulaAndFunctionEventsDataSource.md +0 -1
- data/docs/v1/FormulaAndFunctionMetricAggregation.md +0 -1
- data/docs/v1/FormulaAndFunctionMetricDataSource.md +0 -1
- data/docs/v1/FormulaAndFunctionMetricQueryDefinition.md +6 -7
- data/docs/v1/FormulaAndFunctionProcessQueryDataSource.md +0 -1
- data/docs/v1/FormulaAndFunctionProcessQueryDefinition.md +11 -12
- data/docs/v1/FormulaAndFunctionQueryDefinition.md +7 -4
- data/docs/v1/FormulaAndFunctionResponseFormat.md +0 -1
- data/docs/v1/FreeTextWidgetDefinition.md +7 -8
- data/docs/v1/FreeTextWidgetDefinitionType.md +0 -1
- data/docs/v1/FunnelQuery.md +21 -0
- data/docs/v1/FunnelRequestType.md +14 -0
- data/docs/v1/FunnelSource.md +14 -0
- data/docs/v1/FunnelWidgetDefinition.md +27 -0
- data/docs/v1/FunnelWidgetDefinitionType.md +14 -0
- data/docs/v1/FunnelWidgetRequest.md +19 -0
- data/docs/v1/GCPAccount.md +15 -16
- data/docs/v1/GCPIntegrationAPI.md +19 -29
- data/docs/v1/GeomapWidgetDefinition.md +11 -12
- data/docs/v1/GeomapWidgetDefinitionStyle.md +4 -5
- data/docs/v1/GeomapWidgetDefinitionType.md +0 -1
- data/docs/v1/GeomapWidgetDefinitionView.md +3 -4
- data/docs/v1/GeomapWidgetRequest.md +9 -10
- data/docs/v1/GraphSnapshot.md +5 -6
- data/docs/v1/GroupWidgetDefinition.md +11 -12
- data/docs/v1/GroupWidgetDefinitionType.md +0 -1
- data/docs/v1/HTTPLogError.md +5 -6
- data/docs/v1/HTTPLogItem.md +7 -8
- data/docs/v1/HTTPMethod.md +0 -1
- data/docs/v1/HeatMapWidgetDefinition.md +13 -14
- data/docs/v1/HeatMapWidgetDefinitionType.md +0 -1
- data/docs/v1/HeatMapWidgetRequest.md +12 -13
- data/docs/v1/Host.md +16 -17
- data/docs/v1/HostListResponse.md +5 -6
- data/docs/v1/HostMapRequest.md +11 -12
- data/docs/v1/HostMapWidgetDefinition.md +15 -16
- data/docs/v1/HostMapWidgetDefinitionRequests.md +4 -5
- data/docs/v1/HostMapWidgetDefinitionStyle.md +6 -7
- data/docs/v1/HostMapWidgetDefinitionType.md +0 -1
- data/docs/v1/HostMeta.md +2 -3
- data/docs/v1/HostMetrics.md +4 -5
- data/docs/v1/HostMuteResponse.md +6 -7
- data/docs/v1/HostMuteSettings.md +5 -6
- data/docs/v1/HostTags.md +3 -4
- data/docs/v1/HostTotals.md +3 -4
- data/docs/v1/HostsAPI.md +32 -41
- data/docs/v1/IFrameWidgetDefinition.md +5 -6
- data/docs/v1/IFrameWidgetDefinitionType.md +0 -1
- data/docs/v1/IPPrefixesAPI.md +2 -3
- data/docs/v1/IPPrefixesAPM.md +2 -3
- data/docs/v1/IPPrefixesAgents.md +2 -3
- data/docs/v1/IPPrefixesLogs.md +2 -3
- data/docs/v1/IPPrefixesProcess.md +2 -3
- data/docs/v1/IPPrefixesSynthetics.md +4 -5
- data/docs/v1/IPPrefixesWebhooks.md +2 -3
- data/docs/v1/IPRanges.md +11 -12
- data/docs/v1/IPRangesAPI.md +3 -7
- data/docs/v1/IdpFormData.md +3 -4
- data/docs/v1/IdpResponse.md +3 -4
- data/docs/v1/ImageWidgetDefinition.md +11 -12
- data/docs/v1/ImageWidgetDefinitionType.md +0 -1
- data/docs/v1/IntakePayloadAccepted.md +2 -3
- data/docs/v1/KeyManagementAPI.md +41 -72
- data/docs/v1/ListStreamColumn.md +19 -0
- data/docs/v1/ListStreamColumnWidth.md +14 -0
- data/docs/v1/ListStreamQuery.md +21 -0
- data/docs/v1/ListStreamResponseFormat.md +14 -0
- data/docs/v1/ListStreamSource.md +14 -0
- data/docs/v1/ListStreamWidgetDefinition.md +31 -0
- data/docs/v1/ListStreamWidgetDefinitionType.md +14 -0
- data/docs/v1/ListStreamWidgetRequest.md +21 -0
- data/docs/v1/Log.md +4 -5
- data/docs/v1/LogContent.md +8 -9
- data/docs/v1/LogQueryDefinition.md +7 -8
- data/docs/v1/LogQueryDefinitionGroupBy.md +5 -6
- data/docs/v1/LogQueryDefinitionGroupBySort.md +5 -6
- data/docs/v1/LogQueryDefinitionSearch.md +4 -5
- data/docs/v1/LogStreamWidgetDefinition.md +15 -16
- data/docs/v1/LogStreamWidgetDefinitionType.md +0 -1
- data/docs/v1/LogsAPI.md +41 -20
- data/docs/v1/LogsAPIError.md +5 -6
- data/docs/v1/LogsAPIErrorResponse.md +3 -4
- data/docs/v1/LogsArithmeticProcessor.md +8 -9
- data/docs/v1/LogsArithmeticProcessorType.md +0 -1
- data/docs/v1/LogsAttributeRemapper.md +12 -13
- data/docs/v1/LogsAttributeRemapperType.md +0 -1
- data/docs/v1/LogsByRetention.md +5 -6
- data/docs/v1/LogsByRetentionMonthlyUsage.md +3 -4
- data/docs/v1/LogsByRetentionOrgUsage.md +2 -3
- data/docs/v1/LogsByRetentionOrgs.md +2 -3
- data/docs/v1/LogsCategoryProcessor.md +7 -8
- data/docs/v1/LogsCategoryProcessorCategory.md +4 -5
- data/docs/v1/LogsCategoryProcessorType.md +0 -1
- data/docs/v1/LogsDateRemapper.md +6 -7
- data/docs/v1/LogsDateRemapperType.md +0 -1
- data/docs/v1/LogsExclusion.md +5 -6
- data/docs/v1/LogsExclusionFilter.md +5 -6
- data/docs/v1/LogsFilter.md +2 -3
- data/docs/v1/LogsGeoIPParser.md +7 -8
- data/docs/v1/LogsGeoIPParserType.md +0 -1
- data/docs/v1/LogsGrokParser.md +8 -9
- data/docs/v1/LogsGrokParserRules.md +3 -4
- data/docs/v1/LogsGrokParserType.md +0 -1
- data/docs/v1/LogsIndex.md +8 -9
- data/docs/v1/LogsIndexListResponse.md +2 -3
- data/docs/v1/LogsIndexUpdateRequest.md +7 -8
- data/docs/v1/LogsIndexesAPI.md +29 -42
- data/docs/v1/LogsIndexesOrder.md +3 -4
- data/docs/v1/LogsListRequest.md +8 -9
- data/docs/v1/LogsListRequestTime.md +4 -5
- data/docs/v1/LogsListResponse.md +5 -6
- data/docs/v1/LogsLookupProcessor.md +9 -10
- data/docs/v1/LogsLookupProcessorType.md +0 -1
- data/docs/v1/LogsMessageRemapper.md +6 -7
- data/docs/v1/LogsMessageRemapperType.md +0 -1
- data/docs/v1/LogsPipeline.md +9 -10
- data/docs/v1/LogsPipelineProcessor.md +7 -8
- data/docs/v1/LogsPipelineProcessorType.md +0 -1
- data/docs/v1/LogsPipelinesAPI.md +40 -51
- data/docs/v1/LogsPipelinesOrder.md +3 -4
- data/docs/v1/LogsProcessor.md +2 -3
- data/docs/v1/LogsQueryCompute.md +5 -6
- data/docs/v1/LogsRetentionAggSumUsage.md +6 -7
- data/docs/v1/LogsRetentionSumUsage.md +6 -7
- data/docs/v1/LogsServiceRemapper.md +6 -7
- data/docs/v1/LogsServiceRemapperType.md +0 -1
- data/docs/v1/LogsSort.md +0 -1
- data/docs/v1/LogsStatusRemapper.md +6 -7
- data/docs/v1/LogsStatusRemapperType.md +0 -1
- data/docs/v1/LogsStringBuilderProcessor.md +8 -9
- data/docs/v1/LogsStringBuilderProcessorType.md +0 -1
- data/docs/v1/LogsTraceRemapper.md +6 -7
- data/docs/v1/LogsTraceRemapperType.md +0 -1
- data/docs/v1/LogsURLParser.md +8 -9
- data/docs/v1/LogsURLParserType.md +0 -1
- data/docs/v1/LogsUserAgentParser.md +8 -9
- data/docs/v1/LogsUserAgentParserType.md +0 -1
- data/docs/v1/MetricContentEncoding.md +14 -0
- data/docs/v1/MetricMetadata.md +9 -10
- data/docs/v1/MetricSearchResponse.md +3 -4
- data/docs/v1/MetricSearchResponseResults.md +2 -3
- data/docs/v1/MetricsAPI.md +56 -61
- data/docs/v1/MetricsListResponse.md +4 -5
- data/docs/v1/MetricsPayload.md +4 -5
- data/docs/v1/MetricsQueryMetadata.md +17 -14
- data/docs/v1/MetricsQueryResponse.md +11 -12
- data/docs/v1/MetricsQueryUnit.md +7 -8
- data/docs/v1/Monitor.md +19 -20
- data/docs/v1/MonitorDeviceID.md +0 -1
- data/docs/v1/MonitorGroupSearchResponse.md +5 -6
- data/docs/v1/MonitorGroupSearchResponseCounts.md +3 -4
- data/docs/v1/MonitorGroupSearchResult.md +9 -10
- data/docs/v1/MonitorOptions.md +29 -24
- data/docs/v1/MonitorOptionsAggregation.md +4 -5
- data/docs/v1/MonitorOverallStates.md +0 -1
- data/docs/v1/MonitorRenotifyStatusType.md +14 -0
- data/docs/v1/MonitorSearchResponse.md +5 -6
- data/docs/v1/MonitorSearchResponseCounts.md +5 -6
- data/docs/v1/MonitorSearchResponseMetadata.md +6 -7
- data/docs/v1/MonitorSearchResult.md +16 -15
- data/docs/v1/MonitorSearchResultNotification.md +3 -4
- data/docs/v1/MonitorState.md +2 -3
- data/docs/v1/MonitorStateGroup.md +8 -9
- data/docs/v1/MonitorSummaryWidgetDefinition.md +15 -16
- data/docs/v1/MonitorSummaryWidgetDefinitionType.md +0 -1
- data/docs/v1/MonitorThresholdWindowOptions.md +3 -4
- data/docs/v1/MonitorThresholds.md +7 -8
- data/docs/v1/MonitorType.md +0 -1
- data/docs/v1/MonitorUpdateRequest.md +18 -19
- data/docs/v1/MonitorsAPI.md +210 -94
- data/docs/v1/NoteWidgetDefinition.md +12 -13
- data/docs/v1/NoteWidgetDefinitionType.md +0 -1
- data/docs/v1/NotebookAbsoluteTime.md +5 -6
- data/docs/v1/NotebookAuthor.md +11 -12
- data/docs/v1/NotebookCellCreateRequest.md +4 -5
- data/docs/v1/NotebookCellCreateRequestAttributes.md +2 -3
- data/docs/v1/NotebookCellResourceType.md +0 -1
- data/docs/v1/NotebookCellResponse.md +5 -6
- data/docs/v1/NotebookCellResponseAttributes.md +2 -3
- data/docs/v1/NotebookCellTime.md +2 -3
- data/docs/v1/NotebookCellUpdateRequest.md +5 -6
- data/docs/v1/NotebookCellUpdateRequestAttributes.md +2 -3
- data/docs/v1/NotebookCreateData.md +4 -5
- data/docs/v1/NotebookCreateDataAttributes.md +8 -7
- data/docs/v1/NotebookCreateRequest.md +3 -4
- data/docs/v1/NotebookDistributionCellAttributes.md +6 -7
- data/docs/v1/NotebookGlobalTime.md +2 -3
- data/docs/v1/NotebookGraphSize.md +0 -1
- data/docs/v1/NotebookHeatMapCellAttributes.md +6 -7
- data/docs/v1/NotebookLogStreamCellAttributes.md +5 -6
- data/docs/v1/NotebookMarkdownCellAttributes.md +3 -4
- data/docs/v1/NotebookMarkdownCellDefinition.md +5 -6
- data/docs/v1/NotebookMarkdownCellDefinitionType.md +0 -1
- data/docs/v1/NotebookMetadata.md +21 -0
- data/docs/v1/NotebookMetadataType.md +14 -0
- data/docs/v1/NotebookRelativeTime.md +3 -4
- data/docs/v1/NotebookResourceType.md +0 -1
- data/docs/v1/NotebookResponse.md +3 -4
- data/docs/v1/NotebookResponseData.md +5 -6
- data/docs/v1/NotebookResponseDataAttributes.md +11 -10
- data/docs/v1/NotebookSplitBy.md +4 -5
- data/docs/v1/NotebookStatus.md +0 -1
- data/docs/v1/NotebookTimeseriesCellAttributes.md +6 -7
- data/docs/v1/NotebookToplistCellAttributes.md +6 -7
- data/docs/v1/NotebookUpdateCell.md +2 -3
- data/docs/v1/NotebookUpdateData.md +4 -5
- data/docs/v1/NotebookUpdateDataAttributes.md +8 -7
- data/docs/v1/NotebookUpdateRequest.md +3 -4
- data/docs/v1/NotebooksAPI.md +37 -48
- data/docs/v1/NotebooksResponse.md +3 -4
- data/docs/v1/NotebooksResponseData.md +5 -6
- data/docs/v1/NotebooksResponseDataAttributes.md +11 -10
- data/docs/v1/NotebooksResponseMeta.md +3 -4
- data/docs/v1/NotebooksResponsePage.md +4 -5
- data/docs/v1/Organization.md +9 -10
- data/docs/v1/OrganizationBilling.md +2 -3
- data/docs/v1/OrganizationCreateBody.md +5 -6
- data/docs/v1/OrganizationCreateResponse.md +6 -7
- data/docs/v1/OrganizationListResponse.md +2 -3
- data/docs/v1/OrganizationResponse.md +3 -4
- data/docs/v1/OrganizationSettings.md +12 -13
- data/docs/v1/OrganizationSettingsSaml.md +2 -3
- data/docs/v1/OrganizationSettingsSamlAutocreateUsersDomains.md +4 -5
- data/docs/v1/OrganizationSettingsSamlIdpInitiatedLogin.md +2 -3
- data/docs/v1/OrganizationSettingsSamlStrictMode.md +2 -3
- data/docs/v1/OrganizationSubscription.md +2 -3
- data/docs/v1/OrganizationsAPI.md +36 -38
- data/docs/v1/PagerDutyIntegrationAPI.md +18 -31
- data/docs/v1/PagerDutyService.md +5 -6
- data/docs/v1/PagerDutyServiceKey.md +4 -5
- data/docs/v1/PagerDutyServiceName.md +4 -5
- data/docs/v1/Pagination.md +19 -0
- data/docs/v1/ProcessQueryDefinition.md +7 -8
- data/docs/v1/QuerySortOrder.md +0 -1
- data/docs/v1/QueryValueWidgetDefinition.md +13 -14
- data/docs/v1/QueryValueWidgetDefinitionType.md +0 -1
- data/docs/v1/QueryValueWidgetRequest.md +18 -17
- data/docs/v1/README.md +874 -783
- data/docs/v1/ResponseMetaAttributes.md +17 -0
- data/docs/v1/SLOBulkDeleteError.md +5 -6
- data/docs/v1/SLOBulkDeleteResponse.md +4 -5
- data/docs/v1/SLOBulkDeleteResponseData.md +3 -4
- data/docs/v1/SLOCorrection.md +5 -6
- data/docs/v1/SLOCorrectionCategory.md +0 -1
- data/docs/v1/SLOCorrectionCreateData.md +4 -5
- data/docs/v1/SLOCorrectionCreateRequest.md +3 -4
- data/docs/v1/SLOCorrectionCreateRequestAttributes.md +12 -9
- data/docs/v1/SLOCorrectionListResponse.md +6 -5
- data/docs/v1/SLOCorrectionResponse.md +3 -4
- data/docs/v1/SLOCorrectionResponseAttributes.md +19 -10
- data/docs/v1/SLOCorrectionResponseAttributesModifier.md +21 -0
- data/docs/v1/SLOCorrectionType.md +0 -1
- data/docs/v1/SLOCorrectionUpdateData.md +4 -5
- data/docs/v1/SLOCorrectionUpdateRequest.md +3 -4
- data/docs/v1/SLOCorrectionUpdateRequestAttributes.md +11 -8
- data/docs/v1/SLODeleteResponse.md +3 -4
- data/docs/v1/SLOErrorTimeframe.md +0 -1
- data/docs/v1/SLOHistoryMetrics.md +10 -11
- data/docs/v1/SLOHistoryMetricsSeries.md +6 -7
- data/docs/v1/SLOHistoryMetricsSeriesMetadata.md +9 -10
- data/docs/v1/SLOHistoryMetricsSeriesMetadataUnit.md +8 -9
- data/docs/v1/SLOHistoryMonitor.md +39 -0
- data/docs/v1/SLOHistoryResponse.md +3 -4
- data/docs/v1/SLOHistoryResponseData.md +12 -13
- data/docs/v1/SLOHistoryResponseError.md +2 -3
- data/docs/v1/SLOHistoryResponseErrorWithType.md +19 -0
- data/docs/v1/SLOHistorySLIData.md +15 -16
- data/docs/v1/SLOListResponse.md +5 -6
- data/docs/v1/SLOListResponseMetadata.md +3 -4
- data/docs/v1/SLOListResponseMetadataPage.md +3 -4
- data/docs/v1/SLOResponse.md +4 -5
- data/docs/v1/SLOResponseData.md +16 -17
- data/docs/v1/SLOThreshold.md +7 -8
- data/docs/v1/SLOTimeframe.md +0 -1
- data/docs/v1/SLOType.md +0 -1
- data/docs/v1/SLOTypeNumeric.md +0 -1
- data/docs/v1/SLOWidgetDefinition.md +12 -13
- data/docs/v1/SLOWidgetDefinitionType.md +0 -1
- data/docs/v1/ScatterPlotRequest.md +12 -13
- data/docs/v1/ScatterPlotWidgetDefinition.md +12 -13
- data/docs/v1/ScatterPlotWidgetDefinitionRequests.md +6 -5
- data/docs/v1/ScatterPlotWidgetDefinitionType.md +0 -1
- data/docs/v1/ScatterplotDimension.md +14 -0
- data/docs/v1/ScatterplotTableRequest.md +21 -0
- data/docs/v1/ScatterplotWidgetAggregator.md +14 -0
- data/docs/v1/ScatterplotWidgetFormula.md +21 -0
- data/docs/v1/Series.md +9 -10
- data/docs/v1/ServiceCheck.md +8 -9
- data/docs/v1/ServiceCheckStatus.md +0 -1
- data/docs/v1/ServiceChecksAPI.md +11 -10
- data/docs/v1/ServiceLevelObjective.md +15 -16
- data/docs/v1/ServiceLevelObjectiveCorrectionsAPI.md +28 -44
- data/docs/v1/ServiceLevelObjectiveQuery.md +4 -5
- data/docs/v1/ServiceLevelObjectiveRequest.md +10 -11
- data/docs/v1/ServiceLevelObjectivesAPI.md +133 -72
- data/docs/v1/ServiceMapWidgetDefinition.md +9 -10
- data/docs/v1/ServiceMapWidgetDefinitionType.md +0 -1
- data/docs/v1/ServiceSummaryWidgetDefinition.md +18 -19
- data/docs/v1/ServiceSummaryWidgetDefinitionType.md +0 -1
- data/docs/v1/SlackIntegrationAPI.md +27 -43
- data/docs/v1/SlackIntegrationChannel.md +4 -5
- data/docs/v1/SlackIntegrationChannelDisplay.md +5 -6
- data/docs/v1/SnapshotsAPI.md +15 -18
- data/docs/v1/SyntheticsAPI.md +251 -204
- data/docs/v1/SyntheticsAPIStep.md +10 -11
- data/docs/v1/SyntheticsAPIStepSubtype.md +0 -1
- data/docs/v1/SyntheticsAPITest.md +19 -20
- data/docs/v1/SyntheticsAPITestConfig.md +7 -8
- data/docs/v1/SyntheticsAPITestResultData.md +12 -13
- data/docs/v1/SyntheticsAPITestResultFull.md +9 -10
- data/docs/v1/SyntheticsAPITestResultFullCheck.md +3 -4
- data/docs/v1/SyntheticsAPITestResultShort.md +7 -8
- data/docs/v1/SyntheticsAPITestResultShortResult.md +4 -5
- data/docs/v1/SyntheticsAPITestType.md +0 -1
- data/docs/v1/SyntheticsAssertion.md +2 -3
- data/docs/v1/SyntheticsAssertionJSONPathOperator.md +0 -1
- data/docs/v1/SyntheticsAssertionJSONPathTarget.md +6 -7
- data/docs/v1/SyntheticsAssertionJSONPathTargetTarget.md +5 -6
- data/docs/v1/SyntheticsAssertionOperator.md +0 -1
- data/docs/v1/SyntheticsAssertionTarget.md +7 -8
- data/docs/v1/SyntheticsAssertionType.md +0 -1
- data/docs/v1/SyntheticsBasicAuth.md +5 -6
- data/docs/v1/SyntheticsBatchDetails.md +17 -0
- data/docs/v1/SyntheticsBatchDetailsData.md +21 -0
- data/docs/v1/SyntheticsBatchResult.md +35 -0
- data/docs/v1/SyntheticsBrowserError.md +9 -10
- data/docs/v1/SyntheticsBrowserErrorType.md +0 -1
- data/docs/v1/SyntheticsBrowserTest.md +13 -14
- data/docs/v1/SyntheticsBrowserTestConfig.md +8 -7
- data/docs/v1/SyntheticsBrowserTestResultData.md +13 -14
- data/docs/v1/SyntheticsBrowserTestResultFull.md +9 -10
- data/docs/v1/SyntheticsBrowserTestResultFullCheck.md +3 -4
- data/docs/v1/SyntheticsBrowserTestResultShort.md +7 -8
- data/docs/v1/SyntheticsBrowserTestResultShortResult.md +7 -8
- data/docs/v1/SyntheticsBrowserTestType.md +0 -1
- data/docs/v1/SyntheticsBrowserVariable.md +7 -8
- data/docs/v1/SyntheticsBrowserVariableType.md +0 -1
- data/docs/v1/SyntheticsCIBatchMetadata.md +19 -0
- data/docs/v1/SyntheticsCIBatchMetadataCI.md +19 -0
- data/docs/v1/SyntheticsCIBatchMetadataGit.md +19 -0
- data/docs/v1/SyntheticsCIBatchMetadataPipeline.md +17 -0
- data/docs/v1/SyntheticsCIBatchMetadataProvider.md +17 -0
- data/docs/v1/SyntheticsCITest.md +16 -17
- data/docs/v1/SyntheticsCITestBody.md +2 -3
- data/docs/v1/SyntheticsCheckType.md +0 -1
- data/docs/v1/SyntheticsConfigVariable.md +7 -8
- data/docs/v1/SyntheticsConfigVariableType.md +0 -1
- data/docs/v1/SyntheticsCoreWebVitals.md +4 -5
- data/docs/v1/SyntheticsDeleteTestsPayload.md +2 -3
- data/docs/v1/SyntheticsDeleteTestsResponse.md +2 -3
- data/docs/v1/SyntheticsDeletedTest.md +4 -5
- data/docs/v1/SyntheticsDevice.md +7 -8
- data/docs/v1/SyntheticsDeviceID.md +0 -1
- data/docs/v1/SyntheticsErrorCode.md +0 -1
- data/docs/v1/SyntheticsGetAPITestLatestResultsResponse.md +4 -5
- data/docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md +4 -5
- data/docs/v1/SyntheticsGlobalVariable.md +11 -10
- data/docs/v1/SyntheticsGlobalVariableAttributes.md +17 -0
- data/docs/v1/SyntheticsGlobalVariableParseTestOptions.md +5 -6
- data/docs/v1/SyntheticsGlobalVariableParseTestOptionsType.md +0 -1
- data/docs/v1/SyntheticsGlobalVariableParserType.md +0 -1
- data/docs/v1/SyntheticsGlobalVariableValue.md +4 -5
- data/docs/v1/SyntheticsListGlobalVariablesResponse.md +2 -3
- data/docs/v1/SyntheticsListTestsResponse.md +2 -3
- data/docs/v1/SyntheticsLocation.md +4 -5
- data/docs/v1/SyntheticsLocations.md +2 -3
- data/docs/v1/SyntheticsParsingOptions.md +6 -7
- data/docs/v1/SyntheticsPlayingTab.md +0 -1
- data/docs/v1/SyntheticsPrivateLocation.md +7 -8
- data/docs/v1/SyntheticsPrivateLocationCreationResponse.md +5 -6
- data/docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md +4 -5
- data/docs/v1/SyntheticsPrivateLocationSecrets.md +4 -5
- data/docs/v1/SyntheticsPrivateLocationSecretsAuthentication.md +3 -4
- data/docs/v1/SyntheticsPrivateLocationSecretsConfigDecryption.md +2 -3
- data/docs/v1/SyntheticsSSLCertificate.md +14 -15
- data/docs/v1/SyntheticsSSLCertificateIssuer.md +7 -8
- data/docs/v1/SyntheticsSSLCertificateSubject.md +8 -9
- data/docs/v1/SyntheticsStatus.md +14 -0
- data/docs/v1/SyntheticsStep.md +7 -8
- data/docs/v1/SyntheticsStepDetail.md +19 -20
- data/docs/v1/SyntheticsStepDetailWarning.md +4 -5
- data/docs/v1/SyntheticsStepType.md +0 -1
- data/docs/v1/SyntheticsTestConfig.md +6 -7
- data/docs/v1/SyntheticsTestDetails.md +16 -15
- data/docs/v1/SyntheticsTestDetailsSubType.md +0 -1
- data/docs/v1/SyntheticsTestDetailsType.md +0 -1
- data/docs/v1/SyntheticsTestExecutionRule.md +14 -0
- data/docs/v1/SyntheticsTestMonitorStatus.md +0 -1
- data/docs/v1/SyntheticsTestOptions.md +17 -14
- data/docs/v1/SyntheticsTestOptionsMonitorOptions.md +2 -3
- data/docs/v1/SyntheticsTestOptionsRetry.md +4 -5
- data/docs/v1/SyntheticsTestPauseStatus.md +0 -1
- data/docs/v1/SyntheticsTestProcessStatus.md +0 -1
- data/docs/v1/SyntheticsTestRequest.md +26 -19
- data/docs/v1/SyntheticsTestRequestCertificate.md +4 -5
- data/docs/v1/SyntheticsTestRequestCertificateItem.md +4 -5
- data/docs/v1/SyntheticsTiming.md +11 -12
- data/docs/v1/SyntheticsTriggerBody.md +17 -0
- data/docs/v1/SyntheticsTriggerCITestLocation.md +4 -5
- data/docs/v1/SyntheticsTriggerCITestRunResult.md +6 -7
- data/docs/v1/SyntheticsTriggerCITestsResponse.md +7 -6
- data/docs/v1/SyntheticsTriggerTest.md +19 -0
- data/docs/v1/SyntheticsUpdateTestPauseStatusPayload.md +3 -4
- data/docs/v1/SyntheticsVariableParser.md +4 -5
- data/docs/v1/SyntheticsWarningType.md +0 -1
- data/docs/v1/TableWidgetCellDisplayMode.md +0 -1
- data/docs/v1/TableWidgetDefinition.md +10 -11
- data/docs/v1/TableWidgetDefinitionType.md +0 -1
- data/docs/v1/TableWidgetHasSearchBar.md +0 -1
- data/docs/v1/TableWidgetRequest.md +24 -19
- data/docs/v1/TagToHosts.md +2 -3
- data/docs/v1/TagsAPI.md +34 -47
- data/docs/v1/TargetFormatType.md +0 -1
- data/docs/v1/TimeseriesWidgetDefinition.md +17 -18
- data/docs/v1/TimeseriesWidgetDefinitionType.md +0 -1
- data/docs/v1/TimeseriesWidgetExpressionAlias.md +4 -5
- data/docs/v1/TimeseriesWidgetLegendColumn.md +0 -1
- data/docs/v1/TimeseriesWidgetLegendLayout.md +0 -1
- data/docs/v1/TimeseriesWidgetRequest.md +20 -19
- data/docs/v1/ToplistWidgetDefinition.md +9 -10
- data/docs/v1/ToplistWidgetDefinitionType.md +0 -1
- data/docs/v1/ToplistWidgetRequest.md +18 -17
- data/docs/v1/TreeMapColorBy.md +14 -0
- data/docs/v1/TreeMapGroupBy.md +14 -0
- data/docs/v1/TreeMapSizeBy.md +14 -0
- data/docs/v1/TreeMapWidgetDefinition.md +27 -0
- data/docs/v1/TreeMapWidgetDefinitionType.md +14 -0
- data/docs/v1/TreeMapWidgetRequest.md +17 -0
- data/docs/v1/UsageAnalyzedLogsHour.md +3 -4
- data/docs/v1/UsageAnalyzedLogsResponse.md +2 -3
- data/docs/v1/UsageAttributionAggregatesBody.md +5 -6
- data/docs/v1/UsageAttributionBody.md +9 -10
- data/docs/v1/UsageAttributionMetadata.md +3 -4
- data/docs/v1/UsageAttributionPagination.md +5 -6
- data/docs/v1/UsageAttributionResponse.md +4 -5
- data/docs/v1/UsageAttributionSort.md +0 -1
- data/docs/v1/UsageAttributionSupportedMetrics.md +0 -1
- data/docs/v1/UsageAttributionValues.md +54 -35
- data/docs/v1/UsageAuditLogsHour.md +3 -4
- data/docs/v1/UsageAuditLogsResponse.md +2 -3
- data/docs/v1/UsageBillableSummaryBody.md +9 -10
- data/docs/v1/UsageBillableSummaryHour.md +10 -11
- data/docs/v1/UsageBillableSummaryKeys.md +47 -22
- data/docs/v1/UsageBillableSummaryResponse.md +2 -3
- data/docs/v1/UsageCWSHour.md +4 -5
- data/docs/v1/UsageCWSResponse.md +2 -3
- data/docs/v1/UsageCloudSecurityPostureManagementHour.md +4 -5
- data/docs/v1/UsageCloudSecurityPostureManagementResponse.md +2 -3
- data/docs/v1/UsageCustomReportsAttributes.md +7 -8
- data/docs/v1/UsageCustomReportsData.md +5 -6
- data/docs/v1/UsageCustomReportsMeta.md +3 -4
- data/docs/v1/UsageCustomReportsPage.md +2 -3
- data/docs/v1/UsageCustomReportsResponse.md +3 -4
- data/docs/v1/UsageDBMHour.md +21 -0
- data/docs/v1/UsageDBMResponse.md +17 -0
- data/docs/v1/UsageFargateHour.md +10 -5
- data/docs/v1/UsageFargateResponse.md +2 -3
- data/docs/v1/UsageHostHour.md +16 -17
- data/docs/v1/UsageHostsResponse.md +2 -3
- data/docs/v1/UsageIncidentManagementHour.md +3 -4
- data/docs/v1/UsageIncidentManagementResponse.md +2 -3
- data/docs/v1/UsageIndexedSpansHour.md +3 -4
- data/docs/v1/UsageIndexedSpansResponse.md +2 -3
- data/docs/v1/UsageIngestedSpansHour.md +3 -4
- data/docs/v1/UsageIngestedSpansResponse.md +2 -3
- data/docs/v1/UsageIoTHour.md +3 -4
- data/docs/v1/UsageIoTResponse.md +2 -3
- data/docs/v1/UsageLambdaHour.md +5 -6
- data/docs/v1/UsageLambdaResponse.md +2 -3
- data/docs/v1/UsageLogsByIndexHour.md +6 -7
- data/docs/v1/UsageLogsByIndexResponse.md +2 -3
- data/docs/v1/UsageLogsByRetentionHour.md +6 -7
- data/docs/v1/UsageLogsByRetentionResponse.md +2 -3
- data/docs/v1/UsageLogsHour.md +9 -10
- data/docs/v1/UsageLogsResponse.md +2 -3
- data/docs/v1/UsageMeteringAPI.md +416 -450
- data/docs/v1/UsageMetricCategory.md +0 -1
- data/docs/v1/UsageNetworkFlowsHour.md +5 -6
- data/docs/v1/UsageNetworkFlowsResponse.md +2 -3
- data/docs/v1/UsageNetworkHostsHour.md +3 -4
- data/docs/v1/UsageNetworkHostsResponse.md +2 -3
- data/docs/v1/UsageProfilingHour.md +5 -6
- data/docs/v1/UsageProfilingResponse.md +2 -3
- data/docs/v1/UsageReportsType.md +0 -1
- data/docs/v1/UsageRumSessionsHour.md +5 -6
- data/docs/v1/UsageRumSessionsResponse.md +2 -3
- data/docs/v1/UsageRumUnitsHour.md +31 -0
- data/docs/v1/UsageRumUnitsResponse.md +17 -0
- data/docs/v1/UsageSDSHour.md +25 -0
- data/docs/v1/UsageSDSResponse.md +17 -0
- data/docs/v1/UsageSNMPHour.md +3 -4
- data/docs/v1/UsageSNMPResponse.md +2 -3
- data/docs/v1/UsageSort.md +0 -1
- data/docs/v1/UsageSortDirection.md +0 -1
- data/docs/v1/UsageSpecifiedCustomReportsAttributes.md +8 -9
- data/docs/v1/UsageSpecifiedCustomReportsData.md +5 -6
- data/docs/v1/UsageSpecifiedCustomReportsMeta.md +3 -4
- data/docs/v1/UsageSpecifiedCustomReportsPage.md +2 -3
- data/docs/v1/UsageSpecifiedCustomReportsResponse.md +4 -5
- data/docs/v1/UsageSummaryDate.md +67 -46
- data/docs/v1/UsageSummaryDateOrg.md +68 -47
- data/docs/v1/UsageSummaryResponse.md +76 -55
- data/docs/v1/UsageSyntheticsAPIHour.md +3 -4
- data/docs/v1/UsageSyntheticsAPIResponse.md +2 -3
- data/docs/v1/UsageSyntheticsBrowserHour.md +3 -4
- data/docs/v1/UsageSyntheticsBrowserResponse.md +2 -3
- data/docs/v1/UsageSyntheticsHour.md +3 -4
- data/docs/v1/UsageSyntheticsResponse.md +2 -3
- data/docs/v1/UsageTimeseriesHour.md +5 -6
- data/docs/v1/UsageTimeseriesResponse.md +2 -3
- data/docs/v1/UsageTopAvgMetricsHour.md +6 -7
- data/docs/v1/UsageTopAvgMetricsMetadata.md +5 -6
- data/docs/v1/UsageTopAvgMetricsResponse.md +4 -5
- data/docs/v1/User.md +9 -10
- data/docs/v1/UserDisableResponse.md +2 -3
- data/docs/v1/UserListResponse.md +2 -3
- data/docs/v1/UserResponse.md +3 -4
- data/docs/v1/UsersAPI.md +30 -38
- data/docs/v1/WebhooksIntegration.md +25 -0
- data/docs/v1/WebhooksIntegrationAPI.md +491 -0
- data/docs/v1/WebhooksIntegrationCustomVariable.md +21 -0
- data/docs/v1/WebhooksIntegrationCustomVariableResponse.md +21 -0
- data/docs/v1/WebhooksIntegrationCustomVariableUpdateRequest.md +21 -0
- data/docs/v1/WebhooksIntegrationEncoding.md +14 -0
- data/docs/v1/WebhooksIntegrationUpdateRequest.md +25 -0
- data/docs/v1/Widget.md +5 -6
- data/docs/v1/WidgetAggregator.md +0 -1
- data/docs/v1/WidgetAxis.md +7 -8
- data/docs/v1/WidgetChangeType.md +0 -1
- data/docs/v1/WidgetColorPreference.md +0 -1
- data/docs/v1/WidgetComparator.md +0 -1
- data/docs/v1/WidgetCompareTo.md +0 -1
- data/docs/v1/WidgetConditionalFormat.md +11 -12
- data/docs/v1/WidgetCustomLink.md +6 -7
- data/docs/v1/WidgetDefinition.md +9 -4
- data/docs/v1/WidgetDisplayType.md +0 -1
- data/docs/v1/WidgetEvent.md +3 -4
- data/docs/v1/WidgetEventSize.md +0 -1
- data/docs/v1/WidgetFieldSort.md +4 -5
- data/docs/v1/WidgetFormula.md +9 -6
- data/docs/v1/WidgetFormulaLimit.md +4 -5
- data/docs/v1/WidgetGrouping.md +0 -1
- data/docs/v1/WidgetHorizontalAlign.md +0 -1
- data/docs/v1/WidgetImageSizing.md +0 -1
- data/docs/v1/WidgetLayout.md +6 -7
- data/docs/v1/WidgetLayoutType.md +0 -1
- data/docs/v1/WidgetLineType.md +0 -1
- data/docs/v1/WidgetLineWidth.md +0 -1
- data/docs/v1/WidgetLiveSpan.md +0 -1
- data/docs/v1/WidgetMargin.md +0 -1
- data/docs/v1/WidgetMarker.md +6 -7
- data/docs/v1/WidgetMessageDisplay.md +0 -1
- data/docs/v1/WidgetMonitorSummaryDisplayFormat.md +0 -1
- data/docs/v1/WidgetMonitorSummarySort.md +0 -1
- data/docs/v1/WidgetNodeType.md +0 -1
- data/docs/v1/WidgetOrderBy.md +0 -1
- data/docs/v1/WidgetPalette.md +0 -1
- data/docs/v1/WidgetRequestStyle.md +5 -6
- data/docs/v1/WidgetServiceSummaryDisplayFormat.md +0 -1
- data/docs/v1/WidgetSizeFormat.md +0 -1
- data/docs/v1/WidgetSort.md +0 -1
- data/docs/v1/WidgetStyle.md +2 -3
- data/docs/v1/WidgetSummaryType.md +0 -1
- data/docs/v1/WidgetTextAlign.md +0 -1
- data/docs/v1/WidgetTickEdge.md +0 -1
- data/docs/v1/WidgetTime.md +3 -4
- data/docs/v1/WidgetTimeWindows.md +0 -1
- data/docs/v1/WidgetVerticalAlign.md +0 -1
- data/docs/v1/WidgetViewMode.md +0 -1
- data/docs/v1/WidgetVizType.md +0 -1
- data/docs/v2/APIErrorResponse.md +3 -4
- data/docs/v2/APIKeyCreateAttributes.md +3 -4
- data/docs/v2/APIKeyCreateData.md +4 -5
- data/docs/v2/APIKeyCreateRequest.md +3 -4
- data/docs/v2/APIKeyRelationships.md +4 -5
- data/docs/v2/APIKeyResponse.md +3 -4
- data/docs/v2/APIKeyResponseIncludedItem.md +2 -3
- data/docs/v2/APIKeyUpdateAttributes.md +3 -4
- data/docs/v2/APIKeyUpdateData.md +5 -6
- data/docs/v2/APIKeyUpdateRequest.md +3 -4
- data/docs/v2/APIKeysResponse.md +3 -4
- data/docs/v2/APIKeysSort.md +0 -1
- data/docs/v2/APIKeysType.md +0 -1
- data/docs/v2/ApplicationKeyCreateAttributes.md +3 -4
- data/docs/v2/ApplicationKeyCreateData.md +4 -5
- data/docs/v2/ApplicationKeyCreateRequest.md +3 -4
- data/docs/v2/ApplicationKeyRelationships.md +4 -5
- data/docs/v2/ApplicationKeyResponse.md +3 -4
- data/docs/v2/ApplicationKeyResponseIncludedItem.md +2 -3
- data/docs/v2/ApplicationKeyUpdateAttributes.md +3 -4
- data/docs/v2/ApplicationKeyUpdateData.md +5 -6
- data/docs/v2/ApplicationKeyUpdateRequest.md +3 -4
- data/docs/v2/ApplicationKeysSort.md +0 -1
- data/docs/v2/ApplicationKeysType.md +0 -1
- data/docs/v2/ContentEncoding.md +14 -0
- data/docs/v2/Creator.md +4 -5
- data/docs/v2/DashboardListAddItemsRequest.md +2 -3
- data/docs/v2/DashboardListAddItemsResponse.md +2 -3
- data/docs/v2/DashboardListDeleteItemsRequest.md +2 -3
- data/docs/v2/DashboardListDeleteItemsResponse.md +2 -3
- data/docs/v2/DashboardListItem.md +14 -15
- data/docs/v2/DashboardListItemRequest.md +4 -5
- data/docs/v2/DashboardListItemResponse.md +4 -5
- data/docs/v2/DashboardListItems.md +4 -5
- data/docs/v2/DashboardListUpdateItemsRequest.md +2 -3
- data/docs/v2/DashboardListUpdateItemsResponse.md +2 -3
- data/docs/v2/DashboardListsAPI.md +21 -34
- data/docs/v2/DashboardType.md +0 -1
- data/docs/v2/FullAPIKey.md +6 -7
- data/docs/v2/FullAPIKeyAttributes.md +7 -8
- data/docs/v2/FullApplicationKey.md +6 -7
- data/docs/v2/FullApplicationKeyAttributes.md +6 -7
- data/docs/v2/HTTPLogError.md +21 -0
- data/docs/v2/HTTPLogErrors.md +17 -0
- data/docs/v2/HTTPLogItem.md +25 -0
- data/docs/v2/IncidentCreateAttributes.md +8 -9
- data/docs/v2/IncidentCreateData.md +5 -6
- data/docs/v2/IncidentCreateRelationships.md +3 -4
- data/docs/v2/IncidentCreateRequest.md +3 -4
- data/docs/v2/IncidentFieldAttributes.md +2 -3
- data/docs/v2/IncidentFieldAttributesMultipleValue.md +4 -5
- data/docs/v2/IncidentFieldAttributesSingleValue.md +4 -5
- data/docs/v2/IncidentFieldAttributesSingleValueType.md +0 -1
- data/docs/v2/IncidentFieldAttributesValueType.md +0 -1
- data/docs/v2/IncidentIntegrationMetadataType.md +0 -1
- data/docs/v2/IncidentNotificationHandle.md +19 -0
- data/docs/v2/IncidentPostmortemType.md +0 -1
- data/docs/v2/IncidentRelatedObject.md +0 -1
- data/docs/v2/IncidentResponse.md +3 -4
- data/docs/v2/IncidentResponseAttributes.md +20 -21
- data/docs/v2/IncidentResponseData.md +6 -7
- data/docs/v2/IncidentResponseIncludedItem.md +2 -3
- data/docs/v2/IncidentResponseRelationships.md +7 -8
- data/docs/v2/IncidentServiceCreateAttributes.md +3 -4
- data/docs/v2/IncidentServiceCreateData.md +5 -6
- data/docs/v2/IncidentServiceCreateRequest.md +3 -4
- data/docs/v2/IncidentServiceIncludedItems.md +2 -3
- data/docs/v2/IncidentServiceRelationships.md +4 -5
- data/docs/v2/IncidentServiceResponse.md +3 -4
- data/docs/v2/IncidentServiceResponseAttributes.md +5 -6
- data/docs/v2/IncidentServiceResponseData.md +6 -7
- data/docs/v2/IncidentServiceType.md +0 -1
- data/docs/v2/IncidentServiceUpdateAttributes.md +3 -4
- data/docs/v2/IncidentServiceUpdateData.md +6 -7
- data/docs/v2/IncidentServiceUpdateRequest.md +3 -4
- data/docs/v2/IncidentServicesAPI.md +33 -48
- data/docs/v2/IncidentServicesResponse.md +4 -5
- data/docs/v2/IncidentServicesResponseMeta.md +3 -4
- data/docs/v2/IncidentServicesResponseMetaPagination.md +4 -5
- data/docs/v2/IncidentTeamCreateAttributes.md +3 -4
- data/docs/v2/IncidentTeamCreateData.md +5 -6
- data/docs/v2/IncidentTeamCreateRequest.md +3 -4
- data/docs/v2/IncidentTeamIncludedItems.md +2 -3
- data/docs/v2/IncidentTeamRelationships.md +4 -5
- data/docs/v2/IncidentTeamResponse.md +3 -4
- data/docs/v2/IncidentTeamResponseAttributes.md +5 -6
- data/docs/v2/IncidentTeamResponseData.md +6 -7
- data/docs/v2/IncidentTeamType.md +0 -1
- data/docs/v2/IncidentTeamUpdateAttributes.md +3 -4
- data/docs/v2/IncidentTeamUpdateData.md +6 -7
- data/docs/v2/IncidentTeamUpdateRequest.md +3 -4
- data/docs/v2/IncidentTeamsAPI.md +32 -47
- data/docs/v2/IncidentTeamsResponse.md +4 -5
- data/docs/v2/IncidentTimelineCellCreateAttributes.md +2 -3
- data/docs/v2/IncidentTimelineCellMarkdownContentType.md +0 -1
- data/docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md +5 -6
- data/docs/v2/IncidentTimelineCellMarkdownCreateAttributesContent.md +2 -3
- data/docs/v2/IncidentType.md +0 -1
- data/docs/v2/IncidentUpdateAttributes.md +11 -12
- data/docs/v2/IncidentUpdateData.md +6 -7
- data/docs/v2/IncidentUpdateRelationships.md +7 -8
- data/docs/v2/IncidentUpdateRequest.md +3 -4
- data/docs/v2/IncidentsAPI.md +31 -47
- data/docs/v2/IncidentsResponse.md +4 -5
- data/docs/v2/KeyManagementAPI.md +143 -119
- data/docs/v2/ListApplicationKeysResponse.md +3 -4
- data/docs/v2/Log.md +5 -6
- data/docs/v2/LogAttributes.md +9 -10
- data/docs/v2/LogType.md +0 -1
- data/docs/v2/LogsAPI.md +131 -31
- data/docs/v2/LogsAggregateBucket.md +3 -4
- data/docs/v2/LogsAggregateBucketValue.md +2 -3
- data/docs/v2/LogsAggregateBucketValueTimeseriesPoint.md +4 -5
- data/docs/v2/LogsAggregateRequest.md +7 -8
- data/docs/v2/LogsAggregateRequestPage.md +2 -3
- data/docs/v2/LogsAggregateResponse.md +4 -5
- data/docs/v2/LogsAggregateResponseData.md +2 -3
- data/docs/v2/LogsAggregateResponseStatus.md +0 -1
- data/docs/v2/LogsAggregateSort.md +6 -7
- data/docs/v2/LogsAggregateSortType.md +0 -1
- data/docs/v2/LogsAggregationFunction.md +0 -1
- data/docs/v2/LogsArchive.md +3 -4
- data/docs/v2/LogsArchiveAttributes.md +8 -9
- data/docs/v2/LogsArchiveCreateRequest.md +3 -4
- data/docs/v2/LogsArchiveCreateRequestAttributes.md +7 -8
- data/docs/v2/LogsArchiveCreateRequestDefinition.md +4 -5
- data/docs/v2/LogsArchiveCreateRequestDestination.md +2 -3
- data/docs/v2/LogsArchiveDefinition.md +5 -6
- data/docs/v2/LogsArchiveDestination.md +2 -3
- data/docs/v2/LogsArchiveDestinationAzure.md +8 -9
- data/docs/v2/LogsArchiveDestinationAzureType.md +0 -1
- data/docs/v2/LogsArchiveDestinationGCS.md +6 -7
- data/docs/v2/LogsArchiveDestinationGCSType.md +0 -1
- data/docs/v2/LogsArchiveDestinationS3.md +6 -7
- data/docs/v2/LogsArchiveDestinationS3Type.md +0 -1
- data/docs/v2/LogsArchiveIntegrationAzure.md +4 -5
- data/docs/v2/LogsArchiveIntegrationGCS.md +4 -5
- data/docs/v2/LogsArchiveIntegrationS3.md +4 -5
- data/docs/v2/LogsArchiveOrder.md +3 -4
- data/docs/v2/LogsArchiveOrderAttributes.md +3 -4
- data/docs/v2/LogsArchiveOrderDefinition.md +4 -5
- data/docs/v2/LogsArchiveOrderDefinitionType.md +0 -1
- data/docs/v2/LogsArchiveState.md +0 -1
- data/docs/v2/LogsArchives.md +2 -3
- data/docs/v2/LogsArchivesAPI.md +50 -73
- data/docs/v2/LogsCompute.md +6 -7
- data/docs/v2/LogsComputeType.md +0 -1
- data/docs/v2/LogsGroupBy.md +8 -9
- data/docs/v2/LogsGroupByHistogram.md +5 -6
- data/docs/v2/LogsGroupByMissing.md +2 -3
- data/docs/v2/LogsGroupByTotal.md +2 -3
- data/docs/v2/LogsListRequest.md +6 -7
- data/docs/v2/LogsListRequestPage.md +4 -5
- data/docs/v2/LogsListResponse.md +5 -6
- data/docs/v2/LogsListResponseLinks.md +3 -4
- data/docs/v2/LogsMetricCompute.md +4 -5
- data/docs/v2/LogsMetricComputeAggregationType.md +0 -1
- data/docs/v2/LogsMetricCreateAttributes.md +4 -5
- data/docs/v2/LogsMetricCreateData.md +5 -6
- data/docs/v2/LogsMetricCreateRequest.md +3 -4
- data/docs/v2/LogsMetricFilter.md +2 -3
- data/docs/v2/LogsMetricGroupBy.md +3 -4
- data/docs/v2/LogsMetricResponse.md +3 -4
- data/docs/v2/LogsMetricResponseAttributes.md +4 -5
- data/docs/v2/LogsMetricResponseCompute.md +4 -5
- data/docs/v2/LogsMetricResponseComputeAggregationType.md +0 -1
- data/docs/v2/LogsMetricResponseData.md +5 -6
- data/docs/v2/LogsMetricResponseFilter.md +2 -3
- data/docs/v2/LogsMetricResponseGroupBy.md +3 -4
- data/docs/v2/LogsMetricType.md +0 -1
- data/docs/v2/LogsMetricUpdateAttributes.md +3 -4
- data/docs/v2/LogsMetricUpdateData.md +4 -5
- data/docs/v2/LogsMetricUpdateRequest.md +3 -4
- data/docs/v2/LogsMetricsAPI.md +23 -37
- data/docs/v2/LogsMetricsResponse.md +2 -3
- data/docs/v2/LogsQueryFilter.md +6 -7
- data/docs/v2/LogsQueryOptions.md +4 -5
- data/docs/v2/LogsResponseMetadata.md +7 -8
- data/docs/v2/LogsResponseMetadataPage.md +2 -3
- data/docs/v2/LogsSort.md +0 -1
- data/docs/v2/LogsSortOrder.md +0 -1
- data/docs/v2/LogsWarning.md +4 -5
- data/docs/v2/Metric.md +4 -5
- data/docs/v2/MetricAllTags.md +5 -6
- data/docs/v2/MetricAllTagsAttributes.md +2 -3
- data/docs/v2/MetricAllTagsResponse.md +3 -4
- data/docs/v2/MetricCustomAggregation.md +19 -0
- data/docs/v2/MetricCustomSpaceAggregation.md +14 -0
- data/docs/v2/MetricCustomTimeAggregation.md +14 -0
- data/docs/v2/MetricDistinctVolume.md +5 -6
- data/docs/v2/MetricDistinctVolumeAttributes.md +2 -3
- data/docs/v2/MetricDistinctVolumeType.md +0 -1
- data/docs/v2/MetricIngestedIndexedVolume.md +5 -6
- data/docs/v2/MetricIngestedIndexedVolumeAttributes.md +3 -4
- data/docs/v2/MetricIngestedIndexedVolumeType.md +0 -1
- data/docs/v2/MetricTagConfiguration.md +5 -6
- data/docs/v2/MetricTagConfigurationAttributes.md +9 -8
- data/docs/v2/MetricTagConfigurationCreateAttributes.md +7 -6
- data/docs/v2/MetricTagConfigurationCreateData.md +5 -6
- data/docs/v2/MetricTagConfigurationCreateRequest.md +3 -4
- data/docs/v2/MetricTagConfigurationMetricTypes.md +0 -1
- data/docs/v2/MetricTagConfigurationResponse.md +3 -4
- data/docs/v2/MetricTagConfigurationType.md +0 -1
- data/docs/v2/MetricTagConfigurationUpdateAttributes.md +6 -5
- data/docs/v2/MetricTagConfigurationUpdateData.md +5 -6
- data/docs/v2/MetricTagConfigurationUpdateRequest.md +3 -4
- data/docs/v2/MetricType.md +0 -1
- data/docs/v2/MetricVolumes.md +2 -3
- data/docs/v2/MetricVolumesResponse.md +3 -4
- data/docs/v2/MetricsAPI.md +57 -68
- data/docs/v2/MetricsAndMetricTagConfigurations.md +2 -3
- data/docs/v2/MetricsAndMetricTagConfigurationsResponse.md +2 -3
- data/docs/v2/Organization.md +5 -6
- data/docs/v2/OrganizationAttributes.md +10 -11
- data/docs/v2/OrganizationsType.md +0 -1
- data/docs/v2/Pagination.md +3 -4
- data/docs/v2/PartialAPIKey.md +6 -7
- data/docs/v2/PartialAPIKeyAttributes.md +6 -7
- data/docs/v2/PartialApplicationKey.md +6 -7
- data/docs/v2/PartialApplicationKeyAttributes.md +5 -6
- data/docs/v2/PartialApplicationKeyResponse.md +19 -0
- data/docs/v2/Permission.md +5 -6
- data/docs/v2/PermissionAttributes.md +9 -10
- data/docs/v2/PermissionsResponse.md +2 -3
- data/docs/v2/PermissionsType.md +0 -1
- data/docs/v2/ProcessSummariesMeta.md +3 -4
- data/docs/v2/ProcessSummariesMetaPage.md +4 -5
- data/docs/v2/ProcessSummariesResponse.md +3 -4
- data/docs/v2/ProcessSummary.md +5 -6
- data/docs/v2/ProcessSummaryAttributes.md +10 -11
- data/docs/v2/ProcessSummaryType.md +0 -1
- data/docs/v2/ProcessesAPI.md +11 -15
- data/docs/v2/QuerySortOrder.md +0 -1
- data/docs/v2/README.md +454 -417
- data/docs/v2/RelationshipToIncidentIntegrationMetadataData.md +4 -5
- data/docs/v2/RelationshipToIncidentIntegrationMetadatas.md +3 -4
- data/docs/v2/RelationshipToIncidentPostmortem.md +3 -4
- data/docs/v2/RelationshipToIncidentPostmortemData.md +4 -5
- data/docs/v2/RelationshipToOrganization.md +3 -4
- data/docs/v2/RelationshipToOrganizationData.md +4 -5
- data/docs/v2/RelationshipToOrganizations.md +3 -4
- data/docs/v2/RelationshipToPermission.md +3 -4
- data/docs/v2/RelationshipToPermissionData.md +4 -5
- data/docs/v2/RelationshipToPermissions.md +2 -3
- data/docs/v2/RelationshipToRole.md +3 -4
- data/docs/v2/RelationshipToRoleData.md +4 -5
- data/docs/v2/RelationshipToRoles.md +2 -3
- data/docs/v2/RelationshipToUser.md +3 -4
- data/docs/v2/RelationshipToUserData.md +4 -5
- data/docs/v2/RelationshipToUsers.md +3 -4
- data/docs/v2/ResponseMetaAttributes.md +3 -4
- data/docs/v2/Role.md +6 -7
- data/docs/v2/RoleAttributes.md +6 -7
- data/docs/v2/RoleCreateAttributes.md +5 -6
- data/docs/v2/RoleCreateData.md +5 -6
- data/docs/v2/RoleCreateRequest.md +3 -4
- data/docs/v2/RoleCreateResponse.md +3 -4
- data/docs/v2/RoleCreateResponseData.md +6 -7
- data/docs/v2/RoleRelationships.md +4 -5
- data/docs/v2/RoleResponse.md +3 -4
- data/docs/v2/RoleResponseRelationships.md +3 -4
- data/docs/v2/RoleUpdateAttributes.md +5 -6
- data/docs/v2/RoleUpdateData.md +5 -6
- data/docs/v2/RoleUpdateRequest.md +3 -4
- data/docs/v2/RoleUpdateResponse.md +3 -4
- data/docs/v2/RoleUpdateResponseData.md +6 -7
- data/docs/v2/RolesAPI.md +77 -114
- data/docs/v2/RolesResponse.md +4 -5
- data/docs/v2/RolesSort.md +0 -1
- data/docs/v2/RolesType.md +0 -1
- data/docs/v2/SecurityFilter.md +5 -6
- data/docs/v2/SecurityFilterAttributes.md +9 -10
- data/docs/v2/SecurityFilterCreateAttributes.md +7 -8
- data/docs/v2/SecurityFilterCreateData.md +4 -5
- data/docs/v2/SecurityFilterCreateRequest.md +3 -4
- data/docs/v2/SecurityFilterExclusionFilter.md +4 -5
- data/docs/v2/SecurityFilterExclusionFilterResponse.md +3 -4
- data/docs/v2/SecurityFilterFilteredDataType.md +0 -1
- data/docs/v2/SecurityFilterMeta.md +2 -3
- data/docs/v2/SecurityFilterResponse.md +4 -5
- data/docs/v2/SecurityFilterType.md +0 -1
- data/docs/v2/SecurityFilterUpdateAttributes.md +8 -9
- data/docs/v2/SecurityFilterUpdateData.md +4 -5
- data/docs/v2/SecurityFilterUpdateRequest.md +3 -4
- data/docs/v2/SecurityFiltersResponse.md +3 -4
- data/docs/v2/SecurityMonitoringAPI.md +93 -118
- data/docs/v2/SecurityMonitoringFilter.md +4 -5
- data/docs/v2/SecurityMonitoringFilterAction.md +0 -1
- data/docs/v2/SecurityMonitoringListRulesResponse.md +4 -5
- data/docs/v2/SecurityMonitoringRuleCase.md +6 -7
- data/docs/v2/SecurityMonitoringRuleCaseCreate.md +6 -7
- data/docs/v2/SecurityMonitoringRuleCreatePayload.md +16 -13
- data/docs/v2/SecurityMonitoringRuleDetectionMethod.md +0 -1
- data/docs/v2/SecurityMonitoringRuleEvaluationWindow.md +0 -1
- data/docs/v2/SecurityMonitoringRuleKeepAlive.md +0 -1
- data/docs/v2/SecurityMonitoringRuleMaxSignalDuration.md +0 -1
- data/docs/v2/SecurityMonitoringRuleNewValueOptions.md +4 -5
- data/docs/v2/SecurityMonitoringRuleNewValueOptionsForgetAfter.md +0 -1
- data/docs/v2/SecurityMonitoringRuleNewValueOptionsLearningDuration.md +0 -1
- data/docs/v2/SecurityMonitoringRuleOptions.md +7 -8
- data/docs/v2/SecurityMonitoringRuleQuery.md +9 -10
- data/docs/v2/SecurityMonitoringRuleQueryAggregation.md +0 -1
- data/docs/v2/SecurityMonitoringRuleQueryCreate.md +10 -11
- data/docs/v2/SecurityMonitoringRuleResponse.md +22 -17
- data/docs/v2/SecurityMonitoringRuleSeverity.md +0 -1
- data/docs/v2/SecurityMonitoringRuleTypeCreate.md +14 -0
- data/docs/v2/SecurityMonitoringRuleTypeRead.md +14 -0
- data/docs/v2/SecurityMonitoringRuleUpdatePayload.md +15 -12
- data/docs/v2/SecurityMonitoringRuntimeAgentRule.md +4 -5
- data/docs/v2/SecurityMonitoringSignal.md +5 -6
- data/docs/v2/SecurityMonitoringSignalAttributes.md +6 -7
- data/docs/v2/SecurityMonitoringSignalListRequest.md +5 -6
- data/docs/v2/SecurityMonitoringSignalListRequestFilter.md +5 -6
- data/docs/v2/SecurityMonitoringSignalListRequestPage.md +4 -5
- data/docs/v2/SecurityMonitoringSignalType.md +0 -1
- data/docs/v2/SecurityMonitoringSignalsListResponse.md +5 -6
- data/docs/v2/SecurityMonitoringSignalsListResponseLinks.md +3 -4
- data/docs/v2/SecurityMonitoringSignalsListResponseMeta.md +3 -4
- data/docs/v2/SecurityMonitoringSignalsListResponseMetaPage.md +2 -3
- data/docs/v2/SecurityMonitoringSignalsSort.md +0 -1
- data/docs/v2/ServiceAccountCreateAttributes.md +23 -0
- data/docs/v2/ServiceAccountCreateData.md +21 -0
- data/docs/v2/ServiceAccountCreateRequest.md +17 -0
- data/docs/v2/ServiceAccountsAPI.md +329 -0
- data/docs/v2/User.md +6 -7
- data/docs/v2/UserAttributes.md +14 -13
- data/docs/v2/UserCreateAttributes.md +4 -5
- data/docs/v2/UserCreateData.md +5 -6
- data/docs/v2/UserCreateRequest.md +3 -4
- data/docs/v2/UserInvitationData.md +4 -5
- data/docs/v2/UserInvitationDataAttributes.md +6 -7
- data/docs/v2/UserInvitationRelationships.md +3 -4
- data/docs/v2/UserInvitationResponse.md +3 -4
- data/docs/v2/UserInvitationResponseData.md +5 -6
- data/docs/v2/UserInvitationsRequest.md +3 -4
- data/docs/v2/UserInvitationsResponse.md +2 -3
- data/docs/v2/UserInvitationsType.md +0 -1
- data/docs/v2/UserRelationships.md +3 -4
- data/docs/v2/UserResponse.md +3 -4
- data/docs/v2/UserResponseIncludedItem.md +2 -3
- data/docs/v2/UserResponseRelationships.md +6 -7
- data/docs/v2/UserUpdateAttributes.md +4 -5
- data/docs/v2/UserUpdateData.md +5 -6
- data/docs/v2/UserUpdateRequest.md +3 -4
- data/docs/v2/UsersAPI.md +125 -88
- data/docs/v2/UsersResponse.md +4 -5
- data/docs/v2/UsersType.md +0 -1
- data/examples/v1/authentication/Validate.rb +5 -0
- data/examples/v1/dashboard-lists/CreateDashboardList.rb +9 -0
- data/examples/v1/dashboard-lists/DeleteDashboardList.rb +8 -0
- data/examples/v1/dashboard-lists/GetDashboardList.rb +8 -0
- data/examples/v1/dashboard-lists/ListDashboardLists.rb +5 -0
- data/examples/v1/dashboard-lists/UpdateDashboardList.rb +12 -0
- data/examples/v1/dashboards/CreateDashboard.rb +41 -0
- data/examples/v1/dashboards/DeleteDashboards.rb +17 -0
- data/examples/v1/dashboards/ListDashboards.rb +8 -0
- data/examples/v1/downtimes/CancelDowntime.rb +8 -0
- data/examples/v1/downtimes/CancelDowntimesByScope.rb +12 -0
- data/examples/v1/downtimes/CreateDowntime.rb +26 -0
- data/examples/v1/downtimes/GetDowntime.rb +8 -0
- data/examples/v1/downtimes/UpdateDowntime.rb +12 -0
- data/examples/v1/events/CreateEvent.rb +13 -0
- data/examples/v1/hosts/ListHosts.rb +8 -0
- data/examples/v1/ip-ranges/GetIPRanges.rb +5 -0
- data/examples/v1/logs/SubmitLog.rb +12 -0
- data/examples/v1/metrics/QueryMetrics.rb +5 -0
- data/examples/v1/metrics/SubmitMetrics.rb +23 -0
- data/examples/v1/monitors/CheckCanDeleteMonitor.rb +10 -0
- data/examples/v1/monitors/CreateMonitor.rb +23 -0
- data/examples/v1/monitors/DeleteMonitor.rb +8 -0
- data/examples/v1/monitors/GetMonitor.rb +8 -0
- data/examples/v1/monitors/ListMonitors.rb +5 -0
- data/examples/v1/monitors/SearchMonitorGroups.rb +5 -0
- data/examples/v1/monitors/SearchMonitors.rb +5 -0
- data/examples/v1/monitors/UpdateMonitor.rb +24 -0
- data/examples/v1/monitors/ValidateMonitor.rb +36 -0
- data/examples/v1/notebooks/CreateNotebook.rb +58 -0
- data/examples/v1/notebooks/DeleteNotebook.rb +8 -0
- data/examples/v1/notebooks/GetNotebook.rb +8 -0
- data/examples/v1/notebooks/ListNotebooks.rb +5 -0
- data/examples/v1/notebooks/UpdateNotebook.rb +61 -0
- data/examples/v1/service-checks/SubmitServiceCheck.rb +16 -0
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection.rb +25 -0
- data/examples/v1/service-level-objective-corrections/GetSLOCorrection.rb +11 -0
- data/examples/v1/service-level-objective-corrections/ListSLOCorrection.rb +8 -0
- data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection.rb +24 -0
- data/examples/v1/service-level-objectives/CreateSLO.rb +33 -0
- data/examples/v1/service-level-objectives/DeleteSLO.rb +8 -0
- data/examples/v1/service-level-objectives/GetSLOCorrections.rb +11 -0
- data/examples/v1/snapshots/GetGraphSnapshot.rb +9 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +84 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +50 -0
- data/examples/v1/synthetics/TriggerTests.rb +16 -0
- data/examples/v1/synthetics/UpdateAPITest.rb +86 -0
- data/examples/v1/webhooks-integration/CreateWebhooksIntegration.rb +10 -0
- data/examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb +11 -0
- data/examples/v1/webhooks-integration/DeleteWebhooksIntegration.rb +8 -0
- data/examples/v1/webhooks-integration/DeleteWebhooksIntegrationCustomVariable.rb +8 -0
- data/examples/v1/webhooks-integration/GetWebhooksIntegration.rb +8 -0
- data/examples/v1/webhooks-integration/UpdateWebhooksIntegration.rb +12 -0
- data/examples/v1/webhooks-integration/UpdateWebhooksIntegrationCustomVariable.rb +12 -0
- data/examples/v2/incident-services/CreateIncidentService.rb +17 -0
- data/examples/v2/incident-services/DeleteIncidentService.rb +11 -0
- data/examples/v2/incident-services/GetIncidentService.rb +11 -0
- data/examples/v2/incident-services/ListIncidentServices.rb +14 -0
- data/examples/v2/incident-services/UpdateIncidentService.rb +21 -0
- data/examples/v2/incident-teams/CreateIncidentTeam.rb +17 -0
- data/examples/v2/incident-teams/DeleteIncidentTeam.rb +11 -0
- data/examples/v2/incident-teams/GetIncidentTeam.rb +11 -0
- data/examples/v2/incident-teams/ListIncidentTeams.rb +14 -0
- data/examples/v2/incident-teams/UpdateIncidentTeam.rb +21 -0
- data/examples/v2/incidents/CreateIncident.rb +35 -0
- data/examples/v2/incidents/DeleteIncident.rb +11 -0
- data/examples/v2/incidents/GetIncident.rb +11 -0
- data/examples/v2/incidents/ListIncidents.rb +8 -0
- data/examples/v2/incidents/UpdateIncident.rb +28 -0
- data/examples/v2/key-management/CreateAPIKey.rb +14 -0
- data/examples/v2/key-management/DeleteAPIKey.rb +8 -0
- data/examples/v2/key-management/GetAPIKey.rb +8 -0
- data/examples/v2/key-management/GetApplicationKey.rb +8 -0
- data/examples/v2/key-management/ListAPIKeys.rb +11 -0
- data/examples/v2/key-management/UpdateAPIKey.rb +18 -0
- data/examples/v2/key-management/UpdateApplicationKey.rb +19 -0
- data/examples/v2/key-management/UpdateCurrentUserApplicationKey.rb +19 -0
- data/examples/v2/logs/AggregateLogs.rb +16 -0
- data/examples/v2/logs/ListLogs.rb +20 -0
- data/examples/v2/logs-metrics/CreateLogsMetric.rb +17 -0
- data/examples/v2/logs-metrics/DeleteLogsMetric.rb +8 -0
- data/examples/v2/logs-metrics/GetLogsMetric.rb +8 -0
- data/examples/v2/logs-metrics/ListLogsMetrics.rb +5 -0
- data/examples/v2/logs-metrics/UpdateLogsMetric.rb +20 -0
- data/examples/v2/processes/ListProcesses.rb +10 -0
- data/examples/v2/roles/AddPermissionToRole.rb +18 -0
- data/examples/v2/roles/AddUserToRole.rb +18 -0
- data/examples/v2/roles/CreateRole.rb +14 -0
- data/examples/v2/roles/DeleteRole.rb +8 -0
- data/examples/v2/roles/GetRole.rb +8 -0
- data/examples/v2/roles/ListPermissions.rb +5 -0
- data/examples/v2/roles/ListRolePermissions.rb +8 -0
- data/examples/v2/roles/ListRoleUsers.rb +8 -0
- data/examples/v2/roles/ListRoles.rb +11 -0
- data/examples/v2/roles/RemovePermissionFromRole.rb +18 -0
- data/examples/v2/roles/RemoveUserFromRole.rb +18 -0
- data/examples/v2/roles/UpdateRole.rb +19 -0
- data/examples/v2/security-monitoring/CreateSecurityFilter.rb +23 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +35 -0
- data/examples/v2/security-monitoring/DeleteSecurityMonitoringRule.rb +8 -0
- data/examples/v2/security-monitoring/GetSecurityFilter.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityFilters.rb +5 -0
- data/examples/v2/security-monitoring/UpdateSecurityFilter.rb +22 -0
- data/examples/v2/users/CreateServiceAccount.rb +29 -0
- data/examples/v2/users/CreateUser.rb +15 -0
- data/examples/v2/users/DisableUser.rb +8 -0
- data/examples/v2/users/GetInvitation.rb +8 -0
- data/examples/v2/users/ListUserPermissions.rb +8 -0
- data/examples/v2/users/ListUsers.rb +11 -0
- data/examples/v2/users/SendInvitations.rb +24 -0
- data/examples/v2/users/UpdateUser.rb +19 -0
- data/extract-code-blocks.awk +6 -1
- 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 +8 -8
- 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 +9 -6
- data/lib/datadog_api_client/v1/api/monitors_api.rb +18 -18
- 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 +3 -3
- 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 +87 -5
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +173 -25
- data/lib/datadog_api_client/v1/api/tags_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +293 -213
- 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 +22 -2
- data/lib/datadog_api_client/v1/configuration.rb +29 -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 +22 -2
- 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 +45 -2
- 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 +25 -3
- 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 +21 -2
- 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 +11 -1
- data/lib/datadog_api_client/v1/models/downtime_child.rb +11 -1
- 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 +12 -21
- 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 +13 -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 +11 -1
- data/lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_group_search_result.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_options.rb +51 -6
- 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 +11 -1
- data/lib/datadog_api_client/v1/models/monitor_search_response_counts.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_search_result.rb +22 -2
- data/lib/datadog_api_client/v1/models/monitor_search_result_notification.rb +11 -1
- 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 +21 -2
- 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 +11 -1
- 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 +11 -1
- data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +11 -1
- 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 +21 -2
- 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 +11 -1
- data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +11 -1
- 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 +21 -2
- data/lib/datadog_api_client/v1/models/notebook_update_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebooks_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebooks_response_data.rb +11 -1
- data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +21 -2
- 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 +37 -12
- 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 +69 -7
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb +253 -0
- 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 +36 -6
- 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 +12 -2
- 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 +16 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +2 -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 +12 -2
- 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} +17 -9
- 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_batch_metadata_pipeline.rb +233 -0
- data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_provider.rb +233 -0
- 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 +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_config_variable_type.rb +1 -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 -3
- data/lib/datadog_api_client/v1/models/synthetics_list_global_variables_response.rb +11 -1
- 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 +12 -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 +13 -3
- 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 +3 -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 +52 -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_body.rb +240 -0
- 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 +23 -2
- data/lib/datadog_api_client/v1/models/synthetics_trigger_test.rb +247 -0
- 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 +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_metadata.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_pagination.rb +11 -1
- 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 +7 -2
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +124 -14
- data/lib/datadog_api_client/v1/models/usage_audit_logs_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_audit_logs_response.rb +11 -1
- 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 +12 -2
- 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_cloud_security_posture_management_hour.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +11 -1
- 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 +11 -1
- data/lib/datadog_api_client/v1/models/usage_cws_response.rb +11 -1
- 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 +42 -2
- 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 +18 -8
- 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_rum_units_hour.rb +304 -0
- data/lib/datadog_api_client/v1/models/{usage_trace_hour.rb → usage_rum_units_response.rb} +24 -22
- data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +273 -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 +122 -2
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +122 -2
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +123 -3
- 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 +11 -1
- 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 +11 -1
- 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 +70 -8
- 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/logs_api.rb +81 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +7 -7
- 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 +17 -17
- 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 +22 -2
- data/lib/datadog_api_client/v2/configuration.rb +77 -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/content_encoding.rb +39 -0
- 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/http_log_error.rb +253 -0
- data/lib/datadog_api_client/v2/models/{security_filter_delete_response.rb → http_log_errors.rb} +25 -12
- data/lib/datadog_api_client/v2/models/http_log_item.rb +273 -0
- 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 +1 -2
- 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_custom_aggregation.rb +251 -0
- data/lib/datadog_api_client/v2/models/metric_custom_space_aggregation.rb +41 -0
- data/lib/datadog_api_client/v2/models/metric_custom_time_aggregation.rb +42 -0
- 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 +24 -2
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +24 -2
- 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 +24 -2
- 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 +11 -1
- 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 +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_create_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_create_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_create_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_filtered_data_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_filter_meta.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_response.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/security_filter_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filter_update_request.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_filters_response.rb +11 -1
- 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 +15 -1
- data/lib/datadog_api_client/version.rb +1 -1
- data/run-tests.sh +4 -4
- 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/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/{usage_trace_hour_spec.rb → list_stream_column_spec.rb} +8 -8
- 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_renotify_status_type_spec.rb +31 -0
- data/spec/v1/models/notebook_metadata_spec.rb +49 -0
- data/spec/v1/models/notebook_metadata_type_spec.rb +31 -0
- data/spec/v1/models/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_correction_response_attributes_modifier_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_batch_metadata_pipeline_spec.rb +37 -0
- data/spec/v1/models/synthetics_ci_batch_metadata_provider_spec.rb +37 -0
- 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_status_spec.rb +31 -0
- data/spec/v1/models/synthetics_test_execution_rule_spec.rb +31 -0
- data/spec/v1/models/synthetics_trigger_body_spec.rb +37 -0
- data/spec/v1/models/synthetics_trigger_test_spec.rb +43 -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_billable_summary_keys_spec.rb +78 -0
- data/spec/v1/models/usage_dbm_hour_spec.rb +49 -0
- data/spec/v1/models/{usage_trace_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_rum_units_hour_spec.rb +79 -0
- data/spec/v1/models/{usage_tracing_without_limits_response_spec.rb → usage_rum_units_response_spec.rb} +6 -6
- 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/content_encoding_spec.rb +31 -0
- data/spec/v2/models/http_log_error_spec.rb +49 -0
- data/spec/v2/models/http_log_errors_spec.rb +37 -0
- data/spec/v2/models/http_log_item_spec.rb +61 -0
- data/spec/v2/models/incident_notification_handle_spec.rb +43 -0
- data/spec/v2/models/metric_custom_aggregation_spec.rb +43 -0
- data/spec/v2/models/metric_custom_space_aggregation_spec.rb +31 -0
- data/spec/v2/models/metric_custom_time_aggregation_spec.rb +31 -0
- data/spec/v2/models/partial_application_key_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/{security_filter_delete_response_spec.rb → service_account_create_request_spec.rb} +7 -7
- metadata +475 -46
- data/.generated_files +0 -3
- data/.github/workflows/scripts/test_integration.js +0 -24
- data/Dockerfile.test +0 -8
- data/docs/v1/SyntheticsCITestMetadata.md +0 -20
- data/docs/v1/SyntheticsCITestMetadataCi.md +0 -20
- data/docs/v1/SyntheticsCITestMetadataGit.md +0 -20
- 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/docs/v2/SecurityFilterDeleteResponse.md +0 -18
@@ -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
|
@@ -251,6 +260,14 @@ components:
|
|
251
260
|
required: true
|
252
261
|
schema:
|
253
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
|
254
271
|
UserID:
|
255
272
|
description: The ID of the user.
|
256
273
|
in: path
|
@@ -487,7 +504,7 @@ components:
|
|
487
504
|
ApplicationKeyRelationships:
|
488
505
|
description: Resources related to the application key.
|
489
506
|
properties:
|
490
|
-
|
507
|
+
owned_by:
|
491
508
|
$ref: '#/components/schemas/RelationshipToUser'
|
492
509
|
type: object
|
493
510
|
ApplicationKeyResponse:
|
@@ -568,6 +585,15 @@ components:
|
|
568
585
|
type: string
|
569
586
|
x-enum-varnames:
|
570
587
|
- APPLICATION_KEYS
|
588
|
+
ContentEncoding:
|
589
|
+
description: HTTP header used to compress the media-type.
|
590
|
+
enum:
|
591
|
+
- gzip
|
592
|
+
- deflate
|
593
|
+
type: string
|
594
|
+
x-enum-varnames:
|
595
|
+
- GZIP
|
596
|
+
- DEFLATE
|
571
597
|
Creator:
|
572
598
|
description: Creator of the object.
|
573
599
|
properties:
|
@@ -829,6 +855,80 @@ components:
|
|
829
855
|
example: Application Key for submitting metrics
|
830
856
|
type: string
|
831
857
|
type: object
|
858
|
+
HTTPLog:
|
859
|
+
description: Structured log message.
|
860
|
+
items:
|
861
|
+
$ref: '#/components/schemas/HTTPLogItem'
|
862
|
+
type: array
|
863
|
+
HTTPLogError:
|
864
|
+
description: List of errors.
|
865
|
+
properties:
|
866
|
+
detail:
|
867
|
+
description: Error message.
|
868
|
+
example: Malformed payload
|
869
|
+
type: string
|
870
|
+
status:
|
871
|
+
description: Error code.
|
872
|
+
example: 400
|
873
|
+
type: string
|
874
|
+
title:
|
875
|
+
description: Error title.
|
876
|
+
example: Bad Request
|
877
|
+
type: string
|
878
|
+
type: object
|
879
|
+
HTTPLogErrors:
|
880
|
+
description: Invalid query performed.
|
881
|
+
properties:
|
882
|
+
errors:
|
883
|
+
description: Structured errors.
|
884
|
+
items:
|
885
|
+
$ref: '#/components/schemas/HTTPLogError'
|
886
|
+
type: array
|
887
|
+
type: object
|
888
|
+
HTTPLogItem:
|
889
|
+
description: Logs that are sent over HTTP.
|
890
|
+
properties:
|
891
|
+
ddsource:
|
892
|
+
description: 'The integration name associated with your log: the technology
|
893
|
+
from which the log originated.
|
894
|
+
|
895
|
+
When it matches an integration name, Datadog automatically installs the
|
896
|
+
corresponding parsers and facets.
|
897
|
+
|
898
|
+
See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).'
|
899
|
+
example: nginx
|
900
|
+
type: string
|
901
|
+
ddtags:
|
902
|
+
description: Tags associated with your logs.
|
903
|
+
example: env:staging,version:5.1
|
904
|
+
type: string
|
905
|
+
hostname:
|
906
|
+
description: The name of the originating host of the log.
|
907
|
+
example: i-012345678
|
908
|
+
type: string
|
909
|
+
message:
|
910
|
+
description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes)
|
911
|
+
|
912
|
+
of your log. By default, Datadog ingests the value of the message attribute
|
913
|
+
as the body of the log entry.
|
914
|
+
|
915
|
+
That value is then highlighted and displayed in the Logstream, where it
|
916
|
+
is indexed for full text search.'
|
917
|
+
example: 2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World
|
918
|
+
type: string
|
919
|
+
service:
|
920
|
+
description: 'The name of the application or service generating the log
|
921
|
+
events.
|
922
|
+
|
923
|
+
It is used to switch from Logs to APM, so make sure you define the same
|
924
|
+
value when you use both products.
|
925
|
+
|
926
|
+
See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).'
|
927
|
+
example: payment
|
928
|
+
type: string
|
929
|
+
required:
|
930
|
+
- name
|
931
|
+
type: object
|
832
932
|
IncidentCreateAttributes:
|
833
933
|
description: The incident's attributes for a create request.
|
834
934
|
properties:
|
@@ -846,7 +946,7 @@ components:
|
|
846
946
|
type: dropdown
|
847
947
|
value: SEV-5
|
848
948
|
type: object
|
849
|
-
|
949
|
+
initial_cells:
|
850
950
|
description: An array of initial timeline cells to be placed at the beginning
|
851
951
|
of the incident timeline.
|
852
952
|
items:
|
@@ -856,9 +956,7 @@ components:
|
|
856
956
|
description: Notification handles that will be notified of the incident
|
857
957
|
at creation.
|
858
958
|
items:
|
859
|
-
|
860
|
-
example: '@test.user@test.com'
|
861
|
-
type: string
|
959
|
+
$ref: '#/components/schemas/IncidentNotificationHandle'
|
862
960
|
type: array
|
863
961
|
title:
|
864
962
|
description: The title of the incident, which summarizes what happened.
|
@@ -921,6 +1019,7 @@ components:
|
|
921
1019
|
description: A value which has been selected for the parent field.
|
922
1020
|
example: '1.1'
|
923
1021
|
type: string
|
1022
|
+
nullable: true
|
924
1023
|
type: array
|
925
1024
|
type: object
|
926
1025
|
IncidentFieldAttributesSingleValue:
|
@@ -931,6 +1030,7 @@ components:
|
|
931
1030
|
value:
|
932
1031
|
description: The single value selected for this field.
|
933
1032
|
example: SEV-1
|
1033
|
+
nullable: true
|
934
1034
|
type: string
|
935
1035
|
type: object
|
936
1036
|
IncidentFieldAttributesSingleValueType:
|
@@ -968,6 +1068,18 @@ components:
|
|
968
1068
|
type: string
|
969
1069
|
x-enum-varnames:
|
970
1070
|
- INCIDENT_INTEGRATIONS
|
1071
|
+
IncidentNotificationHandle:
|
1072
|
+
description: A notification handle that will be notified at incident creation.
|
1073
|
+
properties:
|
1074
|
+
display_name:
|
1075
|
+
description: The name of the notified handle.
|
1076
|
+
example: Jane Doe
|
1077
|
+
type: string
|
1078
|
+
handle:
|
1079
|
+
description: The email address used for the notification.
|
1080
|
+
example: '@test.user@test.com'
|
1081
|
+
type: string
|
1082
|
+
type: object
|
971
1083
|
IncidentPostmortemType:
|
972
1084
|
default: incident_postmortems
|
973
1085
|
description: Incident postmortem resource type.
|
@@ -1055,10 +1167,8 @@ components:
|
|
1055
1167
|
description: Notification handles that will be notified of the incident
|
1056
1168
|
during update.
|
1057
1169
|
items:
|
1058
|
-
|
1059
|
-
|
1060
|
-
example: '@test.user@test.com'
|
1061
|
-
type: string
|
1170
|
+
$ref: '#/components/schemas/IncidentNotificationHandle'
|
1171
|
+
nullable: true
|
1062
1172
|
type: array
|
1063
1173
|
postmortem_id:
|
1064
1174
|
description: The UUID of the postmortem object attached to the incident.
|
@@ -1593,10 +1703,7 @@ components:
|
|
1593
1703
|
description: Notification handles that will be notified of the incident
|
1594
1704
|
during update.
|
1595
1705
|
items:
|
1596
|
-
|
1597
|
-
update.
|
1598
|
-
example: '@test.user@test.com'
|
1599
|
-
type: string
|
1706
|
+
$ref: '#/components/schemas/IncidentNotificationHandle'
|
1600
1707
|
type: array
|
1601
1708
|
resolved:
|
1602
1709
|
description: Timestamp when the incident's state was set to resolved.
|
@@ -1902,7 +2009,7 @@ components:
|
|
1902
2009
|
items:
|
1903
2010
|
$ref: '#/components/schemas/LogsAggregateBucketValueTimeseriesPoint'
|
1904
2011
|
type: array
|
1905
|
-
|
2012
|
+
|
1906
2013
|
LogsAggregateBucketValueTimeseriesPoint:
|
1907
2014
|
description: A timeseries point
|
1908
2015
|
properties:
|
@@ -2904,6 +3011,91 @@ components:
|
|
2904
3011
|
$ref: '#/components/schemas/MetricAllTags'
|
2905
3012
|
readOnly: true
|
2906
3013
|
type: object
|
3014
|
+
MetricCustomAggregation:
|
3015
|
+
description: A time and space aggregation combination for use in query.
|
3016
|
+
example:
|
3017
|
+
space: sum
|
3018
|
+
time: sum
|
3019
|
+
properties:
|
3020
|
+
space:
|
3021
|
+
$ref: '#/components/schemas/MetricCustomSpaceAggregation'
|
3022
|
+
time:
|
3023
|
+
$ref: '#/components/schemas/MetricCustomTimeAggregation'
|
3024
|
+
required:
|
3025
|
+
- time
|
3026
|
+
- space
|
3027
|
+
type: object
|
3028
|
+
MetricCustomAggregations:
|
3029
|
+
description: 'A list of queryable aggregation combinations for a count, rate,
|
3030
|
+
or gauge metric.
|
3031
|
+
|
3032
|
+
By default, count and rate metrics require the (time: sum, space: sum) aggregation
|
3033
|
+
and
|
3034
|
+
|
3035
|
+
Gauge metrics require the (time: avg, space: avg) aggregation.
|
3036
|
+
|
3037
|
+
Additional time & space combinations are also available:
|
3038
|
+
|
3039
|
+
|
3040
|
+
- time: avg, space: avg
|
3041
|
+
|
3042
|
+
- time: avg, space: max
|
3043
|
+
|
3044
|
+
- time: avg, space: min
|
3045
|
+
|
3046
|
+
- time: avg, space: sum
|
3047
|
+
|
3048
|
+
- time: count, space: sum
|
3049
|
+
|
3050
|
+
- time: max, space: max
|
3051
|
+
|
3052
|
+
- time: min, space: min
|
3053
|
+
|
3054
|
+
- time: sum, space: avg
|
3055
|
+
|
3056
|
+
- time: sum, space: sum
|
3057
|
+
|
3058
|
+
|
3059
|
+
Can only be applied to metrics that have a `metric_type` of `count`, `rate`,
|
3060
|
+
or `gauge`.'
|
3061
|
+
example:
|
3062
|
+
- space: sum
|
3063
|
+
time: sum
|
3064
|
+
- space: sum
|
3065
|
+
time: count
|
3066
|
+
items:
|
3067
|
+
$ref: '#/components/schemas/MetricCustomAggregation'
|
3068
|
+
type: array
|
3069
|
+
MetricCustomSpaceAggregation:
|
3070
|
+
description: A space aggregation for use in query.
|
3071
|
+
enum:
|
3072
|
+
- avg
|
3073
|
+
- max
|
3074
|
+
- min
|
3075
|
+
- sum
|
3076
|
+
example: sum
|
3077
|
+
type: string
|
3078
|
+
x-enum-varnames:
|
3079
|
+
- AVG
|
3080
|
+
- MAX
|
3081
|
+
- MIN
|
3082
|
+
- SUM
|
3083
|
+
MetricCustomTimeAggregation:
|
3084
|
+
description: A time aggregation for use in query.
|
3085
|
+
enum:
|
3086
|
+
- avg
|
3087
|
+
- count
|
3088
|
+
- max
|
3089
|
+
- min
|
3090
|
+
- sum
|
3091
|
+
example: sum
|
3092
|
+
type: string
|
3093
|
+
x-enum-varnames:
|
3094
|
+
- AVG
|
3095
|
+
- COUNT
|
3096
|
+
- MAX
|
3097
|
+
- MIN
|
3098
|
+
- SUM
|
2907
3099
|
MetricDistinctVolume:
|
2908
3100
|
description: Object for a single metric's distinct volume.
|
2909
3101
|
properties:
|
@@ -2974,6 +3166,9 @@ components:
|
|
2974
3166
|
description: Object for a single metric tag configuration.
|
2975
3167
|
example:
|
2976
3168
|
attributes:
|
3169
|
+
aggregations:
|
3170
|
+
- space: avg
|
3171
|
+
time: avg
|
2977
3172
|
created_at: '2020-03-31T09:48:37.463835Z'
|
2978
3173
|
metric_type: gauge
|
2979
3174
|
modified_at: '2020-04-31T09:48:37.463835Z'
|
@@ -2994,6 +3189,8 @@ components:
|
|
2994
3189
|
description: Object containing the definition of a metric tag configuration
|
2995
3190
|
attributes.
|
2996
3191
|
properties:
|
3192
|
+
aggregations:
|
3193
|
+
$ref: '#/components/schemas/MetricCustomAggregations'
|
2997
3194
|
created_at:
|
2998
3195
|
description: Timestamp when the tag configuration was created.
|
2999
3196
|
example: '2020-03-31T09:48:37.463835Z'
|
@@ -3027,6 +3224,8 @@ components:
|
|
3027
3224
|
description: Object containing the definition of a metric tag configuration
|
3028
3225
|
to be created.
|
3029
3226
|
properties:
|
3227
|
+
aggregations:
|
3228
|
+
$ref: '#/components/schemas/MetricCustomAggregations'
|
3030
3229
|
include_percentiles:
|
3031
3230
|
default: false
|
3032
3231
|
description: 'Toggle to include/exclude percentiles for a distribution metric.
|
@@ -3117,6 +3316,8 @@ components:
|
|
3117
3316
|
description: Object containing the definition of a metric tag configuration
|
3118
3317
|
to be updated.
|
3119
3318
|
properties:
|
3319
|
+
aggregations:
|
3320
|
+
$ref: '#/components/schemas/MetricCustomAggregations'
|
3120
3321
|
include_percentiles:
|
3121
3322
|
default: false
|
3122
3323
|
description: 'Toggle to include/exclude percentiles for a distribution metric.
|
@@ -3339,6 +3540,17 @@ components:
|
|
3339
3540
|
example: Application Key for submitting metrics
|
3340
3541
|
type: string
|
3341
3542
|
type: object
|
3543
|
+
PartialApplicationKeyResponse:
|
3544
|
+
description: Response for retrieving a partial application key.
|
3545
|
+
properties:
|
3546
|
+
data:
|
3547
|
+
$ref: '#/components/schemas/PartialApplicationKey'
|
3548
|
+
included:
|
3549
|
+
description: Array of objects related to the application key.
|
3550
|
+
items:
|
3551
|
+
$ref: '#/components/schemas/ApplicationKeyResponseIncludedItem'
|
3552
|
+
type: array
|
3553
|
+
type: object
|
3342
3554
|
Permission:
|
3343
3555
|
description: Permission object.
|
3344
3556
|
properties:
|
@@ -3988,12 +4200,6 @@ components:
|
|
3988
4200
|
required:
|
3989
4201
|
- data
|
3990
4202
|
type: object
|
3991
|
-
SecurityFilterDeleteResponse:
|
3992
|
-
description: Response object which only includes the metadata.
|
3993
|
-
properties:
|
3994
|
-
meta:
|
3995
|
-
$ref: '#/components/schemas/SecurityFilterMeta'
|
3996
|
-
type: object
|
3997
4203
|
SecurityFilterExclusionFilter:
|
3998
4204
|
description: Exclusion filter for the security filter.
|
3999
4205
|
example:
|
@@ -4145,7 +4351,7 @@ components:
|
|
4145
4351
|
description: List of rules.
|
4146
4352
|
properties:
|
4147
4353
|
data:
|
4148
|
-
description:
|
4354
|
+
description: Array containing the list of rules.
|
4149
4355
|
items:
|
4150
4356
|
$ref: '#/components/schemas/SecurityMonitoringRuleResponse'
|
4151
4357
|
type: array
|
@@ -4211,6 +4417,11 @@ components:
|
|
4211
4417
|
items:
|
4212
4418
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
4213
4419
|
type: array
|
4420
|
+
hasExtendedTitle:
|
4421
|
+
description: Whether the notifications include the triggering group-by values
|
4422
|
+
in their title.
|
4423
|
+
example: true
|
4424
|
+
type: boolean
|
4214
4425
|
isEnabled:
|
4215
4426
|
description: Whether the rule is enabled.
|
4216
4427
|
example: true
|
@@ -4221,7 +4432,7 @@ components:
|
|
4221
4432
|
type: string
|
4222
4433
|
name:
|
4223
4434
|
description: The name of the rule.
|
4224
|
-
example:
|
4435
|
+
example: My security monitoring rule.
|
4225
4436
|
type: string
|
4226
4437
|
options:
|
4227
4438
|
$ref: '#/components/schemas/SecurityMonitoringRuleOptions'
|
@@ -4240,6 +4451,8 @@ components:
|
|
4240
4451
|
description: Tag.
|
4241
4452
|
type: string
|
4242
4453
|
type: array
|
4454
|
+
type:
|
4455
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleTypeCreate'
|
4243
4456
|
required:
|
4244
4457
|
- name
|
4245
4458
|
- isEnabled
|
@@ -4285,8 +4498,8 @@ components:
|
|
4285
4498
|
- ONE_HOUR
|
4286
4499
|
- TWO_HOURS
|
4287
4500
|
SecurityMonitoringRuleKeepAlive:
|
4288
|
-
description: "Once a signal is generated, the signal will remain \u201Copen\u201D
|
4289
|
-
|
4501
|
+
description: "Once a signal is generated, the signal will remain \u201Copen\u201D
|
4502
|
+
if a case is matched at least once within\nthis keep alive window."
|
4290
4503
|
enum:
|
4291
4504
|
- 0
|
4292
4505
|
- 60
|
@@ -4312,9 +4525,9 @@ components:
|
|
4312
4525
|
- THREE_HOURS
|
4313
4526
|
- SIX_HOURS
|
4314
4527
|
SecurityMonitoringRuleMaxSignalDuration:
|
4315
|
-
description: "A signal will \u201Cclose\u201D regardless of the query being
|
4316
|
-
|
4317
|
-
|
4528
|
+
description: "A signal will \u201Cclose\u201D regardless of the query being
|
4529
|
+
matched once the time exceeds the maximum duration.\nThis time is calculated
|
4530
|
+
from the first seen timestamp."
|
4318
4531
|
enum:
|
4319
4532
|
- 0
|
4320
4533
|
- 60
|
@@ -4474,13 +4687,13 @@ components:
|
|
4474
4687
|
type: string
|
4475
4688
|
query:
|
4476
4689
|
description: Query to run on logs.
|
4477
|
-
example: a
|
4690
|
+
example: a > 3
|
4478
4691
|
type: string
|
4479
4692
|
required:
|
4480
4693
|
- query
|
4481
4694
|
type: object
|
4482
4695
|
SecurityMonitoringRuleResponse:
|
4483
|
-
description:
|
4696
|
+
description: Rule.
|
4484
4697
|
properties:
|
4485
4698
|
cases:
|
4486
4699
|
description: Cases for generating signals.
|
@@ -4501,6 +4714,10 @@ components:
|
|
4501
4714
|
items:
|
4502
4715
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
4503
4716
|
type: array
|
4717
|
+
hasExtendedTitle:
|
4718
|
+
description: Whether the notifications include the triggering group-by values
|
4719
|
+
in their title.
|
4720
|
+
type: boolean
|
4504
4721
|
id:
|
4505
4722
|
description: The ID of the rule.
|
4506
4723
|
type: string
|
@@ -4532,6 +4749,12 @@ components:
|
|
4532
4749
|
description: Tag.
|
4533
4750
|
type: string
|
4534
4751
|
type: array
|
4752
|
+
type:
|
4753
|
+
$ref: '#/components/schemas/SecurityMonitoringRuleTypeRead'
|
4754
|
+
updateAuthorId:
|
4755
|
+
description: User ID of the user who updated the rule.
|
4756
|
+
format: int64
|
4757
|
+
type: integer
|
4535
4758
|
version:
|
4536
4759
|
description: The version of the rule.
|
4537
4760
|
format: int64
|
@@ -4544,6 +4767,7 @@ components:
|
|
4544
4767
|
- medium
|
4545
4768
|
- high
|
4546
4769
|
- critical
|
4770
|
+
example: critical
|
4547
4771
|
type: string
|
4548
4772
|
x-enum-varnames:
|
4549
4773
|
- INFO
|
@@ -4551,6 +4775,28 @@ components:
|
|
4551
4775
|
- MEDIUM
|
4552
4776
|
- HIGH
|
4553
4777
|
- CRITICAL
|
4778
|
+
SecurityMonitoringRuleTypeCreate:
|
4779
|
+
description: The rule type.
|
4780
|
+
enum:
|
4781
|
+
- log_detection
|
4782
|
+
- workload_security
|
4783
|
+
type: string
|
4784
|
+
x-enum-varnames:
|
4785
|
+
- LOG_DETECTION
|
4786
|
+
- WORKLOAD_SECURITY
|
4787
|
+
SecurityMonitoringRuleTypeRead:
|
4788
|
+
description: The rule type.
|
4789
|
+
enum:
|
4790
|
+
- log_detection
|
4791
|
+
- infrastructure_configuration
|
4792
|
+
- workload_security
|
4793
|
+
- cloud_configuration
|
4794
|
+
type: string
|
4795
|
+
x-enum-varnames:
|
4796
|
+
- LOG_DETECTION
|
4797
|
+
- INFRASTRUCTURE_CONFIGURATION
|
4798
|
+
- WORKLOAD_SECURITY
|
4799
|
+
- CLOUD_CONFIGURATION
|
4554
4800
|
SecurityMonitoringRuleUpdatePayload:
|
4555
4801
|
description: Update an existing rule.
|
4556
4802
|
properties:
|
@@ -4565,6 +4811,11 @@ components:
|
|
4565
4811
|
items:
|
4566
4812
|
$ref: '#/components/schemas/SecurityMonitoringFilter'
|
4567
4813
|
type: array
|
4814
|
+
hasExtendedTitle:
|
4815
|
+
description: Whether the notifications include the triggering group-by values
|
4816
|
+
in their title.
|
4817
|
+
example: true
|
4818
|
+
type: boolean
|
4568
4819
|
isEnabled:
|
4569
4820
|
description: Whether the rule is enabled.
|
4570
4821
|
type: boolean
|
@@ -4587,6 +4838,12 @@ components:
|
|
4587
4838
|
description: Tag.
|
4588
4839
|
type: string
|
4589
4840
|
type: array
|
4841
|
+
version:
|
4842
|
+
description: The version of the rule being updated.
|
4843
|
+
example: 1
|
4844
|
+
format: int32
|
4845
|
+
maximum: 2147483647
|
4846
|
+
type: integer
|
4590
4847
|
type: object
|
4591
4848
|
SecurityMonitoringRuntimeAgentRule:
|
4592
4849
|
description: The Agent rule.
|
@@ -4748,6 +5005,48 @@ components:
|
|
4748
5005
|
x-enum-varnames:
|
4749
5006
|
- TIMESTAMP_ASCENDING
|
4750
5007
|
- TIMESTAMP_DESCENDING
|
5008
|
+
ServiceAccountCreateAttributes:
|
5009
|
+
description: Attributes of the created user.
|
5010
|
+
properties:
|
5011
|
+
email:
|
5012
|
+
description: The email of the user.
|
5013
|
+
example: jane.doe@example.com
|
5014
|
+
type: string
|
5015
|
+
name:
|
5016
|
+
description: The name of the user.
|
5017
|
+
type: string
|
5018
|
+
service_account:
|
5019
|
+
description: Whether the user is a service account. Must be true.
|
5020
|
+
example: true
|
5021
|
+
type: boolean
|
5022
|
+
title:
|
5023
|
+
description: The title of the user.
|
5024
|
+
type: string
|
5025
|
+
required:
|
5026
|
+
- email
|
5027
|
+
- service_account
|
5028
|
+
type: object
|
5029
|
+
ServiceAccountCreateData:
|
5030
|
+
description: Object to create a service account User.
|
5031
|
+
properties:
|
5032
|
+
attributes:
|
5033
|
+
$ref: '#/components/schemas/ServiceAccountCreateAttributes'
|
5034
|
+
relationships:
|
5035
|
+
$ref: '#/components/schemas/UserRelationships'
|
5036
|
+
type:
|
5037
|
+
$ref: '#/components/schemas/UsersType'
|
5038
|
+
required:
|
5039
|
+
- attributes
|
5040
|
+
- type
|
5041
|
+
type: object
|
5042
|
+
ServiceAccountCreateRequest:
|
5043
|
+
description: Create a service account.
|
5044
|
+
properties:
|
5045
|
+
data:
|
5046
|
+
$ref: '#/components/schemas/ServiceAccountCreateData'
|
5047
|
+
required:
|
5048
|
+
- data
|
5049
|
+
type: object
|
4751
5050
|
User:
|
4752
5051
|
description: User object returned by the API.
|
4753
5052
|
properties:
|
@@ -4786,12 +5085,17 @@ components:
|
|
4786
5085
|
type: string
|
4787
5086
|
name:
|
4788
5087
|
description: Name of the user.
|
5088
|
+
nullable: true
|
4789
5089
|
type: string
|
5090
|
+
service_account:
|
5091
|
+
description: Whether the user is a service account.
|
5092
|
+
type: boolean
|
4790
5093
|
status:
|
4791
5094
|
description: Status of the user.
|
4792
5095
|
type: string
|
4793
5096
|
title:
|
4794
5097
|
description: Title of the user.
|
5098
|
+
nullable: true
|
4795
5099
|
type: string
|
4796
5100
|
verified:
|
4797
5101
|
description: Whether the user is verified.
|
@@ -5018,6 +5322,32 @@ components:
|
|
5018
5322
|
x-enum-varnames:
|
5019
5323
|
- USERS
|
5020
5324
|
securitySchemes:
|
5325
|
+
AuthZ:
|
5326
|
+
description: This API uses OAuth 2 with the implicit grant flow.
|
5327
|
+
flows:
|
5328
|
+
authorizationCode:
|
5329
|
+
authorizationUrl: /oauth2/v1/authorize
|
5330
|
+
scopes:
|
5331
|
+
dashboards_public_share: The ability to share dashboards externally.
|
5332
|
+
dashboards_read: The ability to view dashboards.
|
5333
|
+
dashboards_write: The ability to create and change dashboards.
|
5334
|
+
events_read: The ability to read events data.
|
5335
|
+
incident_read: The ability to view incidents in Datadog.
|
5336
|
+
incident_settings_write: The ability to configure incident settings.
|
5337
|
+
incident_write: The ability to create, view, and manage incidents in Datadog.
|
5338
|
+
metrics_read: The ability to view custom metrics.
|
5339
|
+
security_monitoring_filters_read: The ability to read Security Filters.
|
5340
|
+
security_monitoring_filters_write: The ability to create, edit and delete
|
5341
|
+
Security Filters.
|
5342
|
+
security_monitoring_rules_read: The ability to read Detection rules.
|
5343
|
+
security_monitoring_rules_write: The ability to create and edit Detection
|
5344
|
+
rules.
|
5345
|
+
security_monitoring_signals_read: The ability to view Security signals.
|
5346
|
+
user_access_invite: Allows users to invite other users to your organization.
|
5347
|
+
user_access_manage: Grants the permission to disable users, manage user
|
5348
|
+
roles and SAML-to-role mappings.
|
5349
|
+
tokenUrl: /oauth2/v1/token
|
5350
|
+
type: oauth2
|
5021
5351
|
apiKeyAuth:
|
5022
5352
|
description: Your Datadog API Key.
|
5023
5353
|
in: header
|
@@ -5073,6 +5403,8 @@ paths:
|
|
5073
5403
|
schema:
|
5074
5404
|
$ref: '#/components/schemas/APIErrorResponse'
|
5075
5405
|
description: Forbidden
|
5406
|
+
'429':
|
5407
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5076
5408
|
summary: Get all API keys
|
5077
5409
|
tags:
|
5078
5410
|
- Key Management
|
@@ -5106,6 +5438,8 @@ paths:
|
|
5106
5438
|
schema:
|
5107
5439
|
$ref: '#/components/schemas/APIErrorResponse'
|
5108
5440
|
description: Forbidden
|
5441
|
+
'429':
|
5442
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5109
5443
|
summary: Create an API key
|
5110
5444
|
tags:
|
5111
5445
|
- Key Management
|
@@ -5114,8 +5448,8 @@ paths:
|
|
5114
5448
|
api_key:
|
5115
5449
|
parameters:
|
5116
5450
|
- name: body
|
5117
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
5118
|
-
|
5451
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
5452
|
+
unique }}\"\n },\n \"type\": \"api_keys\"\n }\n}"
|
5119
5453
|
step: there is a valid "api_key" in the system
|
5120
5454
|
x-undo:
|
5121
5455
|
operationId: DeleteAPIKey
|
@@ -5144,6 +5478,8 @@ paths:
|
|
5144
5478
|
schema:
|
5145
5479
|
$ref: '#/components/schemas/APIErrorResponse'
|
5146
5480
|
description: Not Found
|
5481
|
+
'429':
|
5482
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5147
5483
|
summary: Delete an API key
|
5148
5484
|
tags:
|
5149
5485
|
- Key Management
|
@@ -5174,6 +5510,8 @@ paths:
|
|
5174
5510
|
schema:
|
5175
5511
|
$ref: '#/components/schemas/APIErrorResponse'
|
5176
5512
|
description: Not Found
|
5513
|
+
'429':
|
5514
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5177
5515
|
summary: Get API key
|
5178
5516
|
tags:
|
5179
5517
|
- Key Management
|
@@ -5215,6 +5553,8 @@ paths:
|
|
5215
5553
|
schema:
|
5216
5554
|
$ref: '#/components/schemas/APIErrorResponse'
|
5217
5555
|
description: Not Found
|
5556
|
+
'429':
|
5557
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5218
5558
|
summary: Edit an API key
|
5219
5559
|
tags:
|
5220
5560
|
- Key Management
|
@@ -5257,6 +5597,8 @@ paths:
|
|
5257
5597
|
schema:
|
5258
5598
|
$ref: '#/components/schemas/APIErrorResponse'
|
5259
5599
|
description: Not Found
|
5600
|
+
'429':
|
5601
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5260
5602
|
summary: Get all application keys
|
5261
5603
|
tags:
|
5262
5604
|
- Key Management
|
@@ -5267,7 +5609,7 @@ paths:
|
|
5267
5609
|
description: Delete an application key
|
5268
5610
|
operationId: DeleteApplicationKey
|
5269
5611
|
parameters:
|
5270
|
-
- $ref: '#/components/parameters/
|
5612
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
5271
5613
|
responses:
|
5272
5614
|
'204':
|
5273
5615
|
description: No Content
|
@@ -5283,17 +5625,57 @@ paths:
|
|
5283
5625
|
schema:
|
5284
5626
|
$ref: '#/components/schemas/APIErrorResponse'
|
5285
5627
|
description: Not Found
|
5628
|
+
'429':
|
5629
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5286
5630
|
summary: Delete an application key
|
5287
5631
|
tags:
|
5288
5632
|
- Key Management
|
5289
5633
|
x-codegen-request-body-name: body
|
5290
5634
|
x-undo:
|
5291
5635
|
type: idempotent
|
5636
|
+
get:
|
5637
|
+
description: Get an application key for your org.
|
5638
|
+
operationId: GetApplicationKey
|
5639
|
+
parameters:
|
5640
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
5641
|
+
- $ref: '#/components/parameters/ApplicationKeyIncludeParameter'
|
5642
|
+
responses:
|
5643
|
+
'200':
|
5644
|
+
content:
|
5645
|
+
application/json:
|
5646
|
+
schema:
|
5647
|
+
$ref: '#/components/schemas/ApplicationKeyResponse'
|
5648
|
+
description: OK
|
5649
|
+
'400':
|
5650
|
+
content:
|
5651
|
+
application/json:
|
5652
|
+
schema:
|
5653
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
5654
|
+
description: Bad Request
|
5655
|
+
'403':
|
5656
|
+
content:
|
5657
|
+
application/json:
|
5658
|
+
schema:
|
5659
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
5660
|
+
description: Forbidden
|
5661
|
+
'404':
|
5662
|
+
content:
|
5663
|
+
application/json:
|
5664
|
+
schema:
|
5665
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
5666
|
+
description: Not Found
|
5667
|
+
'429':
|
5668
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5669
|
+
summary: Get an application key
|
5670
|
+
tags:
|
5671
|
+
- Key Management
|
5672
|
+
x-undo:
|
5673
|
+
type: safe
|
5292
5674
|
patch:
|
5293
5675
|
description: Edit an application key
|
5294
5676
|
operationId: UpdateApplicationKey
|
5295
5677
|
parameters:
|
5296
|
-
- $ref: '#/components/parameters/
|
5678
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
5297
5679
|
requestBody:
|
5298
5680
|
content:
|
5299
5681
|
application/json:
|
@@ -5325,6 +5707,8 @@ paths:
|
|
5325
5707
|
schema:
|
5326
5708
|
$ref: '#/components/schemas/APIErrorResponse'
|
5327
5709
|
description: Not Found
|
5710
|
+
'429':
|
5711
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5328
5712
|
summary: Edit an application key
|
5329
5713
|
tags:
|
5330
5714
|
- Key Management
|
@@ -5367,6 +5751,8 @@ paths:
|
|
5367
5751
|
schema:
|
5368
5752
|
$ref: '#/components/schemas/APIErrorResponse'
|
5369
5753
|
description: Not Found
|
5754
|
+
'429':
|
5755
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5370
5756
|
summary: Get all application keys owned by current user
|
5371
5757
|
tags:
|
5372
5758
|
- Key Management
|
@@ -5400,6 +5786,8 @@ paths:
|
|
5400
5786
|
schema:
|
5401
5787
|
$ref: '#/components/schemas/APIErrorResponse'
|
5402
5788
|
description: Forbidden
|
5789
|
+
'429':
|
5790
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5403
5791
|
summary: Create an application key for current user
|
5404
5792
|
tags:
|
5405
5793
|
- Key Management
|
@@ -5408,8 +5796,8 @@ paths:
|
|
5408
5796
|
application_key:
|
5409
5797
|
parameters:
|
5410
5798
|
- name: body
|
5411
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
5412
|
-
|
5799
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
5800
|
+
unique }}\"\n },\n \"type\": \"application_keys\"\n }\n}"
|
5413
5801
|
step: there is a valid "application_key" in the system
|
5414
5802
|
x-undo:
|
5415
5803
|
operationId: DeleteCurrentUserApplicationKey
|
@@ -5422,7 +5810,7 @@ paths:
|
|
5422
5810
|
description: Delete an application key owned by current user
|
5423
5811
|
operationId: DeleteCurrentUserApplicationKey
|
5424
5812
|
parameters:
|
5425
|
-
- $ref: '#/components/parameters/
|
5813
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
5426
5814
|
responses:
|
5427
5815
|
'204':
|
5428
5816
|
description: No Content
|
@@ -5438,6 +5826,8 @@ paths:
|
|
5438
5826
|
schema:
|
5439
5827
|
$ref: '#/components/schemas/APIErrorResponse'
|
5440
5828
|
description: Not Found
|
5829
|
+
'429':
|
5830
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5441
5831
|
summary: Delete an application key owned by current user
|
5442
5832
|
tags:
|
5443
5833
|
- Key Management
|
@@ -5447,7 +5837,7 @@ paths:
|
|
5447
5837
|
description: Get an application key owned by current user
|
5448
5838
|
operationId: GetCurrentUserApplicationKey
|
5449
5839
|
parameters:
|
5450
|
-
- $ref: '#/components/parameters/
|
5840
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
5451
5841
|
responses:
|
5452
5842
|
'200':
|
5453
5843
|
content:
|
@@ -5467,6 +5857,8 @@ paths:
|
|
5467
5857
|
schema:
|
5468
5858
|
$ref: '#/components/schemas/APIErrorResponse'
|
5469
5859
|
description: Not Found
|
5860
|
+
'429':
|
5861
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5470
5862
|
summary: Get one application key owned by current user
|
5471
5863
|
tags:
|
5472
5864
|
- Key Management
|
@@ -5476,7 +5868,7 @@ paths:
|
|
5476
5868
|
description: Edit an application key owned by current user
|
5477
5869
|
operationId: UpdateCurrentUserApplicationKey
|
5478
5870
|
parameters:
|
5479
|
-
- $ref: '#/components/parameters/
|
5871
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
5480
5872
|
requestBody:
|
5481
5873
|
content:
|
5482
5874
|
application/json:
|
@@ -5508,6 +5900,8 @@ paths:
|
|
5508
5900
|
schema:
|
5509
5901
|
$ref: '#/components/schemas/APIErrorResponse'
|
5510
5902
|
description: Not Found
|
5903
|
+
'429':
|
5904
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5511
5905
|
summary: Edit an application key owned by current user
|
5512
5906
|
tags:
|
5513
5907
|
- Key Management
|
@@ -5558,6 +5952,8 @@ paths:
|
|
5558
5952
|
schema:
|
5559
5953
|
$ref: '#/components/schemas/APIErrorResponse'
|
5560
5954
|
description: Not Found
|
5955
|
+
'429':
|
5956
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5561
5957
|
summary: Delete items from a dashboard list
|
5562
5958
|
tags:
|
5563
5959
|
- Dashboard Lists
|
@@ -5595,6 +5991,13 @@ paths:
|
|
5595
5991
|
schema:
|
5596
5992
|
$ref: '#/components/schemas/APIErrorResponse'
|
5597
5993
|
description: Not Found
|
5994
|
+
'429':
|
5995
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5996
|
+
security:
|
5997
|
+
- apiKeyAuth: []
|
5998
|
+
appKeyAuth: []
|
5999
|
+
- AuthZ:
|
6000
|
+
- dashboards_read
|
5598
6001
|
summary: Get items of a Dashboard List
|
5599
6002
|
tags:
|
5600
6003
|
- Dashboard Lists
|
@@ -5644,6 +6047,8 @@ paths:
|
|
5644
6047
|
schema:
|
5645
6048
|
$ref: '#/components/schemas/APIErrorResponse'
|
5646
6049
|
description: Not Found
|
6050
|
+
'429':
|
6051
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5647
6052
|
summary: Add Items to a Dashboard List
|
5648
6053
|
tags:
|
5649
6054
|
- Dashboard Lists
|
@@ -5694,6 +6099,8 @@ paths:
|
|
5694
6099
|
schema:
|
5695
6100
|
$ref: '#/components/schemas/APIErrorResponse'
|
5696
6101
|
description: Not Found
|
6102
|
+
'429':
|
6103
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5697
6104
|
summary: Update items of a dashboard list
|
5698
6105
|
tags:
|
5699
6106
|
- Dashboard Lists
|
@@ -5724,6 +6131,13 @@ paths:
|
|
5724
6131
|
$ref: '#/components/responses/ForbiddenResponse'
|
5725
6132
|
'404':
|
5726
6133
|
$ref: '#/components/responses/NotFoundResponse'
|
6134
|
+
'429':
|
6135
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6136
|
+
security:
|
6137
|
+
- apiKeyAuth: []
|
6138
|
+
appKeyAuth: []
|
6139
|
+
- AuthZ:
|
6140
|
+
- incident_read
|
5727
6141
|
summary: Get a list of incidents
|
5728
6142
|
tags:
|
5729
6143
|
- Incidents
|
@@ -5757,6 +6171,13 @@ paths:
|
|
5757
6171
|
$ref: '#/components/responses/ForbiddenResponse'
|
5758
6172
|
'404':
|
5759
6173
|
$ref: '#/components/responses/NotFoundResponse'
|
6174
|
+
'429':
|
6175
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6176
|
+
security:
|
6177
|
+
- apiKeyAuth: []
|
6178
|
+
appKeyAuth: []
|
6179
|
+
- AuthZ:
|
6180
|
+
- incident_write
|
5760
6181
|
summary: Create an incident
|
5761
6182
|
tags:
|
5762
6183
|
- Incidents
|
@@ -5765,9 +6186,9 @@ paths:
|
|
5765
6186
|
incident:
|
5766
6187
|
parameters:
|
5767
6188
|
- name: body
|
5768
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"title\": \"{{
|
5769
|
-
|
5770
|
-
|
6189
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"title\": \"{{
|
6190
|
+
unique }}\",\n \"customer_impacted\": false\n },\n \"type\":
|
6191
|
+
\"incidents\"\n }\n}"
|
5771
6192
|
step: there is a valid "incident" in the system
|
5772
6193
|
x-undo:
|
5773
6194
|
operationId: DeleteIncident
|
@@ -5795,6 +6216,13 @@ paths:
|
|
5795
6216
|
$ref: '#/components/responses/ForbiddenResponse'
|
5796
6217
|
'404':
|
5797
6218
|
$ref: '#/components/responses/NotFoundResponse'
|
6219
|
+
'429':
|
6220
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6221
|
+
security:
|
6222
|
+
- apiKeyAuth: []
|
6223
|
+
appKeyAuth: []
|
6224
|
+
- AuthZ:
|
6225
|
+
- incident_write
|
5798
6226
|
summary: Delete an existing incident
|
5799
6227
|
tags:
|
5800
6228
|
- Incidents
|
@@ -5824,6 +6252,13 @@ paths:
|
|
5824
6252
|
$ref: '#/components/responses/ForbiddenResponse'
|
5825
6253
|
'404':
|
5826
6254
|
$ref: '#/components/responses/NotFoundResponse'
|
6255
|
+
'429':
|
6256
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6257
|
+
security:
|
6258
|
+
- apiKeyAuth: []
|
6259
|
+
appKeyAuth: []
|
6260
|
+
- AuthZ:
|
6261
|
+
- incident_read
|
5827
6262
|
summary: Get the details of an incident
|
5828
6263
|
tags:
|
5829
6264
|
- Incidents
|
@@ -5860,6 +6295,13 @@ paths:
|
|
5860
6295
|
$ref: '#/components/responses/ForbiddenResponse'
|
5861
6296
|
'404':
|
5862
6297
|
$ref: '#/components/responses/NotFoundResponse'
|
6298
|
+
'429':
|
6299
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6300
|
+
security:
|
6301
|
+
- apiKeyAuth: []
|
6302
|
+
appKeyAuth: []
|
6303
|
+
- AuthZ:
|
6304
|
+
- incident_write
|
5863
6305
|
summary: Update an existing incident
|
5864
6306
|
tags:
|
5865
6307
|
- Incidents
|
@@ -5869,13 +6311,229 @@ paths:
|
|
5869
6311
|
x-unstable: '**Note**: This endpoint is in public beta.
|
5870
6312
|
|
5871
6313
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
5872
|
-
/api/v2/logs
|
6314
|
+
/api/v2/logs:
|
5873
6315
|
post:
|
5874
|
-
description:
|
5875
|
-
|
5876
|
-
|
5877
|
-
|
5878
|
-
content:
|
6316
|
+
description: 'Send your logs to your Datadog platform over HTTP. Limits per
|
6317
|
+
HTTP request are:
|
6318
|
+
|
6319
|
+
|
6320
|
+
- Maximum content size per payload (uncompressed): 5MB
|
6321
|
+
|
6322
|
+
- Maximum size for a single log: 1MB
|
6323
|
+
|
6324
|
+
- Maximum array size if sending multiple logs in an array: 1000 entries
|
6325
|
+
|
6326
|
+
|
6327
|
+
Any log exceeding 1MB is accepted and truncated by Datadog:
|
6328
|
+
|
6329
|
+
- For a single log request, the API truncates the log at 1MB and returns a
|
6330
|
+
2xx.
|
6331
|
+
|
6332
|
+
- For a multi-logs request, the API processes all logs, truncates only logs
|
6333
|
+
larger than 1MB, and returns a 2xx.
|
6334
|
+
|
6335
|
+
|
6336
|
+
Datadog recommends sending your logs compressed.
|
6337
|
+
|
6338
|
+
Add the `Content-Encoding: gzip` header to the request when sending compressed
|
6339
|
+
logs.
|
6340
|
+
|
6341
|
+
|
6342
|
+
The status codes answered by the HTTP API are:
|
6343
|
+
|
6344
|
+
- 202: Accepted: the request has been accepted for processing
|
6345
|
+
|
6346
|
+
- 400: Bad request (likely an issue in the payload formatting)
|
6347
|
+
|
6348
|
+
- 401: Unauthorized (likely a missing API Key)
|
6349
|
+
|
6350
|
+
- 403: Permission issue (likely using an invalid API Key)
|
6351
|
+
|
6352
|
+
- 408: Request Timeout, request should be retried after some time
|
6353
|
+
|
6354
|
+
- 413: Payload too large (batch is above 5MB uncompressed)
|
6355
|
+
|
6356
|
+
- 429: Too Many Requests, request should be retried after some time
|
6357
|
+
|
6358
|
+
- 500: Internal Server Error, the server encountered an unexpected condition
|
6359
|
+
that prevented it from fulfilling the request, request should be retried after
|
6360
|
+
some time
|
6361
|
+
|
6362
|
+
- 503: Service Unavailable, the server is not ready to handle the request
|
6363
|
+
probably because it is overloaded, request should be retried after some time'
|
6364
|
+
operationId: SubmitLog
|
6365
|
+
parameters:
|
6366
|
+
- description: HTTP header used to compress the media-type.
|
6367
|
+
in: header
|
6368
|
+
name: Content-Encoding
|
6369
|
+
required: false
|
6370
|
+
schema:
|
6371
|
+
$ref: '#/components/schemas/ContentEncoding'
|
6372
|
+
- description: Log tags can be passed as query parameters with `text/plain`
|
6373
|
+
content type.
|
6374
|
+
example: env:prod,user:my-user
|
6375
|
+
in: query
|
6376
|
+
name: ddtags
|
6377
|
+
required: false
|
6378
|
+
schema:
|
6379
|
+
type: string
|
6380
|
+
requestBody:
|
6381
|
+
content:
|
6382
|
+
application/json:
|
6383
|
+
examples:
|
6384
|
+
multi-json-messages:
|
6385
|
+
description: Pass multiple log objects at once.
|
6386
|
+
summary: Multi JSON Messages
|
6387
|
+
value:
|
6388
|
+
- message: hello
|
6389
|
+
- message: world
|
6390
|
+
simple-json-message:
|
6391
|
+
description: Log attributes can be passed as `key:value` pairs in
|
6392
|
+
valid JSON messages.
|
6393
|
+
summary: Simple JSON Message
|
6394
|
+
value:
|
6395
|
+
ddsource: agent
|
6396
|
+
ddtags: env:prod,user:joe.doe
|
6397
|
+
hostname: fa1e1e739d95
|
6398
|
+
message: hello world
|
6399
|
+
schema:
|
6400
|
+
$ref: '#/components/schemas/HTTPLog'
|
6401
|
+
application/logplex-1:
|
6402
|
+
examples:
|
6403
|
+
multi-raw-message:
|
6404
|
+
description: Submit log messages.
|
6405
|
+
summary: Multi Logplex Messages
|
6406
|
+
value: 'hello
|
6407
|
+
|
6408
|
+
world'
|
6409
|
+
simple-logplex-message:
|
6410
|
+
description: Submit log string.
|
6411
|
+
summary: Simple Logplex Message
|
6412
|
+
value: hello world
|
6413
|
+
schema:
|
6414
|
+
type: string
|
6415
|
+
text/plain:
|
6416
|
+
examples:
|
6417
|
+
multi-raw-message:
|
6418
|
+
description: Submit log string.
|
6419
|
+
summary: Multi Raw Messages
|
6420
|
+
value: 'hello
|
6421
|
+
|
6422
|
+
world
|
6423
|
+
|
6424
|
+
'
|
6425
|
+
simple-raw-message:
|
6426
|
+
description: 'Submit log string. Log attributes can be passed as query
|
6427
|
+
parameters in the URL. This enables the addition of tags or the
|
6428
|
+
source by using the `ddtags` and `ddsource` parameters: `?host=my-hostname&service=my-service&ddsource=my-source&ddtags=env:prod,user:my-user`.'
|
6429
|
+
summary: Simple Raw Message
|
6430
|
+
value: hello world
|
6431
|
+
schema:
|
6432
|
+
type: string
|
6433
|
+
description: Log to send (JSON format).
|
6434
|
+
required: true
|
6435
|
+
responses:
|
6436
|
+
'202':
|
6437
|
+
content:
|
6438
|
+
application/json:
|
6439
|
+
schema:
|
6440
|
+
type: object
|
6441
|
+
description: Request accepted for processing (always 202 empty JSON).
|
6442
|
+
'400':
|
6443
|
+
content:
|
6444
|
+
application/json:
|
6445
|
+
schema:
|
6446
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6447
|
+
description: Bad Request
|
6448
|
+
'401':
|
6449
|
+
content:
|
6450
|
+
application/json:
|
6451
|
+
schema:
|
6452
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6453
|
+
description: Unauthorized
|
6454
|
+
'403':
|
6455
|
+
content:
|
6456
|
+
application/json:
|
6457
|
+
schema:
|
6458
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6459
|
+
description: Forbidden
|
6460
|
+
'408':
|
6461
|
+
content:
|
6462
|
+
application/json:
|
6463
|
+
schema:
|
6464
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6465
|
+
description: Request Timeout
|
6466
|
+
'413':
|
6467
|
+
content:
|
6468
|
+
application/json:
|
6469
|
+
schema:
|
6470
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6471
|
+
description: Payload Too Large
|
6472
|
+
'429':
|
6473
|
+
content:
|
6474
|
+
application/json:
|
6475
|
+
schema:
|
6476
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6477
|
+
description: Too Many Requests
|
6478
|
+
'500':
|
6479
|
+
content:
|
6480
|
+
application/json:
|
6481
|
+
schema:
|
6482
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6483
|
+
description: Internal Server Error
|
6484
|
+
'503':
|
6485
|
+
content:
|
6486
|
+
application/json:
|
6487
|
+
schema:
|
6488
|
+
$ref: '#/components/schemas/HTTPLogErrors'
|
6489
|
+
description: Service Unavailable
|
6490
|
+
security:
|
6491
|
+
- apiKeyAuth: []
|
6492
|
+
servers:
|
6493
|
+
- url: https://{subdomain}.{site}
|
6494
|
+
variables:
|
6495
|
+
site:
|
6496
|
+
default: datadoghq.com
|
6497
|
+
description: The regional site for customers.
|
6498
|
+
enum:
|
6499
|
+
- datadoghq.com
|
6500
|
+
- us3.datadoghq.com
|
6501
|
+
- us5.datadoghq.com
|
6502
|
+
- datadoghq.eu
|
6503
|
+
- ddog-gov.com
|
6504
|
+
subdomain:
|
6505
|
+
default: http-intake.logs
|
6506
|
+
description: The subdomain where the API is deployed.
|
6507
|
+
- url: '{protocol}://{name}'
|
6508
|
+
variables:
|
6509
|
+
name:
|
6510
|
+
default: http-intake.logs.datadoghq.com
|
6511
|
+
description: Full site DNS name.
|
6512
|
+
protocol:
|
6513
|
+
default: https
|
6514
|
+
description: The protocol for accessing the API.
|
6515
|
+
- url: https://{subdomain}.{site}
|
6516
|
+
variables:
|
6517
|
+
site:
|
6518
|
+
default: datadoghq.com
|
6519
|
+
description: Any Datadog deployment.
|
6520
|
+
subdomain:
|
6521
|
+
default: http-intake.logs
|
6522
|
+
description: The subdomain where the API is deployed.
|
6523
|
+
summary: Send logs
|
6524
|
+
tags:
|
6525
|
+
- Logs
|
6526
|
+
x-codegen-request-body-name: body
|
6527
|
+
x-menu-order: 1
|
6528
|
+
x-undo:
|
6529
|
+
type: safe
|
6530
|
+
/api/v2/logs/analytics/aggregate:
|
6531
|
+
post:
|
6532
|
+
description: The API endpoint to aggregate events into buckets and compute metrics
|
6533
|
+
and timeseries.
|
6534
|
+
operationId: AggregateLogs
|
6535
|
+
requestBody:
|
6536
|
+
content:
|
5879
6537
|
application/json:
|
5880
6538
|
schema:
|
5881
6539
|
$ref: '#/components/schemas/LogsAggregateRequest'
|
@@ -5891,6 +6549,8 @@ paths:
|
|
5891
6549
|
$ref: '#/components/responses/BadRequestResponse'
|
5892
6550
|
'403':
|
5893
6551
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
6552
|
+
'429':
|
6553
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5894
6554
|
summary: Aggregate events
|
5895
6555
|
tags:
|
5896
6556
|
- Logs
|
@@ -5917,6 +6577,8 @@ paths:
|
|
5917
6577
|
schema:
|
5918
6578
|
$ref: '#/components/schemas/APIErrorResponse'
|
5919
6579
|
description: Forbidden
|
6580
|
+
'429':
|
6581
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5920
6582
|
summary: Get archive order
|
5921
6583
|
tags:
|
5922
6584
|
- Logs Archives
|
@@ -5967,6 +6629,8 @@ paths:
|
|
5967
6629
|
schema:
|
5968
6630
|
$ref: '#/components/schemas/APIErrorResponse'
|
5969
6631
|
description: Unprocessable Entity
|
6632
|
+
'429':
|
6633
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5970
6634
|
summary: Update archive order
|
5971
6635
|
tags:
|
5972
6636
|
- Logs Archives
|
@@ -5991,6 +6655,8 @@ paths:
|
|
5991
6655
|
schema:
|
5992
6656
|
$ref: '#/components/schemas/APIErrorResponse'
|
5993
6657
|
description: Forbidden
|
6658
|
+
'429':
|
6659
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
5994
6660
|
summary: Get all archives
|
5995
6661
|
tags:
|
5996
6662
|
- Logs Archives
|
@@ -6026,6 +6692,8 @@ paths:
|
|
6026
6692
|
schema:
|
6027
6693
|
$ref: '#/components/schemas/APIErrorResponse'
|
6028
6694
|
description: Forbidden
|
6695
|
+
'429':
|
6696
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6029
6697
|
summary: Create an archive
|
6030
6698
|
tags:
|
6031
6699
|
- Logs Archives
|
@@ -6064,6 +6732,8 @@ paths:
|
|
6064
6732
|
schema:
|
6065
6733
|
$ref: '#/components/schemas/APIErrorResponse'
|
6066
6734
|
description: Not found
|
6735
|
+
'429':
|
6736
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6067
6737
|
summary: Delete an archive
|
6068
6738
|
tags:
|
6069
6739
|
- Logs Archives
|
@@ -6100,6 +6770,8 @@ paths:
|
|
6100
6770
|
schema:
|
6101
6771
|
$ref: '#/components/schemas/APIErrorResponse'
|
6102
6772
|
description: Not found
|
6773
|
+
'429':
|
6774
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6103
6775
|
summary: Get an archive
|
6104
6776
|
tags:
|
6105
6777
|
- Logs Archives
|
@@ -6148,6 +6820,8 @@ paths:
|
|
6148
6820
|
schema:
|
6149
6821
|
$ref: '#/components/schemas/APIErrorResponse'
|
6150
6822
|
description: Not found
|
6823
|
+
'429':
|
6824
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6151
6825
|
summary: Update an archive
|
6152
6826
|
tags:
|
6153
6827
|
- Logs Archives
|
@@ -6188,6 +6862,8 @@ paths:
|
|
6188
6862
|
schema:
|
6189
6863
|
$ref: '#/components/schemas/APIErrorResponse'
|
6190
6864
|
description: Not found
|
6865
|
+
'429':
|
6866
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6191
6867
|
summary: Revoke role from an archive
|
6192
6868
|
tags:
|
6193
6869
|
- Logs Archives
|
@@ -6225,6 +6901,8 @@ paths:
|
|
6225
6901
|
schema:
|
6226
6902
|
$ref: '#/components/schemas/APIErrorResponse'
|
6227
6903
|
description: Not found
|
6904
|
+
'429':
|
6905
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6228
6906
|
summary: List read roles for an archive
|
6229
6907
|
tags:
|
6230
6908
|
- Logs Archives
|
@@ -6264,6 +6942,8 @@ paths:
|
|
6264
6942
|
schema:
|
6265
6943
|
$ref: '#/components/schemas/APIErrorResponse'
|
6266
6944
|
description: Not found
|
6945
|
+
'429':
|
6946
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6267
6947
|
summary: Grant role to an archive
|
6268
6948
|
tags:
|
6269
6949
|
- Logs Archives
|
@@ -6328,10 +7008,10 @@ paths:
|
|
6328
7008
|
logs_metric:
|
6329
7009
|
parameters:
|
6330
7010
|
- name: body
|
6331
|
-
value: "{\n \"data\": {\n \"id\": \"{{ unique }}\",\n \"attributes\"
|
6332
|
-
|
6333
|
-
\
|
6334
|
-
\
|
7011
|
+
value: "{\n \"data\": {\n \"id\": \"{{ unique }}\",\n \"attributes\":
|
7012
|
+
{\n \"filter\": {\n \"query\": \"source:{{ unique }}\"\n
|
7013
|
+
\ },\n \"compute\": {\n \"aggregation_type\": \"count\"\n
|
7014
|
+
\ }\n },\n \"type\": \"logs_metrics\"\n }\n}"
|
6335
7015
|
step: there is a valid "logs_metric" in the system
|
6336
7016
|
x-menu-order: 2
|
6337
7017
|
x-undo:
|
@@ -6511,6 +7191,8 @@ paths:
|
|
6511
7191
|
$ref: '#/components/responses/BadRequestResponse'
|
6512
7192
|
'403':
|
6513
7193
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
7194
|
+
'429':
|
7195
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6514
7196
|
summary: Get a list of logs
|
6515
7197
|
tags:
|
6516
7198
|
- Logs
|
@@ -6555,6 +7237,8 @@ paths:
|
|
6555
7237
|
$ref: '#/components/responses/BadRequestResponse'
|
6556
7238
|
'403':
|
6557
7239
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
7240
|
+
'429':
|
7241
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
6558
7242
|
summary: Search logs
|
6559
7243
|
tags:
|
6560
7244
|
- Logs
|
@@ -6645,16 +7329,21 @@ paths:
|
|
6645
7329
|
schema:
|
6646
7330
|
$ref: '#/components/schemas/APIErrorResponse'
|
6647
7331
|
description: Too Many Requests
|
7332
|
+
security:
|
7333
|
+
- apiKeyAuth: []
|
7334
|
+
appKeyAuth: []
|
7335
|
+
- AuthZ:
|
7336
|
+
- metrics_read
|
6648
7337
|
summary: List tag configurations
|
6649
7338
|
tags:
|
6650
7339
|
- Metrics
|
6651
7340
|
x-menu-order: 5
|
6652
7341
|
x-undo:
|
6653
7342
|
type: safe
|
6654
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
6655
|
-
|
6656
|
-
|
6657
|
-
|
7343
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
7344
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
7345
|
+
interested in Metrics without Limits™, please contact your Customer
|
7346
|
+
Success Manager.**"
|
6658
7347
|
/api/v2/metrics/{metric_name}/all-tags:
|
6659
7348
|
get:
|
6660
7349
|
description: View indexed tag key-value pairs for a given metric name.
|
@@ -6692,6 +7381,10 @@ paths:
|
|
6692
7381
|
schema:
|
6693
7382
|
$ref: '#/components/schemas/APIErrorResponse'
|
6694
7383
|
description: Too Many Requests
|
7384
|
+
security:
|
7385
|
+
- apiKeyAuth: []
|
7386
|
+
appKeyAuth: []
|
7387
|
+
- AuthZ: []
|
6695
7388
|
summary: List tags by metric name
|
6696
7389
|
tags:
|
6697
7390
|
- Metrics
|
@@ -6733,10 +7426,10 @@ paths:
|
|
6733
7426
|
x-menu-order: 4
|
6734
7427
|
x-undo:
|
6735
7428
|
type: idempotent
|
6736
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
6737
|
-
|
6738
|
-
|
6739
|
-
|
7429
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
7430
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
7431
|
+
interested in Metrics without Limits™, please contact your Customer
|
7432
|
+
Success Manager.**"
|
6740
7433
|
get:
|
6741
7434
|
description: Returns the tag configuration for the given metric name.
|
6742
7435
|
operationId: ListTagConfigurationByName
|
@@ -6773,15 +7466,18 @@ paths:
|
|
6773
7466
|
x-menu-order: 2
|
6774
7467
|
x-undo:
|
6775
7468
|
type: safe
|
6776
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
6777
|
-
|
6778
|
-
|
6779
|
-
|
7469
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
7470
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
7471
|
+
interested in Metrics without Limits™, please contact your Customer
|
7472
|
+
Success Manager.**"
|
6780
7473
|
patch:
|
6781
7474
|
description: 'Update the tag configuration of a metric or percentile aggregations
|
6782
|
-
of a distribution metric
|
7475
|
+
of a distribution metric or custom aggregations
|
7476
|
+
|
7477
|
+
of a count, rate, or gauge metric.
|
6783
7478
|
|
6784
|
-
application keys from users with the `Manage Tags for
|
7479
|
+
Can only be used with application keys from users with the `Manage Tags for
|
7480
|
+
Metrics` permission.'
|
6785
7481
|
operationId: UpdateTagConfiguration
|
6786
7482
|
parameters:
|
6787
7483
|
- $ref: '#/components/parameters/MetricName'
|
@@ -6829,14 +7525,18 @@ paths:
|
|
6829
7525
|
x-menu-order: 3
|
6830
7526
|
x-undo:
|
6831
7527
|
type: idempotent
|
6832
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
6833
|
-
|
6834
|
-
|
6835
|
-
|
7528
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
7529
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
7530
|
+
interested in Metrics without Limits™, please contact your Customer
|
7531
|
+
Success Manager.**"
|
6836
7532
|
post:
|
6837
7533
|
description: 'Create and define a list of queryable tag keys for an existing
|
6838
|
-
count/gauge/rate/distribution metric.
|
6839
|
-
|
7534
|
+
count/gauge/rate/distribution metric.
|
7535
|
+
|
7536
|
+
Optionally, include percentile aggregations on any distribution metric or
|
7537
|
+
configure custom aggregations
|
7538
|
+
|
7539
|
+
on any count, rate, or gauge metric.
|
6840
7540
|
|
6841
7541
|
Can only be used with application keys of users with the `Manage Tags for
|
6842
7542
|
Metrics` permission.'
|
@@ -6890,10 +7590,10 @@ paths:
|
|
6890
7590
|
- name: metric_name
|
6891
7591
|
value: '"{{ unique_alnum }}"'
|
6892
7592
|
- name: body
|
6893
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"tags\":[\"app\"
|
6894
|
-
|
6895
|
-
|
6896
|
-
|
7593
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"tags\":[\"app\",
|
7594
|
+
\"datacenter\", \"{{ unique_alnum }}\"],\n \"metric_type\":\"distribution\"\n
|
7595
|
+
\ },\n \"type\": \"manage_tags\",\n \"id\": \"{{ unique_alnum
|
7596
|
+
}}\"\n }\n}"
|
6897
7597
|
step: there is a valid "metric_tag_configuration" in the system
|
6898
7598
|
x-menu-order: 1
|
6899
7599
|
x-undo:
|
@@ -6902,10 +7602,10 @@ paths:
|
|
6902
7602
|
- name: metric_name
|
6903
7603
|
source: data.id
|
6904
7604
|
type: unsafe
|
6905
|
-
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
6906
|
-
|
6907
|
-
|
6908
|
-
|
7605
|
+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types
|
7606
|
+
is only accessible for Metrics without Limits™ beta customers.\nIf you\u2019re
|
7607
|
+
interested in Metrics without Limits™, please contact your Customer
|
7608
|
+
Success Manager.**"
|
6909
7609
|
/api/v2/metrics/{metric_name}/volumes:
|
6910
7610
|
get:
|
6911
7611
|
description: 'View distinct metrics volumes for the given metric name.
|
@@ -6953,6 +7653,10 @@ paths:
|
|
6953
7653
|
schema:
|
6954
7654
|
$ref: '#/components/schemas/APIErrorResponse'
|
6955
7655
|
description: Too Many Requests
|
7656
|
+
security:
|
7657
|
+
- apiKeyAuth: []
|
7658
|
+
appKeyAuth: []
|
7659
|
+
- AuthZ: []
|
6956
7660
|
summary: List distinct metric volumes by metric name
|
6957
7661
|
tags:
|
6958
7662
|
- Metrics
|
@@ -6983,6 +7687,12 @@ paths:
|
|
6983
7687
|
schema:
|
6984
7688
|
$ref: '#/components/schemas/APIErrorResponse'
|
6985
7689
|
description: Authentication error
|
7690
|
+
'429':
|
7691
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
7692
|
+
security:
|
7693
|
+
- apiKeyAuth: []
|
7694
|
+
appKeyAuth: []
|
7695
|
+
- AuthZ: []
|
6986
7696
|
summary: List permissions
|
6987
7697
|
tags:
|
6988
7698
|
- Roles
|
@@ -7074,6 +7784,12 @@ paths:
|
|
7074
7784
|
schema:
|
7075
7785
|
$ref: '#/components/schemas/APIErrorResponse'
|
7076
7786
|
description: Authentication Error
|
7787
|
+
'429':
|
7788
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
7789
|
+
security:
|
7790
|
+
- apiKeyAuth: []
|
7791
|
+
appKeyAuth: []
|
7792
|
+
- AuthZ: []
|
7077
7793
|
summary: Get all processes
|
7078
7794
|
tags:
|
7079
7795
|
- Processes
|
@@ -7118,6 +7834,12 @@ paths:
|
|
7118
7834
|
schema:
|
7119
7835
|
$ref: '#/components/schemas/APIErrorResponse'
|
7120
7836
|
description: Authentication error
|
7837
|
+
'429':
|
7838
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
7839
|
+
security:
|
7840
|
+
- apiKeyAuth: []
|
7841
|
+
appKeyAuth: []
|
7842
|
+
- AuthZ: []
|
7121
7843
|
summary: List roles
|
7122
7844
|
tags:
|
7123
7845
|
- Roles
|
@@ -7152,6 +7874,13 @@ paths:
|
|
7152
7874
|
schema:
|
7153
7875
|
$ref: '#/components/schemas/APIErrorResponse'
|
7154
7876
|
description: Authentication error
|
7877
|
+
'429':
|
7878
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
7879
|
+
security:
|
7880
|
+
- apiKeyAuth: []
|
7881
|
+
appKeyAuth: []
|
7882
|
+
- AuthZ:
|
7883
|
+
- user_access_manage
|
7155
7884
|
summary: Create role
|
7156
7885
|
tags:
|
7157
7886
|
- Roles
|
@@ -7160,8 +7889,8 @@ paths:
|
|
7160
7889
|
role:
|
7161
7890
|
parameters:
|
7162
7891
|
- name: body
|
7163
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
7164
|
-
|
7892
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
7893
|
+
unique }}\"\n },\n \"type\": \"roles\"\n }\n}"
|
7165
7894
|
step: there is a valid "role" in the system
|
7166
7895
|
x-menu-order: 2
|
7167
7896
|
x-undo:
|
@@ -7191,6 +7920,13 @@ paths:
|
|
7191
7920
|
schema:
|
7192
7921
|
$ref: '#/components/schemas/APIErrorResponse'
|
7193
7922
|
description: Not found
|
7923
|
+
'429':
|
7924
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
7925
|
+
security:
|
7926
|
+
- apiKeyAuth: []
|
7927
|
+
appKeyAuth: []
|
7928
|
+
- AuthZ:
|
7929
|
+
- user_access_manage
|
7194
7930
|
summary: Delete role
|
7195
7931
|
tags:
|
7196
7932
|
- Roles
|
@@ -7222,6 +7958,12 @@ paths:
|
|
7222
7958
|
schema:
|
7223
7959
|
$ref: '#/components/schemas/APIErrorResponse'
|
7224
7960
|
description: Not found
|
7961
|
+
'429':
|
7962
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
7963
|
+
security:
|
7964
|
+
- apiKeyAuth: []
|
7965
|
+
appKeyAuth: []
|
7966
|
+
- AuthZ: []
|
7225
7967
|
summary: Get a role
|
7226
7968
|
tags:
|
7227
7969
|
- Roles
|
@@ -7272,6 +8014,13 @@ paths:
|
|
7272
8014
|
schema:
|
7273
8015
|
$ref: '#/components/schemas/APIErrorResponse'
|
7274
8016
|
description: Unprocessable Entity
|
8017
|
+
'429':
|
8018
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8019
|
+
security:
|
8020
|
+
- apiKeyAuth: []
|
8021
|
+
appKeyAuth: []
|
8022
|
+
- AuthZ:
|
8023
|
+
- user_access_manage
|
7275
8024
|
summary: Update a role
|
7276
8025
|
tags:
|
7277
8026
|
- Roles
|
@@ -7316,6 +8065,13 @@ paths:
|
|
7316
8065
|
schema:
|
7317
8066
|
$ref: '#/components/schemas/APIErrorResponse'
|
7318
8067
|
description: Not found
|
8068
|
+
'429':
|
8069
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8070
|
+
security:
|
8071
|
+
- apiKeyAuth: []
|
8072
|
+
appKeyAuth: []
|
8073
|
+
- AuthZ:
|
8074
|
+
- user_access_manage
|
7319
8075
|
summary: Revoke permission
|
7320
8076
|
tags:
|
7321
8077
|
- Roles
|
@@ -7347,6 +8103,12 @@ paths:
|
|
7347
8103
|
schema:
|
7348
8104
|
$ref: '#/components/schemas/APIErrorResponse'
|
7349
8105
|
description: Not found
|
8106
|
+
'429':
|
8107
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8108
|
+
security:
|
8109
|
+
- apiKeyAuth: []
|
8110
|
+
appKeyAuth: []
|
8111
|
+
- AuthZ: []
|
7350
8112
|
summary: List permissions for a role
|
7351
8113
|
tags:
|
7352
8114
|
- Roles
|
@@ -7390,6 +8152,13 @@ paths:
|
|
7390
8152
|
schema:
|
7391
8153
|
$ref: '#/components/schemas/APIErrorResponse'
|
7392
8154
|
description: Not found
|
8155
|
+
'429':
|
8156
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8157
|
+
security:
|
8158
|
+
- apiKeyAuth: []
|
8159
|
+
appKeyAuth: []
|
8160
|
+
- AuthZ:
|
8161
|
+
- user_access_manage
|
7393
8162
|
summary: Grant permission to a role
|
7394
8163
|
tags:
|
7395
8164
|
- Roles
|
@@ -7400,8 +8169,8 @@ paths:
|
|
7400
8169
|
- name: role_id
|
7401
8170
|
source: role.data.id
|
7402
8171
|
- name: body
|
7403
|
-
value: "{\n \"data\": {\n \"id\": \"{{ permission.id }}\",\n \"\
|
7404
|
-
|
8172
|
+
value: "{\n \"data\": {\n \"id\": \"{{ permission.id }}\",\n \"type\":
|
8173
|
+
\"{{ permission.type }}\"\n }\n}"
|
7405
8174
|
step: the "permission" is granted to the "role"
|
7406
8175
|
x-menu-order: 7
|
7407
8176
|
x-undo:
|
@@ -7443,6 +8212,13 @@ paths:
|
|
7443
8212
|
schema:
|
7444
8213
|
$ref: '#/components/schemas/APIErrorResponse'
|
7445
8214
|
description: Not found
|
8215
|
+
'429':
|
8216
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8217
|
+
security:
|
8218
|
+
- apiKeyAuth: []
|
8219
|
+
appKeyAuth: []
|
8220
|
+
- AuthZ:
|
8221
|
+
- user_access_manage
|
7446
8222
|
summary: Remove a user from a role
|
7447
8223
|
tags:
|
7448
8224
|
- Roles
|
@@ -7494,6 +8270,12 @@ paths:
|
|
7494
8270
|
schema:
|
7495
8271
|
$ref: '#/components/schemas/APIErrorResponse'
|
7496
8272
|
description: Not found
|
8273
|
+
'429':
|
8274
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8275
|
+
security:
|
8276
|
+
- apiKeyAuth: []
|
8277
|
+
appKeyAuth: []
|
8278
|
+
- AuthZ: []
|
7497
8279
|
summary: Get all users of a role
|
7498
8280
|
tags:
|
7499
8281
|
- Roles
|
@@ -7536,6 +8318,13 @@ paths:
|
|
7536
8318
|
schema:
|
7537
8319
|
$ref: '#/components/schemas/APIErrorResponse'
|
7538
8320
|
description: Not found
|
8321
|
+
'429':
|
8322
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8323
|
+
security:
|
8324
|
+
- apiKeyAuth: []
|
8325
|
+
appKeyAuth: []
|
8326
|
+
- AuthZ:
|
8327
|
+
- user_access_manage
|
7539
8328
|
summary: Add a user to a role
|
7540
8329
|
tags:
|
7541
8330
|
- Roles
|
@@ -7546,8 +8335,8 @@ paths:
|
|
7546
8335
|
- name: role_id
|
7547
8336
|
source: role.data.id
|
7548
8337
|
- name: body
|
7549
|
-
value: "{\n \"data\": {\n \"id\": \"{{ user.data.id }}\",\n \"\
|
7550
|
-
|
8338
|
+
value: "{\n \"data\": {\n \"id\": \"{{ user.data.id }}\",\n \"type\":
|
8339
|
+
\"{{ user.data.type }}\"\n }\n}"
|
7551
8340
|
step: the "user" has the "role"
|
7552
8341
|
x-menu-order: 10
|
7553
8342
|
x-undo:
|
@@ -7567,6 +8356,11 @@ paths:
|
|
7567
8356
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
7568
8357
|
'429':
|
7569
8358
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
8359
|
+
security:
|
8360
|
+
- apiKeyAuth: []
|
8361
|
+
appKeyAuth: []
|
8362
|
+
- AuthZ:
|
8363
|
+
- security_monitoring_filters_read
|
7570
8364
|
summary: Get all security filters
|
7571
8365
|
tags:
|
7572
8366
|
- Security Monitoring
|
@@ -7602,6 +8396,11 @@ paths:
|
|
7602
8396
|
$ref: '#/components/responses/ConflictResponse'
|
7603
8397
|
'429':
|
7604
8398
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
8399
|
+
security:
|
8400
|
+
- apiKeyAuth: []
|
8401
|
+
appKeyAuth: []
|
8402
|
+
- AuthZ:
|
8403
|
+
- security_monitoring_filters_write
|
7605
8404
|
summary: Create a security filter
|
7606
8405
|
tags:
|
7607
8406
|
- Security Monitoring
|
@@ -7610,12 +8409,12 @@ paths:
|
|
7610
8409
|
security_filter:
|
7611
8410
|
parameters:
|
7612
8411
|
- name: body
|
7613
|
-
value: "{\n \"data\": {\n \"type\": \"security_filters\",\n \"\
|
7614
|
-
|
7615
|
-
|
7616
|
-
\
|
7617
|
-
\ \"
|
7618
|
-
|
8412
|
+
value: "{\n \"data\": {\n \"type\": \"security_filters\",\n \"attributes\":
|
8413
|
+
{\n \"name\": \"{{ unique }}\",\n \"query\": \"service:{{
|
8414
|
+
unique_alnum }}\",\n \"exclusion_filters\":[\n {\n \"name\":
|
8415
|
+
\"Exclude logs from staging\",\n \"query\": \"source:staging\"\n
|
8416
|
+
\ }\n ],\n \"filtered_data_type\":\"logs\",\n \"is_enabled\":
|
8417
|
+
true\n }\n }\n}"
|
7619
8418
|
step: there is a valid "security_filter" in the system
|
7620
8419
|
x-undo:
|
7621
8420
|
operationId: DeleteSecurityFilter
|
@@ -7630,20 +8429,19 @@ paths:
|
|
7630
8429
|
parameters:
|
7631
8430
|
- $ref: '#/components/parameters/SecurityFilterID'
|
7632
8431
|
responses:
|
7633
|
-
'200':
|
7634
|
-
content:
|
7635
|
-
application/json:
|
7636
|
-
schema:
|
7637
|
-
$ref: '#/components/schemas/SecurityFilterDeleteResponse'
|
7638
|
-
description: OK
|
7639
8432
|
'204':
|
7640
|
-
description:
|
8433
|
+
description: OK
|
7641
8434
|
'403':
|
7642
8435
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
7643
8436
|
'404':
|
7644
8437
|
$ref: '#/components/responses/NotFoundResponse'
|
7645
8438
|
'429':
|
7646
8439
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
8440
|
+
security:
|
8441
|
+
- apiKeyAuth: []
|
8442
|
+
appKeyAuth: []
|
8443
|
+
- AuthZ:
|
8444
|
+
- security_monitoring_filters_write
|
7647
8445
|
summary: Delete a security filter
|
7648
8446
|
tags:
|
7649
8447
|
- Security Monitoring
|
@@ -7672,6 +8470,11 @@ paths:
|
|
7672
8470
|
$ref: '#/components/responses/NotFoundResponse'
|
7673
8471
|
'429':
|
7674
8472
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
8473
|
+
security:
|
8474
|
+
- apiKeyAuth: []
|
8475
|
+
appKeyAuth: []
|
8476
|
+
- AuthZ:
|
8477
|
+
- security_monitoring_filters_read
|
7675
8478
|
summary: Get a security filter
|
7676
8479
|
tags:
|
7677
8480
|
- Security Monitoring
|
@@ -7708,6 +8511,11 @@ paths:
|
|
7708
8511
|
$ref: '#/components/responses/ConcurrentModificationResponse'
|
7709
8512
|
'429':
|
7710
8513
|
$ref: '#/components/responses/TooManyRequestsResponse'
|
8514
|
+
security:
|
8515
|
+
- apiKeyAuth: []
|
8516
|
+
appKeyAuth: []
|
8517
|
+
- AuthZ:
|
8518
|
+
- security_monitoring_filters_write
|
7711
8519
|
summary: Update a security filter
|
7712
8520
|
tags:
|
7713
8521
|
- Security Monitoring
|
@@ -7730,6 +8538,13 @@ paths:
|
|
7730
8538
|
description: OK
|
7731
8539
|
'400':
|
7732
8540
|
$ref: '#/components/responses/BadRequestResponse'
|
8541
|
+
'429':
|
8542
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8543
|
+
security:
|
8544
|
+
- apiKeyAuth: []
|
8545
|
+
appKeyAuth: []
|
8546
|
+
- AuthZ:
|
8547
|
+
- security_monitoring_rules_read
|
7733
8548
|
summary: List rules
|
7734
8549
|
tags:
|
7735
8550
|
- Security Monitoring
|
@@ -7756,6 +8571,13 @@ paths:
|
|
7756
8571
|
$ref: '#/components/responses/BadRequestResponse'
|
7757
8572
|
'403':
|
7758
8573
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
8574
|
+
'429':
|
8575
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8576
|
+
security:
|
8577
|
+
- apiKeyAuth: []
|
8578
|
+
appKeyAuth: []
|
8579
|
+
- AuthZ:
|
8580
|
+
- security_monitoring_rules_write
|
7759
8581
|
summary: Create a detection rule
|
7760
8582
|
tags:
|
7761
8583
|
- Security Monitoring
|
@@ -7764,14 +8586,14 @@ paths:
|
|
7764
8586
|
security_rule:
|
7765
8587
|
parameters:
|
7766
8588
|
- name: body
|
7767
|
-
value: "{\n \"name\": \"{{ unique }}\",\n \"queries\": [{\n \"query\"
|
7768
|
-
|
7769
|
-
|
7770
|
-
|
7771
|
-
|
7772
|
-
\
|
7773
|
-
|
7774
|
-
|
8589
|
+
value: "{\n \"name\": \"{{ unique }}\",\n \"queries\": [{\n \"query\":
|
8590
|
+
\"@test:true\",\n \"aggregation\": \"count\",\n \"groupByFields\":
|
8591
|
+
[],\n \"distinctFields\": [],\n \"metric\": \"\"\n }],\n \"filters\":
|
8592
|
+
[],\n \"cases\": [{\n \"name\": \"\",\n \"status\": \"info\",\n
|
8593
|
+
\ \"condition\": \"a > 0\",\n \"notifications\": []\n }],\n \"options\":
|
8594
|
+
{\n \"evaluationWindow\": 900,\n \"keepAlive\": 3600,\n \"maxSignalDuration\":
|
8595
|
+
86400\n },\n \"message\": \"Test rule\",\n \"tags\": [],\n \"isEnabled\":
|
8596
|
+
true,\n \"type\": \"log_detection\"\n}"
|
7775
8597
|
step: there is a valid "security_rule" in the system
|
7776
8598
|
x-menu-order: 2
|
7777
8599
|
x-undo:
|
@@ -7793,6 +8615,13 @@ paths:
|
|
7793
8615
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
7794
8616
|
'404':
|
7795
8617
|
$ref: '#/components/responses/NotFoundResponse'
|
8618
|
+
'429':
|
8619
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8620
|
+
security:
|
8621
|
+
- apiKeyAuth: []
|
8622
|
+
appKeyAuth: []
|
8623
|
+
- AuthZ:
|
8624
|
+
- security_monitoring_rules_write
|
7796
8625
|
summary: Delete an existing rule
|
7797
8626
|
tags:
|
7798
8627
|
- Security Monitoring
|
@@ -7813,6 +8642,13 @@ paths:
|
|
7813
8642
|
description: OK
|
7814
8643
|
'404':
|
7815
8644
|
$ref: '#/components/responses/NotFoundResponse'
|
8645
|
+
'429':
|
8646
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8647
|
+
security:
|
8648
|
+
- apiKeyAuth: []
|
8649
|
+
appKeyAuth: []
|
8650
|
+
- AuthZ:
|
8651
|
+
- security_monitoring_rules_read
|
7816
8652
|
summary: Get a rule's details
|
7817
8653
|
tags:
|
7818
8654
|
- Security Monitoring
|
@@ -7851,6 +8687,13 @@ paths:
|
|
7851
8687
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
7852
8688
|
'404':
|
7853
8689
|
$ref: '#/components/responses/NotFoundResponse'
|
8690
|
+
'429':
|
8691
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8692
|
+
security:
|
8693
|
+
- apiKeyAuth: []
|
8694
|
+
appKeyAuth: []
|
8695
|
+
- AuthZ:
|
8696
|
+
- security_monitoring_rules_write
|
7854
8697
|
summary: Update an existing rule
|
7855
8698
|
tags:
|
7856
8699
|
- Security Monitoring
|
@@ -7926,6 +8769,13 @@ paths:
|
|
7926
8769
|
$ref: '#/components/responses/BadRequestResponse'
|
7927
8770
|
'403':
|
7928
8771
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
8772
|
+
'429':
|
8773
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8774
|
+
security:
|
8775
|
+
- apiKeyAuth: []
|
8776
|
+
appKeyAuth: []
|
8777
|
+
- AuthZ:
|
8778
|
+
- security_monitoring_signals_read
|
7929
8779
|
summary: Get a quick list of security signals
|
7930
8780
|
tags:
|
7931
8781
|
- Security Monitoring
|
@@ -7960,6 +8810,13 @@ paths:
|
|
7960
8810
|
$ref: '#/components/responses/BadRequestResponse'
|
7961
8811
|
'403':
|
7962
8812
|
$ref: '#/components/responses/NotAuthorizedResponse'
|
8813
|
+
'429':
|
8814
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8815
|
+
security:
|
8816
|
+
- apiKeyAuth: []
|
8817
|
+
appKeyAuth: []
|
8818
|
+
- AuthZ:
|
8819
|
+
- security_monitoring_signals_read
|
7963
8820
|
summary: Get a list of security signals
|
7964
8821
|
tags:
|
7965
8822
|
- Security Monitoring
|
@@ -7970,6 +8827,262 @@ paths:
|
|
7970
8827
|
x-unstable: '**Note**: This endpoint is in public beta.
|
7971
8828
|
|
7972
8829
|
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
|
8830
|
+
/api/v2/service_accounts:
|
8831
|
+
post:
|
8832
|
+
description: Create a service account for your organization.
|
8833
|
+
operationId: CreateServiceAccount
|
8834
|
+
requestBody:
|
8835
|
+
content:
|
8836
|
+
application/json:
|
8837
|
+
schema:
|
8838
|
+
$ref: '#/components/schemas/ServiceAccountCreateRequest'
|
8839
|
+
required: true
|
8840
|
+
responses:
|
8841
|
+
'201':
|
8842
|
+
content:
|
8843
|
+
application/json:
|
8844
|
+
schema:
|
8845
|
+
$ref: '#/components/schemas/UserResponse'
|
8846
|
+
description: OK
|
8847
|
+
'400':
|
8848
|
+
content:
|
8849
|
+
application/json:
|
8850
|
+
schema:
|
8851
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8852
|
+
description: Bad Request
|
8853
|
+
'403':
|
8854
|
+
content:
|
8855
|
+
application/json:
|
8856
|
+
schema:
|
8857
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8858
|
+
description: Authentication error
|
8859
|
+
'429':
|
8860
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8861
|
+
summary: Create a service account
|
8862
|
+
tags:
|
8863
|
+
- Users
|
8864
|
+
x-codegen-request-body-name: body
|
8865
|
+
x-given:
|
8866
|
+
service_account_user:
|
8867
|
+
parameters:
|
8868
|
+
- name: body
|
8869
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"email\": \"{{
|
8870
|
+
unique }}@datadoghq.com\",\n \"title\": \"user title\",\n \"service_account\":
|
8871
|
+
true\n },\n \"type\": \"users\"\n }\n}"
|
8872
|
+
step: there is a valid "service_account_user" in the system
|
8873
|
+
x-menu-order: 1
|
8874
|
+
x-undo:
|
8875
|
+
operationId: DisableUser
|
8876
|
+
parameters:
|
8877
|
+
- name: user_id
|
8878
|
+
source: data.id
|
8879
|
+
type: unsafe
|
8880
|
+
/api/v2/service_accounts/{service_account_id}/application_keys:
|
8881
|
+
get:
|
8882
|
+
description: List all application keys available for this service account.
|
8883
|
+
operationId: ListServiceAccountApplicationKeys
|
8884
|
+
parameters:
|
8885
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
8886
|
+
- $ref: '#/components/parameters/PageSize'
|
8887
|
+
- $ref: '#/components/parameters/PageNumber'
|
8888
|
+
- $ref: '#/components/parameters/ApplicationKeysSortParameter'
|
8889
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterParameter'
|
8890
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtStartParameter'
|
8891
|
+
- $ref: '#/components/parameters/ApplicationKeyFilterCreatedAtEndParameter'
|
8892
|
+
responses:
|
8893
|
+
'200':
|
8894
|
+
content:
|
8895
|
+
application/json:
|
8896
|
+
schema:
|
8897
|
+
$ref: '#/components/schemas/ListApplicationKeysResponse'
|
8898
|
+
description: OK
|
8899
|
+
'400':
|
8900
|
+
content:
|
8901
|
+
application/json:
|
8902
|
+
schema:
|
8903
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8904
|
+
description: Bad Request
|
8905
|
+
'403':
|
8906
|
+
content:
|
8907
|
+
application/json:
|
8908
|
+
schema:
|
8909
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8910
|
+
description: Forbidden
|
8911
|
+
'404':
|
8912
|
+
content:
|
8913
|
+
application/json:
|
8914
|
+
schema:
|
8915
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8916
|
+
description: Not Found
|
8917
|
+
'429':
|
8918
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8919
|
+
summary: List application keys for this service account
|
8920
|
+
tags:
|
8921
|
+
- Service Accounts
|
8922
|
+
x-undo:
|
8923
|
+
type: safe
|
8924
|
+
post:
|
8925
|
+
description: Create an application key for this service account.
|
8926
|
+
operationId: CreateServiceAccountApplicationKey
|
8927
|
+
parameters:
|
8928
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
8929
|
+
requestBody:
|
8930
|
+
content:
|
8931
|
+
application/json:
|
8932
|
+
schema:
|
8933
|
+
$ref: '#/components/schemas/ApplicationKeyCreateRequest'
|
8934
|
+
required: true
|
8935
|
+
responses:
|
8936
|
+
'201':
|
8937
|
+
content:
|
8938
|
+
application/json:
|
8939
|
+
schema:
|
8940
|
+
$ref: '#/components/schemas/ApplicationKeyResponse'
|
8941
|
+
description: Created
|
8942
|
+
'400':
|
8943
|
+
content:
|
8944
|
+
application/json:
|
8945
|
+
schema:
|
8946
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8947
|
+
description: Bad Request
|
8948
|
+
'403':
|
8949
|
+
content:
|
8950
|
+
application/json:
|
8951
|
+
schema:
|
8952
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8953
|
+
description: Forbidden
|
8954
|
+
'429':
|
8955
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
8956
|
+
summary: Create an application key for this service account
|
8957
|
+
tags:
|
8958
|
+
- Service Accounts
|
8959
|
+
x-codegen-request-body-name: body
|
8960
|
+
x-given:
|
8961
|
+
service_account_application_key:
|
8962
|
+
parameters:
|
8963
|
+
- name: service_account_id
|
8964
|
+
value: '"{{ service_account_user.data.id }}"'
|
8965
|
+
- name: body
|
8966
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
8967
|
+
unique }}\"\n },\n \"type\": \"application_keys\"\n }\n}"
|
8968
|
+
step: there is a valid "service_account_application_key" for "service_account_user"
|
8969
|
+
x-undo:
|
8970
|
+
operationId: DeleteServiceAccountApplicationKey
|
8971
|
+
parameters:
|
8972
|
+
- name: app_key_id
|
8973
|
+
source: data.id
|
8974
|
+
- name: service_account_id
|
8975
|
+
source: data.relationships.owned_by.data.id
|
8976
|
+
type: unsafe
|
8977
|
+
/api/v2/service_accounts/{service_account_id}/application_keys/{app_key_id}:
|
8978
|
+
delete:
|
8979
|
+
description: Delete an application key owned by this service account.
|
8980
|
+
operationId: DeleteServiceAccountApplicationKey
|
8981
|
+
parameters:
|
8982
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
8983
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
8984
|
+
responses:
|
8985
|
+
'204':
|
8986
|
+
description: No Content
|
8987
|
+
'403':
|
8988
|
+
content:
|
8989
|
+
application/json:
|
8990
|
+
schema:
|
8991
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8992
|
+
description: Forbidden
|
8993
|
+
'404':
|
8994
|
+
content:
|
8995
|
+
application/json:
|
8996
|
+
schema:
|
8997
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
8998
|
+
description: Not Found
|
8999
|
+
'429':
|
9000
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9001
|
+
summary: Delete an application key for this service account
|
9002
|
+
tags:
|
9003
|
+
- Service Accounts
|
9004
|
+
x-menu-order: 3
|
9005
|
+
x-undo:
|
9006
|
+
type: idempotent
|
9007
|
+
get:
|
9008
|
+
description: Get an application key owned by this service account.
|
9009
|
+
operationId: GetServiceAccountApplicationKey
|
9010
|
+
parameters:
|
9011
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
9012
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
9013
|
+
responses:
|
9014
|
+
'200':
|
9015
|
+
content:
|
9016
|
+
application/json:
|
9017
|
+
schema:
|
9018
|
+
$ref: '#/components/schemas/PartialApplicationKeyResponse'
|
9019
|
+
description: OK
|
9020
|
+
'403':
|
9021
|
+
content:
|
9022
|
+
application/json:
|
9023
|
+
schema:
|
9024
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
9025
|
+
description: Forbidden
|
9026
|
+
'404':
|
9027
|
+
content:
|
9028
|
+
application/json:
|
9029
|
+
schema:
|
9030
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
9031
|
+
description: Not Found
|
9032
|
+
'429':
|
9033
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9034
|
+
summary: Get one application key for this service account
|
9035
|
+
tags:
|
9036
|
+
- Service Accounts
|
9037
|
+
x-menu-order: 1
|
9038
|
+
x-undo:
|
9039
|
+
type: safe
|
9040
|
+
patch:
|
9041
|
+
description: Edit an application key owned by this service account.
|
9042
|
+
operationId: UpdateServiceAccountApplicationKey
|
9043
|
+
parameters:
|
9044
|
+
- $ref: '#/components/parameters/ServiceAccountID'
|
9045
|
+
- $ref: '#/components/parameters/ApplicationKeyID'
|
9046
|
+
requestBody:
|
9047
|
+
content:
|
9048
|
+
application/json:
|
9049
|
+
schema:
|
9050
|
+
$ref: '#/components/schemas/ApplicationKeyUpdateRequest'
|
9051
|
+
required: true
|
9052
|
+
responses:
|
9053
|
+
'200':
|
9054
|
+
content:
|
9055
|
+
application/json:
|
9056
|
+
schema:
|
9057
|
+
$ref: '#/components/schemas/PartialApplicationKeyResponse'
|
9058
|
+
description: OK
|
9059
|
+
'400':
|
9060
|
+
content:
|
9061
|
+
application/json:
|
9062
|
+
schema:
|
9063
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
9064
|
+
description: Bad Request
|
9065
|
+
'403':
|
9066
|
+
content:
|
9067
|
+
application/json:
|
9068
|
+
schema:
|
9069
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
9070
|
+
description: Forbidden
|
9071
|
+
'404':
|
9072
|
+
content:
|
9073
|
+
application/json:
|
9074
|
+
schema:
|
9075
|
+
$ref: '#/components/schemas/APIErrorResponse'
|
9076
|
+
description: Not Found
|
9077
|
+
'429':
|
9078
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9079
|
+
summary: Edit an application key for this service account
|
9080
|
+
tags:
|
9081
|
+
- Service Accounts
|
9082
|
+
x-codegen-request-body-name: body
|
9083
|
+
x-menu-order: 2
|
9084
|
+
x-undo:
|
9085
|
+
type: idempotent
|
7973
9086
|
/api/v2/services:
|
7974
9087
|
get:
|
7975
9088
|
description: Get all incident services uploaded for the requesting user's organization.
|
@@ -7996,6 +9109,13 @@ paths:
|
|
7996
9109
|
$ref: '#/components/responses/ForbiddenResponse'
|
7997
9110
|
'404':
|
7998
9111
|
$ref: '#/components/responses/NotFoundResponse'
|
9112
|
+
'429':
|
9113
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9114
|
+
security:
|
9115
|
+
- apiKeyAuth: []
|
9116
|
+
appKeyAuth: []
|
9117
|
+
- AuthZ:
|
9118
|
+
- incident_read
|
7999
9119
|
summary: Get a list of all incident services
|
8000
9120
|
tags:
|
8001
9121
|
- Incident Services
|
@@ -8029,6 +9149,13 @@ paths:
|
|
8029
9149
|
$ref: '#/components/responses/ForbiddenResponse'
|
8030
9150
|
'404':
|
8031
9151
|
$ref: '#/components/responses/NotFoundResponse'
|
9152
|
+
'429':
|
9153
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9154
|
+
security:
|
9155
|
+
- apiKeyAuth: []
|
9156
|
+
appKeyAuth: []
|
9157
|
+
- AuthZ:
|
9158
|
+
- incident_settings_write
|
8032
9159
|
summary: Create a new incident service
|
8033
9160
|
tags:
|
8034
9161
|
- Incident Services
|
@@ -8037,8 +9164,8 @@ paths:
|
|
8037
9164
|
service:
|
8038
9165
|
parameters:
|
8039
9166
|
- name: body
|
8040
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
8041
|
-
|
9167
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
9168
|
+
unique }}\"\n },\n \"type\": \"services\"\n }\n}"
|
8042
9169
|
step: there is a valid "service" in the system
|
8043
9170
|
x-undo:
|
8044
9171
|
operationId: DeleteIncidentService
|
@@ -8066,6 +9193,13 @@ paths:
|
|
8066
9193
|
$ref: '#/components/responses/ForbiddenResponse'
|
8067
9194
|
'404':
|
8068
9195
|
$ref: '#/components/responses/NotFoundResponse'
|
9196
|
+
'429':
|
9197
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9198
|
+
security:
|
9199
|
+
- apiKeyAuth: []
|
9200
|
+
appKeyAuth: []
|
9201
|
+
- AuthZ:
|
9202
|
+
- incident_settings_write
|
8069
9203
|
summary: Delete an existing incident service
|
8070
9204
|
tags:
|
8071
9205
|
- Incident Services
|
@@ -8098,6 +9232,13 @@ paths:
|
|
8098
9232
|
$ref: '#/components/responses/ForbiddenResponse'
|
8099
9233
|
'404':
|
8100
9234
|
$ref: '#/components/responses/NotFoundResponse'
|
9235
|
+
'429':
|
9236
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9237
|
+
security:
|
9238
|
+
- apiKeyAuth: []
|
9239
|
+
appKeyAuth: []
|
9240
|
+
- AuthZ:
|
9241
|
+
- incident_read
|
8101
9242
|
summary: Get details of an incident service
|
8102
9243
|
tags:
|
8103
9244
|
- Incident Services
|
@@ -8134,6 +9275,13 @@ paths:
|
|
8134
9275
|
$ref: '#/components/responses/ForbiddenResponse'
|
8135
9276
|
'404':
|
8136
9277
|
$ref: '#/components/responses/NotFoundResponse'
|
9278
|
+
'429':
|
9279
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9280
|
+
security:
|
9281
|
+
- apiKeyAuth: []
|
9282
|
+
appKeyAuth: []
|
9283
|
+
- AuthZ:
|
9284
|
+
- incident_settings_write
|
8137
9285
|
summary: Update an existing incident service
|
8138
9286
|
tags:
|
8139
9287
|
- Incident Services
|
@@ -8169,6 +9317,13 @@ paths:
|
|
8169
9317
|
$ref: '#/components/responses/ForbiddenResponse'
|
8170
9318
|
'404':
|
8171
9319
|
$ref: '#/components/responses/NotFoundResponse'
|
9320
|
+
'429':
|
9321
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9322
|
+
security:
|
9323
|
+
- apiKeyAuth: []
|
9324
|
+
appKeyAuth: []
|
9325
|
+
- AuthZ:
|
9326
|
+
- incident_read
|
8172
9327
|
summary: Get a list of all incident teams
|
8173
9328
|
tags:
|
8174
9329
|
- Incident Teams
|
@@ -8202,6 +9357,13 @@ paths:
|
|
8202
9357
|
$ref: '#/components/responses/ForbiddenResponse'
|
8203
9358
|
'404':
|
8204
9359
|
$ref: '#/components/responses/NotFoundResponse'
|
9360
|
+
'429':
|
9361
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9362
|
+
security:
|
9363
|
+
- apiKeyAuth: []
|
9364
|
+
appKeyAuth: []
|
9365
|
+
- AuthZ:
|
9366
|
+
- incident_settings_write
|
8205
9367
|
summary: Create a new incident team
|
8206
9368
|
tags:
|
8207
9369
|
- Incident Teams
|
@@ -8210,8 +9372,8 @@ paths:
|
|
8210
9372
|
team:
|
8211
9373
|
parameters:
|
8212
9374
|
- name: body
|
8213
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
8214
|
-
|
9375
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{
|
9376
|
+
unique }}\"\n },\n \"type\": \"teams\"\n }\n}"
|
8215
9377
|
step: there is a valid "team" in the system
|
8216
9378
|
x-undo:
|
8217
9379
|
operationId: DeleteIncidentTeam
|
@@ -8239,6 +9401,13 @@ paths:
|
|
8239
9401
|
$ref: '#/components/responses/ForbiddenResponse'
|
8240
9402
|
'404':
|
8241
9403
|
$ref: '#/components/responses/NotFoundResponse'
|
9404
|
+
'429':
|
9405
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9406
|
+
security:
|
9407
|
+
- apiKeyAuth: []
|
9408
|
+
appKeyAuth: []
|
9409
|
+
- AuthZ:
|
9410
|
+
- incident_settings_write
|
8242
9411
|
summary: Delete an existing incident team
|
8243
9412
|
tags:
|
8244
9413
|
- Incident Teams
|
@@ -8271,6 +9440,13 @@ paths:
|
|
8271
9440
|
$ref: '#/components/responses/ForbiddenResponse'
|
8272
9441
|
'404':
|
8273
9442
|
$ref: '#/components/responses/NotFoundResponse'
|
9443
|
+
'429':
|
9444
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9445
|
+
security:
|
9446
|
+
- apiKeyAuth: []
|
9447
|
+
appKeyAuth: []
|
9448
|
+
- AuthZ:
|
9449
|
+
- incident_read
|
8274
9450
|
summary: Get details of an incident team
|
8275
9451
|
tags:
|
8276
9452
|
- Incident Teams
|
@@ -8307,6 +9483,13 @@ paths:
|
|
8307
9483
|
$ref: '#/components/responses/ForbiddenResponse'
|
8308
9484
|
'404':
|
8309
9485
|
$ref: '#/components/responses/NotFoundResponse'
|
9486
|
+
'429':
|
9487
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9488
|
+
security:
|
9489
|
+
- apiKeyAuth: []
|
9490
|
+
appKeyAuth: []
|
9491
|
+
- AuthZ:
|
9492
|
+
- incident_settings_write
|
8310
9493
|
summary: Update an existing incident team
|
8311
9494
|
tags:
|
8312
9495
|
- Incident Teams
|
@@ -8345,6 +9528,13 @@ paths:
|
|
8345
9528
|
schema:
|
8346
9529
|
$ref: '#/components/schemas/APIErrorResponse'
|
8347
9530
|
description: Authentication error
|
9531
|
+
'429':
|
9532
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9533
|
+
security:
|
9534
|
+
- apiKeyAuth: []
|
9535
|
+
appKeyAuth: []
|
9536
|
+
- AuthZ:
|
9537
|
+
- user_access_invite
|
8348
9538
|
summary: Send invitation emails
|
8349
9539
|
tags:
|
8350
9540
|
- Users
|
@@ -8353,10 +9543,9 @@ paths:
|
|
8353
9543
|
user_invitation:
|
8354
9544
|
parameters:
|
8355
9545
|
- name: body
|
8356
|
-
value: "{\n \"data\": [\n {\n \"relationships\": {\"user\": {\"\
|
8357
|
-
|
8358
|
-
|
8359
|
-
\n }\n ]\n}"
|
9546
|
+
value: "{\n \"data\": [\n {\n \"relationships\": {\"user\": {\"data\":
|
9547
|
+
{\n \"id\": \"{{ user.data.id }}\",\n \"type\": \"{{ user.data.type
|
9548
|
+
}}\"\n }}},\n \"type\": \"user_invitations\"\n }\n ]\n}"
|
8360
9549
|
source: data[0]
|
8361
9550
|
step: the "user" has a "user_invitation"
|
8362
9551
|
x-menu-order: 8
|
@@ -8393,6 +9582,13 @@ paths:
|
|
8393
9582
|
schema:
|
8394
9583
|
$ref: '#/components/schemas/APIErrorResponse'
|
8395
9584
|
description: Not found
|
9585
|
+
'429':
|
9586
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9587
|
+
security:
|
9588
|
+
- apiKeyAuth: []
|
9589
|
+
appKeyAuth: []
|
9590
|
+
- AuthZ:
|
9591
|
+
- user_access_invite
|
8396
9592
|
summary: Get a user invitation
|
8397
9593
|
tags:
|
8398
9594
|
- Users
|
@@ -8466,6 +9662,12 @@ paths:
|
|
8466
9662
|
schema:
|
8467
9663
|
$ref: '#/components/schemas/APIErrorResponse'
|
8468
9664
|
description: Authentication error
|
9665
|
+
'429':
|
9666
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9667
|
+
security:
|
9668
|
+
- apiKeyAuth: []
|
9669
|
+
appKeyAuth: []
|
9670
|
+
- AuthZ: []
|
8469
9671
|
summary: List all users
|
8470
9672
|
tags:
|
8471
9673
|
- Users
|
@@ -8501,6 +9703,13 @@ paths:
|
|
8501
9703
|
schema:
|
8502
9704
|
$ref: '#/components/schemas/APIErrorResponse'
|
8503
9705
|
description: Authentication error
|
9706
|
+
'429':
|
9707
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9708
|
+
security:
|
9709
|
+
- apiKeyAuth: []
|
9710
|
+
appKeyAuth: []
|
9711
|
+
- AuthZ:
|
9712
|
+
- user_access_invite
|
8504
9713
|
summary: Create a user
|
8505
9714
|
tags:
|
8506
9715
|
- Users
|
@@ -8509,9 +9718,9 @@ paths:
|
|
8509
9718
|
user:
|
8510
9719
|
parameters:
|
8511
9720
|
- name: body
|
8512
|
-
value: "{\n \"data\": {\n \"attributes\": {\n \"email\": \"{{
|
8513
|
-
|
8514
|
-
\
|
9721
|
+
value: "{\n \"data\": {\n \"attributes\": {\n \"email\": \"{{
|
9722
|
+
unique }}@datadoghq.com\",\n \"title\": \"user title\"\n },\n
|
9723
|
+
\ \"type\": \"users\"\n }\n}"
|
8515
9724
|
step: there is a valid "user" in the system
|
8516
9725
|
x-menu-order: 2
|
8517
9726
|
x-undo:
|
@@ -8543,6 +9752,13 @@ paths:
|
|
8543
9752
|
schema:
|
8544
9753
|
$ref: '#/components/schemas/APIErrorResponse'
|
8545
9754
|
description: Not found
|
9755
|
+
'429':
|
9756
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9757
|
+
security:
|
9758
|
+
- apiKeyAuth: []
|
9759
|
+
appKeyAuth: []
|
9760
|
+
- AuthZ:
|
9761
|
+
- user_access_manage
|
8546
9762
|
summary: Disable a user
|
8547
9763
|
tags:
|
8548
9764
|
- Users
|
@@ -8574,6 +9790,12 @@ paths:
|
|
8574
9790
|
schema:
|
8575
9791
|
$ref: '#/components/schemas/APIErrorResponse'
|
8576
9792
|
description: Not found
|
9793
|
+
'429':
|
9794
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9795
|
+
security:
|
9796
|
+
- apiKeyAuth: []
|
9797
|
+
appKeyAuth: []
|
9798
|
+
- AuthZ: []
|
8577
9799
|
summary: Get user details
|
8578
9800
|
tags:
|
8579
9801
|
- Users
|
@@ -8625,6 +9847,13 @@ paths:
|
|
8625
9847
|
schema:
|
8626
9848
|
$ref: '#/components/schemas/APIErrorResponse'
|
8627
9849
|
description: Unprocessable Entity
|
9850
|
+
'429':
|
9851
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9852
|
+
security:
|
9853
|
+
- apiKeyAuth: []
|
9854
|
+
appKeyAuth: []
|
9855
|
+
- AuthZ:
|
9856
|
+
- user_access_manage
|
8628
9857
|
summary: Update a user
|
8629
9858
|
tags:
|
8630
9859
|
- Users
|
@@ -8660,6 +9889,12 @@ paths:
|
|
8660
9889
|
schema:
|
8661
9890
|
$ref: '#/components/schemas/APIErrorResponse'
|
8662
9891
|
description: Not found
|
9892
|
+
'429':
|
9893
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9894
|
+
security:
|
9895
|
+
- apiKeyAuth: []
|
9896
|
+
appKeyAuth: []
|
9897
|
+
- AuthZ: []
|
8663
9898
|
summary: Get a user organization
|
8664
9899
|
tags:
|
8665
9900
|
- Users
|
@@ -8669,8 +9904,8 @@ paths:
|
|
8669
9904
|
type: safe
|
8670
9905
|
/api/v2/users/{user_id}/permissions:
|
8671
9906
|
get:
|
8672
|
-
description: "Get a user permission set. Returns a list of the user\u2019s permissions\
|
8673
|
-
|
9907
|
+
description: "Get a user permission set. Returns a list of the user\u2019s permissions\ngranted
|
9908
|
+
by the associated user's roles."
|
8674
9909
|
operationId: ListUserPermissions
|
8675
9910
|
parameters:
|
8676
9911
|
- $ref: '#/components/parameters/UserID'
|
@@ -8693,6 +9928,12 @@ paths:
|
|
8693
9928
|
schema:
|
8694
9929
|
$ref: '#/components/schemas/APIErrorResponse'
|
8695
9930
|
description: Not found
|
9931
|
+
'429':
|
9932
|
+
$ref: '#/components/responses/TooManyRequestsResponse'
|
9933
|
+
security:
|
9934
|
+
- apiKeyAuth: []
|
9935
|
+
appKeyAuth: []
|
9936
|
+
- AuthZ: []
|
8696
9937
|
summary: Get a user permissions
|
8697
9938
|
tags:
|
8698
9939
|
- Users
|
@@ -8712,6 +9953,7 @@ servers:
|
|
8712
9953
|
enum:
|
8713
9954
|
- datadoghq.com
|
8714
9955
|
- us3.datadoghq.com
|
9956
|
+
- us5.datadoghq.com
|
8715
9957
|
- datadoghq.eu
|
8716
9958
|
- ddog-gov.com
|
8717
9959
|
subdomain:
|
@@ -8778,14 +10020,13 @@ tags:
|
|
8778
10020
|
description: Find out more at
|
8779
10021
|
url: https://docs.datadoghq.com/logs/logs_to_metrics/
|
8780
10022
|
name: Logs Metrics
|
8781
|
-
- description: "The metrics endpoint allows you to:\n\n- Post metrics data so it can
|
8782
|
-
|
8783
|
-
|
8784
|
-
|
8785
|
-
|
8786
|
-
|
8787
|
-
|
8788
|
-
\ permission."
|
10023
|
+
- description: "The metrics endpoint allows you to:\n\n- Post metrics data so it can
|
10024
|
+
be graphed on Datadog\u2019s dashboards\n- Query metrics from any time period\n-
|
10025
|
+
Modify tag configurations for metrics\n- View tags and volumes for metrics\n\n**Note**:
|
10026
|
+
A graph can only contain a set number of points\nand as the timeframe over which
|
10027
|
+
a metric is viewed increases,\naggregation between points occurs to stay below
|
10028
|
+
that set number.\n\nThe Post, Patch, and Delete `manage_tags` API methods can
|
10029
|
+
only be performed by\na user who has the `Manage Tags for Metrics` permission."
|
8789
10030
|
name: Metrics
|
8790
10031
|
- description: The processes API allows you to query processes data for your organization.
|
8791
10032
|
name: Processes
|
@@ -8808,6 +10049,8 @@ tags:
|
|
8808
10049
|
|
8809
10050
|
signals.'
|
8810
10051
|
name: Security Monitoring
|
10052
|
+
- description: Create, edit, and disable service accounts.
|
10053
|
+
name: Service Accounts
|
8811
10054
|
- description: Create, edit, and disable users.
|
8812
10055
|
externalDocs:
|
8813
10056
|
url: https://docs.datadoghq.com/account_management/users
|