You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# **Note:** This endpoint will be fully deprecated on December 1, 2022.
38
38
# 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.
39
39
#
40
+
# @deprecated This API is deprecated.
41
+
#
40
42
# @param opts [Hash] the optional parameters
41
43
# @option opts [Integer] :page_size The number of files to return in the response. `[default=60]`.
42
44
# @option opts [Integer] :page_number The identifier of the first page to return. This parameter is used for the pagination feature `[default=0]`.
43
45
# @option opts [UsageSortDirection] :sort_dir The direction to sort by: `[desc, asc]`.
44
46
# @option opts [UsageSort] :sort The field to sort by: `[computed_on, size, start_date, end_date]`.
45
47
# @return [Array<(UsageCustomReportsResponse, Integer, Hash)>] UsageCustomReportsResponse data, response status code and response headers
# **Note:** This endpoint will be fully deprecated on December 1, 2022.
353
356
# 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.
354
357
#
358
+
# @deprecated This API is deprecated.
359
+
#
355
360
# @param opts [Hash] the optional parameters
356
361
# @option opts [Integer] :page_size The number of files to return in the response `[default=60].`
357
362
# @option opts [Integer] :page_number The identifier of the first page to return. This parameter is used for the pagination feature `[default=0]`.
358
363
# @option opts [UsageSortDirection] :sort_dir The direction to sort by: `[desc, asc]`.
359
364
# @option opts [UsageSort] :sort The field to sort by: `[computed_on, size, start_date, end_date]`.
360
365
# @return [Array<(UsageCustomReportsResponse, Integer, Hash)>] UsageCustomReportsResponse data, response status code and response headers
# **Note:** This endpoint will be fully deprecated on December 1, 2022.
542
548
# 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.
543
549
#
550
+
# @deprecated This API is deprecated.
551
+
#
544
552
# @param report_id [String] Date of the report in the format `YYYY-MM-DD`.
545
553
# @param opts [Hash] the optional parameters
546
554
# @return [Array<(UsageSpecifiedCustomReportsResponse, Integer, Hash)>] UsageSpecifiedCustomReportsResponse data, response status code and response headers
# **Note:** This endpoint will be fully deprecated on December 1, 2022.
609
618
# 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.
610
619
#
620
+
# @deprecated This API is deprecated.
621
+
#
611
622
# @param report_id [String] Date of the report in the format `YYYY-MM-DD`.
612
623
# @param opts [Hash] the optional parameters
613
624
# @return [Array<(UsageSpecifiedCustomReportsResponse, Integer, Hash)>] UsageSpecifiedCustomReportsResponse data, response status code and response headers
# **Note:** This endpoint will be fully deprecated on December 1, 2022.
745
757
# 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.
746
758
#
759
+
# @deprecated This API is deprecated.
760
+
#
747
761
# @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage beginning in this month. Maximum of 15 months ago.
748
762
# @param fields [UsageAttributionSupportedMetrics] Comma-separated list of usage types to return, or `*` for all usage types.
# Get hourly usage for [synthetics checks](https://docs.datadoghq.com/synthetics/).
2427
2442
# **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.
2428
2443
#
2444
+
# @deprecated This API is deprecated.
2445
+
#
2429
2446
# @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
2430
2447
# @param opts [Hash] the optional parameters
2431
2448
# @option opts [Time] :end_hr Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
2432
2449
# @return [Array<(UsageSyntheticsResponse, Integer, Hash)>] UsageSyntheticsResponse data, response status code and response headers
0 commit comments