@datadog/datadog-api-client 1.2.0 → 1.3.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 +28 -0
- package/LICENSE-3rdparty.csv +1 -0
- package/README.md +48 -3
- package/dist/packages/datadog-api-client-common/configuration.d.ts +5 -1
- package/dist/packages/datadog-api-client-common/configuration.js +1 -5
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-common/http/http.d.ts +2 -0
- package/dist/packages/datadog-api-client-common/http/isomorphic-fetch.d.ts +2 -1
- package/dist/packages/datadog-api-client-common/http/isomorphic-fetch.js +8 -0
- package/dist/packages/datadog-api-client-common/http/isomorphic-fetch.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/apis/PagerDutyIntegrationApi.js +1 -1
- package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.d.ts +37 -27
- package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js +37 -48
- package/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/index.d.ts +3 -0
- package/dist/packages/datadog-api-client-v1/index.js +7 -5
- package/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/ListStreamSource.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MetricContentEncoding.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/MetricContentEncoding.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/MetricContentEncoding.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonitorOptions.d.ts +16 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorOptions.js +8 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorOptions.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonitorSummaryWidgetDefinition.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorSummaryWidgetDefinition.js +4 -0
- package/dist/packages/datadog-api-client-v1/models/MonitorSummaryWidgetDefinition.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.d.ts +3 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js +4 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +27 -3
- package/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/OnMissingDataOption.d.ts +10 -0
- package/dist/packages/datadog-api-client-v1/models/OnMissingDataOption.js +13 -0
- package/dist/packages/datadog-api-client-v1/models/OnMissingDataOption.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuth.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthDigest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthDigest.js +38 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthDigest.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthDigestType.d.ts +7 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthDigestType.js +10 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthDigestType.js.map +1 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptions.d.ts +5 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptions.js +4 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptions.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.d.ts +2 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.js +2 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsGlobalVariableParseTestOptionsType.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.d.ts +12 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.js +13 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestProcessStatus.d.ts +1 -2
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestProcessStatus.js +1 -2
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestProcessStatus.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.js +4 -0
- package/dist/packages/datadog-api-client-v1/models/SyntheticsTestRequest.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-v1/models/UsageBillableSummaryHour.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/UsageBillableSummaryHour.js +4 -0
- package/dist/packages/datadog-api-client-v1/models/UsageBillableSummaryHour.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageCloudSecurityPostureManagementHour.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/UsageCloudSecurityPostureManagementHour.js +5 -0
- package/dist/packages/datadog-api-client-v1/models/UsageCloudSecurityPostureManagementHour.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js +5 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.d.ts +8 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js +9 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.d.ts +4 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js +5 -0
- package/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/WidgetMonitorSummarySort.d.ts +3 -1
- package/dist/packages/datadog-api-client-v1/models/WidgetMonitorSummarySort.js +3 -1
- package/dist/packages/datadog-api-client-v1/models/WidgetMonitorSummarySort.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/EventsApi.js +1 -0
- package/dist/packages/datadog-api-client-v2/apis/EventsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/RUMApi.d.ts +105 -0
- package/dist/packages/datadog-api-client-v2/apis/RUMApi.js +537 -22
- package/dist/packages/datadog-api-client-v2/apis/RUMApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +0 -3
- package/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +14 -1
- package/dist/packages/datadog-api-client-v2/index.js +23 -3
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ContentEncoding.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/ContentEncoding.js +2 -1
- package/dist/packages/datadog-api-client-v2/models/ContentEncoding.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/MetricContentEncoding.d.ts +3 -1
- package/dist/packages/datadog-api-client-v2/models/MetricContentEncoding.js +3 -1
- package/dist/packages/datadog-api-client-v2/models/MetricContentEncoding.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +25 -2
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/RUMApplication.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplication.js +39 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplication.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationAttributes.d.ts +60 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationAttributes.js +76 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreate.d.ts +34 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreate.js +34 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreate.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateAttributes.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateAttributes.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateRequest.js +29 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateType.d.ts +7 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationCreateType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationResponse.js +28 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationType.d.ts +7 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdate.d.ts +38 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdate.js +38 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdate.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateAttributes.d.ts +32 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateAttributes.js +37 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateAttributes.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateRequest.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateRequest.js +29 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateType.d.ts +7 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationUpdateType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationsResponse.d.ts +29 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationsResponse.js +28 -0
- package/dist/packages/datadog-api-client-v2/models/RUMApplicationsResponse.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/RoleUpdateData.d.ts +5 -0
- package/dist/packages/datadog-api-client-v2/models/RoleUpdateData.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/RoleUpdateData.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -2
|
@@ -55,7 +55,6 @@ exports.UsageMeteringApi = exports.UsageMeteringApiResponseProcessor = exports.U
|
|
|
55
55
|
var baseapi_1 = require("../../datadog-api-client-common/baseapi");
|
|
56
56
|
var configuration_1 = require("../../datadog-api-client-common/configuration");
|
|
57
57
|
var http_1 = require("../../datadog-api-client-common/http/http");
|
|
58
|
-
var logger_1 = require("../../../logger");
|
|
59
58
|
var ObjectSerializer_1 = require("../models/ObjectSerializer");
|
|
60
59
|
var exception_1 = require("../../datadog-api-client-common/exception");
|
|
61
60
|
var util_1 = require("../../datadog-api-client-common/util");
|
|
@@ -69,10 +68,6 @@ var UsageMeteringApiRequestFactory = /** @class */ (function (_super) {
|
|
|
69
68
|
var _config, localVarPath, requestContext;
|
|
70
69
|
return __generator(this, function (_a) {
|
|
71
70
|
_config = _options || this.configuration;
|
|
72
|
-
logger_1.logger.warn("Using unstable operation 'getDailyCustomReports'");
|
|
73
|
-
if (!_config.unstableOperations["v1.getDailyCustomReports"]) {
|
|
74
|
-
throw new Error("Unstable operation 'getDailyCustomReports' is disabled");
|
|
75
|
-
}
|
|
76
71
|
localVarPath = "/api/v1/daily_custom_reports";
|
|
77
72
|
requestContext = (0, configuration_1.getServer)(_config, "v1.UsageMeteringApi.getDailyCustomReports").makeRequestContext(localVarPath, http_1.HttpMethod.GET);
|
|
78
73
|
requestContext.setHeaderParam("Accept", "application/json;datetime-format=rfc3339");
|
|
@@ -211,10 +206,6 @@ var UsageMeteringApiRequestFactory = /** @class */ (function (_super) {
|
|
|
211
206
|
var _config, localVarPath, requestContext;
|
|
212
207
|
return __generator(this, function (_a) {
|
|
213
208
|
_config = _options || this.configuration;
|
|
214
|
-
logger_1.logger.warn("Using unstable operation 'getMonthlyCustomReports'");
|
|
215
|
-
if (!_config.unstableOperations["v1.getMonthlyCustomReports"]) {
|
|
216
|
-
throw new Error("Unstable operation 'getMonthlyCustomReports' is disabled");
|
|
217
|
-
}
|
|
218
209
|
localVarPath = "/api/v1/monthly_custom_reports";
|
|
219
210
|
requestContext = (0, configuration_1.getServer)(_config, "v1.UsageMeteringApi.getMonthlyCustomReports").makeRequestContext(localVarPath, http_1.HttpMethod.GET);
|
|
220
211
|
requestContext.setHeaderParam("Accept", "application/json;datetime-format=rfc3339");
|
|
@@ -299,10 +290,6 @@ var UsageMeteringApiRequestFactory = /** @class */ (function (_super) {
|
|
|
299
290
|
var _config, localVarPath, requestContext;
|
|
300
291
|
return __generator(this, function (_a) {
|
|
301
292
|
_config = _options || this.configuration;
|
|
302
|
-
logger_1.logger.warn("Using unstable operation 'getSpecifiedDailyCustomReports'");
|
|
303
|
-
if (!_config.unstableOperations["v1.getSpecifiedDailyCustomReports"]) {
|
|
304
|
-
throw new Error("Unstable operation 'getSpecifiedDailyCustomReports' is disabled");
|
|
305
|
-
}
|
|
306
293
|
// verify required parameter 'reportId' is not null or undefined
|
|
307
294
|
if (reportId === null || reportId === undefined) {
|
|
308
295
|
throw new baseapi_1.RequiredError("Required parameter reportId was null or undefined when calling getSpecifiedDailyCustomReports.");
|
|
@@ -326,10 +313,6 @@ var UsageMeteringApiRequestFactory = /** @class */ (function (_super) {
|
|
|
326
313
|
var _config, localVarPath, requestContext;
|
|
327
314
|
return __generator(this, function (_a) {
|
|
328
315
|
_config = _options || this.configuration;
|
|
329
|
-
logger_1.logger.warn("Using unstable operation 'getSpecifiedMonthlyCustomReports'");
|
|
330
|
-
if (!_config.unstableOperations["v1.getSpecifiedMonthlyCustomReports"]) {
|
|
331
|
-
throw new Error("Unstable operation 'getSpecifiedMonthlyCustomReports' is disabled");
|
|
332
|
-
}
|
|
333
316
|
// verify required parameter 'reportId' is not null or undefined
|
|
334
317
|
if (reportId === null || reportId === undefined) {
|
|
335
318
|
throw new baseapi_1.RequiredError("Required parameter reportId was null or undefined when calling getSpecifiedMonthlyCustomReports.");
|
|
@@ -383,10 +366,6 @@ var UsageMeteringApiRequestFactory = /** @class */ (function (_super) {
|
|
|
383
366
|
var _config, localVarPath, requestContext;
|
|
384
367
|
return __generator(this, function (_a) {
|
|
385
368
|
_config = _options || this.configuration;
|
|
386
|
-
logger_1.logger.warn("Using unstable operation 'getUsageAttribution'");
|
|
387
|
-
if (!_config.unstableOperations["v1.getUsageAttribution"]) {
|
|
388
|
-
throw new Error("Unstable operation 'getUsageAttribution' is disabled");
|
|
389
|
-
}
|
|
390
369
|
// verify required parameter 'startMonth' is not null or undefined
|
|
391
370
|
if (startMonth === null || startMonth === undefined) {
|
|
392
371
|
throw new baseapi_1.RequiredError("Required parameter startMonth was null or undefined when calling getUsageAttribution.");
|
|
@@ -3958,6 +3937,8 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
3958
3937
|
}
|
|
3959
3938
|
/**
|
|
3960
3939
|
* Get daily custom reports.
|
|
3940
|
+
* **Note:** This endpoint will be fully deprecated on December 1, 2022.
|
|
3941
|
+
* Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.
|
|
3961
3942
|
* @param param The request object
|
|
3962
3943
|
*/
|
|
3963
3944
|
UsageMeteringApi.prototype.getDailyCustomReports = function (param, options) {
|
|
@@ -4003,7 +3984,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4003
3984
|
};
|
|
4004
3985
|
/**
|
|
4005
3986
|
* Get hourly usage for incident management.
|
|
4006
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
3987
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4007
3988
|
* @param param The request object
|
|
4008
3989
|
*/
|
|
4009
3990
|
UsageMeteringApi.prototype.getIncidentManagement = function (param, options) {
|
|
@@ -4019,7 +4000,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4019
4000
|
};
|
|
4020
4001
|
/**
|
|
4021
4002
|
* Get hourly usage for ingested spans.
|
|
4022
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4003
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4023
4004
|
* @param param The request object
|
|
4024
4005
|
*/
|
|
4025
4006
|
UsageMeteringApi.prototype.getIngestedSpans = function (param, options) {
|
|
@@ -4035,6 +4016,8 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4035
4016
|
};
|
|
4036
4017
|
/**
|
|
4037
4018
|
* Get monthly custom reports.
|
|
4019
|
+
* **Note:** This endpoint will be fully deprecated on December 1, 2022.
|
|
4020
|
+
* Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.
|
|
4038
4021
|
* @param param The request object
|
|
4039
4022
|
*/
|
|
4040
4023
|
UsageMeteringApi.prototype.getMonthlyCustomReports = function (param, options) {
|
|
@@ -4080,6 +4063,8 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4080
4063
|
};
|
|
4081
4064
|
/**
|
|
4082
4065
|
* Get specified daily custom reports.
|
|
4066
|
+
* **Note:** This endpoint will be fully deprecated on December 1, 2022.
|
|
4067
|
+
* Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.
|
|
4083
4068
|
* @param param The request object
|
|
4084
4069
|
*/
|
|
4085
4070
|
UsageMeteringApi.prototype.getSpecifiedDailyCustomReports = function (param, options) {
|
|
@@ -4095,6 +4080,8 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4095
4080
|
};
|
|
4096
4081
|
/**
|
|
4097
4082
|
* Get specified monthly custom reports.
|
|
4083
|
+
* **Note:** This endpoint will be fully deprecated on December 1, 2022.
|
|
4084
|
+
* Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.
|
|
4098
4085
|
* @param param The request object
|
|
4099
4086
|
*/
|
|
4100
4087
|
UsageMeteringApi.prototype.getSpecifiedMonthlyCustomReports = function (param, options) {
|
|
@@ -4110,7 +4097,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4110
4097
|
};
|
|
4111
4098
|
/**
|
|
4112
4099
|
* Get hourly usage for analyzed logs (Security Monitoring).
|
|
4113
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4100
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4114
4101
|
* @param param The request object
|
|
4115
4102
|
*/
|
|
4116
4103
|
UsageMeteringApi.prototype.getUsageAnalyzedLogs = function (param, options) {
|
|
@@ -4126,6 +4113,8 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4126
4113
|
};
|
|
4127
4114
|
/**
|
|
4128
4115
|
* Get usage attribution.
|
|
4116
|
+
* **Note:** This endpoint will be fully deprecated on December 1, 2022.
|
|
4117
|
+
* Refer to [Migrating from v1 to v2 of the Usage Attribution API](https://docs.datadoghq.com/account_management/guide/usage-attribution-migration/) for the associated migration guide.
|
|
4129
4118
|
* @param param The request object
|
|
4130
4119
|
*/
|
|
4131
4120
|
UsageMeteringApi.prototype.getUsageAttribution = function (param, options) {
|
|
@@ -4141,7 +4130,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4141
4130
|
};
|
|
4142
4131
|
/**
|
|
4143
4132
|
* Get hourly usage for audit logs.
|
|
4144
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4133
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4145
4134
|
* @param param The request object
|
|
4146
4135
|
*/
|
|
4147
4136
|
UsageMeteringApi.prototype.getUsageAuditLogs = function (param, options) {
|
|
@@ -4173,7 +4162,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4173
4162
|
};
|
|
4174
4163
|
/**
|
|
4175
4164
|
* Get hourly usage for CI visibility (tests, pipeline, and spans).
|
|
4176
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4165
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4177
4166
|
* @param param The request object
|
|
4178
4167
|
*/
|
|
4179
4168
|
UsageMeteringApi.prototype.getUsageCIApp = function (param, options) {
|
|
@@ -4189,7 +4178,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4189
4178
|
};
|
|
4190
4179
|
/**
|
|
4191
4180
|
* Get hourly usage for cloud security posture management (CSPM).
|
|
4192
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4181
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4193
4182
|
* @param param The request object
|
|
4194
4183
|
*/
|
|
4195
4184
|
UsageMeteringApi.prototype.getUsageCloudSecurityPostureManagement = function (param, options) {
|
|
@@ -4205,7 +4194,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4205
4194
|
};
|
|
4206
4195
|
/**
|
|
4207
4196
|
* Get hourly usage for cloud workload security.
|
|
4208
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4197
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4209
4198
|
* @param param The request object
|
|
4210
4199
|
*/
|
|
4211
4200
|
UsageMeteringApi.prototype.getUsageCWS = function (param, options) {
|
|
@@ -4221,7 +4210,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4221
4210
|
};
|
|
4222
4211
|
/**
|
|
4223
4212
|
* Get hourly usage for database monitoring
|
|
4224
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4213
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4225
4214
|
* @param param The request object
|
|
4226
4215
|
*/
|
|
4227
4216
|
UsageMeteringApi.prototype.getUsageDBM = function (param, options) {
|
|
@@ -4237,7 +4226,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4237
4226
|
};
|
|
4238
4227
|
/**
|
|
4239
4228
|
* Get hourly usage for [Fargate](https://docs.datadoghq.com/integrations/ecs_fargate/).
|
|
4240
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4229
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4241
4230
|
* @param param The request object
|
|
4242
4231
|
*/
|
|
4243
4232
|
UsageMeteringApi.prototype.getUsageFargate = function (param, options) {
|
|
@@ -4253,7 +4242,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4253
4242
|
};
|
|
4254
4243
|
/**
|
|
4255
4244
|
* Get hourly usage for hosts and containers.
|
|
4256
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4245
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4257
4246
|
* @param param The request object
|
|
4258
4247
|
*/
|
|
4259
4248
|
UsageMeteringApi.prototype.getUsageHosts = function (param, options) {
|
|
@@ -4269,7 +4258,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4269
4258
|
};
|
|
4270
4259
|
/**
|
|
4271
4260
|
* Get hourly usage for indexed spans.
|
|
4272
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4261
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4273
4262
|
* @param param The request object
|
|
4274
4263
|
*/
|
|
4275
4264
|
UsageMeteringApi.prototype.getUsageIndexedSpans = function (param, options) {
|
|
@@ -4285,7 +4274,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4285
4274
|
};
|
|
4286
4275
|
/**
|
|
4287
4276
|
* Get hourly usage for IoT.
|
|
4288
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4277
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4289
4278
|
* @param param The request object
|
|
4290
4279
|
*/
|
|
4291
4280
|
UsageMeteringApi.prototype.getUsageInternetOfThings = function (param, options) {
|
|
@@ -4301,7 +4290,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4301
4290
|
};
|
|
4302
4291
|
/**
|
|
4303
4292
|
* Get hourly usage for lambda.
|
|
4304
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4293
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4305
4294
|
* @param param The request object
|
|
4306
4295
|
*/
|
|
4307
4296
|
UsageMeteringApi.prototype.getUsageLambda = function (param, options) {
|
|
@@ -4317,7 +4306,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4317
4306
|
};
|
|
4318
4307
|
/**
|
|
4319
4308
|
* Get hourly usage for logs.
|
|
4320
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4309
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4321
4310
|
* @param param The request object
|
|
4322
4311
|
*/
|
|
4323
4312
|
UsageMeteringApi.prototype.getUsageLogs = function (param, options) {
|
|
@@ -4348,7 +4337,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4348
4337
|
};
|
|
4349
4338
|
/**
|
|
4350
4339
|
* Get hourly usage for indexed logs by retention period.
|
|
4351
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4340
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4352
4341
|
* @param param The request object
|
|
4353
4342
|
*/
|
|
4354
4343
|
UsageMeteringApi.prototype.getUsageLogsByRetention = function (param, options) {
|
|
@@ -4364,7 +4353,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4364
4353
|
};
|
|
4365
4354
|
/**
|
|
4366
4355
|
* Get hourly usage for network flows.
|
|
4367
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4356
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4368
4357
|
* @param param The request object
|
|
4369
4358
|
*/
|
|
4370
4359
|
UsageMeteringApi.prototype.getUsageNetworkFlows = function (param, options) {
|
|
@@ -4380,7 +4369,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4380
4369
|
};
|
|
4381
4370
|
/**
|
|
4382
4371
|
* Get hourly usage for network hosts.
|
|
4383
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4372
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4384
4373
|
* @param param The request object
|
|
4385
4374
|
*/
|
|
4386
4375
|
UsageMeteringApi.prototype.getUsageNetworkHosts = function (param, options) {
|
|
@@ -4396,7 +4385,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4396
4385
|
};
|
|
4397
4386
|
/**
|
|
4398
4387
|
* Get hourly usage for online archive.
|
|
4399
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4388
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4400
4389
|
* @param param The request object
|
|
4401
4390
|
*/
|
|
4402
4391
|
UsageMeteringApi.prototype.getUsageOnlineArchive = function (param, options) {
|
|
@@ -4412,7 +4401,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4412
4401
|
};
|
|
4413
4402
|
/**
|
|
4414
4403
|
* Get hourly usage for profiled hosts.
|
|
4415
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4404
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4416
4405
|
* @param param The request object
|
|
4417
4406
|
*/
|
|
4418
4407
|
UsageMeteringApi.prototype.getUsageProfiling = function (param, options) {
|
|
@@ -4428,7 +4417,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4428
4417
|
};
|
|
4429
4418
|
/**
|
|
4430
4419
|
* Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/) Sessions.
|
|
4431
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4420
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4432
4421
|
* @param param The request object
|
|
4433
4422
|
*/
|
|
4434
4423
|
UsageMeteringApi.prototype.getUsageRumSessions = function (param, options) {
|
|
@@ -4444,7 +4433,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4444
4433
|
};
|
|
4445
4434
|
/**
|
|
4446
4435
|
* Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/) Units.
|
|
4447
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4436
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4448
4437
|
* @param param The request object
|
|
4449
4438
|
*/
|
|
4450
4439
|
UsageMeteringApi.prototype.getUsageRumUnits = function (param, options) {
|
|
@@ -4460,7 +4449,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4460
4449
|
};
|
|
4461
4450
|
/**
|
|
4462
4451
|
* Get hourly usage for sensitive data scanner.
|
|
4463
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4452
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4464
4453
|
* @param param The request object
|
|
4465
4454
|
*/
|
|
4466
4455
|
UsageMeteringApi.prototype.getUsageSDS = function (param, options) {
|
|
@@ -4476,7 +4465,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4476
4465
|
};
|
|
4477
4466
|
/**
|
|
4478
4467
|
* Get hourly usage for SNMP devices.
|
|
4479
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4468
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4480
4469
|
* @param param The request object
|
|
4481
4470
|
*/
|
|
4482
4471
|
UsageMeteringApi.prototype.getUsageSNMP = function (param, options) {
|
|
@@ -4507,7 +4496,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4507
4496
|
};
|
|
4508
4497
|
/**
|
|
4509
4498
|
* Get hourly usage for [synthetics checks](https://docs.datadoghq.com/synthetics/).
|
|
4510
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4499
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4511
4500
|
* @param param The request object
|
|
4512
4501
|
*/
|
|
4513
4502
|
UsageMeteringApi.prototype.getUsageSynthetics = function (param, options) {
|
|
@@ -4523,7 +4512,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4523
4512
|
};
|
|
4524
4513
|
/**
|
|
4525
4514
|
* Get hourly usage for [synthetics API checks](https://docs.datadoghq.com/synthetics/).
|
|
4526
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4515
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4527
4516
|
* @param param The request object
|
|
4528
4517
|
*/
|
|
4529
4518
|
UsageMeteringApi.prototype.getUsageSyntheticsAPI = function (param, options) {
|
|
@@ -4539,7 +4528,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4539
4528
|
};
|
|
4540
4529
|
/**
|
|
4541
4530
|
* Get hourly usage for synthetics browser checks.
|
|
4542
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4531
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4543
4532
|
* @param param The request object
|
|
4544
4533
|
*/
|
|
4545
4534
|
UsageMeteringApi.prototype.getUsageSyntheticsBrowser = function (param, options) {
|
|
@@ -4555,7 +4544,7 @@ var UsageMeteringApi = /** @class */ (function () {
|
|
|
4555
4544
|
};
|
|
4556
4545
|
/**
|
|
4557
4546
|
* Get hourly usage for [custom metrics](https://docs.datadoghq.com/developers/metrics/custom_metrics/).
|
|
4558
|
-
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
|
|
4547
|
+
* **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family). Refer to [Migrating from the V1 Hourly Usage APIs to V2](https://docs.datadoghq.com/account_management/guide/hourly-usage-migration/) for the associated migration guide.
|
|
4559
4548
|
* @param param The request object
|
|
4560
4549
|
*/
|
|
4561
4550
|
UsageMeteringApi.prototype.getUsageTimeseries = function (param, options) {
|