@datadog/datadog-api-client 1.7.0 → 1.8.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.
- package/CHANGELOG.md +21 -0
- package/dist/packages/datadog-api-client-common/configuration.js +3 -0
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/apis/MonitorsApi.d.ts +2 -0
- package/dist/packages/datadog-api-client-v1/apis/MonitorsApi.js +2 -0
- package/dist/packages/datadog-api-client-v1/apis/MonitorsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/index.d.ts +2 -0
- package/dist/packages/datadog-api-client-v1/index.js +8 -4
- package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.d.ts +3 -2
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js +3 -2
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.d.ts +5 -3
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js +6 -4
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.d.ts +16 -8
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js +20 -10
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +14 -3
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SLOResponseData.d.ts +17 -0
- package/dist/packages/datadog-api-client-v1/models/SLOResponseData.js +14 -0
- package/dist/packages/datadog-api-client-v1/models/SLOResponseData.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ServiceCheck.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/ServiceCheckStatus.d.ts +1 -1
- package/dist/packages/datadog-api-client-v1/models/ServiceLevelObjective.d.ts +17 -0
- package/dist/packages/datadog-api-client-v1/models/ServiceLevelObjective.js +14 -0
- package/dist/packages/datadog-api-client-v1/models/ServiceLevelObjective.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ServiceLevelObjectiveRequest.d.ts +17 -0
- package/dist/packages/datadog-api-client-v1/models/ServiceLevelObjectiveRequest.js +14 -0
- package/dist/packages/datadog-api-client-v1/models/ServiceLevelObjectiveRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsConfigVariable.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsConfigVariable.js +4 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsConfigVariable.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableOptions.d.ts +29 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableOptions.js +26 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableOptions.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableTOTPParameters.d.ts +32 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableTOTPParameters.js +37 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableTOTPParameters.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableValue.d.ts +5 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableValue.js +4 -5
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableValue.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionSort.d.ts +3 -1
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionSort.js +3 -1
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionSort.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionSupportedMetrics.d.ts +3 -1
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionSupportedMetrics.js +3 -1
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionSupportedMetrics.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionValues.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionValues.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/UsageAttributionValues.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.d.ts +39 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js +89 -0
- package/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/MetricsApi.d.ts +46 -0
- package/dist/packages/datadog-api-client-v2/apis/MetricsApi.js +170 -0
- package/dist/packages/datadog-api-client-v2/apis/MetricsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +51 -2
- package/dist/packages/datadog-api-client-v2/index.js +84 -11
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventsResponse.d.ts +2 -2
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventsResponse.js +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventsResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelinesAggregateRequest.d.ts +0 -5
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelinesAggregateRequest.js +0 -4
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelinesAggregateRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelinesBucketResponse.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelinesBucketResponse.js +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppPipelinesBucketResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppResponseMetadata.d.ts +0 -5
- package/dist/packages/datadog-api-client-v2/models/CIAppResponseMetadata.js +0 -4
- package/dist/packages/datadog-api-client-v2/models/CIAppResponseMetadata.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppResponseMetadataWithPagination.d.ts +48 -0
- package/dist/packages/datadog-api-client-v2/models/CIAppResponseMetadataWithPagination.js +43 -0
- package/dist/packages/datadog-api-client-v2/models/CIAppResponseMetadataWithPagination.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CIAppTestEventsResponse.d.ts +2 -2
- package/dist/packages/datadog-api-client-v2/models/CIAppTestEventsResponse.js +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppTestEventsResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppTestsAggregateRequest.d.ts +0 -5
- package/dist/packages/datadog-api-client-v2/models/CIAppTestsAggregateRequest.js +0 -4
- package/dist/packages/datadog-api-client-v2/models/CIAppTestsAggregateRequest.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppTestsBucketResponse.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppTestsBucketResponse.js +1 -1
- package/dist/packages/datadog-api-client-v2/models/CIAppTestsBucketResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationComplianceRuleOptions.d.ts +3 -2
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationComplianceRuleOptions.js +1 -2
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationComplianceRuleOptions.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationRuleOptions.d.ts +1 -0
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationRuleOptions.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/EventsAggregation.d.ts +21 -0
- package/dist/packages/datadog-api-client-v2/models/EventsAggregation.js +20 -0
- package/dist/packages/datadog-api-client-v2/models/EventsAggregation.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsCompute.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EventsCompute.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/EventsCompute.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/EventsDataSource.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsGroupBy.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/EventsGroupBy.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/EventsGroupBy.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsGroupBySort.d.ts +43 -0
- package/dist/packages/datadog-api-client-v2/models/EventsGroupBySort.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/EventsGroupBySort.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsScalarQuery.d.ts +52 -0
- package/dist/packages/datadog-api-client-v2/models/EventsScalarQuery.js +48 -0
- package/dist/packages/datadog-api-client-v2/models/EventsScalarQuery.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsSearch.d.ts +28 -0
- package/dist/packages/datadog-api-client-v2/models/EventsSearch.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/EventsSearch.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsSortType.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/EventsSortType.js +11 -0
- package/dist/packages/datadog-api-client-v2/models/EventsSortType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/EventsTimeseriesQuery.d.ts +52 -0
- package/dist/packages/datadog-api-client-v2/models/EventsTimeseriesQuery.js +48 -0
- package/dist/packages/datadog-api-client-v2/models/EventsTimeseriesQuery.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/FormulaLimit.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/FormulaLimit.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/FormulaLimit.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponse.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponse.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseAttributes.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseAttributes.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseData.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseData.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseFacetsData.d.ts +72 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseFacetsData.js +66 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseFacetsData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseFieldFacetData.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseFieldFacetData.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseFieldFacetData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseIncidentsData.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseIncidentsData.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseIncidentsData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseNumericFacetData.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseNumericFacetData.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseNumericFacetData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseNumericFacetDataAggregates.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseNumericFacetDataAggregates.js +37 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseNumericFacetDataAggregates.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponsePropertyFieldFacetData.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponsePropertyFieldFacetData.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponsePropertyFieldFacetData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseUserFacetData.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseUserFacetData.js +48 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResponseUserFacetData.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResultsType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResultsType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchResultsType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchSortOrder.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchSortOrder.js +11 -0
- package/dist/packages/datadog-api-client-v2/models/IncidentSearchSortOrder.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/LogsAggregateBucket.d.ts +1 -1
- package/dist/packages/datadog-api-client-v2/models/LogsAggregateBucket.js +1 -1
- package/dist/packages/datadog-api-client-v2/models/LogsAggregateBucket.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.d.ts +15 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.js +14 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsAggregator.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsDataSource.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsDataSource.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsDataSource.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsScalarQuery.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsScalarQuery.js +41 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsScalarQuery.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsTimeseriesQuery.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsTimeseriesQuery.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/MetricsTimeseriesQuery.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +97 -0
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/QueryFormula.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/QueryFormula.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/QueryFormula.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarColumn.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarColumn.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarColumn.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaQueryRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaQueryRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaQueryRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaQueryResponse.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaQueryResponse.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaQueryResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequest.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequest.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequestAttributes.d.ts +42 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequestAttributes.js +43 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequestAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequestType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequestType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaRequestType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaResponseAtrributes.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaResponseAtrributes.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaResponseAtrributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaResponseType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaResponseType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarFormulaResponseType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarQuery.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarQuery.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarQuery.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarResponse.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarResponse.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/ScalarResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleOptions.d.ts +1 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleOptions.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaQueryRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaQueryRequest.js +27 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaQueryRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaQueryResponse.d.ts +33 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaQueryResponse.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaQueryResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequest.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequest.js +32 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequestAttributes.d.ts +49 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequestAttributes.js +48 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequestAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequestType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequestType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaRequestType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaResponseType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaResponseType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesFormulaResponseType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesQuery.d.ts +12 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesQuery.js +3 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesQuery.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponse.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponse.js +30 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponseAttributes.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponseAttributes.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponseAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponseSeries.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponseSeries.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/TimeseriesResponseSeries.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/Unit.d.ts +44 -0
- package/dist/packages/datadog-api-client-v2/models/Unit.js +48 -0
- package/dist/packages/datadog-api-client-v2/models/Unit.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/dist/922.d.ts +0 -1
- package/dist/922.js +0 -33
- package/dist/922.js.map +0 -1
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EventsCompute } from "./EventsCompute";
|
|
7
|
+
import { EventsDataSource } from "./EventsDataSource";
|
|
8
|
+
import { EventsGroupBy } from "./EventsGroupBy";
|
|
9
|
+
import { EventsSearch } from "./EventsSearch";
|
|
10
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
11
|
+
/**
|
|
12
|
+
* An individual scalar events query.
|
|
13
|
+
*/
|
|
14
|
+
export declare class EventsScalarQuery {
|
|
15
|
+
/**
|
|
16
|
+
* The instructions for what to compute for this query.
|
|
17
|
+
*/
|
|
18
|
+
"compute": EventsCompute;
|
|
19
|
+
/**
|
|
20
|
+
* A data source that is powered by the Events Platform.
|
|
21
|
+
*/
|
|
22
|
+
"dataSource": EventsDataSource;
|
|
23
|
+
/**
|
|
24
|
+
* The list of facets on which to split results.
|
|
25
|
+
*/
|
|
26
|
+
"groupBy"?: Array<EventsGroupBy>;
|
|
27
|
+
/**
|
|
28
|
+
* The indexes in which to search.
|
|
29
|
+
*/
|
|
30
|
+
"indexes"?: Array<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The variable name for use in formulas.
|
|
33
|
+
*/
|
|
34
|
+
"name"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Configuration of the search/filter for an events query.
|
|
37
|
+
*/
|
|
38
|
+
"search"?: EventsSearch;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
"_unparsed"?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
46
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
47
|
+
/**
|
|
48
|
+
* @ignore
|
|
49
|
+
*/
|
|
50
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
51
|
+
constructor();
|
|
52
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventsScalarQuery = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* An individual scalar events query.
|
|
6
|
+
*/
|
|
7
|
+
class EventsScalarQuery {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EventsScalarQuery.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EventsScalarQuery = EventsScalarQuery;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EventsScalarQuery.attributeTypeMap = {
|
|
21
|
+
compute: {
|
|
22
|
+
baseName: "compute",
|
|
23
|
+
type: "EventsCompute",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
dataSource: {
|
|
27
|
+
baseName: "data_source",
|
|
28
|
+
type: "EventsDataSource",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
groupBy: {
|
|
32
|
+
baseName: "group_by",
|
|
33
|
+
type: "Array<EventsGroupBy>",
|
|
34
|
+
},
|
|
35
|
+
indexes: {
|
|
36
|
+
baseName: "indexes",
|
|
37
|
+
type: "Array<string>",
|
|
38
|
+
},
|
|
39
|
+
name: {
|
|
40
|
+
baseName: "name",
|
|
41
|
+
type: "string",
|
|
42
|
+
},
|
|
43
|
+
search: {
|
|
44
|
+
baseName: "search",
|
|
45
|
+
type: "EventsSearch",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=EventsScalarQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventsScalarQuery.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EventsScalarQuery.ts"],"names":[],"mappings":";;;AAYA;;GAEG;AACH,MAAa,iBAAiB;IAsE5B,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AApEH,8CAuEC;AAxCC;;GAEG;AACa,kCAAgB,GAAqB;IACnD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,eAAe;QACrB,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,kBAAkB;QACxB,QAAQ,EAAE,IAAI;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,sBAAsB;KAC7B;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,eAAe;KACtB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,cAAc;KACrB;CACF,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Configuration of the search/filter for an events query.
|
|
9
|
+
*/
|
|
10
|
+
export declare class EventsSearch {
|
|
11
|
+
/**
|
|
12
|
+
* The search/filter string for an events query.
|
|
13
|
+
*/
|
|
14
|
+
"query"?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @ignore
|
|
17
|
+
*/
|
|
18
|
+
"_unparsed"?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @ignore
|
|
21
|
+
*/
|
|
22
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
23
|
+
/**
|
|
24
|
+
* @ignore
|
|
25
|
+
*/
|
|
26
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
27
|
+
constructor();
|
|
28
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.EventsSearch = void 0;
|
|
9
|
+
/**
|
|
10
|
+
* Configuration of the search/filter for an events query.
|
|
11
|
+
*/
|
|
12
|
+
class EventsSearch {
|
|
13
|
+
constructor() { }
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return EventsSearch.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.EventsSearch = EventsSearch;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
EventsSearch.attributeTypeMap = {
|
|
26
|
+
query: {
|
|
27
|
+
baseName: "query",
|
|
28
|
+
type: "string",
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=EventsSearch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventsSearch.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EventsSearch.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAIH;;GAEG;AACH,MAAa,YAAY;IA4BvB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AA1BH,oCA6BC;AAlBC;;GAEG;AACa,6BAAgB,GAAqB;IACnD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;KACf;CACF,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* The type of sort to use on the calculated value.
|
|
9
|
+
*/
|
|
10
|
+
export declare type EventsSortType = typeof ALPHABETICAL | typeof MEASURE | UnparsedObject;
|
|
11
|
+
export declare const ALPHABETICAL = "alphabetical";
|
|
12
|
+
export declare const MEASURE = "measure";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.MEASURE = exports.ALPHABETICAL = void 0;
|
|
9
|
+
exports.ALPHABETICAL = "alphabetical";
|
|
10
|
+
exports.MEASURE = "measure";
|
|
11
|
+
//# sourceMappingURL=EventsSortType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventsSortType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EventsSortType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAYU,QAAA,YAAY,GAAG,cAAc,CAAC;AAC9B,QAAA,OAAO,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { EventsCompute } from "./EventsCompute";
|
|
7
|
+
import { EventsDataSource } from "./EventsDataSource";
|
|
8
|
+
import { EventsGroupBy } from "./EventsGroupBy";
|
|
9
|
+
import { EventsSearch } from "./EventsSearch";
|
|
10
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
11
|
+
/**
|
|
12
|
+
* An individual timeseries events query.
|
|
13
|
+
*/
|
|
14
|
+
export declare class EventsTimeseriesQuery {
|
|
15
|
+
/**
|
|
16
|
+
* The instructions for what to compute for this query.
|
|
17
|
+
*/
|
|
18
|
+
"compute": EventsCompute;
|
|
19
|
+
/**
|
|
20
|
+
* A data source that is powered by the Events Platform.
|
|
21
|
+
*/
|
|
22
|
+
"dataSource": EventsDataSource;
|
|
23
|
+
/**
|
|
24
|
+
* The list of facets on which to split results.
|
|
25
|
+
*/
|
|
26
|
+
"groupBy"?: Array<EventsGroupBy>;
|
|
27
|
+
/**
|
|
28
|
+
* The indexes in which to search.
|
|
29
|
+
*/
|
|
30
|
+
"indexes"?: Array<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The variable name for use in formulas.
|
|
33
|
+
*/
|
|
34
|
+
"name"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Configuration of the search/filter for an events query.
|
|
37
|
+
*/
|
|
38
|
+
"search"?: EventsSearch;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
"_unparsed"?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
46
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
47
|
+
/**
|
|
48
|
+
* @ignore
|
|
49
|
+
*/
|
|
50
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
51
|
+
constructor();
|
|
52
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventsTimeseriesQuery = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* An individual timeseries events query.
|
|
6
|
+
*/
|
|
7
|
+
class EventsTimeseriesQuery {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return EventsTimeseriesQuery.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.EventsTimeseriesQuery = EventsTimeseriesQuery;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
EventsTimeseriesQuery.attributeTypeMap = {
|
|
21
|
+
compute: {
|
|
22
|
+
baseName: "compute",
|
|
23
|
+
type: "EventsCompute",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
dataSource: {
|
|
27
|
+
baseName: "data_source",
|
|
28
|
+
type: "EventsDataSource",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
groupBy: {
|
|
32
|
+
baseName: "group_by",
|
|
33
|
+
type: "Array<EventsGroupBy>",
|
|
34
|
+
},
|
|
35
|
+
indexes: {
|
|
36
|
+
baseName: "indexes",
|
|
37
|
+
type: "Array<string>",
|
|
38
|
+
},
|
|
39
|
+
name: {
|
|
40
|
+
baseName: "name",
|
|
41
|
+
type: "string",
|
|
42
|
+
},
|
|
43
|
+
search: {
|
|
44
|
+
baseName: "search",
|
|
45
|
+
type: "EventsSearch",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=EventsTimeseriesQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventsTimeseriesQuery.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/EventsTimeseriesQuery.ts"],"names":[],"mappings":";;;AAYA;;GAEG;AACH,MAAa,qBAAqB;IAsEhC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AApEH,sDAuEC;AAxCC;;GAEG;AACa,sCAAgB,GAAqB;IACnD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,eAAe;QACrB,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,kBAAkB;QACxB,QAAQ,EAAE,IAAI;KACf;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,sBAAsB;KAC7B;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,eAAe;KACtB;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,QAAQ;KACf;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,cAAc;KACrB;CACF,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { QuerySortOrder } from "./QuerySortOrder";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* Message for specifying limits to the number of values returned by a query.
|
|
10
|
+
*/
|
|
11
|
+
export declare class FormulaLimit {
|
|
12
|
+
/**
|
|
13
|
+
* The number of results to which to limit.
|
|
14
|
+
*/
|
|
15
|
+
"count"?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Direction of sort.
|
|
18
|
+
*/
|
|
19
|
+
"order"?: QuerySortOrder;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
23
|
+
"_unparsed"?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
32
|
+
constructor();
|
|
33
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormulaLimit = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Message for specifying limits to the number of values returned by a query.
|
|
6
|
+
*/
|
|
7
|
+
class FormulaLimit {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return FormulaLimit.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.FormulaLimit = FormulaLimit;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
FormulaLimit.attributeTypeMap = {
|
|
21
|
+
count: {
|
|
22
|
+
baseName: "count",
|
|
23
|
+
type: "number",
|
|
24
|
+
format: "int32",
|
|
25
|
+
},
|
|
26
|
+
order: {
|
|
27
|
+
baseName: "order",
|
|
28
|
+
type: "QuerySortOrder",
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=FormulaLimit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormulaLimit.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/FormulaLimit.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,YAAY;IAqCvB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AAnCH,oCAsCC;AAvBC;;GAEG;AACa,6BAAgB,GAAqB;IACnD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,OAAO;KAChB;IACD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,gBAAgB;KACvB;CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentResponseIncludedItem } from "./IncidentResponseIncludedItem";
|
|
7
|
+
import { IncidentSearchResponseData } from "./IncidentSearchResponseData";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Response with incidents and facets.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentSearchResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Data returned by an incident search.
|
|
15
|
+
*/
|
|
16
|
+
"data": IncidentSearchResponseData;
|
|
17
|
+
/**
|
|
18
|
+
* Included related resources that the user requested.
|
|
19
|
+
*/
|
|
20
|
+
"included"?: Array<IncidentResponseIncludedItem>;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentSearchResponse = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Response with incidents and facets.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentSearchResponse {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentSearchResponse.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentSearchResponse = IncidentSearchResponse;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentSearchResponse.attributeTypeMap = {
|
|
21
|
+
data: {
|
|
22
|
+
baseName: "data",
|
|
23
|
+
type: "IncidentSearchResponseData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
included: {
|
|
27
|
+
baseName: "included",
|
|
28
|
+
type: "Array<IncidentResponseIncludedItem>",
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=IncidentSearchResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentSearchResponse.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentSearchResponse.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,sBAAsB;IAqCjC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAnCH,wDAsCC;AAvBC;;GAEG;AACa,uCAAgB,GAAqB;IACnD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,4BAA4B;QAClC,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE,qCAAqC;KAC5C;CACF,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentSearchResponseFacetsData } from "./IncidentSearchResponseFacetsData";
|
|
7
|
+
import { IncidentSearchResponseIncidentsData } from "./IncidentSearchResponseIncidentsData";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Attributes returned by an incident search.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentSearchResponseAttributes {
|
|
13
|
+
/**
|
|
14
|
+
* Facet data for incidents returned by a search query.
|
|
15
|
+
*/
|
|
16
|
+
"facets": IncidentSearchResponseFacetsData;
|
|
17
|
+
/**
|
|
18
|
+
* Incidents returned by the search.
|
|
19
|
+
*/
|
|
20
|
+
"incidents": Array<IncidentSearchResponseIncidentsData>;
|
|
21
|
+
/**
|
|
22
|
+
* Number of incidents returned by the search.
|
|
23
|
+
*/
|
|
24
|
+
"total": number;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
"_unparsed"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
33
|
+
/**
|
|
34
|
+
* @ignore
|
|
35
|
+
*/
|
|
36
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
37
|
+
constructor();
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentSearchResponseAttributes = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Attributes returned by an incident search.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentSearchResponseAttributes {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentSearchResponseAttributes.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentSearchResponseAttributes = IncidentSearchResponseAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentSearchResponseAttributes.attributeTypeMap = {
|
|
21
|
+
facets: {
|
|
22
|
+
baseName: "facets",
|
|
23
|
+
type: "IncidentSearchResponseFacetsData",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
incidents: {
|
|
27
|
+
baseName: "incidents",
|
|
28
|
+
type: "Array<IncidentSearchResponseIncidentsData>",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
total: {
|
|
32
|
+
baseName: "total",
|
|
33
|
+
type: "number",
|
|
34
|
+
required: true,
|
|
35
|
+
format: "int32",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=IncidentSearchResponseAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentSearchResponseAttributes.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentSearchResponseAttributes.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,gCAAgC;IAgD3C,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA9CH,4EAiDC;AA9BC;;GAEG;AACa,iDAAgB,GAAqB;IACnD,MAAM,EAAE;QACN,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE,kCAAkC;QACxC,QAAQ,EAAE,IAAI;KACf;IACD,SAAS,EAAE;QACT,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,4CAA4C;QAClD,QAAQ,EAAE,IAAI;KACf;IACD,KAAK,EAAE;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,MAAM,EAAE,OAAO;KAChB;CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentSearchResponseAttributes } from "./IncidentSearchResponseAttributes";
|
|
7
|
+
import { IncidentSearchResultsType } from "./IncidentSearchResultsType";
|
|
8
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
9
|
+
/**
|
|
10
|
+
* Data returned by an incident search.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IncidentSearchResponseData {
|
|
13
|
+
/**
|
|
14
|
+
* Attributes returned by an incident search.
|
|
15
|
+
*/
|
|
16
|
+
"attributes"?: IncidentSearchResponseAttributes;
|
|
17
|
+
/**
|
|
18
|
+
* Incident search result type.
|
|
19
|
+
*/
|
|
20
|
+
"type"?: IncidentSearchResultsType;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
"_unparsed"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
28
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
32
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IncidentSearchResponseData = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Data returned by an incident search.
|
|
6
|
+
*/
|
|
7
|
+
class IncidentSearchResponseData {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return IncidentSearchResponseData.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.IncidentSearchResponseData = IncidentSearchResponseData;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
IncidentSearchResponseData.attributeTypeMap = {
|
|
21
|
+
attributes: {
|
|
22
|
+
baseName: "attributes",
|
|
23
|
+
type: "IncidentSearchResponseAttributes",
|
|
24
|
+
},
|
|
25
|
+
type: {
|
|
26
|
+
baseName: "type",
|
|
27
|
+
type: "IncidentSearchResultsType",
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=IncidentSearchResponseData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncidentSearchResponseData.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/IncidentSearchResponseData.ts"],"names":[],"mappings":";;;AAUA;;GAEG;AACH,MAAa,0BAA0B;IAoCrC,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAlCH,gEAqCC;AAtBC;;GAEG;AACa,2CAAgB,GAAqB;IACnD,UAAU,EAAE;QACV,QAAQ,EAAE,YAAY;QACtB,IAAI,EAAE,kCAAkC;KACzC;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,2BAA2B;KAClC;CACF,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { IncidentSearchResponseFieldFacetData } from "./IncidentSearchResponseFieldFacetData";
|
|
7
|
+
import { IncidentSearchResponseNumericFacetData } from "./IncidentSearchResponseNumericFacetData";
|
|
8
|
+
import { IncidentSearchResponsePropertyFieldFacetData } from "./IncidentSearchResponsePropertyFieldFacetData";
|
|
9
|
+
import { IncidentSearchResponseUserFacetData } from "./IncidentSearchResponseUserFacetData";
|
|
10
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
11
|
+
/**
|
|
12
|
+
* Facet data for incidents returned by a search query.
|
|
13
|
+
*/
|
|
14
|
+
export declare class IncidentSearchResponseFacetsData {
|
|
15
|
+
/**
|
|
16
|
+
* Facet data for incident commander users.
|
|
17
|
+
*/
|
|
18
|
+
"commander"?: Array<IncidentSearchResponseUserFacetData>;
|
|
19
|
+
/**
|
|
20
|
+
* Facet data for incident creator users.
|
|
21
|
+
*/
|
|
22
|
+
"createdBy"?: Array<IncidentSearchResponseUserFacetData>;
|
|
23
|
+
/**
|
|
24
|
+
* Facet data for incident property fields.
|
|
25
|
+
*/
|
|
26
|
+
"fields"?: Array<IncidentSearchResponsePropertyFieldFacetData>;
|
|
27
|
+
/**
|
|
28
|
+
* Facet data for incident impact attributes.
|
|
29
|
+
*/
|
|
30
|
+
"impact"?: Array<IncidentSearchResponseFieldFacetData>;
|
|
31
|
+
/**
|
|
32
|
+
* Facet data for incident last modified by users.
|
|
33
|
+
*/
|
|
34
|
+
"lastModifiedBy"?: Array<IncidentSearchResponseUserFacetData>;
|
|
35
|
+
/**
|
|
36
|
+
* Facet data for incident postmortem existence.
|
|
37
|
+
*/
|
|
38
|
+
"postmortem"?: Array<IncidentSearchResponseFieldFacetData>;
|
|
39
|
+
/**
|
|
40
|
+
* Facet data for incident responder users.
|
|
41
|
+
*/
|
|
42
|
+
"responder"?: Array<IncidentSearchResponseUserFacetData>;
|
|
43
|
+
/**
|
|
44
|
+
* Facet data for incident severity attributes.
|
|
45
|
+
*/
|
|
46
|
+
"severity"?: Array<IncidentSearchResponseFieldFacetData>;
|
|
47
|
+
/**
|
|
48
|
+
* Facet data for incident state attributes.
|
|
49
|
+
*/
|
|
50
|
+
"state"?: Array<IncidentSearchResponseFieldFacetData>;
|
|
51
|
+
/**
|
|
52
|
+
* Facet data for incident time to repair metrics.
|
|
53
|
+
*/
|
|
54
|
+
"timeToRepair"?: Array<IncidentSearchResponseNumericFacetData>;
|
|
55
|
+
/**
|
|
56
|
+
* Facet data for incident time to resolve metrics.
|
|
57
|
+
*/
|
|
58
|
+
"timeToResolve"?: Array<IncidentSearchResponseNumericFacetData>;
|
|
59
|
+
/**
|
|
60
|
+
* @ignore
|
|
61
|
+
*/
|
|
62
|
+
"_unparsed"?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* @ignore
|
|
65
|
+
*/
|
|
66
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
67
|
+
/**
|
|
68
|
+
* @ignore
|
|
69
|
+
*/
|
|
70
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
71
|
+
constructor();
|
|
72
|
+
}
|