diff --git a/.apigentools-info b/.apigentools-info index a7edc99f0b16..9273aebc3aa7 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-09 19:42:42.683518", - "spec_repo_commit": "c7bad6f6" + "regenerated": "2025-05-12 14:09:50.388353", + "spec_repo_commit": "c59a1988" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-09 19:42:42.700662", - "spec_repo_commit": "c7bad6f6" + "regenerated": "2025-05-12 14:09:50.405592", + "spec_repo_commit": "c59a1988" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index bfe39072ee55..266319edc952 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -27,12 +27,24 @@ components: type: string requestBodies: {} responses: + ForbiddenResponse: + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Forbidden TooManyRequestsResponse: content: application/json: schema: $ref: '#/components/schemas/APIErrorResponse' description: Too many requests + UnauthorizedResponse: + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Unauthorized schemas: APIErrorResponse: description: Error response object. @@ -24191,6 +24203,8 @@ paths: schema: $ref: '#/components/schemas/IPRanges' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: [] @@ -24237,6 +24251,8 @@ paths: schema: $ref: '#/components/schemas/ApiKeyListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24274,6 +24290,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24314,6 +24332,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24352,6 +24372,8 @@ paths: schema: $ref: '#/components/schemas/ApiKeyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24402,6 +24424,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24435,6 +24459,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationKeyListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24473,6 +24499,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24513,6 +24541,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationKeyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24552,6 +24582,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationKeyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24603,6 +24635,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24663,6 +24697,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: text/json: @@ -24734,6 +24770,8 @@ paths: schema: $ref: '#/components/schemas/UsageCustomReportsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -24777,6 +24815,8 @@ paths: schema: $ref: '#/components/schemas/UsageSpecifiedCustomReportsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -24831,6 +24871,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24905,6 +24947,8 @@ paths: schema: $ref: '#/components/schemas/DashboardSummary' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -24957,6 +25001,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25012,6 +25058,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25044,6 +25092,8 @@ paths: schema: $ref: '#/components/schemas/DashboardListListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25087,6 +25137,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25127,6 +25179,8 @@ paths: schema: $ref: '#/components/schemas/DashboardListDeleteResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25171,6 +25225,8 @@ paths: schema: $ref: '#/components/schemas/DashboardList' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25228,6 +25284,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25286,6 +25344,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25332,6 +25392,8 @@ paths: schema: $ref: '#/components/schemas/DeleteSharedDashboardResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25377,6 +25439,8 @@ paths: schema: $ref: '#/components/schemas/SharedDashboard' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25449,6 +25513,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25505,6 +25571,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25564,6 +25632,8 @@ paths: schema: $ref: '#/components/schemas/SharedDashboardInvites' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25629,6 +25699,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25674,6 +25746,8 @@ paths: schema: $ref: '#/components/schemas/DashboardDeleteResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25717,6 +25791,8 @@ paths: schema: $ref: '#/components/schemas/Dashboard' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25773,6 +25849,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25839,6 +25917,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: text/json: @@ -25893,6 +25973,8 @@ paths: $ref: '#/components/schemas/Downtime' type: array description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25938,6 +26020,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -25987,6 +26071,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26032,6 +26118,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26079,6 +26167,8 @@ paths: schema: $ref: '#/components/schemas/Downtime' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26140,6 +26230,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26261,6 +26353,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26306,6 +26400,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -26335,6 +26431,8 @@ paths: schema: $ref: '#/components/schemas/EventResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26441,6 +26539,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26491,6 +26591,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid Parameter Error + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26527,6 +26629,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid Parameter Error + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26619,6 +26723,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid Parameter Error + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26669,6 +26775,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid Parameter Error + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26714,6 +26822,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26771,6 +26881,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26815,6 +26927,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26883,6 +26997,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26923,6 +27039,8 @@ paths: type: string type: array description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26963,6 +27081,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -26996,6 +27116,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27034,6 +27156,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27076,6 +27200,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27115,6 +27241,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27158,6 +27286,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27203,6 +27333,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27244,6 +27376,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27289,6 +27423,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27328,6 +27464,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27384,6 +27522,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27428,6 +27568,8 @@ paths: $ref: '#/components/schemas/AWSLogsListServicesResponse' type: array description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27467,6 +27609,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27513,6 +27657,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27554,6 +27700,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27587,6 +27735,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27639,6 +27789,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27686,6 +27838,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27728,6 +27882,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27771,6 +27927,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27805,6 +27963,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27846,6 +28006,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27891,6 +28053,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27931,6 +28095,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27961,6 +28127,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -27999,6 +28167,8 @@ paths: schema: $ref: '#/components/schemas/PagerDutyServiceName' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28046,6 +28216,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28087,6 +28259,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28133,6 +28307,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28171,6 +28347,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28211,6 +28389,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28258,6 +28438,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28304,6 +28486,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28334,6 +28518,8 @@ paths: responses: '200': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28383,6 +28569,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28434,6 +28622,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28480,6 +28670,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28515,6 +28707,8 @@ paths: responses: '200': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28559,6 +28753,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28610,6 +28806,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28670,6 +28868,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28698,6 +28898,8 @@ paths: schema: $ref: '#/components/schemas/LogsIndexesOrder' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28739,6 +28941,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28768,6 +28972,8 @@ paths: schema: $ref: '#/components/schemas/LogsIndexListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28811,6 +29017,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Invalid Parameter Error + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28844,6 +29052,8 @@ paths: responses: '200': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28883,6 +29093,8 @@ paths: schema: $ref: '#/components/schemas/LogsIndex' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28937,6 +29149,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Invalid Parameter Error + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -28966,6 +29180,8 @@ paths: schema: $ref: '#/components/schemas/LogsPipelinesOrder' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29014,6 +29230,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29049,6 +29267,8 @@ paths: schema: $ref: '#/components/schemas/LogsPipelineList' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29087,6 +29307,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29125,6 +29347,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29165,6 +29389,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29213,6 +29439,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29273,6 +29501,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29311,6 +29541,8 @@ paths: schema: $ref: '#/components/schemas/MetricMetadata' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29368,6 +29600,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29486,6 +29720,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29688,6 +29924,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29739,6 +29977,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29833,6 +30073,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29923,6 +30165,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -29971,6 +30215,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid JSON + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30097,6 +30343,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30217,6 +30465,10 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -30272,6 +30524,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid JSON + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30338,6 +30592,8 @@ paths: schema: $ref: '#/components/schemas/UsageCustomReportsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -30387,6 +30643,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -30524,6 +30782,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30603,6 +30863,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30640,6 +30902,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30685,6 +30949,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30775,6 +31041,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30814,6 +31082,8 @@ paths: schema: $ref: '#/components/schemas/OrganizationListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30868,6 +31138,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30909,6 +31181,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30950,6 +31224,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -30989,6 +31265,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31040,6 +31318,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31096,6 +31376,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31141,6 +31423,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31187,6 +31471,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31235,6 +31521,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31283,6 +31571,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31351,6 +31641,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: text/json: @@ -31440,6 +31732,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31493,6 +31787,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31547,6 +31843,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31596,6 +31894,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31650,6 +31950,8 @@ paths: schema: $ref: '#/components/schemas/SLOCorrectionListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31697,6 +31999,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31738,6 +32042,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31778,6 +32084,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31819,6 +32127,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31886,6 +32196,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31936,6 +32248,8 @@ paths: schema: $ref: '#/components/schemas/SLODeleteResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -31992,6 +32306,8 @@ paths: schema: $ref: '#/components/schemas/SLOResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32048,6 +32364,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32099,6 +32417,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32189,6 +32509,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32233,6 +32555,10 @@ paths: schema: $ref: '#/components/schemas/SyntheticsBatchDetails' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -32266,6 +32592,10 @@ paths: schema: $ref: '#/components/schemas/SyntheticsLocations' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -32298,12 +32628,16 @@ paths: schema: $ref: '#/components/schemas/SyntheticsPrivateLocationCreationResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '402': content: application/json: schema: $ref: '#/components/schemas/APIErrorResponse' description: Quota reached for private locations + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -32339,6 +32673,10 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -32378,6 +32716,10 @@ paths: schema: $ref: '#/components/schemas/SyntheticsPrivateLocation' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -32424,6 +32766,10 @@ paths: schema: $ref: '#/components/schemas/SyntheticsPrivateLocation' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -32458,6 +32804,10 @@ paths: schema: $ref: '#/components/schemas/SyntheticsDefaultLocations' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' summary: Get the default locations @@ -32495,6 +32845,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsListTestsResponse' description: OK - Returns the list of all Synthetic tests. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32670,6 +33022,8 @@ paths: description: '- JSON format is wrong - Creation failed' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '402': content: application/json: @@ -32717,6 +33071,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsAPITest' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32777,6 +33133,8 @@ paths: description: '- JSON format is wrong - Updating sub-type is forbidden' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32834,6 +33192,8 @@ paths: description: '- JSON format is wrong - Creation failed' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '402': content: application/json: @@ -32881,6 +33241,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsBrowserTest' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -32941,6 +33303,8 @@ paths: description: '- JSON format is wrong - Updating sub-type is forbidden' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33015,6 +33379,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsGetBrowserTestLatestResultsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33070,6 +33436,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsBrowserTestResultFull' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33127,6 +33495,8 @@ paths: an uptime widget) - Some IDs are not owned by the user' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33182,6 +33552,8 @@ paths: description: '- JSON format is wrong - Creation failed' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '402': content: application/json: @@ -33229,6 +33601,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsMobileTest' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33289,6 +33663,8 @@ paths: description: '- JSON format is wrong - Updating sub-type is forbidden' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33344,6 +33720,10 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -33383,6 +33763,10 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: JSON format is wrong + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -33424,6 +33808,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: '- JSON format is wrong' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33463,6 +33849,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsTestDetails' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33523,6 +33911,8 @@ paths: description: '- JSON format is wrong - Updating sub-type is forbidden' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33595,6 +33985,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsGetAPITestLatestResultsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33648,6 +34040,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsAPITestResultFull' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33707,6 +34101,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: JSON format is wrong. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33747,6 +34143,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsListGlobalVariablesResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33790,6 +34188,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33837,6 +34237,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: JSON format is wrong + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33880,6 +34282,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsGlobalVariable' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33932,6 +34336,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Invalid request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -33972,6 +34378,8 @@ paths: schema: $ref: '#/components/schemas/TagToHosts' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -34021,6 +34429,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -34062,6 +34472,8 @@ paths: schema: $ref: '#/components/schemas/HostTags' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -34115,6 +34527,8 @@ paths: schema: $ref: '#/components/schemas/HostTags' description: Created + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -34168,6 +34582,8 @@ paths: schema: $ref: '#/components/schemas/HostTags' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -34228,6 +34644,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34291,6 +34709,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34355,6 +34775,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34417,6 +34839,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34483,6 +34907,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34549,6 +34975,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34615,6 +35043,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34681,6 +35111,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34745,6 +35177,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34809,6 +35243,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34901,6 +35337,8 @@ paths: schema: $ref: '#/components/schemas/HourlyUsageAttributionResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -34967,6 +35405,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35031,6 +35471,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35097,6 +35539,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35163,6 +35607,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35227,6 +35673,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35293,6 +35741,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35359,6 +35809,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35464,6 +35916,8 @@ paths: schema: $ref: '#/components/schemas/MonthlyUsageAttributionResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35530,6 +35984,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35594,6 +36050,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35660,6 +36118,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35726,6 +36186,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35791,6 +36253,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35862,6 +36326,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35928,6 +36394,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -35994,6 +36462,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -36072,6 +36542,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -36136,6 +36608,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -36200,6 +36674,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -36264,6 +36740,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -36328,6 +36806,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -36415,6 +36895,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -36450,6 +36932,8 @@ paths: schema: $ref: '#/components/schemas/UserListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -36498,6 +36982,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -36550,6 +37036,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -36585,6 +37073,8 @@ paths: schema: $ref: '#/components/schemas/UserResponse' description: OK for get user + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -36636,6 +37126,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -36666,6 +37158,8 @@ paths: schema: $ref: '#/components/schemas/AuthenticationValidationResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -36810,6 +37304,8 @@ paths: schema: $ref: '#/components/schemas/HTTPLogError' description: unexpected error + '401': + $ref: '#/components/responses/UnauthorizedResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 537d23fc7163..e0635dfbba46 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -40453,6 +40453,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40477,6 +40479,8 @@ paths: responses: '204': description: The resource was deleted successfully. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40520,6 +40524,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40566,6 +40572,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40598,6 +40606,8 @@ paths: schema: $ref: '#/components/schemas/AwsScanOptionsListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -40624,6 +40634,8 @@ paths: description: Agentless scan options enabled successfully. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -40645,6 +40657,8 @@ paths: description: No Content '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -40671,6 +40685,8 @@ paths: description: No Content '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -40692,6 +40708,8 @@ paths: schema: $ref: '#/components/schemas/AwsOnDemandListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -40724,6 +40742,8 @@ paths: description: AWS on demand task created successfully. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -40751,6 +40771,8 @@ paths: description: OK. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -40793,6 +40815,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40830,6 +40854,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40855,6 +40881,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40889,6 +40917,8 @@ paths: schema: $ref: '#/components/schemas/APIKeyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -40934,6 +40964,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41000,6 +41032,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41042,6 +41076,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41096,6 +41132,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41159,6 +41197,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41220,6 +41260,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41252,6 +41294,8 @@ paths: schema: $ref: '#/components/schemas/SpansMetricsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -41285,6 +41329,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -41308,6 +41354,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -41333,6 +41381,8 @@ paths: schema: $ref: '#/components/schemas/SpansMetricResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -41370,6 +41420,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -41395,6 +41447,8 @@ paths: schema: $ref: '#/components/schemas/RetentionFiltersResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -41432,6 +41486,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -41463,6 +41519,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -41489,6 +41547,8 @@ paths: responses: '200': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -41515,6 +41575,8 @@ paths: schema: $ref: '#/components/schemas/RetentionFilterResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -41554,6 +41616,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -41592,6 +41656,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41706,6 +41772,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41743,6 +41811,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41786,6 +41856,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41847,6 +41919,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41906,6 +41980,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -41952,6 +42028,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42000,6 +42078,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42046,6 +42126,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42076,6 +42158,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42117,6 +42201,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42162,6 +42248,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42253,6 +42341,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -42297,6 +42387,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -42345,6 +42437,8 @@ paths: schema: $ref: '#/components/schemas/AuthNMappingsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42381,6 +42475,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42412,6 +42508,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42445,6 +42543,8 @@ paths: schema: $ref: '#/components/schemas/AuthNMappingResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42489,6 +42589,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -42682,6 +42784,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -43019,6 +43123,8 @@ paths: schema: $ref: '#/components/schemas/ListEntityCatalogResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -43054,6 +43160,8 @@ paths: description: ACCEPTED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -43078,6 +43186,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -43189,6 +43299,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -43273,6 +43385,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -43319,6 +43433,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -43361,6 +43477,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -43445,6 +43563,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -43491,6 +43611,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -43532,6 +43654,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '409': $ref: '#/components/responses/ConflictResponse' '429': @@ -43569,6 +43695,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' '500': @@ -43603,6 +43733,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' '500': @@ -43641,6 +43775,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' '500': @@ -43717,6 +43855,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -43797,6 +43937,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -43831,6 +43973,8 @@ paths: schema: $ref: '#/components/schemas/AwsCURConfigsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -43873,6 +44017,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -43908,6 +44054,10 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -43947,6 +44097,8 @@ paths: schema: $ref: '#/components/schemas/AwsCURConfigsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -43978,6 +44130,8 @@ paths: schema: $ref: '#/components/schemas/AzureUCConfigsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44020,6 +44174,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44055,6 +44211,10 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -44099,6 +44259,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44138,6 +44300,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '429': @@ -44161,6 +44327,10 @@ paths: description: No Content '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -44185,6 +44355,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '429': @@ -44208,6 +44382,10 @@ paths: schema: $ref: '#/components/schemas/BudgetArray' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -44229,6 +44407,8 @@ paths: schema: $ref: '#/components/schemas/CustomCostsFileListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44261,6 +44441,8 @@ paths: schema: $ref: '#/components/schemas/CustomCostsFileUploadResponse' description: Accepted + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44286,6 +44468,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44314,6 +44498,8 @@ paths: schema: $ref: '#/components/schemas/CustomCostsFileGetResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44348,6 +44534,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -44473,6 +44661,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -44543,6 +44733,8 @@ paths: schema: $ref: '#/components/schemas/CsmAgentsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -44565,6 +44757,8 @@ paths: schema: $ref: '#/components/schemas/CsmCloudAccountsCoverageAnalysisResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -44587,6 +44781,8 @@ paths: schema: $ref: '#/components/schemas/CsmHostsAndContainersCoverageAnalysisResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -44609,6 +44805,8 @@ paths: schema: $ref: '#/components/schemas/CsmServerlessCoverageAnalysisResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -44663,6 +44861,8 @@ paths: schema: $ref: '#/components/schemas/CsmAgentsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -44695,6 +44895,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44738,6 +44940,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44763,6 +44967,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44796,6 +45002,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationKeyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44841,6 +45049,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44895,6 +45105,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44931,6 +45143,8 @@ paths: schema: $ref: '#/components/schemas/DashboardListItems' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -44988,6 +45202,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45037,6 +45253,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45077,6 +45295,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '412': @@ -45161,6 +45381,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -45200,6 +45422,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '412': @@ -45241,6 +45465,10 @@ paths: schema: $ref: '#/components/schemas/DomainAllowlistResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -45271,6 +45499,10 @@ paths: schema: $ref: '#/components/schemas/DomainAllowlistResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -45324,6 +45556,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -45374,6 +45608,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -45425,6 +45661,8 @@ paths: schema: $ref: '#/components/schemas/ListDowntimesResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45472,6 +45710,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45513,6 +45753,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45573,6 +45815,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45630,6 +45874,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45718,6 +45964,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -45803,6 +46051,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -45842,6 +46092,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -46797,6 +47049,8 @@ paths: schema: $ref: '#/components/schemas/AWSAccountsResponse' description: AWS Accounts List object + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -46829,6 +47083,8 @@ paths: description: AWS Account object '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '409': @@ -46857,6 +47113,8 @@ paths: description: No Content '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -46887,6 +47145,8 @@ paths: description: AWS Account object '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -46923,6 +47183,8 @@ paths: description: AWS Account object '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -46952,6 +47214,8 @@ paths: schema: $ref: '#/components/schemas/AWSNamespacesResponse' description: AWS Namespaces List object + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -46977,6 +47241,8 @@ paths: schema: $ref: '#/components/schemas/AWSNewExternalIDResponse' description: AWS External ID object + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -47002,6 +47268,8 @@ paths: schema: $ref: '#/components/schemas/AWSLogsServicesResponse' description: AWS Logs Services List object + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -47028,6 +47296,8 @@ paths: schema: $ref: '#/components/schemas/GCPSTSServiceAccountsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -47087,6 +47357,8 @@ paths: description: No Content '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -47118,6 +47390,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -47144,6 +47418,8 @@ paths: schema: $ref: '#/components/schemas/GCPSTSDelegateAccountResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -47174,6 +47450,8 @@ paths: schema: $ref: '#/components/schemas/GCPSTSDelegateAccountResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -47206,6 +47484,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47232,6 +47512,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47262,6 +47544,8 @@ paths: description: CREATED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47287,6 +47571,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '412': @@ -47311,6 +47597,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47343,6 +47631,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47373,6 +47663,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47404,6 +47696,8 @@ paths: description: CREATED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47430,6 +47724,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '412': @@ -47454,6 +47750,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47487,6 +47785,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47512,6 +47812,8 @@ paths: schema: $ref: '#/components/schemas/OpsgenieServicesResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -47542,6 +47844,8 @@ paths: description: CREATED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '409': @@ -47567,6 +47871,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47594,6 +47900,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47630,6 +47938,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47659,6 +47969,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47690,6 +48002,8 @@ paths: description: CREATED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47720,6 +48034,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47752,6 +48068,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47790,6 +48108,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47817,6 +48137,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47849,6 +48171,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47874,6 +48198,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47901,6 +48227,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47935,6 +48263,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -47965,6 +48295,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48000,6 +48332,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48027,6 +48361,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48056,6 +48392,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48092,6 +48430,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48119,6 +48459,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48150,6 +48492,8 @@ paths: description: CREATED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48175,6 +48519,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48202,6 +48548,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48235,6 +48583,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48264,6 +48614,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48297,6 +48649,8 @@ paths: description: CREATED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48323,6 +48677,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48351,6 +48707,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48385,6 +48743,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48412,6 +48772,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48443,6 +48805,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48473,6 +48837,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48505,6 +48871,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48543,6 +48911,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48568,6 +48938,8 @@ paths: schema: $ref: '#/components/schemas/IPAllowlistResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48604,6 +48976,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -48870,6 +49244,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -48895,6 +49271,8 @@ paths: schema: $ref: '#/components/schemas/LogsArchiveOrder' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -48942,6 +49320,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -48975,6 +49355,8 @@ paths: schema: $ref: '#/components/schemas/LogsArchives' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49013,6 +49395,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49044,6 +49428,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49083,6 +49469,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49134,6 +49522,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49177,6 +49567,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49217,6 +49609,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49259,6 +49653,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49293,6 +49689,8 @@ paths: schema: $ref: '#/components/schemas/CustomDestinationsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49328,6 +49726,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '409': @@ -49353,6 +49753,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -49380,6 +49782,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -49416,6 +49820,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -49443,6 +49849,8 @@ paths: schema: $ref: '#/components/schemas/LogsMetricsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -49476,6 +49884,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -49499,6 +49909,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -49524,6 +49936,8 @@ paths: schema: $ref: '#/components/schemas/LogsMetricResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -49561,6 +49975,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -49675,6 +50091,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -49727,6 +50145,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -49860,6 +50280,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49921,6 +50343,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -49988,6 +50412,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50046,6 +50472,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50091,6 +50519,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50141,6 +50571,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: API error response. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50233,6 +50665,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: API error response. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50268,6 +50702,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50305,6 +50741,8 @@ paths: schema: $ref: '#/components/schemas/MetricTagConfigurationResponse' description: Success + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50371,6 +50809,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50434,6 +50874,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50483,6 +50925,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50529,6 +50973,8 @@ paths: schema: $ref: '#/components/schemas/MonitorNotificationRuleListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50575,6 +51021,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50612,6 +51060,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50668,6 +51118,8 @@ paths: schema: $ref: '#/components/schemas/MonitorNotificationRuleResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50727,6 +51179,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50768,6 +51222,8 @@ paths: schema: $ref: '#/components/schemas/MonitorConfigPolicyListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50811,6 +51267,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50848,6 +51306,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50887,6 +51347,8 @@ paths: schema: $ref: '#/components/schemas/MonitorConfigPolicyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50938,6 +51400,8 @@ paths: schema: $ref: '#/components/schemas/MonitorConfigPolicyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -50995,6 +51459,10 @@ paths: schema: $ref: '#/components/schemas/MonitorDowntimeMatchResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -51050,6 +51518,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -51080,6 +51550,8 @@ paths: schema: $ref: '#/components/schemas/GetDeviceResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -51115,6 +51587,8 @@ paths: schema: $ref: '#/components/schemas/GetInterfacesResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -51141,6 +51615,8 @@ paths: schema: $ref: '#/components/schemas/ListTagsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -51174,6 +51650,8 @@ paths: schema: $ref: '#/components/schemas/ListTagsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -51235,6 +51713,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all aggregated connections @@ -51612,6 +52092,10 @@ paths: schema: $ref: '#/components/schemas/TeamRoutingRules' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -51655,6 +52139,10 @@ paths: schema: $ref: '#/components/schemas/TeamRoutingRules' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -51775,6 +52263,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -51931,6 +52421,8 @@ paths: description: OK '400': $ref: '#/components/responses/FindingsBadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/FindingsForbiddenResponse' '404': @@ -51978,6 +52470,8 @@ paths: description: OK '400': $ref: '#/components/responses/FindingsBadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/FindingsForbiddenResponse' '404': @@ -52030,6 +52524,8 @@ paths: description: OK '400': $ref: '#/components/responses/FindingsBadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/FindingsForbiddenResponse' '404': @@ -52070,6 +52566,10 @@ paths: schema: $ref: '#/components/schemas/ListPowerpacksResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -52111,6 +52611,10 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -52140,6 +52644,10 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -52177,6 +52685,10 @@ paths: schema: $ref: '#/components/schemas/PowerpackResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -52227,6 +52739,10 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -52323,6 +52839,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -52440,6 +52958,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationSecurityWafCustomRuleListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -52466,6 +52986,8 @@ paths: description: Created '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -52485,6 +53007,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52509,6 +53033,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationSecurityWafCustomRuleResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -52540,6 +53066,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52564,6 +53092,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationSecurityWafExclusionFiltersResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -52602,6 +53132,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -52626,6 +53158,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52654,6 +53188,8 @@ paths: schema: $ref: '#/components/schemas/ApplicationSecurityWafExclusionFilterResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52691,6 +53227,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52721,6 +53259,8 @@ paths: schema: $ref: '#/components/schemas/CloudWorkloadSecurityAgentRulesListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -52748,6 +53288,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -52768,6 +53310,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52791,6 +53335,8 @@ paths: schema: $ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52824,6 +53370,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52847,6 +53395,8 @@ paths: schema: $ref: '#/components/schemas/CloudWorkloadSecurityAgentPoliciesListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -52874,6 +53424,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -52902,6 +53454,8 @@ paths: format: binary type: string description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -52920,6 +53474,8 @@ paths: description: OK '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52942,6 +53498,8 @@ paths: schema: $ref: '#/components/schemas/CloudWorkloadSecurityAgentPolicyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -52974,6 +53532,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -53002,6 +53562,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -53032,6 +53594,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -53070,6 +53634,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -53096,6 +53662,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53141,6 +53709,8 @@ paths: schema: $ref: '#/components/schemas/ObservabilityPipeline' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53182,6 +53752,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -53209,6 +53781,8 @@ paths: description: No Content '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -53237,6 +53811,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -53360,6 +53936,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -53413,6 +53991,8 @@ paths: schema: $ref: '#/components/schemas/RolesResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53455,6 +54035,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53485,6 +54067,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53520,6 +54104,8 @@ paths: schema: $ref: '#/components/schemas/RoleResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53568,6 +54154,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53626,6 +54214,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53684,6 +54274,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53723,6 +54315,8 @@ paths: schema: $ref: '#/components/schemas/PermissionsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53770,6 +54364,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53822,6 +54418,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53881,6 +54479,8 @@ paths: schema: $ref: '#/components/schemas/UsersResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53927,6 +54527,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -53974,6 +54576,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -54000,6 +54604,10 @@ paths: schema: $ref: '#/components/schemas/RUMApplicationsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '429': @@ -54029,6 +54637,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a new RUM application @@ -54064,6 +54676,8 @@ paths: description: Ordered '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -54085,6 +54699,8 @@ paths: schema: $ref: '#/components/schemas/RumRetentionFiltersResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -54116,6 +54732,8 @@ paths: description: Created '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -54134,6 +54752,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -54156,6 +54776,8 @@ paths: schema: $ref: '#/components/schemas/RumRetentionFilterResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -54190,6 +54812,8 @@ paths: description: Updated '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -54214,6 +54838,10 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '429': @@ -54242,6 +54870,10 @@ paths: schema: $ref: '#/components/schemas/RUMApplicationResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '429': @@ -54278,6 +54910,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '422': @@ -54307,6 +54943,8 @@ paths: schema: $ref: '#/components/schemas/RumMetricsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -54336,6 +54974,8 @@ paths: description: Created '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -54355,6 +54995,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -54376,6 +55018,8 @@ paths: schema: $ref: '#/components/schemas/RumMetricResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -54409,6 +55053,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -54490,6 +55136,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -54536,6 +55184,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -54578,6 +55228,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -54666,6 +55318,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -54705,6 +55359,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -54794,6 +55450,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -54832,6 +55490,8 @@ paths: description: Created '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -54859,6 +55519,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -54897,6 +55559,8 @@ paths: description: Rule updated successfully '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -55072,6 +55736,8 @@ paths: $ref: '#/components/schemas/JSONAPIErrorResponse' description: 'Bad request: The server cannot process the request due to invalid syntax in the request.' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -55116,6 +55782,8 @@ paths: format: binary type: string description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -55170,6 +55838,8 @@ paths: $ref: '#/components/schemas/JSONAPIErrorResponse' description: 'Bad request: The server cannot process the request due to invalid syntax in the request.' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -55202,6 +55872,8 @@ paths: responses: '200': $ref: '#/components/responses/NotificationRulesList' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -55244,6 +55916,8 @@ paths: description: Successfully created the notification rule. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -55275,6 +55949,8 @@ paths: responses: '204': description: Rule successfully deleted. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -55312,6 +55988,8 @@ paths: description: Notification rule details. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -55356,6 +56034,8 @@ paths: description: Notification rule successfully patched. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -55732,6 +56412,8 @@ paths: $ref: '#/components/schemas/JSONAPIErrorResponse' description: 'Bad request: The server cannot process the request due to invalid syntax in the request.' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -55765,6 +56447,8 @@ paths: responses: '200': $ref: '#/components/responses/NotificationRulesList' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -55807,6 +56491,8 @@ paths: description: Successfully created the notification rule. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -55838,6 +56524,8 @@ paths: responses: '204': description: Rule successfully deleted. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -55875,6 +56563,8 @@ paths: description: Notification rule details. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -55919,6 +56609,8 @@ paths: description: Notification rule successfully patched. '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -55951,6 +56643,8 @@ paths: schema: $ref: '#/components/schemas/CloudWorkloadSecurityAgentRulesListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -55981,6 +56675,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -56004,6 +56700,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56029,6 +56727,8 @@ paths: schema: $ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56065,6 +56765,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56092,6 +56794,8 @@ paths: schema: $ref: '#/components/schemas/SecurityFiltersResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -56132,6 +56836,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -56160,6 +56866,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56195,6 +56903,8 @@ paths: schema: $ref: '#/components/schemas/SecurityFilterResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56236,6 +56946,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56268,6 +56980,8 @@ paths: schema: $ref: '#/components/schemas/SecurityMonitoringSuppressionsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -56299,6 +57013,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '409': @@ -56323,6 +57039,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56349,6 +57067,8 @@ paths: schema: $ref: '#/components/schemas/SecurityMonitoringSuppressionResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56384,6 +57104,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56416,6 +57138,10 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' security: @@ -56448,6 +57174,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -56563,6 +57291,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -56589,6 +57319,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56619,6 +57351,10 @@ paths: schema: $ref: '#/components/schemas/SecurityMonitoringRuleResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '429': @@ -56702,6 +57438,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56779,6 +57517,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -56859,6 +57599,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -56903,6 +57645,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -56938,6 +57682,10 @@ paths: schema: $ref: '#/components/schemas/SecurityMonitoringSignalResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' '429': @@ -56980,6 +57728,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57028,6 +57778,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57076,6 +57828,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57115,6 +57869,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57152,6 +57908,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57200,6 +57958,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57241,6 +58001,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57291,6 +58053,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57342,6 +58106,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57383,6 +58149,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57432,6 +58200,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57467,6 +58237,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57527,6 +58299,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57576,6 +58350,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57617,6 +58393,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57662,6 +58440,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57688,6 +58468,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57722,6 +58504,8 @@ paths: schema: $ref: '#/components/schemas/PartialApplicationKeyResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57768,6 +58552,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -57890,6 +58676,8 @@ paths: schema: $ref: '#/components/schemas/ServiceDefinitionsListResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -57929,6 +58717,8 @@ paths: description: CREATED '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '409': @@ -57959,6 +58749,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -57992,6 +58784,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -58160,6 +58954,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '429': @@ -58295,6 +59091,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' '404': @@ -58382,6 +59180,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -58430,6 +59230,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -58474,6 +59276,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -58521,6 +59325,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -58609,6 +59415,8 @@ paths: description: OK '400': $ref: '#/components/responses/SpansBadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/SpansForbiddenResponse' '422': @@ -58657,6 +59465,8 @@ paths: description: OK '400': $ref: '#/components/responses/SpansBadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/SpansForbiddenResponse' '422': @@ -58688,6 +59498,10 @@ paths: schema: $ref: '#/components/schemas/OnDemandConcurrencyCapResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' summary: Get the on-demand concurrency cap @@ -58714,6 +59528,10 @@ paths: schema: $ref: '#/components/schemas/OnDemandConcurrencyCapResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' summary: Save new value for on-demand concurrency cap @@ -58778,6 +59596,8 @@ paths: schema: $ref: '#/components/schemas/TeamsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -58816,6 +59636,8 @@ paths: schema: $ref: '#/components/schemas/TeamResponse' description: CREATED + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '409': @@ -58855,6 +59677,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -58896,6 +59720,8 @@ paths: schema: $ref: '#/components/schemas/TeamResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -58951,6 +59777,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: API error response. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -58998,6 +59826,8 @@ paths: schema: $ref: '#/components/schemas/TeamLinksResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59043,6 +59873,8 @@ paths: schema: $ref: '#/components/schemas/TeamLinkResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59092,6 +59924,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59137,6 +59971,8 @@ paths: schema: $ref: '#/components/schemas/TeamLinkResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59188,6 +60024,8 @@ paths: schema: $ref: '#/components/schemas/TeamLinkResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59243,6 +60081,8 @@ paths: schema: $ref: '#/components/schemas/UserTeamsResponse' description: Represents a user's association to a team + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59292,6 +60132,8 @@ paths: schema: $ref: '#/components/schemas/UserTeamResponse' description: Represents a user's association to a team + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59341,6 +60183,8 @@ paths: responses: '204': description: No Content + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59392,6 +60236,8 @@ paths: schema: $ref: '#/components/schemas/UserTeamResponse' description: Represents a user's association to a team + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59433,6 +60279,8 @@ paths: schema: $ref: '#/components/schemas/TeamPermissionSettingsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59485,6 +60333,8 @@ paths: schema: $ref: '#/components/schemas/TeamPermissionSettingResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -59750,6 +60600,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -59815,6 +60667,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -59886,6 +60740,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -59990,6 +60846,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -60071,6 +60929,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -60212,6 +61072,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -60276,6 +61138,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -60340,6 +61204,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -60405,6 +61271,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json;datetime-format=rfc3339: @@ -60452,6 +61320,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60492,6 +61362,8 @@ paths: schema: $ref: '#/components/schemas/UserInvitationResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60579,6 +61451,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60626,6 +61500,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60658,6 +61534,8 @@ paths: responses: '204': description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60698,6 +61576,8 @@ paths: schema: $ref: '#/components/schemas/UserResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60751,6 +61631,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60801,6 +61683,8 @@ paths: schema: $ref: '#/components/schemas/UserResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60840,6 +61724,8 @@ paths: schema: $ref: '#/components/schemas/PermissionsResponse' description: OK + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60885,6 +61771,10 @@ paths: schema: $ref: '#/components/schemas/UserTeamsResponse' description: Represents a user's association to a team + '401': + $ref: '#/components/responses/UnauthorizedResponse' + '403': + $ref: '#/components/responses/ForbiddenResponse' '404': content: application/json: @@ -60929,6 +61819,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -60958,6 +61850,8 @@ paths: responses: '204': description: Successfully deleted a workflow. + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -61002,6 +61896,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -61052,6 +61948,8 @@ paths: schema: $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad request + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': content: application/json: @@ -61095,6 +61993,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -61132,6 +62032,8 @@ paths: description: Created '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '429': @@ -61166,6 +62068,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': @@ -61201,6 +62105,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '401': + $ref: '#/components/responses/UnauthorizedResponse' '403': $ref: '#/components/responses/ForbiddenResponse' '404': diff --git a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/frozen.json index eaa6f8aa48f2..37895dd24b48 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:20.681Z" +"2025-05-12T11:35:28.281Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/recording.har index c064a6f5121e..b2ba7a772e06 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-Bad-Request-response_521647169/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "38e4a9c2275215a26aa1d247eea5cbf3", + "_id": "6bb0685c76777cba228305c127eea284", "_order": 0, "cache": {}, "request": { @@ -18,21 +18,21 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 546, + "headersSize": 565, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [], "url": "https://api.datadoghq.com/api/v1/usage/top_avg_metrics" }, "response": { - "bodySize": 53, + "bodySize": 52, "content": { "mimeType": "application/json", - "size": 53, - "text": "{\"errors\": [\"The parameter 'month/day' is required\"]}" + "size": 52, + "text": "{\"errors\":[\"The parameter 'month/day' is required\"]}" }, "cookies": [], "headers": [ @@ -41,14 +41,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:20.701Z", - "time": 162 + "startedDateTime": "2025-05-12T11:35:28.284Z", + "time": 491 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/frozen.json index 3e48725c6656..7d63aa59f0a0 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:20.876Z" +"2025-05-12T11:35:28.784Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/recording.har index 53ccc49f7abe..9ac1627a399f 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-all-custom-metrics-by-hourly-average-returns-OK-response_2625023821/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "7432b16307b3f276c876104b90ba26c8", + "_id": "64fbe0b10fa8a911731ebf248e9e8507", "_order": 0, "cache": {}, "request": { @@ -18,26 +18,26 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 580, + "headersSize": 598, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "day", - "value": "2022-03-29T00:41:20.876Z" + "value": "2025-05-09T11:35:28.784Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/top_avg_metrics?day=2022-03-29T00%3A41%3A20.876Z" + "url": "https://api.datadoghq.com/api/v1/usage/top_avg_metrics?day=2025-05-09T11%3A35%3A28.784Z" }, "response": { - "bodySize": 16006, + "bodySize": 21550, "content": { "mimeType": "application/json", - "size": 16006, - "text": "{\"usage\":[{\"metric_category\":\"custom\",\"metric_name\":\"page.views\",\"max_metric_hour\":11,\"avg_metric_hour\":11},{\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1617189622.037749\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633000123\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagconfigurationswithconfiguredfilterreturnsSuccessresponse1648567994\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632849661\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632909874\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633006696\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestUpdateatagconfigurationreturnsOKresponse1648572624\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633007533\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632832883\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"foo\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632851109\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632820425\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"ruby_Create_a_log_based_metric_returns_OK_response_1617976084\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632836431\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632827387\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1640112763\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632846619\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633011091\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637077938\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632844127\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632918172\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagsbymetricnamereturnsSuccessresponse1648571864\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632997303\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633015432\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637078452\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"go.client.test.metric\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Go_TestMetrics_1648512356\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1614896593.355\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632817303\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632826421\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1614072176.745\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632888511\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1613675381.562\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632974958\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632844008\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632986079\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632849879\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632910728\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632328087\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagconfigurationswithconfiguredfilterreturnsSuccessresponse1648571107\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1607014407.161855\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1608595661.620162\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633003782\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632933825\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632921859\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestDeleteatagconfigurationreturnsNoContentresponse1648560475\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637070501\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagsbymetricnamereturnsSuccessresponse1648572328\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632833151\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632839523\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"java.client.test.metric\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632904020\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Python_Create_a_log_based_metric_returns_OK_response_1638987055\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1618491718\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1617014547.984513\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Java_Create_a_log_based_metric_returns_OK_response_1618407299\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632913792\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637141184\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1613674902.961\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632842468\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632907313\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagconfigurationswithconfiguredfilterreturnsSuccessresponse1648567875\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632848436\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632848876\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632841151\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestUpdateatagconfigurationreturnsOKresponse1648572582\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagsbymetricnamereturnsSuccessresponse1648572404\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632820224\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632843061\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagconfigurationswithconfiguredfilterreturnsSuccessresponse1648571244\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632919560\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632899187\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633011226\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListdistinctmetricvolumesbymetricnamereturnsSuccessresponse1648563345\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632928242\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632828986\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListdistinctmetricvolumesbymetricnamereturnsSuccessresponse1648563421\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1616149774.73\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagconfigurationswithconfiguredfilterreturnsSuccessresponse1648568220\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632848076\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632821487\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagconfigurationswithconfiguredfilterreturnsSuccessresponse1648566682\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637063323\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1640112922\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632922194\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1618831542\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632908380\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632898971\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632989750\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633004062\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Go_Create_a_log_based_metric_returns_OK_response_1634316108\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632824835\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632839540\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1642756658\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632821189\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632919344\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632903468\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632839741\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632847587\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1617190464.536072\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"TestListtagsbymetricnamereturnsSuccessresponse1648572378\",\"max_metric_hour\":1,\"avg_metric_hour\":1},{\"metric_category\":\"custom\",\"metric_name\":\"java_metricsTests_local_1648524015\",\"max_metric_hour\":1,\"avg_metric_hour\":1}],\"metadata\":{\"pagination\":{\"next_record_id\":null,\"limit\":500,\"total_number_of_records\":null},\"day\":\"2022-03-29T00:00:00+00:00\"}}" + "size": 21550, + "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":2,\"max_metric_hour\":5,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1618491718\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632842468\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632844127\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632986079\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1613675381.562\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632913792\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632828986\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632848436\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632907313\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1617190464.536072\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1640112922\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632903468\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632919560\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632989750\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"static_test_metric_donotdelete\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Python_Create_a_log_based_metric_returns_OK_response_1638987055\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633011091\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637063323\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"java.client.test.metric\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632839741\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632839523\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Go_Create_a_log_based_metric_returns_OK_response_1634316108\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633011226\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632922194\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633004062\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632851109\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1651997960\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632904020\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633006696\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632827387\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632849661\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1616149774.73\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637070501\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633000123\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632832883\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632833151\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632836431\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632899187\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632933825\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632849879\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632919344\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1614896593.355\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632910728\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632820224\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1607014407.161855\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632846619\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633015432\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632821189\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632841151\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632844008\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"go.client.test.metric\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1618831542\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1642756658\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1608595661.620162\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632847587\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Example_Create_a_log_based_metric_returns_OK_response_1665705374\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632928242\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632918172\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"ruby_Create_a_log_based_metric_returns_OK_response_1617976084\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1617014547.984513\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633007533\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632843061\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632824835\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1633003782\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632908380\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637077938\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637141184\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632997303\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Java_Create_a_log_based_metric_returns_OK_response_1618407299\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632821487\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1613674902.961\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"foo\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Create_a_log_based_metric_returns_OK_response_1637078452\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632909874\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1640112763\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632839540\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632826421\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632848876\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632328087\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632888511\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632974958\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Typescript_Create_a_log_based_metric_returns_OK_response_1614072176.745\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632898971\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632848076\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632817303\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632921859\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"datadog_api_client_python_test_create_a_logbased_metric_returns_ok_response_1617189622.037749\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"avg_metric_hour\":1,\"max_metric_hour\":1,\"metric_category\":\"custom\",\"metric_name\":\"Test_Typescript_Create_a_log_based_metric_returns_OK_response_1632820425\"}],\"metadata\":{\"day\":\"2025-05-09T00:00:00+00:00\",\"pagination\":{\"total_number_of_records\":null,\"limit\":500,\"next_record_id\":null}}}\n" }, "cookies": [], "headers": [ @@ -46,14 +46,14 @@ "value": "application/json" } ], - "headersSize": 672, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:20.884Z", - "time": 398 + "startedDateTime": "2025-05-12T11:35:28.788Z", + "time": 544 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/frozen.json index 6ac93b66c570..781bb146e839 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:21.295Z" +"2025-05-12T11:35:29.344Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/recording.har index 2b4a43a8483a..530ddc6afbfa 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-Bad-Request-response_657062449/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "e1c0741ef718ee3d3344b6a5fa498a6f", + "_id": "4de42e8bae4d185552afd90bc2fee74c", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 624, + "headersSize": 643, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T00:41:21.295Z" + "value": "2025-05-09T11:35:29.344Z" }, { "name": "end_hr", - "value": "2022-03-27T00:41:21.295Z" + "value": "2025-05-07T11:35:29.344Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/logs-by-retention?start_hr=2022-03-29T00%3A41%3A21.295Z&end_hr=2022-03-27T00%3A41%3A21.295Z" + "url": "https://api.datadoghq.com/api/v1/usage/logs-by-retention?start_hr=2025-05-09T11%3A35%3A29.344Z&end_hr=2025-05-07T11%3A35%3A29.344Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:21.301Z", - "time": 89 + "startedDateTime": "2025-05-12T11:35:29.347Z", + "time": 179 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/frozen.json index 21e0b38ca67c..d9440c617821 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:21.397Z" +"2025-05-12T11:35:29.535Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/recording.har index 2a64e6c13ad8..3b56bf45788c 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-logs-usage-by-retention-returns-OK-response_812826557/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "cb62095b8deb9482c1419202c0a60ce9", + "_id": "7843076a8f3f311a8fc920970eb6db7b", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 625, + "headersSize": 643, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:21.397Z" + "value": "2025-05-07T11:35:29.535Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:21.397Z" + "value": "2025-05-09T11:35:29.535Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/logs-by-retention?start_hr=2022-03-27T00%3A41%3A21.397Z&end_hr=2022-03-29T00%3A41%3A21.397Z" + "url": "https://api.datadoghq.com/api/v1/usage/logs-by-retention?start_hr=2025-05-07T11%3A35%3A29.535Z&end_hr=2025-05-09T11%3A35%3A29.535Z" }, "response": { - "bodySize": 7355, + "bodySize": 11200, "content": { "mimeType": "application/json", - "size": 7355, - "text": "{\"usage\":[{\"retention\":\"15\",\"indexed_events_count\":11325,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T00:00:00+00:00\",\"live_indexed_events_count\":11325},{\"retention\":\"15\",\"indexed_events_count\":11262,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T01:00:00+00:00\",\"live_indexed_events_count\":11262},{\"retention\":\"15\",\"indexed_events_count\":11230,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T02:00:00+00:00\",\"live_indexed_events_count\":11230},{\"retention\":\"15\",\"indexed_events_count\":11237,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T03:00:00+00:00\",\"live_indexed_events_count\":11237},{\"retention\":\"15\",\"indexed_events_count\":11231,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T04:00:00+00:00\",\"live_indexed_events_count\":11231},{\"retention\":\"15\",\"indexed_events_count\":11169,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T05:00:00+00:00\",\"live_indexed_events_count\":11169},{\"retention\":\"15\",\"indexed_events_count\":11225,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T06:00:00+00:00\",\"live_indexed_events_count\":11225},{\"retention\":\"15\",\"indexed_events_count\":11256,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T07:00:00+00:00\",\"live_indexed_events_count\":11256},{\"retention\":\"15\",\"indexed_events_count\":11314,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T08:00:00+00:00\",\"live_indexed_events_count\":11314},{\"retention\":\"15\",\"indexed_events_count\":11257,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T09:00:00+00:00\",\"live_indexed_events_count\":11257},{\"retention\":\"15\",\"indexed_events_count\":11221,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T10:00:00+00:00\",\"live_indexed_events_count\":11221},{\"retention\":\"15\",\"indexed_events_count\":11168,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T11:00:00+00:00\",\"live_indexed_events_count\":11168},{\"retention\":\"15\",\"indexed_events_count\":11314,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T12:00:00+00:00\",\"live_indexed_events_count\":11314},{\"retention\":\"15\",\"indexed_events_count\":11257,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T13:00:00+00:00\",\"live_indexed_events_count\":11257},{\"retention\":\"15\",\"indexed_events_count\":11265,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T14:00:00+00:00\",\"live_indexed_events_count\":11265},{\"retention\":\"15\",\"indexed_events_count\":11232,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T15:00:00+00:00\",\"live_indexed_events_count\":11232},{\"retention\":\"15\",\"indexed_events_count\":11314,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T16:00:00+00:00\",\"live_indexed_events_count\":11314},{\"retention\":\"15\",\"indexed_events_count\":11113,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T17:00:00+00:00\",\"live_indexed_events_count\":11113},{\"retention\":\"15\",\"indexed_events_count\":11285,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T18:00:00+00:00\",\"live_indexed_events_count\":11285},{\"retention\":\"15\",\"indexed_events_count\":11256,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T19:00:00+00:00\",\"live_indexed_events_count\":11256},{\"retention\":\"15\",\"indexed_events_count\":11250,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T20:00:00+00:00\",\"live_indexed_events_count\":11250},{\"retention\":\"15\",\"indexed_events_count\":11257,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T21:00:00+00:00\",\"live_indexed_events_count\":11257},{\"retention\":\"15\",\"indexed_events_count\":11285,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T22:00:00+00:00\",\"live_indexed_events_count\":11285},{\"retention\":\"15\",\"indexed_events_count\":11196,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-27T23:00:00+00:00\",\"live_indexed_events_count\":11196},{\"retention\":\"15\",\"indexed_events_count\":11325,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T00:00:00+00:00\",\"live_indexed_events_count\":11325},{\"retention\":\"15\",\"indexed_events_count\":11202,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T01:00:00+00:00\",\"live_indexed_events_count\":11202},{\"retention\":\"15\",\"indexed_events_count\":11226,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T02:00:00+00:00\",\"live_indexed_events_count\":11226},{\"retention\":\"15\",\"indexed_events_count\":11261,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T03:00:00+00:00\",\"live_indexed_events_count\":11261},{\"retention\":\"15\",\"indexed_events_count\":11319,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T04:00:00+00:00\",\"live_indexed_events_count\":11319},{\"retention\":\"15\",\"indexed_events_count\":11197,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T05:00:00+00:00\",\"live_indexed_events_count\":11197},{\"retention\":\"15\",\"indexed_events_count\":11285,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T06:00:00+00:00\",\"live_indexed_events_count\":11285},{\"retention\":\"15\",\"indexed_events_count\":11256,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T07:00:00+00:00\",\"live_indexed_events_count\":11256},{\"retention\":\"15\",\"indexed_events_count\":11254,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T08:00:00+00:00\",\"live_indexed_events_count\":11254},{\"retention\":\"15\",\"indexed_events_count\":11203,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T09:00:00+00:00\",\"live_indexed_events_count\":11203},{\"retention\":\"15\",\"indexed_events_count\":11172,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T10:00:00+00:00\",\"live_indexed_events_count\":11172},{\"retention\":\"15\",\"indexed_events_count\":11285,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T11:00:00+00:00\",\"live_indexed_events_count\":11285},{\"retention\":\"15\",\"indexed_events_count\":11290,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T12:00:00+00:00\",\"live_indexed_events_count\":11290},{\"retention\":\"15\",\"indexed_events_count\":11257,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T13:00:00+00:00\",\"live_indexed_events_count\":11257},{\"retention\":\"15\",\"indexed_events_count\":11285,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T14:00:00+00:00\",\"live_indexed_events_count\":11285},{\"retention\":\"15\",\"indexed_events_count\":11232,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T15:00:00+00:00\",\"live_indexed_events_count\":11232},{\"retention\":\"15\",\"indexed_events_count\":11266,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T16:00:00+00:00\",\"live_indexed_events_count\":11266},{\"retention\":\"15\",\"indexed_events_count\":11257,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T17:00:00+00:00\",\"live_indexed_events_count\":11257},{\"retention\":\"15\",\"indexed_events_count\":11285,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T18:00:00+00:00\",\"live_indexed_events_count\":11285},{\"retention\":\"15\",\"indexed_events_count\":11172,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T19:00:00+00:00\",\"live_indexed_events_count\":11172},{\"retention\":\"15\",\"indexed_events_count\":11294,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T20:00:00+00:00\",\"live_indexed_events_count\":11294},{\"retention\":\"15\",\"indexed_events_count\":11180,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T21:00:00+00:00\",\"live_indexed_events_count\":11180},{\"retention\":\"15\",\"indexed_events_count\":11197,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T22:00:00+00:00\",\"live_indexed_events_count\":11197},{\"retention\":\"15\",\"indexed_events_count\":11208,\"rehydrated_indexed_events_count\":0,\"hour\":\"2022-03-28T23:00:00+00:00\",\"live_indexed_events_count\":11208}]}" + "size": 11200, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":5,\"live_indexed_events_count\":5,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":5,\"live_indexed_events_count\":5,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":14,\"live_indexed_events_count\":14,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":6,\"live_indexed_events_count\":6,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":8,\"live_indexed_events_count\":8,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":6,\"live_indexed_events_count\":6,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":14,\"live_indexed_events_count\":14,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":6,\"live_indexed_events_count\":6,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":8,\"live_indexed_events_count\":8,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":null,\"retention\":\"15\",\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"retention\":\"15\",\"indexed_events_count\":2,\"live_indexed_events_count\":2,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":null,\"retention\":null,\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":null,\"retention\":null,\"indexed_events_count\":0,\"live_indexed_events_count\":0,\"rehydrated_indexed_events_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:21.416Z", - "time": 431 + "startedDateTime": "2025-05-12T11:35:29.539Z", + "time": 811 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/frozen.json index 6c63cba36cd1..522c0791466a 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/frozen.json @@ -1 +1 @@ -"2022-05-23T08:46:26.291Z" +"2025-05-12T11:35:30.359Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/recording.har index a66cef9d75f2..2f5e9b10142f 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-attribution-returns-OK-response_492109128/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "6311f6f0e5db4fdc78ded4bfad400fa7", + "_id": "418f0c3d1a77cde9a662ed64f0a15b3b", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 620, + "headersSize": 638, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-05-20T08:46:26.291Z" + "value": "2025-05-09T11:35:30.359Z" }, { "name": "usage_type", "value": "infra_host_usage" } ], - "url": "https://api.datadoghq.com/api/v1/usage/hourly-attribution?start_hr=2022-05-20T08%3A46%3A26.291Z&usage_type=infra_host_usage" + "url": "https://api.datadoghq.com/api/v1/usage/hourly-attribution?start_hr=2025-05-09T11%3A35%3A30.359Z&usage_type=infra_host_usage" }, "response": { - "bodySize": 4333, + "bodySize": 9305, "content": { "mimeType": "application/json", - "size": 4333, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T08:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T00\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T09:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T00\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T10:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T00\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T11:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T00\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T12:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T04\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T13:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T04\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T14:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T04\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T15:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T04\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T16:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T07\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T17:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T07\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T18:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T07\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T19:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T07\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T20:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T10\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T21:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T10\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T22:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T10\",\"usage_type\":\"infra_host_usage\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-20T23:00:00+00:00\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"total_usage_sum\":18,\"updated_at\":\"2022-05-21T10\",\"usage_type\":\"infra_host_usage\"}],\"metadata\":{\"pagination\":{\"next_record_id\":null}}}" + "size": 9305, + "text": "{\"usage\":[{\"hour\":\"2025-05-09T11:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-10T02\",\"region\":\"us\"},{\"hour\":\"2025-05-09T11:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-10T02\",\"region\":\"us\"},{\"hour\":\"2025-05-09T12:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-10T08\",\"region\":\"us\"},{\"hour\":\"2025-05-09T13:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-10T08\",\"region\":\"us\"},{\"hour\":\"2025-05-09T13:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-10T08\",\"region\":\"us\"},{\"hour\":\"2025-05-09T14:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-10T08\",\"region\":\"us\"},{\"hour\":\"2025-05-09T14:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-10T08\",\"region\":\"us\"},{\"hour\":\"2025-05-09T15:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-10T08\",\"region\":\"us\"},{\"hour\":\"2025-05-09T15:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-10T08\",\"region\":\"us\"},{\"hour\":\"2025-05-09T16:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T16:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T17:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T17:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T18:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T18:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T19:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T19:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T05\",\"region\":\"us\"},{\"hour\":\"2025-05-09T20:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T15\",\"region\":\"us\"},{\"hour\":\"2025-05-09T20:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T15\",\"region\":\"us\"},{\"hour\":\"2025-05-09T21:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T15\",\"region\":\"us\"},{\"hour\":\"2025-05-09T21:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T15\",\"region\":\"us\"},{\"hour\":\"2025-05-09T22:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T15\",\"region\":\"us\"},{\"hour\":\"2025-05-09T23:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T15\",\"region\":\"us\"},{\"hour\":\"2025-05-10T00:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"},{\"hour\":\"2025-05-10T00:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"},{\"hour\":\"2025-05-10T01:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"},{\"hour\":\"2025-05-10T01:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"},{\"hour\":\"2025-05-10T02:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"},{\"hour\":\"2025-05-10T02:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"},{\"hour\":\"2025-05-10T03:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":2,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"},{\"hour\":\"2025-05-10T03:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":{},\"usage_type\":\"infra_host_usage\",\"total_usage_sum\":1,\"updated_at\":\"2025-05-11T23\",\"region\":\"us\"}],\"metadata\":{\"pagination\":{\"next_record_id\":null}}}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 673, + "headersSize": 658, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-05-23T08:46:26.309Z", - "time": 695 + "startedDateTime": "2025-05-12T11:35:30.363Z", + "time": 3756 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/frozen.json index f67189d922ec..5461ed567d39 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/frozen.json @@ -1 +1 @@ -"2023-09-25T19:13:30.824Z" +"2025-05-12T11:35:34.125Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/recording.har index 4d8aef57e452..278e1a011dcd 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-Bad-Request-response_3117473972/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "1f69f826fa776ee3f1a075db67924860", + "_id": "71d81ee4a2146ca80736fd240938dac6", "_order": 0, "cache": {}, "request": { @@ -18,23 +18,23 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 604, + "headersSize": 622, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2023-09-22T19:13:30.824Z" + "value": "2025-05-09T11:35:34.125Z" }, { "name": "end_hr", - "value": "2023-09-20T19:13:30.824Z" + "value": "2025-05-07T11:35:34.125Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/ci-app?start_hr=2023-09-22T19%3A13%3A30.824Z&end_hr=2023-09-20T19%3A13%3A30.824Z" + "url": "https://api.datadoghq.com/api/v1/usage/ci-app?start_hr=2025-05-09T11%3A35%3A34.125Z&end_hr=2025-05-07T11%3A35%3A34.125Z" }, "response": { "bodySize": 77, @@ -56,8 +56,8 @@ "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2023-09-25T19:13:30.832Z", - "time": 184 + "startedDateTime": "2025-05-12T11:35:34.129Z", + "time": 474 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/frozen.json index b91b3c967520..76ed85ccf764 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/frozen.json @@ -1 +1 @@ -"2023-09-25T18:27:41.222Z" +"2025-05-12T14:00:41.417Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/recording.har index 6e4fd78ebf72..4e74692bb551 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CI-visibility-returns-OK-response_2731015530/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "5a032e0d101e6db7f2de0b6d0cfb7390", + "_id": "30e2f2af3b752e8460812f5155de0939", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 604, + "headersSize": 622, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2023-09-20T18:27:41.222Z" + "value": "2025-05-07T14:00:41.417Z" }, { "name": "end_hr", - "value": "2023-09-22T18:27:41.222Z" + "value": "2025-05-09T14:00:41.417Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/ci-app?start_hr=2023-09-20T18%3A27%3A41.222Z&end_hr=2023-09-22T18%3A27%3A41.222Z" + "url": "https://api.datadoghq.com/api/v1/usage/ci-app?start_hr=2025-05-07T14%3A00%3A41.417Z&end_hr=2025-05-09T14%3A00%3A41.417Z" }, "response": { - "bodySize": 14040, + "bodySize": 14034, "content": { "mimeType": "application/json", - "size": 14040, - "text": "{\"usage\":[{\"hour\":\"2023-09-20T18:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T19:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T20:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T21:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T22:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T23:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T00:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":4,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T01:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T02:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T03:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T04:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":4,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T05:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T06:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T07:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T08:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T09:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T10:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T11:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T12:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T13:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T14:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T15:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T16:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T17:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T18:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T19:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T20:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T21:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T22:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T23:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T00:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T01:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":4,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T02:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":4,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T03:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T04:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T05:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T06:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T07:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T08:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T09:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T10:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T11:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T12:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T13:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T14:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T15:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T16:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T17:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" + "size": 14034, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":4,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":6,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T11:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":2,\"ci_test_indexed_spans\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T12:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T13:00:00+00:00\",\"region\":\"us\",\"ci_visibility_itr_committers\":null,\"ci_visibility_pipeline_committers\":0,\"ci_visibility_test_committers\":0,\"ci_pipeline_indexed_spans\":null,\"ci_test_indexed_spans\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -56,8 +56,8 @@ "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-09-25T18:27:41.232Z", - "time": 371 + "startedDateTime": "2025-05-12T14:00:41.422Z", + "time": 493 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/frozen.json index 2ae3a9215a60..10511a5387e7 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/frozen.json @@ -1 +1 @@ -"2023-09-20T21:11:12.476Z" +"2025-05-12T11:35:35.472Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/recording.har index 81e3d5cb7f9c..f30e2d676024 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-CSM-Pro-returns-OK-response_2345085612/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "6784202580c0b49a9247e6b54ae734d1", + "_id": "12ca8b04e03be5c789024893aa8ca9d6", "_order": 0, "cache": {}, "request": { @@ -18,26 +18,26 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 591, + "headersSize": 609, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2023-09-17T21:11:12.476Z" + "value": "2025-05-09T11:35:35.472Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/cspm?start_hr=2023-09-17T21%3A11%3A12.476Z" + "url": "https://api.datadoghq.com/api/v1/usage/cspm?start_hr=2025-05-09T11%3A35%3A35.472Z" }, "response": { "bodySize": 6852, "content": { "mimeType": "application/json", "size": 6852, - "text": "{\"usage\":[{\"hour\":\"2023-09-17T21:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-17T22:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-17T23:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T00:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T01:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T02:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T03:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T04:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T05:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T06:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T07:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T08:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T09:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T10:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T11:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T12:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T13:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T14:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T15:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T16:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T17:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T18:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T19:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-18T20:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" + "text": "{\"usage\":[{\"hour\":\"2025-05-09T11:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T12:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T13:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T14:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T15:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T16:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T17:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T18:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T19:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T20:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T21:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T22:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T23:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T00:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T01:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T02:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T03:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T04:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T05:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T06:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T07:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T08:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T09:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-10T10:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"container_count\":null,\"aas_host_count\":null,\"aws_host_count\":null,\"gcp_host_count\":null,\"azure_host_count\":null,\"compliance_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -52,8 +52,8 @@ "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-09-20T21:11:12.816Z", - "time": 542 + "startedDateTime": "2025-05-12T11:35:35.476Z", + "time": 943 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/frozen.json index fb6d3d3d74fc..62c01c9cbbf6 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:36.948Z" +"2025-05-12T11:35:36.427Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/recording.har index 9526819c7ed9..03e31cd9d2a7 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Database-Monitoring-returns-OK-response_2320081823/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "133a7a0293a1f69eb81b63d08a1ba819", + "_id": "fbc3de0c9ad5fba34108743e9e0201e9", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 599, + "headersSize": 617, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T15:43:36.948Z" + "value": "2025-05-07T11:35:36.427Z" }, { "name": "end_hr", - "value": "2022-03-29T15:43:36.948Z" + "value": "2025-05-09T11:35:36.427Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/dbm?start_hr=2022-03-27T15%3A43%3A36.948Z&end_hr=2022-03-29T15%3A43%3A36.948Z" + "url": "https://api.datadoghq.com/api/v1/usage/dbm?start_hr=2025-05-07T11%3A35%3A36.427Z&end_hr=2025-05-09T11%3A35%3A36.427Z" }, "response": { - "bodySize": 7595, + "bodySize": 8268, "content": { "mimeType": "application/json", - "size": 7595, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T14:00:00+00:00\"}]}" + "size": 8268, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"dbm_host_count\":null,\"dbm_queries_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 670, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T15:43:36.950Z", - "time": 285 + "startedDateTime": "2025-05-12T11:35:36.430Z", + "time": 880 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/frozen.json index aa0b766bf7b3..e385836bfd9c 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:23.099Z" +"2025-05-12T11:35:37.319Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/recording.har index d28070b78c93..040d229d69ba 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-Bad-Request-response_142571098/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "dc845438d3adc146e22ea622bfd46bcf", + "_id": "e4281220c5bddd9bab3d5366f1a48972", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 607, + "headersSize": 625, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T00:41:23.099Z" + "value": "2025-05-09T11:35:37.319Z" }, { "name": "end_hr", - "value": "2022-03-27T00:41:23.099Z" + "value": "2025-05-07T11:35:37.319Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/fargate?start_hr=2022-03-29T00%3A41%3A23.099Z&end_hr=2022-03-27T00%3A41%3A23.099Z" + "url": "https://api.datadoghq.com/api/v1/usage/fargate?start_hr=2025-05-09T11%3A35%3A37.319Z&end_hr=2025-05-07T11%3A35%3A37.319Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:23.102Z", - "time": 96 + "startedDateTime": "2025-05-12T11:35:37.322Z", + "time": 494 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/frozen.json index a3510c42bf34..91db11e4af38 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:23.206Z" +"2025-05-12T11:35:37.825Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/recording.har index 927c15edec6b..1358bd2fbe4a 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Fargate-returns-OK-response_1092882984/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "6573819cc1ae4d69f09db54c806322d0", + "_id": "695e8f500c61772c74b260105fe19f21", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 606, + "headersSize": 625, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:23.206Z" + "value": "2025-05-07T11:35:37.825Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:23.206Z" + "value": "2025-05-09T11:35:37.825Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/fargate?start_hr=2022-03-27T00%3A41%3A23.206Z&end_hr=2022-03-29T00%3A41%3A23.206Z" + "url": "https://api.datadoghq.com/api/v1/usage/fargate?start_hr=2025-05-07T11%3A35%3A37.825Z&end_hr=2025-05-09T11%3A35%3A37.825Z" }, "response": { - "bodySize": 8987, + "bodySize": 11100, "content": { "mimeType": "application/json", - "size": 8987, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T00:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T01:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T02:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T03:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T04:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T05:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T06:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T07:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T08:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T09:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T10:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T11:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T12:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T13:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T14:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"avg_tasks_count\":null,\"tasks_count\":null,\"avg_profiled_fargate_tasks\":null}]}" + "size": 11100, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"tasks_count\":null,\"apm_fargate_count\":null,\"appsec_fargate_count\":null,\"avg_profiled_fargate_tasks\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 652, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:23.210Z", - "time": 700 + "startedDateTime": "2025-05-12T11:35:37.828Z", + "time": 980 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/frozen.json index 639f99077acb..abbaa9363e0d 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:27.865Z" +"2025-05-12T11:35:38.816Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/recording.har index 4875d953479a..9d8b73892d52 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-Bad-Request-response_1259549568/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "503729ea9981d4f515aa98293efed595", + "_id": "b287c242004da8a43a9554e5fd97cf88", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 612, + "headersSize": 630, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-28T09:34:27.865Z" + "value": "2025-05-09T11:35:38.816Z" }, { "name": "end_hr", - "value": "2022-01-26T09:34:27.865Z" + "value": "2025-05-07T11:35:38.816Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/iot?start_hr=2022-01-28T09%3A34%3A27.865Z&end_hr=2022-01-26T09%3A34%3A27.865Z" + "url": "https://api.datadoghq.com/api/v1/usage/iot?start_hr=2025-05-09T11%3A35%3A38.816Z&end_hr=2025-05-07T11%3A35%3A38.816Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 519, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-01-31T09:34:27.880Z", - "time": 466 + "startedDateTime": "2025-05-12T11:35:38.819Z", + "time": 459 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/frozen.json index a91afeacef65..46503644c1fa 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:28.357Z" +"2025-05-12T11:35:39.286Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/recording.har index fcf0436bdd49..825ccc166835 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-IoT-returns-OK-response_397741134/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "bd67b8df49232c1444304716c4d749c1", + "_id": "1d431b64e82a0ce484c7a4221ca4efe9", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 612, + "headersSize": 630, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-26T09:34:28.357Z" + "value": "2025-05-07T11:35:39.286Z" }, { "name": "end_hr", - "value": "2022-01-28T09:34:28.357Z" + "value": "2025-05-09T11:35:39.286Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/iot?start_hr=2022-01-26T09%3A34%3A28.357Z&end_hr=2022-01-28T09%3A34%3A28.357Z" + "url": "https://api.datadoghq.com/api/v1/usage/iot?start_hr=2025-05-07T11%3A35%3A39.286Z&end_hr=2025-05-09T11%3A35%3A39.286Z" }, "response": { - "bodySize": 7403, + "bodySize": 7020, "content": { "mimeType": "application/json", - "size": 7403, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"iot_device_count\":0,\"iot_device_tag\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T08:00:00+00:00\"}]}" + "size": 7020, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"iot_device_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 521, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-01-31T09:34:28.362Z", - "time": 833 + "startedDateTime": "2025-05-12T11:35:39.288Z", + "time": 863 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/frozen.json index 113b489096b4..27639c74e8de 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:23.917Z" +"2025-05-12T14:01:50.686Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/recording.har index eb82de3f4da8..ab2f29153ae3 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-Bad-Request-response_430721601/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "435a1f46a76f96f928858d458117ac77", + "_id": "e1c20fa6212228bad4908b6bec7bb53b", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 609, + "headersSize": 627, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T00:41:23.917Z" + "value": "2025-05-09T14:01:50.686Z" }, { "name": "end_hr", - "value": "2022-03-27T00:41:23.917Z" + "value": "2025-05-07T14:01:50.686Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/aws_lambda?start_hr=2022-03-29T00%3A41%3A23.917Z&end_hr=2022-03-27T00%3A41%3A23.917Z" + "url": "https://api.datadoghq.com/api/v1/usage/aws_lambda?start_hr=2025-05-09T14%3A01%3A50.686Z&end_hr=2025-05-07T14%3A01%3A50.686Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:23.927Z", - "time": 86 + "startedDateTime": "2025-05-12T14:01:50.692Z", + "time": 136 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/frozen.json index fda8b2b4954b..009a6d1c2bc6 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:24.021Z" +"2025-05-12T11:35:40.521Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/recording.har index dc0ad5e5fea6..26a5111f72e7 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-returns-OK-response_3225764173/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "7ebc044518688c95c20b535b80b44b22", + "_id": "ac5607bb723c8d6b010807307f0f57a1", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 609, + "headersSize": 627, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:24.021Z" + "value": "2025-05-07T11:35:40.521Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:24.021Z" + "value": "2025-05-09T11:35:40.521Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/aws_lambda?start_hr=2022-03-27T00%3A41%3A24.021Z&end_hr=2022-03-29T00%3A41%3A24.021Z" + "url": "https://api.datadoghq.com/api/v1/usage/aws_lambda?start_hr=2025-05-07T11%3A35%3A40.521Z&end_hr=2025-05-09T11%3A35%3A40.521Z" }, "response": { - "bodySize": 7019, + "bodySize": 7980, "content": { "mimeType": "application/json", - "size": 7019, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T00:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T01:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T02:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T03:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T04:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T05:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T06:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T07:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T08:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T09:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T10:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T11:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T12:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T13:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T14:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"invocations_sum\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"func_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"invocations_sum\":0}]}" + "size": 7980, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"func_count\":null,\"invocations_sum\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:24.024Z", - "time": 497 + "startedDateTime": "2025-05-12T11:35:40.523Z", + "time": 871 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/frozen.json index 80ff62486184..e6d6685d04e6 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/frozen.json @@ -1 +1 @@ -"2022-04-01T17:01:53.545Z" +"2025-05-12T11:35:41.404Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/recording.har index b885c12c45dc..5c6189b298b6 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-Bad-Request-response_3053128700/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "5ca0c9facd697a26453babfb3f6e3d5f", + "_id": "bc81bc4dbd8a517042927bfefb969435", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 617, + "headersSize": 635, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T17:01:53.545Z" + "value": "2025-05-09T11:35:41.404Z" }, { "name": "end_hr", - "value": "2022-03-27T17:01:53.545Z" + "value": "2025-05-07T11:35:41.404Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/logs_by_index?start_hr=2022-03-29T17%3A01%3A53.545Z&end_hr=2022-03-27T17%3A01%3A53.545Z" + "url": "https://api.datadoghq.com/api/v1/usage/logs_by_index?start_hr=2025-05-09T11%3A35%3A41.404Z&end_hr=2025-05-07T11%3A35%3A41.404Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T17:01:53.549Z", - "time": 167 + "startedDateTime": "2025-05-12T11:35:41.407Z", + "time": 346 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/frozen.json index d0e5d6836a8b..2d9a89ba67e2 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:39.457Z" +"2025-05-12T11:35:41.762Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/recording.har index 291fe412e7df..09846b7aae53 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-by-Index-returns-OK-response_1678863138/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "dbec6d6d254ef463efa2802a63b953ec", + "_id": "126bd689999c45ef1b56f1c1d374c3b9", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 617, + "headersSize": 635, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T15:43:39.457Z" + "value": "2025-05-07T11:35:41.762Z" }, { "name": "end_hr", - "value": "2022-03-29T15:43:39.457Z" + "value": "2025-05-09T11:35:41.762Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/logs_by_index?start_hr=2022-03-27T15%3A43%3A39.457Z&end_hr=2022-03-29T15%3A43%3A39.457Z" + "url": "https://api.datadoghq.com/api/v1/usage/logs_by_index?start_hr=2025-05-07T11%3A35%3A41.762Z&end_hr=2025-05-09T11%3A35%3A41.762Z" }, "response": { - "bodySize": 10331, + "bodySize": 5317, "content": { "mimeType": "application/json", - "size": 10331, - "text": "{\"usage\":[{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T15:00:00+00:00\",\"event_count\":11232,\"org_id\":321813,\"live_index_indexed\":11232,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T16:00:00+00:00\",\"event_count\":11314,\"org_id\":321813,\"live_index_indexed\":11314,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T17:00:00+00:00\",\"event_count\":11113,\"org_id\":321813,\"live_index_indexed\":11113,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T18:00:00+00:00\",\"event_count\":11285,\"org_id\":321813,\"live_index_indexed\":11285,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T19:00:00+00:00\",\"event_count\":11256,\"org_id\":321813,\"live_index_indexed\":11256,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T20:00:00+00:00\",\"event_count\":11250,\"org_id\":321813,\"live_index_indexed\":11250,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T21:00:00+00:00\",\"event_count\":11257,\"org_id\":321813,\"live_index_indexed\":11257,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T22:00:00+00:00\",\"event_count\":11285,\"org_id\":321813,\"live_index_indexed\":11285,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-27T23:00:00+00:00\",\"event_count\":11196,\"org_id\":321813,\"live_index_indexed\":11196,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T00:00:00+00:00\",\"event_count\":11325,\"org_id\":321813,\"live_index_indexed\":11325,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T01:00:00+00:00\",\"event_count\":11202,\"org_id\":321813,\"live_index_indexed\":11202,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T02:00:00+00:00\",\"event_count\":11226,\"org_id\":321813,\"live_index_indexed\":11226,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T03:00:00+00:00\",\"event_count\":11261,\"org_id\":321813,\"live_index_indexed\":11261,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T04:00:00+00:00\",\"event_count\":11319,\"org_id\":321813,\"live_index_indexed\":11319,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T05:00:00+00:00\",\"event_count\":11197,\"org_id\":321813,\"live_index_indexed\":11197,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T06:00:00+00:00\",\"event_count\":11285,\"org_id\":321813,\"live_index_indexed\":11285,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T07:00:00+00:00\",\"event_count\":11256,\"org_id\":321813,\"live_index_indexed\":11256,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T08:00:00+00:00\",\"event_count\":11254,\"org_id\":321813,\"live_index_indexed\":11254,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T09:00:00+00:00\",\"event_count\":11203,\"org_id\":321813,\"live_index_indexed\":11203,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T10:00:00+00:00\",\"event_count\":11172,\"org_id\":321813,\"live_index_indexed\":11172,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T11:00:00+00:00\",\"event_count\":11285,\"org_id\":321813,\"live_index_indexed\":11285,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T12:00:00+00:00\",\"event_count\":11290,\"org_id\":321813,\"live_index_indexed\":11290,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T13:00:00+00:00\",\"event_count\":11257,\"org_id\":321813,\"live_index_indexed\":11257,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T14:00:00+00:00\",\"event_count\":11285,\"org_id\":321813,\"live_index_indexed\":11285,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T15:00:00+00:00\",\"event_count\":11232,\"org_id\":321813,\"live_index_indexed\":11232,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T16:00:00+00:00\",\"event_count\":11266,\"org_id\":321813,\"live_index_indexed\":11266,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T17:00:00+00:00\",\"event_count\":11257,\"org_id\":321813,\"live_index_indexed\":11257,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T18:00:00+00:00\",\"event_count\":11285,\"org_id\":321813,\"live_index_indexed\":11285,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T19:00:00+00:00\",\"event_count\":11172,\"org_id\":321813,\"live_index_indexed\":11172,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T20:00:00+00:00\",\"event_count\":11294,\"org_id\":321813,\"live_index_indexed\":11294,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T21:00:00+00:00\",\"event_count\":11180,\"org_id\":321813,\"live_index_indexed\":11180,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T22:00:00+00:00\",\"event_count\":11197,\"org_id\":321813,\"live_index_indexed\":11197,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-28T23:00:00+00:00\",\"event_count\":11208,\"org_id\":321813,\"live_index_indexed\":11208,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T00:00:00+00:00\",\"event_count\":11305,\"org_id\":321813,\"live_index_indexed\":11305,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T01:00:00+00:00\",\"event_count\":11262,\"org_id\":321813,\"live_index_indexed\":11262,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T02:00:00+00:00\",\"event_count\":11170,\"org_id\":321813,\"live_index_indexed\":11170,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T03:00:00+00:00\",\"event_count\":11113,\"org_id\":321813,\"live_index_indexed\":11113,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T04:00:00+00:00\",\"event_count\":11290,\"org_id\":321813,\"live_index_indexed\":11290,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T05:00:00+00:00\",\"event_count\":11286,\"org_id\":321813,\"live_index_indexed\":11286,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T06:00:00+00:00\",\"event_count\":11285,\"org_id\":321813,\"live_index_indexed\":11285,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T07:00:00+00:00\",\"event_count\":11256,\"org_id\":321813,\"live_index_indexed\":11256,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T08:00:00+00:00\",\"event_count\":11254,\"org_id\":321813,\"live_index_indexed\":11254,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T09:00:00+00:00\",\"event_count\":11193,\"org_id\":321813,\"live_index_indexed\":11193,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T10:00:00+00:00\",\"event_count\":11236,\"org_id\":321813,\"live_index_indexed\":11236,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T11:00:00+00:00\",\"event_count\":11261,\"org_id\":321813,\"live_index_indexed\":11261,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T12:00:00+00:00\",\"event_count\":11314,\"org_id\":321813,\"live_index_indexed\":11314,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T13:00:00+00:00\",\"event_count\":11233,\"org_id\":321813,\"live_index_indexed\":11233,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15},{\"rehydrated_indexed\":0,\"hour\":\"2022-03-29T14:00:00+00:00\",\"event_count\":11225,\"org_id\":321813,\"live_index_indexed\":11225,\"index_name\":\"main\",\"rate_limited\":false,\"filtered\":false,\"index_id\":\"33715\",\"retention\":15}]}" + "size": 5317, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":5,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":5,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":5,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":5,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":14,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":14,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":6,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":6,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":8,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":8,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":6,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":6,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":14,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":14,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":6,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":6,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":8,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":8,\"rehydrated_indexed\":0,\"region\":\"us\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"index_id\":\"33715\",\"event_count\":2,\"retention\":15,\"index_name\":\"main\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"rate_limited\":false,\"filtered\":false,\"live_index_indexed\":2,\"rehydrated_indexed\":0,\"region\":\"us\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T15:43:39.459Z", - "time": 349 + "startedDateTime": "2025-05-12T11:35:41.766Z", + "time": 752 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/frozen.json index 43726aaf7fe0..8e2e16fa2e8a 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:39.812Z" +"2025-05-12T11:35:42.528Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/recording.har index 6ba8a32f0eda..45c300c45822 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-Bad-Request-response_650815353/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "63483949f6889d61349e27cfb93ddbe8", + "_id": "661a347bdb4e9fe54b9070ef3fa1f99a", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 601, + "headersSize": 619, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T15:43:39.812Z" + "value": "2025-05-09T11:35:42.528Z" }, { "name": "end_hr", - "value": "2022-03-27T15:43:39.812Z" + "value": "2025-05-07T11:35:42.528Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/logs?start_hr=2022-03-29T15%3A43%3A39.812Z&end_hr=2022-03-27T15%3A43%3A39.812Z" + "url": "https://api.datadoghq.com/api/v1/usage/logs?start_hr=2025-05-09T11%3A35%3A42.528Z&end_hr=2025-05-07T11%3A35%3A42.528Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 668, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T15:43:39.815Z", - "time": 169 + "startedDateTime": "2025-05-12T11:35:42.532Z", + "time": 355 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/frozen.json index 0c74ebca4d3c..f69c55b78345 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:39.992Z" +"2025-05-12T11:35:42.895Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/recording.har index 20d515f38d7c..deb76715949d 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Logs-returns-OK-response_2567219573/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "5b2dde06d0bcd5f7a5f149486dc60593", + "_id": "412a16b0cbddd92d48de4e6eda056c43", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 601, + "headersSize": 619, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T15:43:39.992Z" + "value": "2025-05-07T11:35:42.895Z" }, { "name": "end_hr", - "value": "2022-03-29T15:43:39.992Z" + "value": "2025-05-09T11:35:42.895Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/logs?start_hr=2022-03-27T15%3A43%3A39.992Z&end_hr=2022-03-29T15%3A43%3A39.992Z" + "url": "https://api.datadoghq.com/api/v1/usage/logs?start_hr=2025-05-07T11%3A35%3A42.895Z&end_hr=2025-05-09T11%3A35%3A42.895Z" }, "response": { - "bodySize": 12011, + "bodySize": 17932, "content": { "mimeType": "application/json", - "size": 12011, - "text": "{\"usage\":[{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T15:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11232,\"logs_live_indexed_count\":11232},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T16:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11314,\"logs_live_indexed_count\":11314},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T17:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11113,\"logs_live_indexed_count\":11113},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T18:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11285,\"logs_live_indexed_count\":11285},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T19:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11256,\"logs_live_indexed_count\":11256},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T20:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11250,\"logs_live_indexed_count\":11250},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T21:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11257,\"logs_live_indexed_count\":11257},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T22:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11285,\"logs_live_indexed_count\":11285},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-27T23:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11196,\"logs_live_indexed_count\":11196},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T00:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11325,\"logs_live_indexed_count\":11325},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T01:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11202,\"logs_live_indexed_count\":11202},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T02:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11226,\"logs_live_indexed_count\":11226},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T03:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11261,\"logs_live_indexed_count\":11261},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T04:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11319,\"logs_live_indexed_count\":11319},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T05:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11197,\"logs_live_indexed_count\":11197},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T06:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11285,\"logs_live_indexed_count\":11285},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T07:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11256,\"logs_live_indexed_count\":11256},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T08:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11254,\"logs_live_indexed_count\":11254},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T09:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11203,\"logs_live_indexed_count\":11203},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T10:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11172,\"logs_live_indexed_count\":11172},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T11:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11285,\"logs_live_indexed_count\":11285},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T12:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11290,\"logs_live_indexed_count\":11290},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T13:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11257,\"logs_live_indexed_count\":11257},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T14:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11285,\"logs_live_indexed_count\":11285},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T15:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11232,\"logs_live_indexed_count\":11232},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T16:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11266,\"logs_live_indexed_count\":11266},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T17:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11257,\"logs_live_indexed_count\":11257},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T18:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11285,\"logs_live_indexed_count\":11285},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T19:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11172,\"logs_live_indexed_count\":11172},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T20:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11294,\"logs_live_indexed_count\":11294},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T21:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11180,\"logs_live_indexed_count\":11180},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T22:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11197,\"logs_live_indexed_count\":11197},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-28T23:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11208,\"logs_live_indexed_count\":11208},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T00:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11305,\"logs_live_indexed_count\":11305},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T01:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11262,\"logs_live_indexed_count\":11262},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T02:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11170,\"logs_live_indexed_count\":11170},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T03:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11113,\"logs_live_indexed_count\":11113},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T04:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11290,\"logs_live_indexed_count\":11290},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T05:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11286,\"logs_live_indexed_count\":11286},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T06:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11285,\"logs_live_indexed_count\":11285},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T07:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11256,\"logs_live_indexed_count\":11256},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T08:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11254,\"logs_live_indexed_count\":11254},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T09:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11193,\"logs_live_indexed_count\":11193},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T10:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11236,\"logs_live_indexed_count\":11236},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T11:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11261,\"logs_live_indexed_count\":11261},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T12:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11314,\"logs_live_indexed_count\":11314},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T13:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11233,\"logs_live_indexed_count\":11233},{\"logs_live_ingested_bytes\":0,\"ingested_events_bytes\":0,\"hour\":\"2022-03-29T14:00:00+00:00\",\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"billable_ingested_bytes\":0,\"indexed_events_count\":11225,\"logs_live_indexed_count\":11225}]}" + "size": 17932, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":5,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":5,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":5,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":5,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":14,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":14,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":6,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":6,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":8,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":8,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":6,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":6,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":14,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":14,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":6,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":6,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":8,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":8,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":2,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":2,\"logs_live_ingested_bytes\":0,\"logs_rehydrated_indexed_count\":0,\"logs_rehydrated_ingested_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":0,\"ingested_events_bytes\":0,\"billable_ingested_bytes\":0,\"logs_forwarding_events_bytes\":null,\"logs_live_indexed_count\":null,\"logs_live_ingested_bytes\":null,\"logs_rehydrated_indexed_count\":null,\"logs_rehydrated_ingested_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 652, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T15:43:39.994Z", - "time": 229 + "startedDateTime": "2025-05-12T11:35:42.898Z", + "time": 985 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/frozen.json index 7a1e59f26e1e..ce953f6be7ae 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:40.233Z" +"2025-05-12T11:35:43.891Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/recording.har index 62a02b7cdf2e..da774bbc2aca 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-Bad-Request-response_3578534893/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "47bcf56c843e93d04e77ce97b59c649d", + "_id": "17e12cd102339ff6e0c9150a77a2a76a", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T15:43:40.233Z" + "value": "2025-05-09T11:35:43.891Z" }, { "name": "end_hr", - "value": "2022-03-27T15:43:40.233Z" + "value": "2025-05-07T11:35:43.891Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/network_flows?start_hr=2022-03-29T15%3A43%3A40.233Z&end_hr=2022-03-27T15%3A43%3A40.233Z" + "url": "https://api.datadoghq.com/api/v1/usage/network_flows?start_hr=2025-05-09T11%3A35%3A43.891Z&end_hr=2025-05-07T11%3A35%3A43.891Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 668, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T15:43:40.235Z", - "time": 188 + "startedDateTime": "2025-05-12T11:35:43.893Z", + "time": 346 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/frozen.json index 46941b8aae4e..85691485427e 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:40.429Z" +"2025-05-12T11:35:44.247Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/recording.har index 12e7740865ba..5233f46d5247 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Flows-returns-OK-response_1217869745/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "a3c4f60279bc16bef5163ca561f4eae9", + "_id": "381431cae502e940d751be691c09308c", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T15:43:40.429Z" + "value": "2025-05-07T11:35:44.247Z" }, { "name": "end_hr", - "value": "2022-03-29T15:43:40.429Z" + "value": "2025-05-09T11:35:44.247Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/network_flows?start_hr=2022-03-27T15%3A43%3A40.429Z&end_hr=2022-03-29T15%3A43%3A40.429Z" + "url": "https://api.datadoghq.com/api/v1/usage/network_flows?start_hr=2025-05-07T11%3A35%3A44.247Z&end_hr=2025-05-09T11%3A35%3A44.247Z" }, "response": { - "bodySize": 6539, + "bodySize": 7356, "content": { "mimeType": "application/json", - "size": 6539, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-27T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-28T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-03-29T14:00:00+00:00\"}]}" + "size": 7356, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 670, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T15:43:40.431Z", - "time": 274 + "startedDateTime": "2025-05-12T11:35:44.250Z", + "time": 997 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/frozen.json index 5545d317bc77..08f6506e0512 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/frozen.json @@ -1 +1 @@ -"2022-04-01T17:01:55.545Z" +"2025-05-12T11:35:45.254Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/recording.har index 8bdf6ae9fe31..e4f956bba01b 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-Bad-Request-response_73663111/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "06516e1a3bfb1b6919a80e5d66f44fb8", + "_id": "3646c8ce7a0095ab92dd7d320e247838", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T17:01:55.545Z" + "value": "2025-05-09T11:35:45.254Z" }, { "name": "end_hr", - "value": "2022-03-27T17:01:55.545Z" + "value": "2025-05-07T11:35:45.254Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/network_hosts?start_hr=2022-03-29T17%3A01%3A55.545Z&end_hr=2022-03-27T17%3A01%3A55.545Z" + "url": "https://api.datadoghq.com/api/v1/usage/network_hosts?start_hr=2025-05-09T11%3A35%3A45.254Z&end_hr=2025-05-07T11%3A35%3A45.254Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T17:01:55.548Z", - "time": 223 + "startedDateTime": "2025-05-12T11:35:45.257Z", + "time": 353 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/frozen.json index 2e7fc0dc703f..0a4921a68b27 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:40.923Z" +"2025-05-12T11:35:45.619Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/recording.har index 34ca14973680..deb84b1f1296 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Network-Hosts-returns-OK-response_100606499/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "5ce4388424a84c5f0aa20596797f095c", + "_id": "52a5fa0b023fcf5796eb88a6985049a6", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T15:43:40.923Z" + "value": "2025-05-07T11:35:45.619Z" }, { "name": "end_hr", - "value": "2022-03-29T15:43:40.923Z" + "value": "2025-05-09T11:35:45.619Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/network_hosts?start_hr=2022-03-27T15%3A43%3A40.923Z&end_hr=2022-03-29T15%3A43%3A40.923Z" + "url": "https://api.datadoghq.com/api/v1/usage/network_hosts?start_hr=2025-05-07T11%3A35%3A45.619Z&end_hr=2025-05-09T11%3A35%3A45.619Z" }, "response": { - "bodySize": 6059, + "bodySize": 6876, "content": { "mimeType": "application/json", - "size": 6059, - "text": "{\"usage\":[{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T00:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T01:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T02:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T03:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T04:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T05:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T06:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T07:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T08:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T09:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T10:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T11:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T12:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T13:00:00+00:00\"},{\"host_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T14:00:00+00:00\"}]}" + "size": 6876, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 670, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T15:43:40.925Z", - "time": 397 + "startedDateTime": "2025-05-12T11:35:45.621Z", + "time": 894 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/frozen.json index 57a3028cdf1d..e606b75425b2 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/frozen.json @@ -1 +1 @@ -"2022-03-08T15:58:31.986Z" +"2025-05-12T11:35:46.524Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/recording.har index b856e59f7dcc..928f5e394b3f 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-Bad-Request-response_1887400187/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "3d1fead12204f2cd8c2ae453d65bd04b", + "_id": "c01cbdd20123a8026316733455704a2e", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 620, + "headersSize": 638, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-05T15:58:31.986Z" + "value": "2025-05-09T11:35:46.524Z" }, { "name": "end_hr", - "value": "2022-03-03T15:58:31.986Z" + "value": "2025-05-07T11:35:46.524Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/online-archive?start_hr=2022-03-05T15%3A58%3A31.986Z&end_hr=2022-03-03T15%3A58%3A31.986Z" + "url": "https://api.datadoghq.com/api/v1/usage/online-archive?start_hr=2025-05-09T11%3A35%3A46.524Z&end_hr=2025-05-07T11%3A35%3A46.524Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 667, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-03-08T15:58:32.003Z", - "time": 569 + "startedDateTime": "2025-05-12T11:35:46.528Z", + "time": 355 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/frozen.json index 5e2d0f2ce01c..24ec131380d4 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/frozen.json @@ -1 +1 @@ -"2022-03-08T15:58:32.586Z" +"2025-05-12T11:35:46.888Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/recording.har index 30c2f0a3907e..6237e48c2047 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Online-Archive-returns-OK-response_1090808303/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "f753f5e7a93b87e8674bece2b6a594bd", + "_id": "dd46ff9bb1f561fcdec955aaf6532801", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 620, + "headersSize": 638, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-03T15:58:32.586Z" + "value": "2025-05-07T11:35:46.888Z" }, { "name": "end_hr", - "value": "2022-03-05T15:58:32.586Z" + "value": "2025-05-09T11:35:46.888Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/online-archive?start_hr=2022-03-03T15%3A58%3A32.586Z&end_hr=2022-03-05T15%3A58%3A32.586Z" + "url": "https://api.datadoghq.com/api/v1/usage/online-archive?start_hr=2025-05-07T11%3A35%3A46.888Z&end_hr=2025-05-09T11%3A35%3A46.888Z" }, "response": { - "bodySize": 7019, + "bodySize": 7692, "content": { "mimeType": "application/json", - "size": 7019, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-03T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-04T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"online_archive_events_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-05T14:00:00+00:00\"}]}" + "size": 7692, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"online_archive_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-03-08T15:58:32.589Z", - "time": 730 + "startedDateTime": "2025-05-12T11:35:46.889Z", + "time": 851 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/frozen.json index 85ecbae62f4d..1bb8d944a44f 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:26.836Z" +"2025-05-12T11:35:47.745Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/recording.har index 13acd780b5a7..a32d467ac28d 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-Bad-Request-response_3509515795/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "7a52ad749770358038eac2a090eaab4b", + "_id": "5f7955bbca7c8773c7b848c8dded76f5", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 616, + "headersSize": 634, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T00:41:26.836Z" + "value": "2025-05-09T11:35:47.745Z" }, { "name": "end_hr", - "value": "2022-03-27T00:41:26.836Z" + "value": "2025-05-07T11:35:47.745Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/rum_sessions?start_hr=2022-03-29T00%3A41%3A26.836Z&end_hr=2022-03-27T00%3A41%3A26.836Z" + "url": "https://api.datadoghq.com/api/v1/usage/rum_sessions?start_hr=2025-05-09T11%3A35%3A47.745Z&end_hr=2025-05-07T11%3A35%3A47.745Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:26.839Z", - "time": 112 + "startedDateTime": "2025-05-12T11:35:47.748Z", + "time": 343 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/frozen.json index 0aa08020901f..6613df612aa2 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:26.958Z" +"2025-05-12T11:35:48.099Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/recording.har index 4aeb49fa710b..b3a0ec28cebe 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Sessions-returns-OK-response_1925233943/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "6822dbb8580b02f2353dcdcfb6a03e31", + "_id": "a43e168ab876a154ec3aa1fe818284e5", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 616, + "headersSize": 634, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:26.958Z" + "value": "2025-05-07T11:35:48.099Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:26.958Z" + "value": "2025-05-09T11:35:48.099Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/rum_sessions?start_hr=2022-03-27T00%3A41%3A26.958Z&end_hr=2022-03-29T00%3A41%3A26.958Z" + "url": "https://api.datadoghq.com/api/v1/usage/rum_sessions?start_hr=2025-05-07T11%3A35%3A48.099Z&end_hr=2025-05-09T11%3A35%3A48.099Z" }, "response": { - "bodySize": 8891, + "bodySize": 9564, "content": { "mimeType": "application/json", - "size": 8891, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T00:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T01:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T02:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T03:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T04:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T05:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T06:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T07:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T08:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T09:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T10:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T11:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T12:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T13:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T14:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0}]}" + "size": 9564, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"session_count\":null,\"replay_session_count\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:26.962Z", - "time": 603 + "startedDateTime": "2025-05-12T11:35:48.101Z", + "time": 867 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/frozen.json index 911fd8b12ee9..fb3edee24a8e 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:27.572Z" +"2025-05-12T11:35:48.976Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/recording.har index 810141bf40eb..5604276375fd 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-RUM-Units-returns-OK-response_3819798733/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "8d24046979888af8c7a04c71a2028c05", + "_id": "3f1aa32f5d7efca906328edaca044c98", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 604, + "headersSize": 622, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:27.572Z" + "value": "2025-05-07T11:35:48.976Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:27.572Z" + "value": "2025-05-09T11:35:48.976Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/rum?start_hr=2022-03-27T00%3A41%3A27.572Z&end_hr=2022-03-29T00%3A41%3A27.572Z" + "url": "https://api.datadoghq.com/api/v1/usage/rum?start_hr=2025-05-07T11%3A35%3A48.976Z&end_hr=2025-05-09T11%3A35%3A48.976Z" }, "response": { - "bodySize": 8363, + "bodySize": 9036, "content": { "mimeType": "application/json", - "size": 8363, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T00:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T01:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T02:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T03:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T04:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T05:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T06:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T07:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T08:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T09:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T10:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T11:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T12:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T13:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T14:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T15:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T16:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T17:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T18:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T19:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T20:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T21:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T22:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-27T23:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T00:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T01:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T02:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T03:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T04:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T05:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T06:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T07:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T08:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T09:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T10:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T11:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T12:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T13:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T14:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T15:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T16:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T17:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T18:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T19:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T20:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T21:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T22:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_rum_units\":null,\"hour\":\"2022-03-28T23:00:00+00:00\",\"rum_units\":0,\"mobile_rum_units\":null,\"public_id\":\"fasjyydbcgwwc2uc\"}]}" + "size": 9036, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"rum_units\":0,\"browser_rum_units\":null,\"mobile_rum_units\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:27.582Z", - "time": 295 + "startedDateTime": "2025-05-12T11:35:48.979Z", + "time": 812 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/frozen.json index 2e9954737132..14fecff46699 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:29.203Z" +"2025-05-12T11:35:49.801Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/recording.har index 38ca31dee377..1e6b2eebfc8f 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-Bad-Request-response_1619291673/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "912be5abb0dcdf852187c6caaa2afd56", + "_id": "4b0ee5f6b049d0b6a8604bd8c30081a2", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 601, + "headersSize": 619, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-28T09:34:29.203Z" + "value": "2025-05-09T11:35:49.801Z" }, { "name": "end_hr", - "value": "2022-01-26T09:34:29.203Z" + "value": "2025-05-07T11:35:49.801Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/snmp?start_hr=2022-01-28T09%3A34%3A29.203Z&end_hr=2022-01-26T09%3A34%3A29.203Z" + "url": "https://api.datadoghq.com/api/v1/usage/snmp?start_hr=2025-05-09T11%3A35%3A49.801Z&end_hr=2025-05-07T11%3A35%3A49.801Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 519, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-01-31T09:34:29.206Z", - "time": 417 + "startedDateTime": "2025-05-12T11:35:49.803Z", + "time": 346 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/frozen.json index ef5fe742c076..b987d4652191 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:29.627Z" +"2025-05-12T11:35:50.158Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/recording.har index 6e7b4d72a71c..ca8d9f07804a 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-SNMP-devices-returns-OK-response_691993877/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "8434d5e2cd320993a3e165ace7115c08", + "_id": "d930ca170ac4b96c46d5e60969fbc122", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 601, + "headersSize": 619, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-26T09:34:29.627Z" + "value": "2025-05-07T11:35:50.158Z" }, { "name": "end_hr", - "value": "2022-01-28T09:34:29.627Z" + "value": "2025-05-09T11:35:50.158Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/snmp?start_hr=2022-01-26T09%3A34%3A29.627Z&end_hr=2022-01-28T09%3A34%3A29.627Z" + "url": "https://api.datadoghq.com/api/v1/usage/snmp?start_hr=2025-05-07T11%3A35%3A50.158Z&end_hr=2025-05-09T11%3A35%3A50.158Z" }, "response": { - "bodySize": 2603, + "bodySize": 2748, "content": { "mimeType": "application/json", - "size": 2603, - "text": "{\"usage\":[{\"snmp_devices\":0,\"hour\":\"2022-01-26T09:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T10:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T11:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T12:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T13:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T14:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T15:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T16:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T17:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T18:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T19:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T20:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T21:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T22:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-26T23:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T00:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T01:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T02:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T03:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T04:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T05:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T06:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T07:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T08:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T09:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T10:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T11:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T12:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T13:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T14:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T15:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T16:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T17:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T18:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T19:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T20:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T21:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T22:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-27T23:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T00:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T01:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T02:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T03:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T04:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T05:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T06:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T07:00:00+00:00\"},{\"snmp_devices\":0,\"hour\":\"2022-01-28T08:00:00+00:00\"}]}" + "size": 2748, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"snmp_devices\":null},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"snmp_devices\":null}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 521, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-01-31T09:34:29.630Z", - "time": 649 + "startedDateTime": "2025-05-12T11:35:50.162Z", + "time": 841 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/frozen.json index 6d40cfd18be2..1ac35064c227 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:27.888Z" +"2025-05-12T11:35:51.009Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/recording.har index b09fd6d495db..4de8ddea0351 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Sensitive-Data-Scanner-returns-OK-response_3872178056/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "8225a775b0301703bb16b20e8c843ac1", + "_id": "899e03f92a90fa5c0689d9d3694fd9c9", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 599, + "headersSize": 617, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:27.888Z" + "value": "2025-05-07T11:35:51.009Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:27.888Z" + "value": "2025-05-09T11:35:51.009Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/sds?start_hr=2022-03-27T00%3A41%3A27.888Z&end_hr=2022-03-29T00%3A41%3A27.888Z" + "url": "https://api.datadoghq.com/api/v1/usage/sds?start_hr=2025-05-07T11%3A35%3A51.009Z&end_hr=2025-05-09T11%3A35%3A51.009Z" }, "response": { - "bodySize": 7595, + "bodySize": 12105, "content": { "mimeType": "application/json", - "size": 7595, - "text": "{\"usage\":[{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T00:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T01:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T02:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T03:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T04:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T05:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T06:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T07:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T08:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T09:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T10:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T11:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T12:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T13:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T14:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"logs_scanned_bytes\":0},{\"total_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"logs_scanned_bytes\":0}]}" + "size": 12105, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":405,\"total_scanned_bytes\":405,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":404,\"total_scanned_bytes\":404,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":384,\"total_scanned_bytes\":384,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":959,\"total_scanned_bytes\":959,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":981,\"total_scanned_bytes\":981,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":404,\"total_scanned_bytes\":404,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":3018,\"total_scanned_bytes\":3018,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":1171,\"total_scanned_bytes\":1171,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":1611,\"total_scanned_bytes\":1611,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":1171,\"total_scanned_bytes\":1171,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":404,\"total_scanned_bytes\":404,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":405,\"total_scanned_bytes\":405,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":404,\"total_scanned_bytes\":404,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":404,\"total_scanned_bytes\":404,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":404,\"total_scanned_bytes\":404,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":3018,\"total_scanned_bytes\":3018,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":1171,\"total_scanned_bytes\":1171,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":1611,\"total_scanned_bytes\":1611,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":404,\"total_scanned_bytes\":404,\"apm_scanned_bytes\":0,\"rum_scanned_bytes\":0,\"events_scanned_bytes\":0,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"logs_scanned_bytes\":null,\"total_scanned_bytes\":null,\"apm_scanned_bytes\":null,\"rum_scanned_bytes\":null,\"events_scanned_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:27.891Z", - "time": 193 + "startedDateTime": "2025-05-12T11:35:51.012Z", + "time": 856 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/frozen.json index f9e45ef2ac99..cb46b3b218a3 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:44.039Z" +"2025-05-12T11:35:51.877Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/recording.har index 0bf671537ce3..72e609168df1 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-Bad-Request-response_1246133907/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "5c137a4c6a721730f3131cadd394a89a", + "_id": "f31475e88b6ac979efa5186253e34675", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 620, + "headersSize": 638, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T15:43:44.039Z" + "value": "2025-05-09T11:35:51.877Z" }, { "name": "end_hr", - "value": "2022-03-27T15:43:44.039Z" + "value": "2025-05-07T11:35:51.877Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/synthetics_api?start_hr=2022-03-29T15%3A43%3A44.039Z&end_hr=2022-03-27T15%3A43%3A44.039Z" + "url": "https://api.datadoghq.com/api/v1/usage/synthetics_api?start_hr=2025-05-09T11%3A35%3A51.877Z&end_hr=2025-05-07T11%3A35%3A51.877Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 668, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T15:43:44.042Z", - "time": 227 + "startedDateTime": "2025-05-12T11:35:51.880Z", + "time": 351 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/frozen.json index de1c46a1abd9..17ff0be4748d 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/frozen.json @@ -1 +1 @@ -"2022-04-01T15:43:44.274Z" +"2025-05-12T11:35:52.237Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/recording.har index d2671c293866..53033e948077 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-API-Checks-returns-OK-response_1847145111/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "01d57df4b0a383171bb967a94ffc1920", + "_id": "8c3dcc5414babbeff7a3f24d597fb2dd", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 620, + "headersSize": 638, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T15:43:44.274Z" + "value": "2025-05-07T11:35:52.237Z" }, { "name": "end_hr", - "value": "2022-03-29T15:43:44.274Z" + "value": "2025-05-09T11:35:52.237Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/synthetics_api?start_hr=2022-03-27T15%3A43%3A44.274Z&end_hr=2022-03-29T15%3A43%3A44.274Z" + "url": "https://api.datadoghq.com/api/v1/usage/synthetics_api?start_hr=2025-05-07T11%3A35%3A52.237Z&end_hr=2025-05-09T11%3A35%3A52.237Z" }, "response": { - "bodySize": 7927, + "bodySize": 8796, "content": { "mimeType": "application/json", - "size": 7927, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"check_calls_count\":1171},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"check_calls_count\":1172},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"check_calls_count\":1182},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"check_calls_count\":1171},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"check_calls_count\":1150},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"check_calls_count\":1155},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"check_calls_count\":1182},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"check_calls_count\":1173},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"check_calls_count\":1161},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"check_calls_count\":1189},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"check_calls_count\":1200},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"check_calls_count\":1183},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"check_calls_count\":1175},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"check_calls_count\":1185},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"check_calls_count\":1177},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"check_calls_count\":1178},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"check_calls_count\":1169},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"check_calls_count\":1151},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"check_calls_count\":1178},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"check_calls_count\":1170},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"check_calls_count\":1138},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"check_calls_count\":1169},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"check_calls_count\":1161},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"check_calls_count\":1165},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"check_calls_count\":1155},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"check_calls_count\":1157},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"check_calls_count\":1173},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"check_calls_count\":567},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"check_calls_count\":49},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T00:00:00+00:00\",\"check_calls_count\":21},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T01:00:00+00:00\",\"check_calls_count\":29},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T02:00:00+00:00\",\"check_calls_count\":15},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T03:00:00+00:00\",\"check_calls_count\":17},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T04:00:00+00:00\",\"check_calls_count\":13},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T05:00:00+00:00\",\"check_calls_count\":12},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T06:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T07:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T08:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T09:00:00+00:00\",\"check_calls_count\":13},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T10:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T11:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":8,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T12:00:00+00:00\",\"check_calls_count\":7},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T13:00:00+00:00\",\"check_calls_count\":17},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-29T14:00:00+00:00\",\"check_calls_count\":0}]}" + "size": 8796, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 670, + "headersSize": 650, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T15:43:44.276Z", - "time": 484 + "startedDateTime": "2025-05-12T11:35:52.240Z", + "time": 864 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/frozen.json index 5779ee02e195..f03fd3f6288d 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:28.391Z" +"2025-05-12T11:35:53.111Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/recording.har index 69f673a936a2..0cbe4123257e 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-Bad-Request-response_2536753499/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "81a7a11e4a239d2dedbf480594a7cfaa", + "_id": "b3f921136b832f1c1730cca44ccfa055", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 628, + "headersSize": 646, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T00:41:28.391Z" + "value": "2025-05-09T11:35:53.111Z" }, { "name": "end_hr", - "value": "2022-03-27T00:41:28.391Z" + "value": "2025-05-07T11:35:53.111Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/synthetics_browser?start_hr=2022-03-29T00%3A41%3A28.391Z&end_hr=2022-03-27T00%3A41%3A28.391Z" + "url": "https://api.datadoghq.com/api/v1/usage/synthetics_browser?start_hr=2025-05-09T11%3A35%3A53.111Z&end_hr=2025-05-07T11%3A35%3A53.111Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:28.394Z", - "time": 101 + "startedDateTime": "2025-05-12T11:35:53.115Z", + "time": 355 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/frozen.json index 9ca70e4ac494..0dcfa0049d56 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:28.503Z" +"2025-05-12T11:35:53.478Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/recording.har index 2e26f1fa01cb..721f71db0484 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-Synthetics-Browser-Checks-returns-OK-response_1764915535/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "066bddd2c578ac6d5caeade2db6ecf3d", + "_id": "01dcb28587720f7f4911b284ebb6d245", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 628, + "headersSize": 646, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:28.503Z" + "value": "2025-05-07T11:35:53.478Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:28.503Z" + "value": "2025-05-09T11:35:53.478Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/synthetics_browser?start_hr=2022-03-27T00%3A41%3A28.503Z&end_hr=2022-03-29T00%3A41%3A28.503Z" + "url": "https://api.datadoghq.com/api/v1/usage/synthetics_browser?start_hr=2025-05-07T11%3A35%3A53.478Z&end_hr=2025-05-09T11%3A35%3A53.478Z" }, "response": { - "bodySize": 7964, + "bodySize": 8796, "content": { "mimeType": "application/json", - "size": 7964, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T00:00:00+00:00\",\"check_calls_count\":1181},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T01:00:00+00:00\",\"check_calls_count\":1190},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T02:00:00+00:00\",\"check_calls_count\":1180},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T03:00:00+00:00\",\"check_calls_count\":1197},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T04:00:00+00:00\",\"check_calls_count\":1178},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T05:00:00+00:00\",\"check_calls_count\":1180},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T06:00:00+00:00\",\"check_calls_count\":1174},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T07:00:00+00:00\",\"check_calls_count\":1163},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T08:00:00+00:00\",\"check_calls_count\":1167},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T09:00:00+00:00\",\"check_calls_count\":1182},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T10:00:00+00:00\",\"check_calls_count\":1195},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T11:00:00+00:00\",\"check_calls_count\":1178},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T12:00:00+00:00\",\"check_calls_count\":1170},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T13:00:00+00:00\",\"check_calls_count\":1192},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T14:00:00+00:00\",\"check_calls_count\":1170},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"check_calls_count\":1171},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"check_calls_count\":1172},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"check_calls_count\":1182},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"check_calls_count\":1171},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"check_calls_count\":1150},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"check_calls_count\":1155},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"check_calls_count\":1182},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"check_calls_count\":1173},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"check_calls_count\":1161},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"check_calls_count\":1189},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"check_calls_count\":1200},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"check_calls_count\":1183},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"check_calls_count\":1175},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"check_calls_count\":1185},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"check_calls_count\":1177},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"check_calls_count\":1178},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"check_calls_count\":1169},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"check_calls_count\":1151},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"check_calls_count\":1178},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"check_calls_count\":1170},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"check_calls_count\":1138},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"check_calls_count\":1169},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"check_calls_count\":1161},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"check_calls_count\":1165},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"check_calls_count\":1155},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"check_calls_count\":1157},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"check_calls_count\":1173},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"check_calls_count\":567},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"check_calls_count\":49},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"check_calls_count\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"browser_check_calls_count\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"check_calls_count\":0}]}" + "size": 8796, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"check_calls_count\":null,\"browser_check_calls_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 650, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:28.506Z", - "time": 170 + "startedDateTime": "2025-05-12T11:35:53.480Z", + "time": 872 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/frozen.json index c2fb9a8b3e00..306c40df3a6d 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:30.286Z" +"2025-05-12T11:35:54.359Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/recording.har index 0e89133f8fcc..86d1ab3a0672 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-Bad-Request-response_1395273897/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "f9d214695a8ee1cadb3f23aef202cffc", + "_id": "4a93bbe8d56caa667d43190cf08ddd18", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-28T09:34:30.286Z" + "value": "2025-05-09T11:35:54.359Z" }, { "name": "end_hr", - "value": "2022-01-26T09:34:30.286Z" + "value": "2025-05-07T11:35:54.359Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/analyzed_logs?start_hr=2022-01-28T09%3A34%3A30.286Z&end_hr=2022-01-26T09%3A34%3A30.286Z" + "url": "https://api.datadoghq.com/api/v1/usage/analyzed_logs?start_hr=2025-05-09T11%3A35%3A54.359Z&end_hr=2025-05-07T11%3A35%3A54.359Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 519, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-01-31T09:34:30.289Z", - "time": 411 + "startedDateTime": "2025-05-12T11:35:54.363Z", + "time": 368 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/frozen.json index 2e8f09b6c945..c8543a614fb7 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:30.705Z" +"2025-05-12T11:35:54.741Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/recording.har index 749c7cfdd7b0..475f759b623f 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-analyzed-logs-returns-OK-response_1856968869/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "8c0368a9dc191ffbb1da0d8dfbdc8cbc", + "_id": "d13df644f6cd4e407fa13283cf170274", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-26T09:34:30.705Z" + "value": "2025-05-07T11:35:54.741Z" }, { "name": "end_hr", - "value": "2022-01-28T09:34:30.705Z" + "value": "2025-05-09T11:35:54.741Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/analyzed_logs?start_hr=2022-01-26T09%3A34%3A30.705Z&end_hr=2022-01-28T09%3A34%3A30.705Z" + "url": "https://api.datadoghq.com/api/v1/usage/analyzed_logs?start_hr=2025-05-07T11%3A35%3A54.741Z&end_hr=2025-05-09T11%3A35%3A54.741Z" }, "response": { - "bodySize": 2766, + "bodySize": 2784, "content": { "mimeType": "application/json", - "size": 2766, - "text": "{\"usage\":[{\"hour\":\"2022-01-26T09:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-26T10:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-26T11:00:00+00:00\",\"analyzed_logs\":412},{\"hour\":\"2022-01-26T12:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-26T13:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-26T14:00:00+00:00\",\"analyzed_logs\":1014},{\"hour\":\"2022-01-26T15:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-26T16:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-26T17:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-26T18:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-26T19:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-26T20:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-26T21:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-26T22:00:00+00:00\",\"analyzed_logs\":403786},{\"hour\":\"2022-01-26T23:00:00+00:00\",\"analyzed_logs\":1500564},{\"hour\":\"2022-01-27T00:00:00+00:00\",\"analyzed_logs\":2420},{\"hour\":\"2022-01-27T01:00:00+00:00\",\"analyzed_logs\":1217},{\"hour\":\"2022-01-27T02:00:00+00:00\",\"analyzed_logs\":978},{\"hour\":\"2022-01-27T03:00:00+00:00\",\"analyzed_logs\":1178},{\"hour\":\"2022-01-27T04:00:00+00:00\",\"analyzed_logs\":1014},{\"hour\":\"2022-01-27T05:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-27T06:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-27T07:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-27T08:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-27T09:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-27T10:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-27T11:00:00+00:00\",\"analyzed_logs\":412},{\"hour\":\"2022-01-27T12:00:00+00:00\",\"analyzed_logs\":194874},{\"hour\":\"2022-01-27T13:00:00+00:00\",\"analyzed_logs\":1742486},{\"hour\":\"2022-01-27T14:00:00+00:00\",\"analyzed_logs\":992448},{\"hour\":\"2022-01-27T15:00:00+00:00\",\"analyzed_logs\":8200},{\"hour\":\"2022-01-27T16:00:00+00:00\",\"analyzed_logs\":576000},{\"hour\":\"2022-01-27T17:00:00+00:00\",\"analyzed_logs\":576200},{\"hour\":\"2022-01-27T18:00:00+00:00\",\"analyzed_logs\":571200},{\"hour\":\"2022-01-27T19:00:00+00:00\",\"analyzed_logs\":576200},{\"hour\":\"2022-01-27T20:00:00+00:00\",\"analyzed_logs\":41600},{\"hour\":\"2022-01-27T21:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-27T22:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-27T23:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-28T00:00:00+00:00\",\"analyzed_logs\":2420},{\"hour\":\"2022-01-28T01:00:00+00:00\",\"analyzed_logs\":1217},{\"hour\":\"2022-01-28T02:00:00+00:00\",\"analyzed_logs\":978},{\"hour\":\"2022-01-28T03:00:00+00:00\",\"analyzed_logs\":1178},{\"hour\":\"2022-01-28T04:00:00+00:00\",\"analyzed_logs\":1014},{\"hour\":\"2022-01-28T05:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-28T06:00:00+00:00\",\"analyzed_logs\":0},{\"hour\":\"2022-01-28T07:00:00+00:00\",\"analyzed_logs\":200},{\"hour\":\"2022-01-28T08:00:00+00:00\",\"analyzed_logs\":0}]}" + "size": 2784, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"analyzed_logs\":405},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"analyzed_logs\":404},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"analyzed_logs\":384},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"analyzed_logs\":959},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"analyzed_logs\":981},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"analyzed_logs\":404},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"analyzed_logs\":3018},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"analyzed_logs\":1171},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"analyzed_logs\":1611},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"analyzed_logs\":1171},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"analyzed_logs\":404},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"analyzed_logs\":405},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"analyzed_logs\":404},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"analyzed_logs\":404},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"analyzed_logs\":404},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"analyzed_logs\":3018},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"analyzed_logs\":1171},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"analyzed_logs\":1611},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"analyzed_logs\":404},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"analyzed_logs\":null},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"analyzed_logs\":null}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 521, + "headersSize": 650, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-01-31T09:34:30.708Z", - "time": 649 + "startedDateTime": "2025-05-12T11:35:54.743Z", + "time": 821 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/frozen.json index 10cc43dc1c83..e5b09c5bca2a 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:28.687Z" +"2025-05-12T11:35:55.571Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/recording.har index e71cac400d82..651163404291 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-audit-logs-returns-OK-response_1049265504/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "43a531411def2d1f4454f19b7423379e", + "_id": "dc703b3d8078e86e41501bbd51bbfd00", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 612, + "headersSize": 630, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:28.687Z" + "value": "2025-05-07T11:35:55.571Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:28.687Z" + "value": "2025-05-09T11:35:55.571Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/audit_logs?start_hr=2022-03-27T00%3A41%3A28.687Z&end_hr=2022-03-29T00%3A41%3A28.687Z" + "url": "https://api.datadoghq.com/api/v1/usage/audit_logs?start_hr=2025-05-07T11%3A35%3A55.571Z&end_hr=2025-05-09T11%3A35%3A55.571Z" }, "response": { - "bodySize": 6203, + "bodySize": 7020, "content": { "mimeType": "application/json", - "size": 6203, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T00:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T01:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T02:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T03:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T04:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T05:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T06:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T07:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T08:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T09:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T10:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T11:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T12:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T13:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T14:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"lines_indexed\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"lines_indexed\":0}]}" + "size": 7020, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"lines_indexed\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 671, + "headersSize": 650, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:28.690Z", - "time": 382 + "startedDateTime": "2025-05-12T11:35:55.574Z", + "time": 823 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/frozen.json index 997a75db8cdc..9d68487aed2e 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/frozen.json @@ -1 +1 @@ -"2023-09-25T19:19:28.364Z" +"2025-05-12T11:35:56.405Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/recording.har index c774eba38eed..e178738cba2a 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-cloud-workload-security-returns-OK-response_3431959666/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "6c17da6de6b767c02fd0ed9f86aabbd8", + "_id": "8339f7f6c3e5bec4352b946c486603e2", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 599, + "headersSize": 617, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2023-09-20T19:19:28.364Z" + "value": "2025-05-07T11:35:56.405Z" }, { "name": "end_hr", - "value": "2023-09-22T19:19:28.364Z" + "value": "2025-05-09T11:35:56.405Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/cws?start_hr=2023-09-20T19%3A19%3A28.364Z&end_hr=2023-09-22T19%3A19%3A28.364Z" + "url": "https://api.datadoghq.com/api/v1/usage/cws?start_hr=2025-05-07T11%3A35%3A56.405Z&end_hr=2025-05-09T11%3A35%3A56.405Z" }, "response": { "bodySize": 8364, "content": { "mimeType": "application/json", "size": 8364, - "text": "{\"usage\":[{\"hour\":\"2023-09-20T19:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T20:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T21:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T22:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-20T23:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T00:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T01:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T02:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T03:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T04:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T05:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T06:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T07:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T08:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T09:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T10:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T11:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T12:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T13:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T14:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T15:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T16:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T17:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T18:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T19:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T20:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T21:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T22:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-21T23:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T00:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T01:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T02:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T03:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T04:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T05:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T06:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T07:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T08:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T09:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T10:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T11:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T12:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T13:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T14:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T15:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T16:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T17:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2023-09-22T18:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"cws_host_count\":null,\"cws_container_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -56,8 +56,8 @@ "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-09-25T19:19:28.373Z", - "time": 613 + "startedDateTime": "2025-05-12T11:35:56.408Z", + "time": 862 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/frozen.json index af1b7058283e..684eb2febeba 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:29.079Z" +"2025-05-12T11:35:57.279Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/recording.har index b7c1d3a3f77c..38c534845c2e 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-Bad-Request-response_684956902/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "42e2f85a3db1bf021d2260e243700a30", + "_id": "c946334a2582ec7250d392f8c8edfd2a", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 613, + "headersSize": 631, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T00:41:29.079Z" + "value": "2025-05-09T11:35:57.279Z" }, { "name": "end_hr", - "value": "2022-03-27T00:41:29.079Z" + "value": "2025-05-07T11:35:57.279Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/timeseries?start_hr=2022-03-29T00%3A41%3A29.079Z&end_hr=2022-03-27T00%3A41%3A29.079Z" + "url": "https://api.datadoghq.com/api/v1/usage/timeseries?start_hr=2025-05-09T11%3A35%3A57.279Z&end_hr=2025-05-07T11%3A35%3A57.279Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:29.082Z", - "time": 76 + "startedDateTime": "2025-05-12T11:35:57.284Z", + "time": 352 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/frozen.json index e40d4a7dff3a..5468f4811abb 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:29.168Z" +"2025-05-12T11:35:57.642Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/recording.har index 727e7a914d26..8b5345dadbad 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-custom-metrics-returns-OK-response_4075274732/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "4ec8109b5833772c73d6a50407ab34aa", + "_id": "434732daa601b98714241adb0bfb5798", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 613, + "headersSize": 631, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:29.168Z" + "value": "2025-05-07T11:35:57.642Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:29.168Z" + "value": "2025-05-09T11:35:57.642Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/timeseries?start_hr=2022-03-27T00%3A41%3A29.168Z&end_hr=2022-03-29T00%3A41%3A29.168Z" + "url": "https://api.datadoghq.com/api/v1/usage/timeseries?start_hr=2025-05-07T11%3A35%3A57.642Z&end_hr=2025-05-09T11%3A35%3A57.642Z" }, "response": { - "bodySize": 14702, + "bodySize": 12342, "content": { "mimeType": "application/json", - "size": 14702, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":1,\"hour\":\"2022-03-27T00:00:00+00:00\",\"num_standard_timeseries\":36425,\"num_custom_output_timeseries\":83,\"num_custom_timeseries\":96,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T01:00:00+00:00\",\"num_standard_timeseries\":36424,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T02:00:00+00:00\",\"num_standard_timeseries\":36359,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T03:00:00+00:00\",\"num_standard_timeseries\":36368,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":95,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T04:00:00+00:00\",\"num_standard_timeseries\":36372,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T05:00:00+00:00\",\"num_standard_timeseries\":36372,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T06:00:00+00:00\",\"num_standard_timeseries\":36301,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T07:00:00+00:00\",\"num_standard_timeseries\":36308,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T08:00:00+00:00\",\"num_standard_timeseries\":36293,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T09:00:00+00:00\",\"num_standard_timeseries\":36365,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T10:00:00+00:00\",\"num_standard_timeseries\":36295,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T11:00:00+00:00\",\"num_standard_timeseries\":36304,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":87,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":1,\"hour\":\"2022-03-27T12:00:00+00:00\",\"num_standard_timeseries\":36363,\"num_custom_output_timeseries\":83,\"num_custom_timeseries\":94,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T13:00:00+00:00\",\"num_standard_timeseries\":36358,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T14:00:00+00:00\",\"num_standard_timeseries\":36298,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T15:00:00+00:00\",\"num_standard_timeseries\":36306,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T16:00:00+00:00\",\"num_standard_timeseries\":36295,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T17:00:00+00:00\",\"num_standard_timeseries\":36364,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T18:00:00+00:00\",\"num_standard_timeseries\":36300,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T19:00:00+00:00\",\"num_standard_timeseries\":36289,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T20:00:00+00:00\",\"num_standard_timeseries\":36294,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T21:00:00+00:00\",\"num_standard_timeseries\":36372,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T22:00:00+00:00\",\"num_standard_timeseries\":36327,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-27T23:00:00+00:00\",\"num_standard_timeseries\":36295,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":103,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":1,\"hour\":\"2022-03-28T00:00:00+00:00\",\"num_standard_timeseries\":36417,\"num_custom_output_timeseries\":83,\"num_custom_timeseries\":96,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T01:00:00+00:00\",\"num_standard_timeseries\":36427,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T02:00:00+00:00\",\"num_standard_timeseries\":36370,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T03:00:00+00:00\",\"num_standard_timeseries\":36366,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":95,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T04:00:00+00:00\",\"num_standard_timeseries\":36361,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T05:00:00+00:00\",\"num_standard_timeseries\":36371,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T06:00:00+00:00\",\"num_standard_timeseries\":36292,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T07:00:00+00:00\",\"num_standard_timeseries\":36304,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T08:00:00+00:00\",\"num_standard_timeseries\":36308,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T09:00:00+00:00\",\"num_standard_timeseries\":36378,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T10:00:00+00:00\",\"num_standard_timeseries\":36304,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T11:00:00+00:00\",\"num_standard_timeseries\":36307,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":1,\"hour\":\"2022-03-28T12:00:00+00:00\",\"num_standard_timeseries\":36363,\"num_custom_output_timeseries\":83,\"num_custom_timeseries\":94,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T13:00:00+00:00\",\"num_standard_timeseries\":36382,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":94,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T14:00:00+00:00\",\"num_standard_timeseries\":36293,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":94,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T15:00:00+00:00\",\"num_standard_timeseries\":36295,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T16:00:00+00:00\",\"num_standard_timeseries\":36299,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T17:00:00+00:00\",\"num_standard_timeseries\":36356,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":1,\"hour\":\"2022-03-28T18:00:00+00:00\",\"num_standard_timeseries\":36387,\"num_custom_output_timeseries\":87,\"num_custom_timeseries\":105,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T19:00:00+00:00\",\"num_standard_timeseries\":36083,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":2,\"hour\":\"2022-03-28T20:00:00+00:00\",\"num_standard_timeseries\":36082,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":101,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":93,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T21:00:00+00:00\",\"num_standard_timeseries\":36312,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T22:00:00+00:00\",\"num_standard_timeseries\":36073,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0},{\"org_name\":\"DD Integration Tests (321813)\",\"num_standard_output_timeseries\":77,\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_input_timeseries\":0,\"hour\":\"2022-03-28T23:00:00+00:00\",\"num_standard_timeseries\":36078,\"num_custom_output_timeseries\":82,\"num_custom_timeseries\":93,\"num_standard_input_timeseries\":0}]}" + "size": 12342, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":85},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":1,\"num_custom_output_timeseries\":86,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":87},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":85},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":85},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":85},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":1,\"num_custom_output_timeseries\":89,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":91},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":1,\"num_custom_output_timeseries\":86,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":87},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":85},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":1,\"num_custom_output_timeseries\":86,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":87},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":85},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":1,\"num_custom_output_timeseries\":89,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":91},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":1,\"num_custom_output_timeseries\":86,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":87},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":85,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":86},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"num_custom_input_timeseries\":0,\"num_custom_output_timeseries\":0,\"num_custom_historical_timeseries\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"num_custom_timeseries\":0}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 672, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:29.171Z", - "time": 929 + "startedDateTime": "2025-05-12T11:35:57.644Z", + "time": 838 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/frozen.json index ebf95aa4d784..a5fd953504e0 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:30.106Z" +"2025-05-12T11:35:58.489Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/recording.har index af6bf6ed92fd..dab490bd0842 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-Bad-Request-response_1154101830/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "2638d32841ee017cf4ebae5f460540be", + "_id": "8e8e1d9ce6fdd89976a761fbb5c9693a", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 603, + "headersSize": 621, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-29T00:41:30.106Z" + "value": "2025-05-09T11:35:58.489Z" }, { "name": "end_hr", - "value": "2022-03-27T00:41:30.106Z" + "value": "2025-05-07T11:35:58.489Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/hosts?start_hr=2022-03-29T00%3A41%3A30.106Z&end_hr=2022-03-27T00%3A41%3A30.106Z" + "url": "https://api.datadoghq.com/api/v1/usage/hosts?start_hr=2025-05-09T11%3A35%3A58.489Z&end_hr=2025-05-07T11%3A35%3A58.489Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-01T00:41:30.110Z", - "time": 116 + "startedDateTime": "2025-05-12T11:35:58.490Z", + "time": 354 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/frozen.json index edd987c5f813..d238237e5a65 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/frozen.json @@ -1 +1 @@ -"2022-04-01T00:41:30.234Z" +"2025-05-12T11:35:58.852Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/recording.har index c1e3c21a326c..781720c03c83 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-hosts-and-containers-returns-OK-response_3931787852/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "8809cc44340d1af8cbf3fdfb01ab283c", + "_id": "f63f2f5faec518d7283875ec28c170ad", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 602, + "headersSize": 621, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-03-27T00:41:30.234Z" + "value": "2025-05-07T11:35:58.852Z" }, { "name": "end_hr", - "value": "2022-03-29T00:41:30.234Z" + "value": "2025-05-09T11:35:58.852Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/hosts?start_hr=2022-03-27T00%3A41%3A30.234Z&end_hr=2022-03-29T00%3A41%3A30.234Z" + "url": "https://api.datadoghq.com/api/v1/usage/hosts?start_hr=2025-05-07T11%3A35%3A58.852Z&end_hr=2025-05-09T11%3A35%3A58.852Z" }, "response": { - "bodySize": 23819, + "bodySize": 32988, "content": { "mimeType": "application/json", - "size": 23819, - "text": "{\"usage\":[{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T00:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T01:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T02:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T03:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T04:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T05:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T06:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T07:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T08:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T09:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T10:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T11:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T12:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T13:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T14:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T15:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T16:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T17:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T18:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T19:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T20:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T21:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T22:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-27T23:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T00:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T01:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T02:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T03:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T04:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T05:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T06:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T07:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T08:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T09:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T10:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T11:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T12:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T13:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T14:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T15:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T16:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T17:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T18:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T19:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T20:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T21:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T22:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0},{\"host_count\":14,\"org_name\":\"DD Integration Tests (321813)\",\"container_count\":null,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-03-28T23:00:00+00:00\",\"alibaba_host_count\":0,\"agent_host_count\":14,\"apm_host_count\":8,\"org_id\":321813,\"apm_trace_count\":0,\"npm_host_count\":null,\"vsphere_host_count\":0,\"azure_host_count\":0,\"apm_azure_app_service_host_count\":0,\"gcp_host_count\":0,\"heroku_host_count\":0,\"infra_azure_app_service\":0,\"aws_host_count\":0,\"opentelemetry_host_count\":0,\"unbillable_host_count\":0}]}" + "size": 32988, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"host_count\":2,\"agent_host_count\":2,\"aws_host_count\":0,\"gcp_host_count\":0,\"azure_host_count\":0,\"alibaba_host_count\":0,\"infra_azure_app_service\":0,\"apm_host_count\":null,\"apm_host_count_incl_usm\":null,\"apm_azure_app_service_host_count\":null,\"apm_uncategorized_host_count\":null,\"apm_trace_count\":0,\"npm_host_count\":null,\"unbillable_host_count\":0,\"container_count\":null,\"container_max_container_count_excl_agent\":null,\"opentelemetry_host_count\":0,\"opentelemetry_apm_host_count\":0,\"heroku_host_count\":0,\"vsphere_host_count\":0,\"data_stream_monitoring_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 672, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-04-01T00:41:30.237Z", - "time": 443 + "startedDateTime": "2025-05-12T11:35:58.854Z", + "time": 961 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/frozen.json index 450984b7568b..7e7ed4deecac 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:31.364Z" +"2025-05-12T11:35:59.822Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/recording.har index ba452efff9fc..66e3b37f73b9 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-Bad-Request-response_1091957819/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "3861c974441a0198380bcbc338b095ba", + "_id": "c6ae5edaf48f8c0273b1dec42bcc44cc", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 625, + "headersSize": 643, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-28T09:34:31.364Z" + "value": "2025-05-09T11:35:59.822Z" }, { "name": "end_hr", - "value": "2022-01-26T09:34:31.364Z" + "value": "2025-05-07T11:35:59.822Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/incident-management?start_hr=2022-01-28T09%3A34%3A31.364Z&end_hr=2022-01-26T09%3A34%3A31.364Z" + "url": "https://api.datadoghq.com/api/v1/usage/incident-management?start_hr=2025-05-09T11%3A35%3A59.822Z&end_hr=2025-05-07T11%3A35%3A59.822Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 519, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-01-31T09:34:31.367Z", - "time": 425 + "startedDateTime": "2025-05-12T11:35:59.825Z", + "time": 339 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/frozen.json index 3e6ced1c2670..80d30db0770b 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:31.797Z" +"2025-05-12T11:36:00.174Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/recording.har index 453a53420762..70f66975c869 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-incident-management-returns-OK-response_2283279023/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "8ab5a1e41e96c5cc0e5e9311689abb5b", + "_id": "89e779ea961a08263f17b9aa7ccca9aa", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 625, + "headersSize": 643, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-26T09:34:31.797Z" + "value": "2025-05-07T11:36:00.174Z" }, { "name": "end_hr", - "value": "2022-01-28T09:34:31.797Z" + "value": "2025-05-09T11:36:00.174Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/incident-management?start_hr=2022-01-26T09%3A34%3A31.797Z&end_hr=2022-01-28T09%3A34%3A31.797Z" + "url": "https://api.datadoghq.com/api/v1/usage/incident-management?start_hr=2025-05-07T11%3A36%3A00.174Z&end_hr=2025-05-09T11%3A36%3A00.174Z" }, "response": { - "bodySize": 6539, + "bodySize": 7356, "content": { "mimeType": "application/json", - "size": 6539, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-26T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-27T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"monthly_active_users\":1,\"hour\":\"2022-01-28T08:00:00+00:00\"}]}" + "size": 7356, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"monthly_active_users\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 521, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-01-31T09:34:31.799Z", - "time": 511 + "startedDateTime": "2025-05-12T11:36:00.177Z", + "time": 717 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/frozen.json index b1350d58b8af..a72cb337bbdc 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:32.316Z" +"2025-05-12T11:36:00.901Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/recording.har index 42ec6ef084a3..c475c637da13 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-Bad-Request-response_4229669944/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "1aef7fbf63bcd28f1e383bf7ea31cbe4", + "_id": "5af6dc2b6636bf5168c9edf8e194898d", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-28T09:34:32.316Z" + "value": "2025-05-09T11:36:00.901Z" }, { "name": "end_hr", - "value": "2022-01-26T09:34:32.316Z" + "value": "2025-05-07T11:36:00.901Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/indexed-spans?start_hr=2022-01-28T09%3A34%3A32.316Z&end_hr=2022-01-26T09%3A34%3A32.316Z" + "url": "https://api.datadoghq.com/api/v1/usage/indexed-spans?start_hr=2025-05-09T11%3A36%3A00.901Z&end_hr=2025-05-07T11%3A36%3A00.901Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 519, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-01-31T09:34:32.319Z", - "time": 424 + "startedDateTime": "2025-05-12T11:36:00.905Z", + "time": 371 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/frozen.json index ebaca1b9c423..505e7432c6fc 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:32.749Z" +"2025-05-12T11:36:01.286Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/recording.har index 8024b6d2a998..af1d55b6976c 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-indexed-spans-returns-OK-response_2762097622/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "31c1c879ba97e1437a848af83b6836e0", + "_id": "9792de4a62a2612c0374716d043f6763", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 618, + "headersSize": 636, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-26T09:34:32.749Z" + "value": "2025-05-07T11:36:01.286Z" }, { "name": "end_hr", - "value": "2022-01-28T09:34:32.749Z" + "value": "2025-05-09T11:36:01.286Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/indexed-spans?start_hr=2022-01-26T09%3A34%3A32.749Z&end_hr=2022-01-28T09%3A34%3A32.749Z" + "url": "https://api.datadoghq.com/api/v1/usage/indexed-spans?start_hr=2025-05-07T11%3A36%3A01.286Z&end_hr=2025-05-09T11%3A36%3A01.286Z" }, "response": { - "bodySize": 6539, + "bodySize": 7356, "content": { "mimeType": "application/json", - "size": 6539, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-26T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-27T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"indexed_events_count\":0,\"hour\":\"2022-01-28T08:00:00+00:00\"}]}" + "size": 7356, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"indexed_events_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 521, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-01-31T09:34:32.752Z", - "time": 546 + "startedDateTime": "2025-05-12T11:36:01.290Z", + "time": 855 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/frozen.json index 705207f60df7..d832b00c8ef4 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:33.304Z" +"2025-05-12T11:36:02.152Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/recording.har index 5d3c6e06246b..b963f07edf0f 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-Bad-Request-response_734567116/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "7125aa1ec0279d2f6927e0974da9f3f4", + "_id": "85038a9b2b919323ef13c223e958b3e3", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 615, + "headersSize": 633, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-28T09:34:33.304Z" + "value": "2025-05-09T11:36:02.152Z" }, { "name": "end_hr", - "value": "2022-01-26T09:34:33.304Z" + "value": "2025-05-07T11:36:02.152Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/ingested-spans?start_hr=2022-01-28T09%3A34%3A33.304Z&end_hr=2022-01-26T09%3A34%3A33.304Z" + "url": "https://api.datadoghq.com/api/v1/usage/ingested-spans?start_hr=2025-05-09T11%3A36%3A02.152Z&end_hr=2025-05-07T11%3A36%3A02.152Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 519, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-01-31T09:34:33.306Z", - "time": 429 + "startedDateTime": "2025-05-12T11:36:02.157Z", + "time": 371 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/frozen.json index 9fe280a4540a..ff3ec16f2aba 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:33.739Z" +"2025-05-12T11:36:02.534Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/recording.har index d0ccfe6a3fc5..0add218e87fa 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-ingested-spans-returns-OK-response_186991602/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "85be419be62bbf1a84bc39c1dadf7b83", + "_id": "029c3f8c4ddc58607db9646d0475baaf", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 615, + "headersSize": 633, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-26T09:34:33.739Z" + "value": "2025-05-07T11:36:02.534Z" }, { "name": "end_hr", - "value": "2022-01-28T09:34:33.739Z" + "value": "2025-05-09T11:36:02.534Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/ingested-spans?start_hr=2022-01-26T09%3A34%3A33.739Z&end_hr=2022-01-28T09%3A34%3A33.739Z" + "url": "https://api.datadoghq.com/api/v1/usage/ingested-spans?start_hr=2025-05-07T11%3A36%3A02.534Z&end_hr=2025-05-09T11%3A36%3A02.534Z" }, "response": { - "bodySize": 6643, + "bodySize": 7404, "content": { "mimeType": "application/json", - "size": 6643, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":569960,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":2118720,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T08:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T09:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T10:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T11:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":275263,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T12:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":2450015,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T13:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":1381529,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T14:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":10595,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T15:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":748763,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T16:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":748738,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T17:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":741902,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T18:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":748746,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T19:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":54279,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T20:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T21:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T22:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T23:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T00:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T01:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T02:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T03:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T04:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T05:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T06:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T07:00:00+00:00\"},{\"org_name\":\"DD Integration Tests (321813)\",\"ingested_events_bytes\":0,\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T08:00:00+00:00\"}]}" + "size": 7404, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"ingested_events_bytes\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 521, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-01-31T09:34:33.742Z", - "time": 648 + "startedDateTime": "2025-05-12T11:36:02.536Z", + "time": 848 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/frozen.json index 30c8c6574be9..322d846dd5be 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:34.396Z" +"2025-05-12T11:36:03.392Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/recording.har index 84166cdf8d47..ad27ff38c342 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-Bad-Request-response_2031881064/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "b5bc45a75d88be598cd764d92c57cc62", + "_id": "5b398e1c896544b2af8d7671f705617f", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 611, + "headersSize": 629, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-28T09:34:34.396Z" + "value": "2025-05-09T11:36:03.392Z" }, { "name": "end_hr", - "value": "2022-01-26T09:34:34.396Z" + "value": "2025-05-07T11:36:03.392Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/profiling?start_hr=2022-01-28T09%3A34%3A34.396Z&end_hr=2022-01-26T09%3A34%3A34.396Z" + "url": "https://api.datadoghq.com/api/v1/usage/profiling?start_hr=2025-05-09T11%3A36%3A03.392Z&end_hr=2025-05-07T11%3A36%3A03.392Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 519, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-01-31T09:34:34.398Z", - "time": 399 + "startedDateTime": "2025-05-12T11:36:03.394Z", + "time": 344 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/frozen.json index 01675e15b2c1..7753a6362fe7 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/frozen.json @@ -1 +1 @@ -"2022-01-31T09:34:34.802Z" +"2025-05-12T11:36:03.746Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/recording.har index 403c00d73374..5f2dae1f3960 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-hourly-usage-for-profiled-hosts-returns-OK-response_2888102406/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "913697ec9284826290515b497b3b93f9", + "_id": "8ec3876241e63800020e45ee50a856b3", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 611, + "headersSize": 629, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-01-26T09:34:34.802Z" + "value": "2025-05-07T11:36:03.746Z" }, { "name": "end_hr", - "value": "2022-01-28T09:34:34.802Z" + "value": "2025-05-09T11:36:03.746Z" } ], - "url": "https://api.datadoghq.com/api/v1/usage/profiling?start_hr=2022-01-26T09%3A34%3A34.802Z&end_hr=2022-01-28T09%3A34%3A34.802Z" + "url": "https://api.datadoghq.com/api/v1/usage/profiling?start_hr=2025-05-07T11%3A36%3A03.746Z&end_hr=2025-05-09T11%3A36%3A03.746Z" }, "response": { - "bodySize": 9563, + "bodySize": 10812, "content": { "mimeType": "application/json", - "size": 9563, - "text": "{\"usage\":[{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T09:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T10:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T11:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T12:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T13:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T14:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T15:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T16:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T17:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T18:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T19:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T20:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T21:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T22:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-26T23:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T00:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T01:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T02:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T03:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T04:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T05:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T06:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T07:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T08:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T09:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T10:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T11:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T12:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T13:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T14:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T15:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T16:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T17:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T18:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T19:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T20:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T21:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T22:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-27T23:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T00:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T01:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T02:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T03:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T04:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T05:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T06:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T07:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null},{\"host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-01-28T08:00:00+00:00\",\"avg_container_agent_count\":null,\"avg_container_agentless_count\":null}]}" + "size": 10812, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T11:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T12:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T13:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"host_count\":null,\"avg_container_agent_count\":null,\"aas_count\":null,\"uncategorized_host_count\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 521, + "headersSize": 652, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-01-31T09:34:34.805Z", - "time": 688 + "startedDateTime": "2025-05-12T11:36:03.748Z", + "time": 843 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/frozen.json index c1e444155801..d16c777b0a34 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/frozen.json @@ -1 +1 @@ -"2022-05-10T15:31:42.562Z" +"2025-05-12T14:02:23.417Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/recording.har index 5e26add5aeaf..9ce95d15886b 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-mobile-hourly-usage-for-RUM-Sessions-returns-OK-response_2848334951/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "d3b2733190725c0f67a111172fed82ad", + "_id": "1cede2b2e7dec8b481c98b182b823aa7", "_order": 0, "cache": {}, "request": { @@ -18,34 +18,34 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 628, + "headersSize": 646, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-05-05T15:31:42.562Z" + "value": "2025-05-07T14:02:23.417Z" }, { "name": "end_hr", - "value": "2022-05-07T15:31:42.562Z" + "value": "2025-05-09T14:02:23.417Z" }, { "name": "type", "value": "mobile" } ], - "url": "https://api.datadoghq.com/api/v1/usage/rum_sessions?start_hr=2022-05-05T15%3A31%3A42.562Z&end_hr=2022-05-07T15%3A31%3A42.562Z&type=mobile" + "url": "https://api.datadoghq.com/api/v1/usage/rum_sessions?start_hr=2025-05-07T14%3A02%3A23.417Z&end_hr=2025-05-09T14%3A02%3A23.417Z&type=mobile" }, "response": { - "bodySize": 10523, + "bodySize": 13836, "content": { "mimeType": "application/json", - "size": 10523, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T15:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T16:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T17:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T18:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T19:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T20:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T21:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T22:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-05T23:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T00:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T01:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T02:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T03:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T04:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T05:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T06:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T07:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T08:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T09:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T10:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T11:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T12:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T13:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T14:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T15:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T16:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T17:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T18:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T19:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T20:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T21:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T22:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-06T23:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T00:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T01:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T02:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T03:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T04:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T05:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T06:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T07:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T08:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T09:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T10:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T11:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T12:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T13:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null},{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"hour\":\"2022-05-07T14:00:00+00:00\",\"session_count_android\":null,\"session_count\":null,\"session_count_ios\":null,\"session_count_reactnative\":null}]}" + "size": 13836, + "text": "{\"usage\":[{\"hour\":\"2025-05-07T14:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T15:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T16:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T17:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T18:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T19:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T20:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T21:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T22:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-07T23:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T00:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T01:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T02:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T03:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T04:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T05:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T06:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T07:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T08:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T09:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T10:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T11:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T12:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T13:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T14:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T15:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T16:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T17:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T18:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T19:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T20:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T21:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T22:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-08T23:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T00:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T01:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T02:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T03:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T04:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T05:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T06:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T07:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T08:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T09:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T10:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T11:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T12:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"},{\"hour\":\"2025-05-09T13:00:00+00:00\",\"region\":\"us\",\"session_count\":null,\"session_count_ios\":null,\"session_count_android\":null,\"session_count_reactnative\":null,\"session_count_flutter\":null,\"session_count_roku\":null,\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\"}]}\n" }, "cookies": [], "headers": [ @@ -54,14 +54,14 @@ "value": "application/json" } ], - "headersSize": 668, + "headersSize": 651, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-05-10T15:31:42.577Z", - "time": 842 + "startedDateTime": "2025-05-12T14:02:23.423Z", + "time": 690 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/frozen.json b/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/frozen.json index 7160cfada3a5..7df8683cf609 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/frozen.json +++ b/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/frozen.json @@ -1 +1 @@ -"2022-05-23T08:46:27.028Z" +"2025-05-12T11:36:05.278Z" diff --git a/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/recording.har index 581e2bee5b83..d8ceb4b2e6ad 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-monthly-usage-attribution-returns-OK-response_3422777474/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "236c56061411c26bddfb88e0e5b54fb1", + "_id": "e102ce283247d333b06e7d4a4a079496", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 621, + "headersSize": 639, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_month", - "value": "2022-05-20T08:46:27.028Z" + "value": "2025-05-09T11:36:05.278Z" }, { "name": "fields", "value": "infra_host_usage" } ], - "url": "https://api.datadoghq.com/api/v1/usage/monthly-attribution?start_month=2022-05-20T08%3A46%3A27.028Z&fields=infra_host_usage" + "url": "https://api.datadoghq.com/api/v1/usage/monthly-attribution?start_month=2025-05-09T11%3A36%3A05.278Z&fields=infra_host_usage" }, "response": { - "bodySize": 390, + "bodySize": 724, "content": { "mimeType": "application/json", - "size": 390, - "text": "{\"usage\":[{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::project\",\"tags\":null,\"updated_at\":\"2022-05-22T09:05:00Z\",\"month\":\"2022-05-01T00:00:00+00:00\",\"values\":{\"infra_host_usage\":19}}],\"metadata\":{\"pagination\":{\"next_record_id\":null},\"aggregates\":[{\"field\":\"infra_host_usage\",\"value\":19.0,\"agg_type\":\"sum\"}]}}" + "size": 724, + "text": "{\"usage\":[{\"month\":\"2025-05-01T00:00:00+00:00\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":null,\"values\":{\"infra_host_usage\":10},\"updated_at\":\"2025-05-12T10:00:00+00:00\",\"region\":\"us\"},{\"month\":\"2025-05-01T00:00:00+00:00\",\"org_name\":\"kevinzou sandbox\",\"public_id\":\"d218b038-1a46-11ed-b0f8-da7ad0900002\",\"tag_config_source\":\"DD Integration Tests (321813):::cf_instance_ip///project\",\"tags\":null,\"values\":{\"infra_host_usage\":1},\"updated_at\":\"2025-05-12T10:00:00+00:00\",\"region\":\"us\"}],\"metadata\":{\"pagination\":{\"next_record_id\":null},\"aggregates\":[{\"agg_type\":\"sum\",\"field\":\"infra_host_usage\",\"value\":11.0}]}}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 673, + "headersSize": 658, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-05-23T08:46:27.034Z", - "time": 696 + "startedDateTime": "2025-05-12T11:36:05.282Z", + "time": 1199 } ], "pages": [], diff --git a/cassettes/v1/Usage-Metering_938753175/Get-specified-daily-custom-reports-returns-OK-response_3373408978/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-specified-daily-custom-reports-returns-OK-response_3373408978/recording.har index 38098bd2b2ea..7cb3a4454120 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-specified-daily-custom-reports-returns-OK-response_3373408978/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-specified-daily-custom-reports-returns-OK-response_3373408978/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "264bbf480d1c4fb3b06ec2df748b9aa0", + "_id": "0f57d45f934a276ef12f0d544fc249f1", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 566, diff --git a/cassettes/v1/Usage-Metering_938753175/Get-specified-monthly-custom-reports-returns-OK-response_2829301802/recording.har b/cassettes/v1/Usage-Metering_938753175/Get-specified-monthly-custom-reports-returns-OK-response_2829301802/recording.har index 20c9c70978b6..ebaf82f2c8ac 100644 --- a/cassettes/v1/Usage-Metering_938753175/Get-specified-monthly-custom-reports-returns-OK-response_2829301802/recording.har +++ b/cassettes/v1/Usage-Metering_938753175/Get-specified-monthly-custom-reports-returns-OK-response_2829301802/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "f77b0f2afd954ffa0ae394e795369285", + "_id": "c8314f88966f8b22effed0a90b7bbea7", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 570, diff --git a/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-Bad-Request-response_2819784758/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-Bad-Request-response_2819784758/recording.har index d9450a6e77e5..922bef298030 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-Bad-Request-response_2819784758/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-Bad-Request-response_2819784758/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "d8bfe45ee734ef1f04c4be094f96d654", + "_id": "63e74d6ac0cda21fcc41b65b6588c1d7", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 667, diff --git a/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-OK-response_718127100/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-OK-response_718127100/recording.har index c46fe927f634..d3705469c9a5 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-OK-response_718127100/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-Monthly-Cost-Attribution-returns-OK-response_718127100/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "ef93009d163dfaeda249cd00d86a8695", + "_id": "eac4fac4365a3832b2119a1176c95641", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 675, diff --git a/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/frozen.json index b688ab1b54f7..7a279715638d 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/frozen.json @@ -1 +1 @@ -"2023-11-16T16:03:39.691Z" +"2025-05-12T12:32:49.248Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/recording.har index ee4b15235cab..2dc701fd4efd 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-active-billing-dimensions-for-cost-attribution-returns-OK-response_1332746180/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "35fc05697a05a5271bbf430b1b46fa5a", + "_id": "85a09585b3df6fd8fc4466d34ac2dcdc", "_order": 0, "cache": {}, "request": { @@ -18,21 +18,21 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 568, + "headersSize": 584, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [], "url": "https://api.datadoghq.com/api/v2/cost_by_tag/active_billing_dimensions" }, "response": { - "bodySize": 1626, + "bodySize": 2732, "content": { "mimeType": "application/json", - "size": 1626, - "text": "{\"data\":{\"type\":\"billing_dimensions\",\"id\":\"f145e21e840c6db03f75c179877629eb08531aa6f314f97658261680e49ab1f1\",\"attributes\":{\"values\":[\"apm_fargate\",\"apm_host\",\"apm_host_enterprise\",\"apm_host_no_usm\",\"apm_host_pro\",\"apm_profiler_host\",\"apm_trace_search\",\"application_security_fargate\",\"application_security_host\",\"application_vulnerability_management_oss_host\",\"audit_trail\",\"ci_pipeline\",\"ci_pipeline_indexed_spans\",\"ci_test_indexed_spans\",\"ci_testing\",\"cloud_cost_management\",\"csm_container_enterprise\",\"csm_host_enterprise\",\"csm_host_pro\",\"cspm_container\",\"cspm_host\",\"custom_event\",\"cws_container\",\"cws_host\",\"data_stream_monitoring\",\"dbm_host\",\"dbm_normalized_queries\",\"fargate_container\",\"fargate_container_apm_and_profiler\",\"fargate_container_profiler\",\"incident_management\",\"infra_and_apm_host\",\"infra_container\",\"infra_container_excl_agent\",\"infra_host\",\"ingested_spans\",\"ingested_timeseries\",\"iot\",\"lambda_function\",\"logs_forwarding\",\"logs_indexed_15day\",\"logs_indexed_180day\",\"logs_indexed_30day\",\"logs_indexed_360day\",\"logs_indexed_3day\",\"logs_indexed_45day\",\"logs_indexed_60day\",\"logs_indexed_7day\",\"logs_indexed_90day\",\"logs_indexed_custom_retention\",\"logs_ingested\",\"network_device\",\"npm_host\",\"observability_pipeline\",\"online_archive\",\"premier_support\",\"prof_container\",\"prof_host\",\"rum\",\"rum_lite\",\"rum_replay\",\"sensitive_data_scanner\",\"serverless_apm\",\"serverless_infra\",\"serverless_invocation\",\"siem\",\"standard_timeseries\",\"synthetics_api_tests\",\"synthetics_app_testing\",\"synthetics_browser_checks\",\"timeseries\",\"usm_standalone\",\"usm_within_infra_host\",\"workflow_execution\"],\"month\":\"2023-10-01T00:00:00Z\"}}}\n" + "size": 2732, + "text": "{\"data\":{\"type\":\"billing_dimensions\",\"id\":\"e4a8ff24785c6327169a72bdbc122133b34fb5797a1232c54dcc1fbc94e9ad1d\",\"attributes\":{\"values\":[\"apm_devsecops\",\"apm_ent_devsecops\",\"apm_fargate\",\"apm_host\",\"apm_host_enterprise\",\"apm_host_pro\",\"apm_pro_devsecops\",\"apm_trace_search\",\"application_security_fargate\",\"application_security_host\",\"application_security_sca_fargate_task\",\"application_vulnerability_management_oss_host\",\"audit_trail\",\"ci_pipeline\",\"ci_pipeline_indexed_spans\",\"ci_test_indexed_spans\",\"ci_testing\",\"cloud_cost_management\",\"code_analysis_sa_committers\",\"code_analysis_sa_sca_bundle\",\"code_analysis_sca_committers\",\"code_security_host\",\"cont_devsecops_ent\",\"cont_devsecops_pro\",\"coscreen_seat\",\"csm_container_enterprise\",\"csm_container_pro\",\"csm_host_enterprise\",\"csm_host_pro\",\"cspm_container\",\"cspm_host\",\"custom_event\",\"cws_container\",\"cws_fargate_task\",\"cws_host\",\"data_jobs_monitoring_host_hr\",\"data_stream_monitoring\",\"dbm_host\",\"dbm_normalized_queries\",\"ent_incident_response\",\"eph_apm_host\",\"eph_infra_host_ent\",\"eph_infra_host_pro\",\"eph_infra_host_proplus\",\"error_tracking\",\"error_tracking_tiered\",\"event_management_correlation\",\"fargate_container\",\"fargate_container_apm_and_profiler\",\"fargate_container_profiler\",\"flex_compute_logs_extra_extra_large\",\"flex_compute_logs_extra_small\",\"flex_compute_logs_large\",\"flex_compute_logs_medium\",\"flex_compute_logs_small\",\"flex_logs_starter\",\"flex_stored_logs\",\"host_devsecops_ent\",\"host_devsecops_pro\",\"host_devsecops_proplus\",\"incident_management\",\"incident_management_seats\",\"infra_and_apm_host\",\"infra_container\",\"infra_container_excl_agent\",\"infra_host\",\"ingested_spans\",\"ingested_timeseries\",\"iot\",\"lambda_function\",\"llm_observability\",\"logs_forwarding\",\"logs_indexed_15day\",\"logs_indexed_180day\",\"logs_indexed_1day\",\"logs_indexed_30day\",\"logs_indexed_360day\",\"logs_indexed_3day\",\"logs_indexed_45day\",\"logs_indexed_60day\",\"logs_indexed_7day\",\"logs_indexed_90day\",\"logs_indexed_custom_retention\",\"logs_ingested\",\"netflow_monitoring\",\"network_device\",\"npm_host\",\"observability_pipeline\",\"observability_pipeline_vcpu\",\"observability_pipelines_plus\",\"on_call_seat\",\"online_archive\",\"premier_support\",\"product_analytics\",\"prof_container\",\"prof_host\",\"published_app\",\"rum\",\"rum_ingested\",\"rum_investigate\",\"rum_lite\",\"rum_replay\",\"sensitive_data_scanner\",\"serverless_apm\",\"serverless_apps\",\"serverless_apps_excl_fargate\",\"serverless_asm\",\"serverless_infra\",\"serverless_invocation\",\"siem\",\"siem_analyzed_logs_add_on\",\"siem_indexed\",\"standard_timeseries\",\"synthetics_api_tests\",\"synthetics_app_testing\",\"synthetics_browser_checks\",\"synthetics_mobile_app_testing\",\"timeseries\",\"usm_standalone\",\"usm_within_infra_host\",\"workflow_execution\"],\"month\":\"2025-03-01T00:00:00Z\"}}}\n" }, "cookies": [], "headers": [ @@ -47,8 +47,8 @@ "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-11-16T16:03:40.282Z", - "time": 384 + "startedDateTime": "2025-05-12T12:32:49.251Z", + "time": 475 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/frozen.json index 6dd459e2e845..7030026ef73c 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/frozen.json @@ -1 +1 @@ -"2024-10-28T16:04:40.774Z" +"2025-05-12T12:32:49.734Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/recording.har index ab6258ef5a3d..267df4d8d935 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-billing-dimension-mapping-for-usage-endpoints-returns-Bad-Request-response_4003289632/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "49fc3efb4f23bbdeb855c3d4aa87f91c", + "_id": "285be917c7cf6fb88903f51e79de490e", "_order": 0, "cache": {}, "request": { @@ -18,10 +18,10 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 562, + "headersSize": 578, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [], @@ -41,14 +41,14 @@ "value": "application/vnd.api+json" } ], - "headersSize": 358, + "headersSize": 381, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2024-10-28T16:04:40.783Z", - "time": 526 + "startedDateTime": "2025-05-12T12:32:49.739Z", + "time": 387 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-cost-across-multi-org-account-returns-OK-response_1466184370/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-cost-across-multi-org-account-returns-OK-response_1466184370/recording.har index e2aaab714304..144b866ac902 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-cost-across-multi-org-account-returns-OK-response_1466184370/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-cost-across-multi-org-account-returns-OK-response_1466184370/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "7e51acf91db332d5aac6b95e23dcdc6b", + "_id": "c2ffad4fdc03cca8ca2b73052d097e04", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 575, diff --git a/cassettes/v2/Usage-Metering_938753175/Get-historical-cost-across-your-account-returns-OK-response_457581091/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-historical-cost-across-your-account-returns-OK-response_457581091/recording.har index 26134ed425a4..f557f8f87186 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-historical-cost-across-your-account-returns-OK-response_457581091/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-historical-cost-across-your-account-returns-OK-response_457581091/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "00e64e126be35886239cdf1fc03b27af", + "_id": "e69f64b425758f7ef618754e86c55bcd", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 602, diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/frozen.json index 9c0d5ccc031f..9242df33f6c9 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/frozen.json @@ -1 +1 @@ -"2022-07-19T14:57:41.335Z" +"2025-05-12T12:32:50.132Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/recording.har index 7851c4f57069..a375953c227a 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-Bad-Request-response_3809956495/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "cc496d18a216a654906e24e1671e2b27", + "_id": "5a771a1873ce8775cbe17d6517274c4a", "_order": 0, "cache": {}, "request": { @@ -18,10 +18,10 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 700, + "headersSize": 716, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -30,20 +30,20 @@ "value": { "product_families": "infra_hosts", "timestamp": { - "end": "2022-07-14T14:57:41.335Z", - "start": "2022-07-16T14:57:41.335Z" + "end": "2025-05-07T12:32:50.132Z", + "start": "2025-05-09T12:32:50.132Z" } } } ], - "url": "https://api.datadoghq.com/api/v2/usage/hourly_usage?filter%5Btimestamp%5D%5Bstart%5D=2022-07-16T14%3A57%3A41.335Z&filter%5Btimestamp%5D%5Bend%5D=2022-07-14T14%3A57%3A41.335Z&filter%5Bproduct_families%5D=infra_hosts" + "url": "https://api.datadoghq.com/api/v2/usage/hourly_usage?filter%5Btimestamp%5D%5Bstart%5D=2025-05-09T12%3A32%3A50.132Z&filter%5Btimestamp%5D%5Bend%5D=2025-05-07T12%3A32%3A50.132Z&filter%5Bproduct_families%5D=infra_hosts" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}\n" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -52,14 +52,14 @@ "value": "application/json" } ], - "headersSize": 665, + "headersSize": 649, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-07-19T14:57:41.355Z", - "time": 455 + "startedDateTime": "2025-05-12T12:32:50.135Z", + "time": 145 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/frozen.json index 6cc59d0916af..7d00097e25d3 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/frozen.json @@ -1 +1 @@ -"2022-07-19T14:57:41.821Z" +"2025-05-12T12:32:50.286Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/recording.har index dc6c9db6bfa7..af3a5747b677 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-by-product-family-returns-OK-response_1090591163/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "f3d4433c1974b96f6e829b5467e0b17c", + "_id": "b4bf8a36a4c19c213fabcac320b8616a", "_order": 0, "cache": {}, "request": { @@ -18,10 +18,10 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 640, + "headersSize": 656, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -30,19 +30,19 @@ "value": { "product_families": "infra_hosts", "timestamp": { - "start": "2022-07-16T14:57:41.821Z" + "start": "2025-05-09T12:32:50.286Z" } } } ], - "url": "https://api.datadoghq.com/api/v2/usage/hourly_usage?filter%5Btimestamp%5D%5Bstart%5D=2022-07-16T14%3A57%3A41.821Z&filter%5Bproduct_families%5D=infra_hosts" + "url": "https://api.datadoghq.com/api/v2/usage/hourly_usage?filter%5Btimestamp%5D%5Bstart%5D=2025-05-09T12%3A32%3A50.286Z&filter%5Bproduct_families%5D=infra_hosts" }, "response": { - "bodySize": 21395, + "bodySize": 34355, "content": { "mimeType": "application/json", - "size": 21395, - "text": "{\"data\":[{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T14:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"c2d81d3ab0e2330402ba194f525ac02b0e561dbaf1e30fdc9d900551ca104e6c\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T15:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"aab388e6fa569317272aec7a7b8769bf6400c8b3e3163e34c5ba8fc8b1ea962c\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T16:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"a7480a9641c6bb5609a623c24f9be58f6bd0e0f8b39c23813be2e5e9f37465df\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T17:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"3ece398146b5e6863932aaabb340a35dc3f678a10b8731dd1aa6cefb01a05a50\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T18:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"db5610645e040ceb1e34726488331e256688b629700b0fab78c62ed4e681232e\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T19:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"317972994b0ef9e9c7b003ab0f1a28db970c738229bc8eb99b5f40863bd31ae7\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T20:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"7b4af48ad0743367a787bff94d6fb23dc4f6bd1721846b656aefcaa0c97094af\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T21:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"a26d4f98ebefc52c3e3ff41947df05bf792c12fff32a450c208b8a5579ea636c\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T22:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"284445d0d64b997e3a799f9a9c0b37a75979f17da92d3b87c102b334ff2e8c55\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-16T23:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"27cd01fcc3390288a50d1e9bd56fdf2e65db299ff59fd167eae5dcc6afefacbe\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T00:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"31c2b4d1ad3e227ee84c29aca58c3a82fa29d334434d9192c7c488ab125a831c\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T01:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"773dd70bab3e291c460d1263d4b8f2fed2f649b5c31227acd34819b6b8fa93cf\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T02:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"adda5d505c6d83890ca97ecdfd9d0dab915da014b4b87abd43a909c3453cb60d\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T03:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"d7b5724fb49109e31700bf34aa6527e0a097359f3917288c351617d5042e6930\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T04:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"826bc80a5789a931a674eecf3491b3aea9cf11a01749f57ae45496c7bede96a7\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T05:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"b8f4c50da05e3413a2618ec30ae193482b28ef2eb318541de68751ad32f267d0\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T06:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"bc403917f58538e7cc57934de186bb0975e1667780030e77464c46bcc07a108e\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T07:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"15aff389986ebee357e66194ba015afcf4ce87f262e0cbe635fda457abf36bbb\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T08:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"a92fa8990a961de5fbc1813a004587fc01eba595bd382d75b85fe88e63bafea6\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T09:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"a8c6b8633bb710eb4eff1bdb6046354635b9bb1e99c3de3fd2f4efab6a5c177f\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T10:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"6623ba9e88fb7491794d262f121dec195afb88ac8a85653805c8dff1b604da1c\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T11:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"b690150b84610dbc7a4fd2c37da96e69bc43ce8ce7ee51af7d47c32054c6df44\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T12:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"a03a5f4b9967b962f1de6cc80b696e3a1562ff733834b8cec6540f9cb884236b\"},{\"attributes\":{\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"timestamp\":\"2022-07-17T13:00:00+00:00\",\"region\":\"us\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":14},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":0},{\"usage_type\":\"apm_host_count\",\"value\":4},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":14},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"vsphere_host_count\",\"value\":0}],\"product_family\":\"infra_hosts\"},\"type\":\"usage_timeseries\",\"id\":\"07e22e70cfb7efe81ffdd0265cdea8417b0fbf4d9e8cb9f862bbff581fe7e5ac\"}]}\n" + "size": 34355, + "text": "{\"data\":[{\"id\":\"95e6860655fe3830ed86fae333ff8c373a4fb260188b28af92ac7979d420c3c6\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T12:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"58d00807feb09f3689400980538b74ebfc7f9a5a188420cd5cf02754e1807a05\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T13:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"139b92a4f6b06de5454301120a17ff102cbd903b879551909add7188cbacb03a\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T14:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"f19727d7c2f305319be2791f360801f2e98bd2a74990a483a5dbccdaeaed04a3\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T15:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"0dcc635e4c3f3804f76a2a88a9178411f5a501927bea22e541648e759dcac07e\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T16:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"713877bbdcff29a7ac72a025948aca3e3821ea3ecb5d5c60742680f27ee42187\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T17:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"f6c28a9050e801b5f1b83fffce0da28f208b2f75dd463906d755c317c30c3085\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T18:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"f3a7f0862585df8f61cbe986a80a08cf383cba9965e0a16eb88954a7cdab9840\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T19:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"f0593dbaeb0166bedea60fd863ea60f5e04b7055a73987045dd82a45ae6a86a2\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T20:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"a9771c538c887d88a3981683e2a9b92712c8bb2f5b4bbd9271e7af107890dd17\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T21:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"dbd066b38d0ad983269fdc2d8c55b811b307e0ddd6d538327f7b19a3a1af5e61\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T22:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"c90ca34810306202e37ddc6a7ce437744be8b23c19c34549caac56c8cfcc8475\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-09T23:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"a8834d066c1f02047258926910fe45447b1d12ea23ce6cacd3c6a1c064bc4954\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T00:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"4636cb91e5505be393f1d3fdafbabaf129def13f2c85d1054f5f4f9a90687301\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T01:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"286cfaf176c8196c7aa8bab121cfd55833b39c0279b835b931d6bb0cf32955a3\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T02:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"c3a9c7ed88d3384726743d7dd52ee8f32631449e131344535b3a4f6524e12b51\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T03:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"a4d8d7513cdf75927a8bf240a77489af347b994b7aceecf74313981eb9fc89d9\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T04:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"bffde443be0d88f7e23f5b27cd07f4e3ecccd3d26915140f5367616633504bc0\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T05:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"4e6dcbe731a0e56e14b94451d0061619f1a195a61030da6a7dc2dbd2e43324c2\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T06:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"8c004adbadb82106bccee1b1cda12ce95fa806372bd487a6dd783713d0d808ef\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T07:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"a18cd19be7f9ab8d233a83127ee1068a6c1f59a3bf587326f6caea0c6a7e4aab\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T08:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"c88ece72c68cdc4074e3348dbf7998a96d4b61ab8f2b210cff212afb8e11b185\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T09:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"c5698022d11eb61de2c53d9d01923270365d8a112309d94639fd7faf3cc23379\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T10:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}},{\"id\":\"795e1ab3e3422d26901f18f17f0167f01cdc701ac6577affc8c8fa1218cdf302\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"infra_hosts\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"account_name\":\"Scott's dogfood acct (102260)\",\"account_public_id\":\"806e82667\",\"region\":\"us\",\"timestamp\":\"2025-05-10T11:00:00+00:00\",\"measurements\":[{\"usage_type\":\"agent_host_count\",\"value\":2},{\"usage_type\":\"alibaba_host_count\",\"value\":0},{\"usage_type\":\"apm_azure_app_service_host_count\",\"value\":null},{\"usage_type\":\"apm_devsecops_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count\",\"value\":null},{\"usage_type\":\"apm_host_count_incl_usm\",\"value\":null},{\"usage_type\":\"apm_uncategorized_host_count\",\"value\":null},{\"usage_type\":\"aws_host_count\",\"value\":0},{\"usage_type\":\"azure_host_count\",\"value\":0},{\"usage_type\":\"container_count\",\"value\":null},{\"usage_type\":\"container_count_excl_agent\",\"value\":null},{\"usage_type\":\"data_stream_monitoring_host_count\",\"value\":null},{\"usage_type\":\"gcp_host_count\",\"value\":0},{\"usage_type\":\"heroku_host_count\",\"value\":0},{\"usage_type\":\"host_count\",\"value\":2},{\"usage_type\":\"infra_azure_app_service\",\"value\":0},{\"usage_type\":\"oci_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_apm_host_count\",\"value\":0},{\"usage_type\":\"opentelemetry_host_count\",\"value\":0},{\"usage_type\":\"universal_service_monitoring_host_count\",\"value\":null},{\"usage_type\":\"vsphere_host_count\",\"value\":0}]}}]}\n" }, "cookies": [], "headers": [ @@ -51,14 +51,14 @@ "value": "application/json" } ], - "headersSize": 625, + "headersSize": 652, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2022-07-19T14:57:41.826Z", - "time": 771 + "startedDateTime": "2025-05-12T12:32:50.288Z", + "time": 1118 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/frozen.json index 907b6467820a..472ad8e462ad 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/frozen.json @@ -1 +1 @@ -"2022-05-02T16:40:49.302Z" +"2025-05-12T12:32:51.415Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/recording.har index e681e89776e4..932d2d638d98 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Application-Security-returns-Bad-Request-response_4060109180/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "956ce8ed8bb5c37a2ba7722998e91236", + "_id": "1ba4243940fe787ab9a0f3db47e68e44", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 642, + "headersSize": 658, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-04-29T16:40:49.302Z" + "value": "2025-05-09T12:32:51.415Z" }, { "name": "end_hr", - "value": "2022-04-27T16:40:49.302Z" + "value": "2025-05-07T12:32:51.415Z" } ], - "url": "https://api.datadoghq.com/api/v2/usage/application_security?start_hr=2022-04-29T16%3A40%3A49.302Z&end_hr=2022-04-27T16%3A40%3A49.302Z" + "url": "https://api.datadoghq.com/api/v2/usage/application_security?start_hr=2025-05-09T12%3A32%3A51.415Z&end_hr=2025-05-07T12%3A32%3A51.415Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}\n" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 665, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-05-02T16:40:49.320Z", - "time": 227 + "startedDateTime": "2025-05-12T12:32:51.418Z", + "time": 464 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/frozen.json index 6223f7515a9d..bc018ddc1094 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/frozen.json @@ -1 +1 @@ -"2024-01-24T20:56:23.911Z" +"2025-05-12T12:32:51.888Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/recording.har index 15f1490991b9..d80ccbf3c94f 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-Bad-Request-response_1390082927/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "af201a681472acf2fa02feb5049e78f4", + "_id": "4b8e4cc2c0a6d61f10f21d18c64ddfa6", "_order": 0, "cache": {}, "request": { @@ -18,23 +18,23 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 641, + "headersSize": 657, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2024-01-21T20:56:23.911Z" + "value": "2025-05-09T12:32:51.888Z" }, { "name": "end_hr", - "value": "2024-01-19T20:56:23.911Z" + "value": "2025-05-07T12:32:51.888Z" } ], - "url": "https://api.datadoghq.com/api/v2/usage/lambda_traced_invocations?start_hr=2024-01-21T20%3A56%3A23.911Z&end_hr=2024-01-19T20%3A56%3A23.911Z" + "url": "https://api.datadoghq.com/api/v2/usage/lambda_traced_invocations?start_hr=2025-05-09T12%3A32%3A51.888Z&end_hr=2025-05-07T12%3A32%3A51.888Z" }, "response": { "bodySize": 77, @@ -56,8 +56,8 @@ "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2024-01-24T20:56:23.940Z", - "time": 548 + "startedDateTime": "2025-05-12T12:32:51.892Z", + "time": 365 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/frozen.json index e64ed316ba70..e205d60d112c 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/frozen.json @@ -1 +1 @@ -"2024-01-24T20:54:39.781Z" +"2025-05-12T12:32:52.291Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/recording.har index c05ecaedfc96..0341737a7dc3 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Lambda-traced-invocations-returns-OK-response_849036827/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "f98e6a11f85ef6a5fe2d415bfb559ab0", + "_id": "41592565baacbc0ddb70f3c6d3648f10", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 641, + "headersSize": 657, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2024-01-19T20:54:39.781Z" + "value": "2025-05-07T12:32:52.291Z" }, { "name": "end_hr", - "value": "2024-01-21T20:54:39.781Z" + "value": "2025-05-09T12:32:52.291Z" } ], - "url": "https://api.datadoghq.com/api/v2/usage/lambda_traced_invocations?start_hr=2024-01-19T20%3A54%3A39.781Z&end_hr=2024-01-21T20%3A54%3A39.781Z" + "url": "https://api.datadoghq.com/api/v2/usage/lambda_traced_invocations?start_hr=2025-05-07T12%3A32%3A52.291Z&end_hr=2025-05-09T12%3A32%3A52.291Z" }, "response": { "bodySize": 2961, "content": { "mimeType": "application/json", "size": 2961, - "text": "{\"data\":[{\"id\":\"41945ceef2349387d82c498d0d83cb88b2c57e90d273d9cfa0826d3cac2ecc45\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"lambda-traced-invocations\",\"usage_type\":\"lambda_traced_invocations_count\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"timeseries\":[{\"timestamp\":\"2024-01-19T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-19T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-19T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-19T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-20T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2024-01-21T19:00:00+00:00\",\"value\":null}]}}]}\n" + "text": "{\"data\":[{\"id\":\"0b2d2a111285143192094564fdd62a2d93e245d25b46d3ea59d798d2b66f3909\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"lambda-traced-invocations\",\"usage_type\":\"lambda_traced_invocations_count\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"timeseries\":[{\"timestamp\":\"2025-05-07T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T11:00:00+00:00\",\"value\":null}]}}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 651, + "headersSize": 650, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-01-24T20:54:39.809Z", - "time": 1010 + "startedDateTime": "2025-05-12T12:32:52.296Z", + "time": 678 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/frozen.json index b7447e423b6c..7b75a2ea5bfe 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/frozen.json @@ -1 +1 @@ -"2022-04-20T18:23:39.831Z" +"2025-05-12T12:32:52.982Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/recording.har index 266ee1eed145..c36af98bcaa7 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-Observability-Pipelines-returns-Bad-Request-response_1008626322/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "d86f42c4acb7c19d356562dc99f0eda7", + "_id": "e6cca33e5dd03b0ab12eab315e2f5c0c", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 637, + "headersSize": 654, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2022-04-17T18:23:39.831Z" + "value": "2025-05-09T12:32:52.982Z" }, { "name": "end_hr", - "value": "2022-04-15T18:23:39.831Z" + "value": "2025-05-07T12:32:52.982Z" } ], - "url": "https://api.datadoghq.com/api/v2/usage/observability_pipelines?start_hr=2022-04-17T18%3A23%3A39.831Z&end_hr=2022-04-15T18%3A23%3A39.831Z" + "url": "https://api.datadoghq.com/api/v2/usage/observability_pipelines?start_hr=2025-05-09T12%3A32%3A52.982Z&end_hr=2025-05-07T12%3A32%3A52.982Z" }, "response": { - "bodySize": 78, + "bodySize": 77, "content": { "mimeType": "application/json", - "size": 78, - "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}\n" + "size": 77, + "text": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 669, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-04-20T18:23:39.851Z", - "time": 261 + "startedDateTime": "2025-05-12T12:32:52.984Z", + "time": 457 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/frozen.json index db4333867caf..5b940a54eeb8 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/frozen.json @@ -1 +1 @@ -"2023-10-16T15:16:50.772Z" +"2025-05-12T12:32:53.445Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/recording.har index a34f19b21184..5fdce3cb5169 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-application-security-returns-OK-response_1488716578/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "2bdce960db39fd0283d30e5c5574ea49", + "_id": "2f79a0b7d88a1765c700f1162c2da57f", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 642, + "headersSize": 658, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2023-10-11T15:16:50.772Z" + "value": "2025-05-07T12:32:53.445Z" }, { "name": "end_hr", - "value": "2023-10-13T15:16:50.772Z" + "value": "2025-05-09T12:32:53.445Z" } ], - "url": "https://api.datadoghq.com/api/v2/usage/application_security?start_hr=2023-10-11T15%3A16%3A50.772Z&end_hr=2023-10-13T15%3A16%3A50.772Z" + "url": "https://api.datadoghq.com/api/v2/usage/application_security?start_hr=2025-05-07T12%3A32%3A53.445Z&end_hr=2025-05-09T12%3A32%3A53.445Z" }, "response": { "bodySize": 2930, "content": { "mimeType": "application/json", "size": 2930, - "text": "{\"data\":[{\"id\":\"f9835e00af7d43da5fa029132bb2227473df0f5dc80bf2cc1eb51ddb372f47d5\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"app-sec\",\"usage_type\":\"app_sec_host_count\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"timeseries\":[{\"timestamp\":\"2023-10-11T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T14:00:00+00:00\",\"value\":null}]}}]}\n" + "text": "{\"data\":[{\"id\":\"d102f037cf2e5fefcb5c41bfe232cda020236a44536bf3ef693431f9beb6ace8\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"app-sec\",\"usage_type\":\"app_sec_host_count\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"timeseries\":[{\"timestamp\":\"2025-05-07T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T11:00:00+00:00\",\"value\":null}]}}]}\n" }, "cookies": [], "headers": [ @@ -56,8 +56,8 @@ "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-10-16T15:16:50.781Z", - "time": 647 + "startedDateTime": "2025-05-12T12:32:53.447Z", + "time": 829 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/frozen.json b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/frozen.json index de51c1d3cc59..b1ed26e336b8 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/frozen.json @@ -1 +1 @@ -"2023-10-16T15:14:35.114Z" +"2025-05-12T12:32:54.286Z" diff --git a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/recording.har index 0eed56851ef6..aeea229ffd9a 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-hourly-usage-for-observability-pipelines-returns-OK-response_735117584/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "7ad3c36a52e7ef43c7304f72ee9a3530", + "_id": "b39e4413cd7b49bc9149a98daebd6763", "_order": 0, "cache": {}, "request": { @@ -18,30 +18,30 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 638, + "headersSize": 654, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ { "name": "start_hr", - "value": "2023-10-11T15:14:35.114Z" + "value": "2025-05-07T12:32:54.286Z" }, { "name": "end_hr", - "value": "2023-10-13T15:14:35.114Z" + "value": "2025-05-09T12:32:54.286Z" } ], - "url": "https://api.datadoghq.com/api/v2/usage/observability_pipelines?start_hr=2023-10-11T15%3A14%3A35.114Z&end_hr=2023-10-13T15%3A14%3A35.114Z" + "url": "https://api.datadoghq.com/api/v2/usage/observability_pipelines?start_hr=2025-05-07T12%3A32%3A54.286Z&end_hr=2025-05-09T12%3A32%3A54.286Z" }, "response": { "bodySize": 2967, "content": { "mimeType": "application/json", "size": 2967, - "text": "{\"data\":[{\"id\":\"b2fd311762e6a3cf23ce2e3dbd80e786a13193c6b28f01b296042c0e2f1264f9\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"observability-pipelines\",\"usage_type\":\"observability_pipelines_bytes_processed\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"timeseries\":[{\"timestamp\":\"2023-10-11T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-11T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-12T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2023-10-13T14:00:00+00:00\",\"value\":null}]}}]}\n" + "text": "{\"data\":[{\"id\":\"f07b3425278d54ceb000a2b31d0b1268515fc1684d57e39bd567b9d4752c2072\",\"type\":\"usage_timeseries\",\"attributes\":{\"product_family\":\"observability-pipelines\",\"usage_type\":\"observability_pipelines_bytes_processed\",\"org_name\":\"DD Integration Tests (321813)\",\"public_id\":\"fasjyydbcgwwc2uc\",\"region\":\"us\",\"timeseries\":[{\"timestamp\":\"2025-05-07T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-07T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T11:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T12:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T13:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T14:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T15:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T16:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T17:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T18:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T19:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T20:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T21:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T22:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-08T23:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T00:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T01:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T02:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T03:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T04:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T05:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T06:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T07:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T08:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T09:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T10:00:00+00:00\",\"value\":null},{\"timestamp\":\"2025-05-09T11:00:00+00:00\",\"value\":null}]}}]}\n" }, "cookies": [], "headers": [ @@ -50,14 +50,14 @@ "value": "application/json" } ], - "headersSize": 651, + "headersSize": 650, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2023-10-16T15:14:35.124Z", - "time": 759 + "startedDateTime": "2025-05-12T12:32:54.288Z", + "time": 986 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/Get-projected-cost-across-your-account-returns-OK-response_1400946249/recording.har b/cassettes/v2/Usage-Metering_938753175/Get-projected-cost-across-your-account-returns-OK-response_1400946249/recording.har index 8b249fd9d168..3f1e151c7704 100644 --- a/cassettes/v2/Usage-Metering_938753175/Get-projected-cost-across-your-account-returns-OK-response_1400946249/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/Get-projected-cost-across-your-account-returns-OK-response_1400946249/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "05e1a681deca22ae6e620c3911c3309e", + "_id": "908e23b78b22726d7ac858ba1a7541b6", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 550, diff --git a/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/frozen.json b/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/frozen.json index 6cb229c110e8..8f2678e63e6e 100644 --- a/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/frozen.json +++ b/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/frozen.json @@ -1 +1 @@ -"2022-11-03T21:08:41.229Z" +"2025-05-12T12:32:55.283Z" diff --git a/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/recording.har b/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/recording.har index c867926525ca..4277339ce7f1 100644 --- a/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-both-start_month-and-start_date-returns-Bad-Request-response_3256531067/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "f0e71e06e09bdc333a8e4a09733b118a", + "_id": "b9294e488e2b7380b983bfd2612e1f4e", "_order": 0, "cache": {}, "request": { @@ -18,10 +18,10 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], - "headersSize": 639, + "headersSize": 656, "httpVersion": "HTTP/1.1", "method": "GET", "queryString": [ @@ -31,14 +31,14 @@ }, { "name": "start_month", - "value": "2022-11-03T21:08:41.229Z" + "value": "2025-05-12T12:32:55.283Z" }, { "name": "start_date", - "value": "2022-10-31T21:08:41.229Z" + "value": "2025-05-09T12:32:55.283Z" } ], - "url": "https://api.datadoghq.com/api/v2/usage/estimated_cost?view=sub-org&start_month=2022-11-03T21%3A08%3A41.229Z&start_date=2022-10-31T21%3A08%3A41.229Z" + "url": "https://api.datadoghq.com/api/v2/usage/estimated_cost?view=sub-org&start_month=2025-05-12T12%3A32%3A55.283Z&start_date=2025-05-09T12%3A32%3A55.283Z" }, "response": { "bodySize": 96, @@ -54,14 +54,14 @@ "value": "application/json" } ], - "headersSize": 665, + "headersSize": 648, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 400, "statusText": "Bad Request" }, - "startedDateTime": "2022-11-03T21:08:41.248Z", - "time": 712 + "startedDateTime": "2025-05-12T12:32:55.286Z", + "time": 563 } ], "pages": [], diff --git a/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-start_month-returns-OK-response_1716803506/recording.har b/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-start_month-returns-OK-response_1716803506/recording.har index a121972728c4..43f3ac1ce908 100644 --- a/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-start_month-returns-OK-response_1716803506/recording.har +++ b/cassettes/v2/Usage-Metering_938753175/GetEstimatedCostByOrg-with-start_month-returns-OK-response_1716803506/recording.har @@ -8,7 +8,7 @@ }, "entries": [ { - "_id": "4ad0a8d9835df4c06695ca3d93866e34", + "_id": "5d045f7ead3382121e1dc6bd05f4b1b5", "_order": 0, "cache": {}, "request": { @@ -18,7 +18,7 @@ { "_fromType": "array", "name": "accept", - "value": "application/json;datetime-format=rfc3339" + "value": "application/json;datetime-format=rfc3339, application/json" } ], "headersSize": 600, diff --git a/packages/datadog-api-client-v1/apis/AWSIntegrationApi.ts b/packages/datadog-api-client-v1/apis/AWSIntegrationApi.ts index 1946fa71683c..b8b50e3f5a50 100644 --- a/packages/datadog-api-client-v1/apis/AWSIntegrationApi.ts +++ b/packages/datadog-api-client-v1/apis/AWSIntegrationApi.ts @@ -546,6 +546,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -609,6 +610,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -669,6 +671,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -731,6 +734,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -791,6 +795,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -854,6 +859,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -914,6 +920,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -974,7 +981,11 @@ export class AWSIntegrationApiResponseProcessor { ) as Array; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1034,6 +1045,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1096,6 +1108,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1158,6 +1171,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1218,6 +1232,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/AWSLogsIntegrationApi.ts b/packages/datadog-api-client-v1/apis/AWSLogsIntegrationApi.ts index e67642ff6edd..8601a560599c 100644 --- a/packages/datadog-api-client-v1/apis/AWSLogsIntegrationApi.ts +++ b/packages/datadog-api-client-v1/apis/AWSLogsIntegrationApi.ts @@ -301,6 +301,7 @@ export class AWSLogsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -363,6 +364,7 @@ export class AWSLogsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -423,6 +425,7 @@ export class AWSLogsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -483,6 +486,7 @@ export class AWSLogsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -543,6 +547,7 @@ export class AWSLogsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -605,6 +610,7 @@ export class AWSLogsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -666,7 +672,11 @@ export class AWSLogsIntegrationApiResponseProcessor { ) as Array; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v1/apis/AuthenticationApi.ts b/packages/datadog-api-client-v1/apis/AuthenticationApi.ts index 6155b12e490b..2c272ec86bbf 100644 --- a/packages/datadog-api-client-v1/apis/AuthenticationApi.ts +++ b/packages/datadog-api-client-v1/apis/AuthenticationApi.ts @@ -59,7 +59,11 @@ export class AuthenticationApiResponseProcessor { ) as AuthenticationValidationResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v1/apis/AzureIntegrationApi.ts b/packages/datadog-api-client-v1/apis/AzureIntegrationApi.ts index fa4615024bf0..0468412a4fa5 100644 --- a/packages/datadog-api-client-v1/apis/AzureIntegrationApi.ts +++ b/packages/datadog-api-client-v1/apis/AzureIntegrationApi.ts @@ -230,6 +230,7 @@ export class AzureIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -290,6 +291,7 @@ export class AzureIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -352,6 +354,7 @@ export class AzureIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -412,6 +415,7 @@ export class AzureIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -472,6 +476,7 @@ export class AzureIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v1/apis/DashboardListsApi.ts b/packages/datadog-api-client-v1/apis/DashboardListsApi.ts index 6405cb01d721..5f5f28806509 100644 --- a/packages/datadog-api-client-v1/apis/DashboardListsApi.ts +++ b/packages/datadog-api-client-v1/apis/DashboardListsApi.ts @@ -232,6 +232,7 @@ export class DashboardListsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -293,6 +294,7 @@ export class DashboardListsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -355,6 +357,7 @@ export class DashboardListsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -416,7 +419,11 @@ export class DashboardListsApiResponseProcessor { ) as DashboardListListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -476,6 +483,7 @@ export class DashboardListsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/DashboardsApi.ts b/packages/datadog-api-client-v1/apis/DashboardsApi.ts index 4cc63f1b2e5c..a38dcc13baf0 100644 --- a/packages/datadog-api-client-v1/apis/DashboardsApi.ts +++ b/packages/datadog-api-client-v1/apis/DashboardsApi.ts @@ -670,6 +670,7 @@ export class DashboardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -732,6 +733,7 @@ export class DashboardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -794,6 +796,7 @@ export class DashboardsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -851,6 +854,7 @@ export class DashboardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -913,6 +917,7 @@ export class DashboardsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -971,6 +976,7 @@ export class DashboardsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1031,6 +1037,7 @@ export class DashboardsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1093,6 +1100,7 @@ export class DashboardsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1155,6 +1163,7 @@ export class DashboardsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1216,7 +1225,11 @@ export class DashboardsApiResponseProcessor { ) as DashboardSummary; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1270,6 +1283,7 @@ export class DashboardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1333,6 +1347,7 @@ export class DashboardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1394,6 +1409,7 @@ export class DashboardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1457,6 +1473,7 @@ export class DashboardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/DowntimesApi.ts b/packages/datadog-api-client-v1/apis/DowntimesApi.ts index 33256fb7d5a9..b3745ab5ca1a 100644 --- a/packages/datadog-api-client-v1/apis/DowntimesApi.ts +++ b/packages/datadog-api-client-v1/apis/DowntimesApi.ts @@ -319,6 +319,7 @@ export class DowntimesApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -382,6 +383,7 @@ export class DowntimesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -443,6 +445,7 @@ export class DowntimesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -502,6 +505,7 @@ export class DowntimesApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -563,7 +567,11 @@ export class DowntimesApiResponseProcessor { ) as Array; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -623,6 +631,8 @@ export class DowntimesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 ) { @@ -683,6 +693,7 @@ export class DowntimesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/EventsApi.ts b/packages/datadog-api-client-v1/apis/EventsApi.ts index f0a00430a045..0050686341d3 100644 --- a/packages/datadog-api-client-v1/apis/EventsApi.ts +++ b/packages/datadog-api-client-v1/apis/EventsApi.ts @@ -219,7 +219,11 @@ export class EventsApiResponseProcessor { ) as EventCreateResponse; return body; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -276,6 +280,7 @@ export class EventsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -339,6 +344,7 @@ export class EventsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v1/apis/GCPIntegrationApi.ts b/packages/datadog-api-client-v1/apis/GCPIntegrationApi.ts index 561d59d862ae..e7485ff40987 100644 --- a/packages/datadog-api-client-v1/apis/GCPIntegrationApi.ts +++ b/packages/datadog-api-client-v1/apis/GCPIntegrationApi.ts @@ -189,6 +189,7 @@ export class GCPIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -249,6 +250,7 @@ export class GCPIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -311,6 +313,7 @@ export class GCPIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -371,6 +374,7 @@ export class GCPIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v1/apis/HostsApi.ts b/packages/datadog-api-client-v1/apis/HostsApi.ts index fa932576be9f..2538e071f769 100644 --- a/packages/datadog-api-client-v1/apis/HostsApi.ts +++ b/packages/datadog-api-client-v1/apis/HostsApi.ts @@ -254,6 +254,7 @@ export class HostsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -314,6 +315,7 @@ export class HostsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -374,6 +376,7 @@ export class HostsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -436,6 +439,7 @@ export class HostsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v1/apis/IPRangesApi.ts b/packages/datadog-api-client-v1/apis/IPRangesApi.ts index 25a4b039e49e..095b697812aa 100644 --- a/packages/datadog-api-client-v1/apis/IPRangesApi.ts +++ b/packages/datadog-api-client-v1/apis/IPRangesApi.ts @@ -50,7 +50,7 @@ export class IPRangesApiResponseProcessor { ) as IPRanges; return body; } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v1/apis/KeyManagementApi.ts b/packages/datadog-api-client-v1/apis/KeyManagementApi.ts index 89db76b1a484..19dcaf7fbf10 100644 --- a/packages/datadog-api-client-v1/apis/KeyManagementApi.ts +++ b/packages/datadog-api-client-v1/apis/KeyManagementApi.ts @@ -409,6 +409,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -471,6 +472,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -534,6 +536,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -596,6 +599,7 @@ export class KeyManagementApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -656,6 +660,7 @@ export class KeyManagementApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -718,6 +723,7 @@ export class KeyManagementApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -779,7 +785,11 @@ export class KeyManagementApiResponseProcessor { ) as ApiKeyListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -837,7 +847,11 @@ export class KeyManagementApiResponseProcessor { ) as ApplicationKeyListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -897,6 +911,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -960,6 +975,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v1/apis/LogsApi.ts b/packages/datadog-api-client-v1/apis/LogsApi.ts index 40c9e95df92b..b2b918fc455a 100644 --- a/packages/datadog-api-client-v1/apis/LogsApi.ts +++ b/packages/datadog-api-client-v1/apis/LogsApi.ts @@ -169,7 +169,11 @@ export class LogsApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -242,7 +246,7 @@ export class LogsApiResponseProcessor { } throw new ApiException(response.httpStatusCode, body); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v1/apis/LogsIndexesApi.ts b/packages/datadog-api-client-v1/apis/LogsIndexesApi.ts index 954e94ebd958..779ff503bf26 100644 --- a/packages/datadog-api-client-v1/apis/LogsIndexesApi.ts +++ b/packages/datadog-api-client-v1/apis/LogsIndexesApi.ts @@ -314,7 +314,11 @@ export class LogsIndexesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -366,7 +370,11 @@ export class LogsIndexesApiResponseProcessor { if (response.httpStatusCode === 200) { return; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -445,7 +453,11 @@ export class LogsIndexesApiResponseProcessor { ) as LogsIndex; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -526,7 +538,11 @@ export class LogsIndexesApiResponseProcessor { ) as LogsIndexesOrder; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -584,7 +600,11 @@ export class LogsIndexesApiResponseProcessor { ) as LogsIndexListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -663,7 +683,7 @@ export class LogsIndexesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 403) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -744,7 +764,11 @@ export class LogsIndexesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v1/apis/LogsPipelinesApi.ts b/packages/datadog-api-client-v1/apis/LogsPipelinesApi.ts index 1382df6284b3..f5305606d2b8 100644 --- a/packages/datadog-api-client-v1/apis/LogsPipelinesApi.ts +++ b/packages/datadog-api-client-v1/apis/LogsPipelinesApi.ts @@ -313,7 +313,11 @@ export class LogsPipelinesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -388,7 +392,11 @@ export class LogsPipelinesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -469,7 +477,11 @@ export class LogsPipelinesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -527,7 +539,11 @@ export class LogsPipelinesApiResponseProcessor { ) as LogsPipelinesOrder; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -585,7 +601,11 @@ export class LogsPipelinesApiResponseProcessor { ) as Array; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -666,7 +686,11 @@ export class LogsPipelinesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -747,7 +771,11 @@ export class LogsPipelinesApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v1/apis/MetricsApi.ts b/packages/datadog-api-client-v1/apis/MetricsApi.ts index 7be03eb8c6da..2555aa1fcbca 100644 --- a/packages/datadog-api-client-v1/apis/MetricsApi.ts +++ b/packages/datadog-api-client-v1/apis/MetricsApi.ts @@ -391,6 +391,7 @@ export class MetricsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -454,6 +455,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -516,6 +518,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -578,6 +581,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -640,6 +644,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 408 || response.httpStatusCode === 413 || @@ -704,6 +709,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 408 || response.httpStatusCode === 413 || @@ -768,6 +774,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/MonitorsApi.ts b/packages/datadog-api-client-v1/apis/MonitorsApi.ts index 62e9acb8c680..846ea938a9ee 100644 --- a/packages/datadog-api-client-v1/apis/MonitorsApi.ts +++ b/packages/datadog-api-client-v1/apis/MonitorsApi.ts @@ -580,6 +580,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -640,6 +641,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -764,6 +766,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -827,6 +830,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -889,6 +893,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -951,6 +956,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1075,6 +1081,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1135,6 +1142,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v1/apis/NotebooksApi.ts b/packages/datadog-api-client-v1/apis/NotebooksApi.ts index f2f077af7d3c..cfc2cb57ef49 100644 --- a/packages/datadog-api-client-v1/apis/NotebooksApi.ts +++ b/packages/datadog-api-client-v1/apis/NotebooksApi.ts @@ -311,6 +311,7 @@ export class NotebooksApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -367,6 +368,7 @@ export class NotebooksApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -430,6 +432,7 @@ export class NotebooksApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -493,6 +496,7 @@ export class NotebooksApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -555,6 +559,7 @@ export class NotebooksApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v1/apis/OrganizationsApi.ts b/packages/datadog-api-client-v1/apis/OrganizationsApi.ts index 1909aa0fd068..1d195eab1f6a 100644 --- a/packages/datadog-api-client-v1/apis/OrganizationsApi.ts +++ b/packages/datadog-api-client-v1/apis/OrganizationsApi.ts @@ -279,6 +279,7 @@ export class OrganizationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -341,6 +342,7 @@ export class OrganizationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -403,6 +405,7 @@ export class OrganizationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -463,7 +466,11 @@ export class OrganizationsApiResponseProcessor { ) as OrganizationListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -523,6 +530,7 @@ export class OrganizationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -585,6 +593,7 @@ export class OrganizationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 415 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/PagerDutyIntegrationApi.ts b/packages/datadog-api-client-v1/apis/PagerDutyIntegrationApi.ts index 969b41680cfd..74bc7335f9a4 100644 --- a/packages/datadog-api-client-v1/apis/PagerDutyIntegrationApi.ts +++ b/packages/datadog-api-client-v1/apis/PagerDutyIntegrationApi.ts @@ -212,6 +212,7 @@ export class PagerDutyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -269,6 +270,7 @@ export class PagerDutyIntegrationApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -331,6 +333,7 @@ export class PagerDutyIntegrationApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -390,6 +393,7 @@ export class PagerDutyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/SecurityMonitoringApi.ts b/packages/datadog-api-client-v1/apis/SecurityMonitoringApi.ts index 5274b9d73d70..b7b50e84cc12 100644 --- a/packages/datadog-api-client-v1/apis/SecurityMonitoringApi.ts +++ b/packages/datadog-api-client-v1/apis/SecurityMonitoringApi.ts @@ -210,6 +210,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -273,6 +274,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -336,6 +338,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/ServiceChecksApi.ts b/packages/datadog-api-client-v1/apis/ServiceChecksApi.ts index d0568a019711..f92e7a7dc79d 100644 --- a/packages/datadog-api-client-v1/apis/ServiceChecksApi.ts +++ b/packages/datadog-api-client-v1/apis/ServiceChecksApi.ts @@ -83,6 +83,7 @@ export class ServiceChecksApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 408 || response.httpStatusCode === 413 || diff --git a/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.ts b/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.ts index 0147adf93f93..dd40e0af6458 100644 --- a/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.ts +++ b/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.ts @@ -249,6 +249,7 @@ export class ServiceLevelObjectiveCorrectionsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -305,6 +306,7 @@ export class ServiceLevelObjectiveCorrectionsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -368,6 +370,7 @@ export class ServiceLevelObjectiveCorrectionsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -428,7 +431,11 @@ export class ServiceLevelObjectiveCorrectionsApiResponseProcessor { ) as SLOCorrectionListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -488,6 +495,7 @@ export class ServiceLevelObjectiveCorrectionsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.ts b/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.ts index 704b45817a86..7b65651013b0 100644 --- a/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.ts +++ b/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.ts @@ -567,6 +567,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -627,6 +628,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -688,6 +690,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -751,6 +754,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -810,6 +814,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -873,6 +878,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -936,6 +942,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -997,6 +1004,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1060,6 +1068,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1120,6 +1129,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/SlackIntegrationApi.ts b/packages/datadog-api-client-v1/apis/SlackIntegrationApi.ts index c5bf8f8092dc..c9d5fc13a06b 100644 --- a/packages/datadog-api-client-v1/apis/SlackIntegrationApi.ts +++ b/packages/datadog-api-client-v1/apis/SlackIntegrationApi.ts @@ -263,6 +263,7 @@ export class SlackIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -326,6 +327,7 @@ export class SlackIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -389,6 +391,7 @@ export class SlackIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -448,6 +451,7 @@ export class SlackIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -511,6 +515,7 @@ export class SlackIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/SnapshotsApi.ts b/packages/datadog-api-client-v1/apis/SnapshotsApi.ts index 75f7d648142f..3c2d81d416e3 100644 --- a/packages/datadog-api-client-v1/apis/SnapshotsApi.ts +++ b/packages/datadog-api-client-v1/apis/SnapshotsApi.ts @@ -145,6 +145,7 @@ export class SnapshotsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v1/apis/SyntheticsApi.ts b/packages/datadog-api-client-v1/apis/SyntheticsApi.ts index b9a884d90fc0..e86f2e35b0dc 100644 --- a/packages/datadog-api-client-v1/apis/SyntheticsApi.ts +++ b/packages/datadog-api-client-v1/apis/SyntheticsApi.ts @@ -1434,6 +1434,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -1497,7 +1498,9 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 402 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 ) { @@ -1561,6 +1564,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 402 || response.httpStatusCode === 403 || response.httpStatusCode === 429 @@ -1624,6 +1628,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 402 || response.httpStatusCode === 403 || response.httpStatusCode === 429 @@ -1687,6 +1692,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 402 || response.httpStatusCode === 403 || response.httpStatusCode === 429 @@ -1744,6 +1750,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1799,7 +1806,12 @@ export class SyntheticsApiResponseProcessor { if (response.httpStatusCode === 204) { return; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1859,6 +1871,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1922,6 +1935,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1984,6 +1998,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2045,6 +2060,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2108,6 +2124,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2171,6 +2188,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2233,6 +2251,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2296,6 +2315,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2360,6 +2380,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2423,6 +2444,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2485,6 +2507,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2546,7 +2569,12 @@ export class SyntheticsApiResponseProcessor { ) as SyntheticsPrivateLocation; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2604,7 +2632,12 @@ export class SyntheticsApiResponseProcessor { ) as SyntheticsBatchDetails; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2662,7 +2695,11 @@ export class SyntheticsApiResponseProcessor { ) as Array; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2721,6 +2758,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2783,7 +2821,11 @@ export class SyntheticsApiResponseProcessor { ) as SyntheticsListGlobalVariablesResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2842,7 +2884,11 @@ export class SyntheticsApiResponseProcessor { ) as SyntheticsLocations; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2901,6 +2947,7 @@ export class SyntheticsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2964,6 +3011,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3026,7 +3074,12 @@ export class SyntheticsApiResponseProcessor { ) as SyntheticsTriggerCITestsResponse; return body; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -3086,7 +3139,12 @@ export class SyntheticsApiResponseProcessor { ) as SyntheticsTriggerCITestsResponse; return body; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -3147,6 +3205,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3210,6 +3269,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3273,6 +3333,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3334,7 +3395,12 @@ export class SyntheticsApiResponseProcessor { ) as SyntheticsPrivateLocation; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -3394,6 +3460,7 @@ export class SyntheticsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/TagsApi.ts b/packages/datadog-api-client-v1/apis/TagsApi.ts index 9d79907646a0..d9048d6ad9d3 100644 --- a/packages/datadog-api-client-v1/apis/TagsApi.ts +++ b/packages/datadog-api-client-v1/apis/TagsApi.ts @@ -283,6 +283,7 @@ export class TagsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -339,6 +340,7 @@ export class TagsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -399,6 +401,7 @@ export class TagsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -459,6 +462,7 @@ export class TagsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -519,6 +523,7 @@ export class TagsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/UsageMeteringApi.ts b/packages/datadog-api-client-v1/apis/UsageMeteringApi.ts index 1a8901ec1486..205ecffb81d8 100644 --- a/packages/datadog-api-client-v1/apis/UsageMeteringApi.ts +++ b/packages/datadog-api-client-v1/apis/UsageMeteringApi.ts @@ -76,7 +76,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -149,7 +149,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -232,7 +232,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -283,7 +283,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -331,7 +331,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -406,7 +406,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -509,7 +509,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -545,7 +545,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -579,7 +579,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -630,7 +630,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -676,7 +676,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -727,7 +727,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -781,7 +781,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -832,7 +832,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -883,7 +883,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -934,7 +934,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -985,7 +985,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1036,7 +1036,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1087,7 +1087,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1138,7 +1138,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1189,7 +1189,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1241,7 +1241,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1299,7 +1299,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1350,7 +1350,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1401,7 +1401,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1452,7 +1452,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1503,7 +1503,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1555,7 +1555,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1613,7 +1613,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1664,7 +1664,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1715,7 +1715,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1768,7 +1768,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1833,7 +1833,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1884,7 +1884,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1935,7 +1935,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -1986,7 +1986,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -2035,7 +2035,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -2108,7 +2108,11 @@ export class UsageMeteringApiResponseProcessor { ) as UsageCustomReportsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2166,7 +2170,11 @@ export class UsageMeteringApiResponseProcessor { ) as HourlyUsageAttributionResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2227,6 +2235,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2290,6 +2299,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2350,7 +2360,11 @@ export class UsageMeteringApiResponseProcessor { ) as UsageCustomReportsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2409,7 +2423,11 @@ export class UsageMeteringApiResponseProcessor { ) as MonthlyUsageAttributionResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -2470,6 +2488,7 @@ export class UsageMeteringApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2535,6 +2554,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -2599,6 +2619,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2661,6 +2682,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2723,6 +2745,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2785,6 +2808,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2848,6 +2872,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2911,6 +2936,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -2973,6 +2999,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3035,6 +3062,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3097,6 +3125,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3159,6 +3188,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3221,6 +3251,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3283,6 +3314,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3345,6 +3377,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3407,6 +3440,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3469,6 +3503,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3531,6 +3566,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3593,6 +3629,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3655,6 +3692,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3717,6 +3755,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3779,6 +3818,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3841,6 +3881,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3903,6 +3944,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3965,6 +4007,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -4027,6 +4070,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -4089,6 +4133,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -4151,6 +4196,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -4213,6 +4259,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -4275,6 +4322,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -4337,6 +4385,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v1/apis/UsersApi.ts b/packages/datadog-api-client-v1/apis/UsersApi.ts index 418fd6ee7046..845da4085f75 100644 --- a/packages/datadog-api-client-v1/apis/UsersApi.ts +++ b/packages/datadog-api-client-v1/apis/UsersApi.ts @@ -225,6 +225,7 @@ export class UsersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -288,6 +289,7 @@ export class UsersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -348,6 +350,7 @@ export class UsersApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -407,7 +410,11 @@ export class UsersApiResponseProcessor { ) as UserListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -465,6 +472,7 @@ export class UsersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v1/apis/WebhooksIntegrationApi.ts b/packages/datadog-api-client-v1/apis/WebhooksIntegrationApi.ts index 72683aafc2db..c62a0f60bc19 100644 --- a/packages/datadog-api-client-v1/apis/WebhooksIntegrationApi.ts +++ b/packages/datadog-api-client-v1/apis/WebhooksIntegrationApi.ts @@ -397,6 +397,7 @@ export class WebhooksIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -460,6 +461,7 @@ export class WebhooksIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -518,6 +520,7 @@ export class WebhooksIntegrationApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -576,6 +579,7 @@ export class WebhooksIntegrationApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -639,6 +643,7 @@ export class WebhooksIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -703,6 +708,7 @@ export class WebhooksIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -767,6 +773,7 @@ export class WebhooksIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -831,6 +838,7 @@ export class WebhooksIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/APIManagementApi.ts b/packages/datadog-api-client-v2/apis/APIManagementApi.ts index bb1baed74c26..d7f76d224c3e 100644 --- a/packages/datadog-api-client-v2/apis/APIManagementApi.ts +++ b/packages/datadog-api-client-v2/apis/APIManagementApi.ts @@ -303,7 +303,7 @@ export class APIManagementApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -382,7 +382,7 @@ export class APIManagementApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -462,7 +462,7 @@ export class APIManagementApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -538,7 +538,7 @@ export class APIManagementApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -623,7 +623,7 @@ export class APIManagementApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/APMRetentionFiltersApi.ts b/packages/datadog-api-client-v2/apis/APMRetentionFiltersApi.ts index 973eb2b444f1..cecc458a2d22 100644 --- a/packages/datadog-api-client-v2/apis/APMRetentionFiltersApi.ts +++ b/packages/datadog-api-client-v2/apis/APMRetentionFiltersApi.ts @@ -274,6 +274,7 @@ export class APMRetentionFiltersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -332,6 +333,7 @@ export class APMRetentionFiltersApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -394,6 +396,7 @@ export class APMRetentionFiltersApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -455,7 +458,11 @@ export class APMRetentionFiltersApiResponseProcessor { ) as RetentionFiltersResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -511,6 +518,7 @@ export class APMRetentionFiltersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -573,6 +581,7 @@ export class APMRetentionFiltersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/AWSIntegrationApi.ts b/packages/datadog-api-client-v2/apis/AWSIntegrationApi.ts index 803db7d13393..c79e9f62fbaf 100644 --- a/packages/datadog-api-client-v2/apis/AWSIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/AWSIntegrationApi.ts @@ -328,6 +328,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -389,7 +390,11 @@ export class AWSIntegrationApiResponseProcessor { ) as AWSNewExternalIDResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -443,6 +448,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -506,6 +512,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -567,7 +574,11 @@ export class AWSIntegrationApiResponseProcessor { ) as AWSAccountsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -625,7 +636,11 @@ export class AWSIntegrationApiResponseProcessor { ) as AWSNamespacesResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -685,6 +700,7 @@ export class AWSIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.ts b/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.ts index f92213f2761e..047c2cf0492a 100644 --- a/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.ts @@ -68,7 +68,11 @@ export class AWSLogsIntegrationApiResponseProcessor { ) as AWSLogsServicesResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/ActionConnectionApi.ts b/packages/datadog-api-client-v2/apis/ActionConnectionApi.ts index 83e09e46b2a0..497b1c1e6bef 100644 --- a/packages/datadog-api-client-v2/apis/ActionConnectionApi.ts +++ b/packages/datadog-api-client-v2/apis/ActionConnectionApi.ts @@ -16,6 +16,7 @@ import { logger } from "../../../logger"; import { ObjectSerializer } from "../models/ObjectSerializer"; import { ApiException } from "../../datadog-api-client-common/exception"; +import { APIErrorResponse } from "../models/APIErrorResponse"; import { CreateActionConnectionRequest } from "../models/CreateActionConnectionRequest"; import { CreateActionConnectionResponse } from "../models/CreateActionConnectionResponse"; import { GetActionConnectionResponse } from "../models/GetActionConnectionResponse"; @@ -230,6 +231,26 @@ export class ActionConnectionApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -264,6 +285,26 @@ export class ActionConnectionApiResponseProcessor { if (response.httpStatusCode === 204) { return; } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } if ( response.httpStatusCode === 403 || response.httpStatusCode === 404 || @@ -357,6 +398,26 @@ export class ActionConnectionApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -423,6 +484,26 @@ export class ActionConnectionApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { diff --git a/packages/datadog-api-client-v2/apis/AgentlessScanningApi.ts b/packages/datadog-api-client-v2/apis/AgentlessScanningApi.ts index 88a89ed4e509..88eba684dadf 100644 --- a/packages/datadog-api-client-v2/apis/AgentlessScanningApi.ts +++ b/packages/datadog-api-client-v2/apis/AgentlessScanningApi.ts @@ -299,6 +299,7 @@ export class AgentlessScanningApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -361,6 +362,7 @@ export class AgentlessScanningApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -418,6 +420,7 @@ export class AgentlessScanningApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -481,6 +484,7 @@ export class AgentlessScanningApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -542,7 +546,11 @@ export class AgentlessScanningApiResponseProcessor { ) as AwsOnDemandListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -600,7 +608,11 @@ export class AgentlessScanningApiResponseProcessor { ) as AwsScanOptionsListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -654,6 +666,7 @@ export class AgentlessScanningApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/AppBuilderApi.ts b/packages/datadog-api-client-v2/apis/AppBuilderApi.ts index 94149b843529..49846823c26f 100644 --- a/packages/datadog-api-client-v2/apis/AppBuilderApi.ts +++ b/packages/datadog-api-client-v2/apis/AppBuilderApi.ts @@ -465,7 +465,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -551,7 +551,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -636,7 +636,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -720,7 +720,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -799,7 +799,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -884,7 +884,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -969,7 +969,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1050,7 +1050,7 @@ export class AppBuilderApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/ApplicationSecurityApi.ts b/packages/datadog-api-client-v2/apis/ApplicationSecurityApi.ts index e65a8ca822a1..3a810ce18520 100644 --- a/packages/datadog-api-client-v2/apis/ApplicationSecurityApi.ts +++ b/packages/datadog-api-client-v2/apis/ApplicationSecurityApi.ts @@ -482,6 +482,7 @@ export class ApplicationSecurityApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -547,6 +548,7 @@ export class ApplicationSecurityApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -606,6 +608,7 @@ export class ApplicationSecurityApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -665,6 +668,7 @@ export class ApplicationSecurityApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -728,7 +732,11 @@ export class ApplicationSecurityApiResponseProcessor { ) as ApplicationSecurityWafCustomRuleResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -789,6 +797,7 @@ export class ApplicationSecurityApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -852,7 +861,11 @@ export class ApplicationSecurityApiResponseProcessor { ) as ApplicationSecurityWafCustomRuleListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -912,7 +925,11 @@ export class ApplicationSecurityApiResponseProcessor { ) as ApplicationSecurityWafExclusionFiltersResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -974,6 +991,7 @@ export class ApplicationSecurityApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -1040,6 +1058,7 @@ export class ApplicationSecurityApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v2/apis/AuditApi.ts b/packages/datadog-api-client-v2/apis/AuditApi.ts index d32ce12054e8..8ceab747bdbe 100644 --- a/packages/datadog-api-client-v2/apis/AuditApi.ts +++ b/packages/datadog-api-client-v2/apis/AuditApi.ts @@ -155,6 +155,7 @@ export class AuditApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -217,6 +218,7 @@ export class AuditApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/AuthNMappingsApi.ts b/packages/datadog-api-client-v2/apis/AuthNMappingsApi.ts index 297a42a8c195..97bc060609d3 100644 --- a/packages/datadog-api-client-v2/apis/AuthNMappingsApi.ts +++ b/packages/datadog-api-client-v2/apis/AuthNMappingsApi.ts @@ -276,6 +276,7 @@ export class AuthNMappingsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -332,6 +333,7 @@ export class AuthNMappingsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -394,6 +396,7 @@ export class AuthNMappingsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -455,7 +458,11 @@ export class AuthNMappingsApiResponseProcessor { ) as AuthNMappingsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -515,6 +522,7 @@ export class AuthNMappingsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts b/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts index 65c2401ea0d0..597c2e32ded4 100644 --- a/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts +++ b/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.ts @@ -245,6 +245,7 @@ export class CIVisibilityPipelinesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -375,6 +376,7 @@ export class CIVisibilityPipelinesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -437,6 +439,7 @@ export class CIVisibilityPipelinesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts b/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts index 125a4fb3b251..7c6ff5577402 100644 --- a/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts +++ b/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts @@ -205,6 +205,7 @@ export class CIVisibilityTestsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -268,6 +269,7 @@ export class CIVisibilityTestsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -330,6 +332,7 @@ export class CIVisibilityTestsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/CSMAgentsApi.ts b/packages/datadog-api-client-v2/apis/CSMAgentsApi.ts index e87c7fb3318d..8171c73e5050 100644 --- a/packages/datadog-api-client-v2/apis/CSMAgentsApi.ts +++ b/packages/datadog-api-client-v2/apis/CSMAgentsApi.ts @@ -156,7 +156,11 @@ export class CSMAgentsApiResponseProcessor { ) as CsmAgentsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -214,7 +218,11 @@ export class CSMAgentsApiResponseProcessor { ) as CsmAgentsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/CSMCoverageAnalysisApi.ts b/packages/datadog-api-client-v2/apis/CSMCoverageAnalysisApi.ts index 8514e2876f3d..c847a371a6bd 100644 --- a/packages/datadog-api-client-v2/apis/CSMCoverageAnalysisApi.ts +++ b/packages/datadog-api-client-v2/apis/CSMCoverageAnalysisApi.ts @@ -120,7 +120,11 @@ export class CSMCoverageAnalysisApiResponseProcessor { ) as CsmCloudAccountsCoverageAnalysisResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -180,7 +184,11 @@ export class CSMCoverageAnalysisApiResponseProcessor { ) as CsmHostsAndContainersCoverageAnalysisResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -240,7 +248,11 @@ export class CSMCoverageAnalysisApiResponseProcessor { ) as CsmServerlessCoverageAnalysisResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/CSMThreatsApi.ts b/packages/datadog-api-client-v2/apis/CSMThreatsApi.ts index 225599013d99..d677f29c78f4 100644 --- a/packages/datadog-api-client-v2/apis/CSMThreatsApi.ts +++ b/packages/datadog-api-client-v2/apis/CSMThreatsApi.ts @@ -734,6 +734,7 @@ export class CSMThreatsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -799,6 +800,7 @@ export class CSMThreatsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -864,6 +866,7 @@ export class CSMThreatsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -923,6 +926,7 @@ export class CSMThreatsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -981,6 +985,7 @@ export class CSMThreatsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1039,6 +1044,7 @@ export class CSMThreatsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1097,7 +1103,11 @@ export class CSMThreatsApiResponseProcessor { const body: HttpFile = (await response.getBodyAsFile()) as HttpFile; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1149,7 +1159,11 @@ export class CSMThreatsApiResponseProcessor { const body: HttpFile = (await response.getBodyAsFile()) as HttpFile; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1206,6 +1220,7 @@ export class CSMThreatsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1270,6 +1285,7 @@ export class CSMThreatsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1334,6 +1350,7 @@ export class CSMThreatsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1397,7 +1414,11 @@ export class CSMThreatsApiResponseProcessor { ) as CloudWorkloadSecurityAgentRulesListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1457,7 +1478,11 @@ export class CSMThreatsApiResponseProcessor { ) as CloudWorkloadSecurityAgentPoliciesListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1517,7 +1542,11 @@ export class CSMThreatsApiResponseProcessor { ) as CloudWorkloadSecurityAgentRulesListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1579,6 +1608,7 @@ export class CSMThreatsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -1645,6 +1675,7 @@ export class CSMThreatsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -1711,6 +1742,7 @@ export class CSMThreatsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v2/apis/CaseManagementApi.ts b/packages/datadog-api-client-v2/apis/CaseManagementApi.ts index 873ec70b6425..8fd73627cab2 100644 --- a/packages/datadog-api-client-v2/apis/CaseManagementApi.ts +++ b/packages/datadog-api-client-v2/apis/CaseManagementApi.ts @@ -880,6 +880,7 @@ export class CaseManagementApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts b/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts index b51eee62cffe..cb2d9386002b 100644 --- a/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts +++ b/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts @@ -633,6 +633,7 @@ export class CloudCostManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -695,6 +696,7 @@ export class CloudCostManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -749,7 +751,12 @@ export class CloudCostManagementApiResponseProcessor { if (response.httpStatusCode === 204) { return; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -805,6 +812,8 @@ export class CloudCostManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 ) { @@ -863,6 +872,8 @@ export class CloudCostManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 ) { @@ -917,7 +928,11 @@ export class CloudCostManagementApiResponseProcessor { if (response.httpStatusCode === 204) { return; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -977,6 +992,8 @@ export class CloudCostManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 ) { @@ -1037,7 +1054,11 @@ export class CloudCostManagementApiResponseProcessor { ) as CustomCostsFileGetResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1093,7 +1114,11 @@ export class CloudCostManagementApiResponseProcessor { ) as BudgetArray; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1151,7 +1176,11 @@ export class CloudCostManagementApiResponseProcessor { ) as AwsCURConfigsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1209,7 +1238,11 @@ export class CloudCostManagementApiResponseProcessor { ) as AzureUCConfigsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1267,7 +1300,11 @@ export class CloudCostManagementApiResponseProcessor { ) as CustomCostsFileListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1325,7 +1362,11 @@ export class CloudCostManagementApiResponseProcessor { ) as AwsCURConfigsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1385,6 +1426,7 @@ export class CloudCostManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1445,7 +1487,11 @@ export class CloudCostManagementApiResponseProcessor { ) as CustomCostsFileUploadResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1505,6 +1551,8 @@ export class CloudCostManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/CloudNetworkMonitoringApi.ts b/packages/datadog-api-client-v2/apis/CloudNetworkMonitoringApi.ts index c186596fd89b..2d37879decd7 100644 --- a/packages/datadog-api-client-v2/apis/CloudNetworkMonitoringApi.ts +++ b/packages/datadog-api-client-v2/apis/CloudNetworkMonitoringApi.ts @@ -113,7 +113,11 @@ export class CloudNetworkMonitoringApiResponseProcessor { ) as SingleAggregatedConnectionResponseArray; return body; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/CloudflareIntegrationApi.ts b/packages/datadog-api-client-v2/apis/CloudflareIntegrationApi.ts index 258293efe25e..c62f6f376113 100644 --- a/packages/datadog-api-client-v2/apis/CloudflareIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/CloudflareIntegrationApi.ts @@ -231,6 +231,7 @@ export class CloudflareIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -290,6 +291,7 @@ export class CloudflareIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -353,6 +355,7 @@ export class CloudflareIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -416,6 +419,7 @@ export class CloudflareIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -479,6 +483,7 @@ export class CloudflareIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts b/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts index 95ab02d7f969..ed965c972a8b 100644 --- a/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts +++ b/packages/datadog-api-client-v2/apis/ConfluentCloudApi.ts @@ -453,6 +453,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -516,6 +517,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -575,6 +577,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -634,6 +637,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -697,6 +701,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -760,6 +765,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -823,6 +829,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -886,6 +893,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -949,6 +957,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1012,6 +1021,7 @@ export class ConfluentCloudApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/ContainerImagesApi.ts b/packages/datadog-api-client-v2/apis/ContainerImagesApi.ts index e87ef8fda859..959de1189464 100644 --- a/packages/datadog-api-client-v2/apis/ContainerImagesApi.ts +++ b/packages/datadog-api-client-v2/apis/ContainerImagesApi.ts @@ -109,6 +109,7 @@ export class ContainerImagesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/ContainersApi.ts b/packages/datadog-api-client-v2/apis/ContainersApi.ts index b7fab3a37038..bdb46e565ffd 100644 --- a/packages/datadog-api-client-v2/apis/ContainersApi.ts +++ b/packages/datadog-api-client-v2/apis/ContainersApi.ts @@ -109,6 +109,7 @@ export class ContainersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/DORAMetricsApi.ts b/packages/datadog-api-client-v2/apis/DORAMetricsApi.ts index 64d3578d4e2a..4e61ad283de7 100644 --- a/packages/datadog-api-client-v2/apis/DORAMetricsApi.ts +++ b/packages/datadog-api-client-v2/apis/DORAMetricsApi.ts @@ -155,7 +155,11 @@ export class DORAMetricsApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -236,7 +240,11 @@ export class DORAMetricsApiResponseProcessor { body ); } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/DashboardListsApi.ts b/packages/datadog-api-client-v2/apis/DashboardListsApi.ts index 602bdf05802b..ade2fedf922e 100644 --- a/packages/datadog-api-client-v2/apis/DashboardListsApi.ts +++ b/packages/datadog-api-client-v2/apis/DashboardListsApi.ts @@ -238,6 +238,7 @@ export class DashboardListsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -302,6 +303,7 @@ export class DashboardListsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -365,6 +367,7 @@ export class DashboardListsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -429,6 +432,7 @@ export class DashboardListsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/DataDeletionApi.ts b/packages/datadog-api-client-v2/apis/DataDeletionApi.ts index ac897843a5a3..65b94b21e11f 100644 --- a/packages/datadog-api-client-v2/apis/DataDeletionApi.ts +++ b/packages/datadog-api-client-v2/apis/DataDeletionApi.ts @@ -217,6 +217,7 @@ export class DataDeletionApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 412 || response.httpStatusCode === 429 || @@ -281,6 +282,7 @@ export class DataDeletionApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 412 || response.httpStatusCode === 429 || @@ -345,6 +347,7 @@ export class DataDeletionApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 || response.httpStatusCode === 500 diff --git a/packages/datadog-api-client-v2/apis/DomainAllowlistApi.ts b/packages/datadog-api-client-v2/apis/DomainAllowlistApi.ts index bc9cbf57a88f..9c4e2c9698e5 100644 --- a/packages/datadog-api-client-v2/apis/DomainAllowlistApi.ts +++ b/packages/datadog-api-client-v2/apis/DomainAllowlistApi.ts @@ -110,7 +110,11 @@ export class DomainAllowlistApiResponseProcessor { ) as DomainAllowlistResponse; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -168,7 +172,11 @@ export class DomainAllowlistApiResponseProcessor { ) as DomainAllowlistResponse; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/DowntimesApi.ts b/packages/datadog-api-client-v2/apis/DowntimesApi.ts index b1359e6b9f53..eb05fa0d816a 100644 --- a/packages/datadog-api-client-v2/apis/DowntimesApi.ts +++ b/packages/datadog-api-client-v2/apis/DowntimesApi.ts @@ -326,6 +326,7 @@ export class DowntimesApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -389,6 +390,7 @@ export class DowntimesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -451,6 +453,7 @@ export class DowntimesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -512,7 +515,11 @@ export class DowntimesApiResponseProcessor { ) as ListDowntimesResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -570,7 +577,12 @@ export class DowntimesApiResponseProcessor { ) as MonitorDowntimeMatchResponse; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -630,6 +642,7 @@ export class DowntimesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/EventsApi.ts b/packages/datadog-api-client-v2/apis/EventsApi.ts index 02f640340e58..193a1eae3ce2 100644 --- a/packages/datadog-api-client-v2/apis/EventsApi.ts +++ b/packages/datadog-api-client-v2/apis/EventsApi.ts @@ -224,7 +224,7 @@ export class EventsApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -284,6 +284,7 @@ export class EventsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -346,6 +347,7 @@ export class EventsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/FastlyIntegrationApi.ts b/packages/datadog-api-client-v2/apis/FastlyIntegrationApi.ts index 1b53b144f335..3756e210b0e0 100644 --- a/packages/datadog-api-client-v2/apis/FastlyIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/FastlyIntegrationApi.ts @@ -453,6 +453,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -516,6 +517,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -573,6 +575,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -630,6 +633,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -693,6 +697,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -756,6 +761,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -819,6 +825,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -882,6 +889,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -945,6 +953,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1008,6 +1017,7 @@ export class FastlyIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/GCPIntegrationApi.ts b/packages/datadog-api-client-v2/apis/GCPIntegrationApi.ts index 314fdefaa00c..2383cdaac208 100644 --- a/packages/datadog-api-client-v2/apis/GCPIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/GCPIntegrationApi.ts @@ -316,6 +316,7 @@ export class GCPIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -376,7 +377,11 @@ export class GCPIntegrationApiResponseProcessor { ) as GCPSTSDelegateAccountResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -435,6 +440,7 @@ export class GCPIntegrationApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -497,6 +503,7 @@ export class GCPIntegrationApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -560,6 +567,7 @@ export class GCPIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/IPAllowlistApi.ts b/packages/datadog-api-client-v2/apis/IPAllowlistApi.ts index 92f586112b5f..851ce12f9909 100644 --- a/packages/datadog-api-client-v2/apis/IPAllowlistApi.ts +++ b/packages/datadog-api-client-v2/apis/IPAllowlistApi.ts @@ -111,6 +111,7 @@ export class IPAllowlistApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -174,6 +175,7 @@ export class IPAllowlistApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/KeyManagementApi.ts b/packages/datadog-api-client-v2/apis/KeyManagementApi.ts index 7836a426c378..007942e073ca 100644 --- a/packages/datadog-api-client-v2/apis/KeyManagementApi.ts +++ b/packages/datadog-api-client-v2/apis/KeyManagementApi.ts @@ -788,6 +788,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -850,6 +851,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -905,6 +907,7 @@ export class KeyManagementApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -961,6 +964,7 @@ export class KeyManagementApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1019,6 +1023,7 @@ export class KeyManagementApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1079,6 +1084,7 @@ export class KeyManagementApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1142,6 +1148,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1204,6 +1211,7 @@ export class KeyManagementApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1267,6 +1275,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1329,6 +1338,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1392,6 +1402,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1455,6 +1466,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1518,6 +1530,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1581,6 +1594,7 @@ export class KeyManagementApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/LogsApi.ts b/packages/datadog-api-client-v2/apis/LogsApi.ts index 57fc63bfc094..114c991502b2 100644 --- a/packages/datadog-api-client-v2/apis/LogsApi.ts +++ b/packages/datadog-api-client-v2/apis/LogsApi.ts @@ -280,6 +280,7 @@ export class LogsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -340,6 +341,7 @@ export class LogsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -402,6 +404,7 @@ export class LogsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/LogsArchivesApi.ts b/packages/datadog-api-client-v2/apis/LogsArchivesApi.ts index 3eead260f91e..285bd38fa812 100644 --- a/packages/datadog-api-client-v2/apis/LogsArchivesApi.ts +++ b/packages/datadog-api-client-v2/apis/LogsArchivesApi.ts @@ -425,6 +425,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -488,6 +489,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -544,6 +546,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -605,6 +608,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -666,7 +670,11 @@ export class LogsArchivesApiResponseProcessor { ) as LogsArchiveOrder; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -726,6 +734,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -787,7 +796,11 @@ export class LogsArchivesApiResponseProcessor { ) as LogsArchives; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -841,6 +854,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -904,6 +918,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -967,6 +982,7 @@ export class LogsArchivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 422 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/LogsCustomDestinationsApi.ts b/packages/datadog-api-client-v2/apis/LogsCustomDestinationsApi.ts index c6c6b2358a60..60d08ff96564 100644 --- a/packages/datadog-api-client-v2/apis/LogsCustomDestinationsApi.ts +++ b/packages/datadog-api-client-v2/apis/LogsCustomDestinationsApi.ts @@ -240,6 +240,7 @@ export class LogsCustomDestinationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -299,6 +300,7 @@ export class LogsCustomDestinationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -362,6 +364,7 @@ export class LogsCustomDestinationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -423,7 +426,11 @@ export class LogsCustomDestinationsApiResponseProcessor { ) as CustomDestinationsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -483,6 +490,7 @@ export class LogsCustomDestinationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v2/apis/LogsMetricsApi.ts b/packages/datadog-api-client-v2/apis/LogsMetricsApi.ts index d7450545e907..1410d088fa34 100644 --- a/packages/datadog-api-client-v2/apis/LogsMetricsApi.ts +++ b/packages/datadog-api-client-v2/apis/LogsMetricsApi.ts @@ -228,6 +228,7 @@ export class LogsMetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -284,6 +285,7 @@ export class LogsMetricsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -346,6 +348,7 @@ export class LogsMetricsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -407,7 +410,11 @@ export class LogsMetricsApiResponseProcessor { ) as LogsMetricsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -467,6 +474,7 @@ export class LogsMetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/MetricsApi.ts b/packages/datadog-api-client-v2/apis/MetricsApi.ts index 1e369d6f7873..8877486158a8 100644 --- a/packages/datadog-api-client-v2/apis/MetricsApi.ts +++ b/packages/datadog-api-client-v2/apis/MetricsApi.ts @@ -783,6 +783,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -846,6 +847,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -909,6 +911,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -967,6 +970,7 @@ export class MetricsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1030,6 +1034,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1094,6 +1099,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1158,6 +1164,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1220,6 +1227,7 @@ export class MetricsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1284,6 +1292,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1347,6 +1356,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1410,6 +1420,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1599,6 +1610,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 408 || response.httpStatusCode === 413 || @@ -1663,6 +1675,7 @@ export class MetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 422 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.ts b/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.ts index 5cb4806d76a1..a5cf5a528243 100644 --- a/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.ts @@ -515,6 +515,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -582,6 +583,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -644,6 +646,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 412 || response.httpStatusCode === 429 @@ -703,6 +706,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 412 || response.httpStatusCode === 429 @@ -767,6 +771,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -832,6 +837,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 412 || @@ -898,6 +904,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 412 || @@ -964,6 +971,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 412 || @@ -1030,6 +1038,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 412 || @@ -1096,6 +1105,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -1163,6 +1173,7 @@ export class MicrosoftTeamsIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v2/apis/MonitorsApi.ts b/packages/datadog-api-client-v2/apis/MonitorsApi.ts index 59b75ae04049..e79ed63f4142 100644 --- a/packages/datadog-api-client-v2/apis/MonitorsApi.ts +++ b/packages/datadog-api-client-v2/apis/MonitorsApi.ts @@ -483,6 +483,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -546,6 +547,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -605,6 +607,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -663,6 +666,7 @@ export class MonitorsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -725,6 +729,7 @@ export class MonitorsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -788,6 +793,7 @@ export class MonitorsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -851,7 +857,11 @@ export class MonitorsApiResponseProcessor { ) as MonitorNotificationRuleListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -911,7 +921,11 @@ export class MonitorsApiResponseProcessor { ) as MonitorConfigPolicyListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -971,6 +985,7 @@ export class MonitorsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 422 || @@ -1036,6 +1051,7 @@ export class MonitorsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.ts b/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.ts index a0ec9bd93e88..a430bf651398 100644 --- a/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.ts +++ b/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.ts @@ -268,6 +268,7 @@ export class NetworkDeviceMonitoringApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -329,7 +330,11 @@ export class NetworkDeviceMonitoringApiResponseProcessor { ) as GetInterfacesResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -389,6 +394,7 @@ export class NetworkDeviceMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -450,6 +456,7 @@ export class NetworkDeviceMonitoringApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -512,6 +519,7 @@ export class NetworkDeviceMonitoringApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.ts b/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.ts index 718e7da080f4..b654771d1bf3 100644 --- a/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.ts +++ b/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.ts @@ -323,6 +323,7 @@ export class ObservabilityPipelinesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -379,6 +380,7 @@ export class ObservabilityPipelinesApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -441,7 +443,11 @@ export class ObservabilityPipelinesApiResponseProcessor { ) as ObservabilityPipeline; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -501,6 +507,7 @@ export class ObservabilityPipelinesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -563,6 +570,7 @@ export class ObservabilityPipelinesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -627,6 +635,7 @@ export class ObservabilityPipelinesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/OktaIntegrationApi.ts b/packages/datadog-api-client-v2/apis/OktaIntegrationApi.ts index fac70d2832de..9b59b3e3cea7 100644 --- a/packages/datadog-api-client-v2/apis/OktaIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/OktaIntegrationApi.ts @@ -231,6 +231,7 @@ export class OktaIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -288,6 +289,7 @@ export class OktaIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -351,6 +353,7 @@ export class OktaIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -414,6 +417,7 @@ export class OktaIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -477,6 +481,7 @@ export class OktaIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/OnCallApi.ts b/packages/datadog-api-client-v2/apis/OnCallApi.ts index 3f56b1dd78cc..46558b6e2153 100644 --- a/packages/datadog-api-client-v2/apis/OnCallApi.ts +++ b/packages/datadog-api-client-v2/apis/OnCallApi.ts @@ -908,7 +908,11 @@ export class OnCallApiResponseProcessor { ) as TeamRoutingRules; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -966,7 +970,11 @@ export class OnCallApiResponseProcessor { ) as TeamRoutingRules; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/OpsgenieIntegrationApi.ts b/packages/datadog-api-client-v2/apis/OpsgenieIntegrationApi.ts index ec54ea8952e0..f3047442e87e 100644 --- a/packages/datadog-api-client-v2/apis/OpsgenieIntegrationApi.ts +++ b/packages/datadog-api-client-v2/apis/OpsgenieIntegrationApi.ts @@ -231,6 +231,7 @@ export class OpsgenieIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -288,6 +289,7 @@ export class OpsgenieIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -351,6 +353,7 @@ export class OpsgenieIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -413,7 +416,11 @@ export class OpsgenieIntegrationApiResponseProcessor { ) as OpsgenieServicesResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -473,6 +480,7 @@ export class OpsgenieIntegrationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v2/apis/OrganizationsApi.ts b/packages/datadog-api-client-v2/apis/OrganizationsApi.ts index 8d04b6b45506..4e1401fec142 100644 --- a/packages/datadog-api-client-v2/apis/OrganizationsApi.ts +++ b/packages/datadog-api-client-v2/apis/OrganizationsApi.ts @@ -374,6 +374,7 @@ export class OrganizationsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/PowerpackApi.ts b/packages/datadog-api-client-v2/apis/PowerpackApi.ts index fa2873e9cdf2..a1ca18f407cf 100644 --- a/packages/datadog-api-client-v2/apis/PowerpackApi.ts +++ b/packages/datadog-api-client-v2/apis/PowerpackApi.ts @@ -249,7 +249,12 @@ export class PowerpackApiResponseProcessor { ) as PowerpackResponse; return body; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -301,7 +306,12 @@ export class PowerpackApiResponseProcessor { if (response.httpStatusCode === 204) { return; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -359,7 +369,12 @@ export class PowerpackApiResponseProcessor { ) as PowerpackResponse; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -417,7 +432,11 @@ export class PowerpackApiResponseProcessor { ) as ListPowerpacksResponse; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -477,6 +496,8 @@ export class PowerpackApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/ProcessesApi.ts b/packages/datadog-api-client-v2/apis/ProcessesApi.ts index 3065f6e75443..5e8570a7812f 100644 --- a/packages/datadog-api-client-v2/apis/ProcessesApi.ts +++ b/packages/datadog-api-client-v2/apis/ProcessesApi.ts @@ -117,6 +117,7 @@ export class ProcessesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/RUMApi.ts b/packages/datadog-api-client-v2/apis/RUMApi.ts index db3d8a77eb1c..41a3a69c1237 100644 --- a/packages/datadog-api-client-v2/apis/RUMApi.ts +++ b/packages/datadog-api-client-v2/apis/RUMApi.ts @@ -394,6 +394,7 @@ export class RUMApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -454,7 +455,12 @@ export class RUMApiResponseProcessor { ) as RUMApplicationResponse; return body; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -506,7 +512,12 @@ export class RUMApiResponseProcessor { if (response.httpStatusCode === 204) { return; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -564,7 +575,12 @@ export class RUMApiResponseProcessor { ) as RUMApplicationResponse; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -622,7 +638,12 @@ export class RUMApiResponseProcessor { ) as RUMApplicationsResponse; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -682,6 +703,7 @@ export class RUMApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -744,6 +766,7 @@ export class RUMApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -806,6 +829,8 @@ export class RUMApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 422 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts b/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts index 99ee0b2e9d43..c2d4e2903484 100644 --- a/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts +++ b/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.ts @@ -170,6 +170,7 @@ export class RestrictionPoliciesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -232,6 +233,7 @@ export class RestrictionPoliciesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -294,6 +296,7 @@ export class RestrictionPoliciesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/RolesApi.ts b/packages/datadog-api-client-v2/apis/RolesApi.ts index 19f13e20e094..f46670303bd5 100644 --- a/packages/datadog-api-client-v2/apis/RolesApi.ts +++ b/packages/datadog-api-client-v2/apis/RolesApi.ts @@ -665,6 +665,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -728,6 +729,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -789,6 +791,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -853,6 +856,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -908,6 +912,7 @@ export class RolesApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -968,6 +973,7 @@ export class RolesApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1031,6 +1037,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1092,6 +1099,7 @@ export class RolesApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1151,7 +1159,11 @@ export class RolesApiResponseProcessor { ) as RolesResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1210,6 +1222,7 @@ export class RolesApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1273,6 +1286,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1336,6 +1350,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1399,6 +1414,7 @@ export class RolesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 422 || diff --git a/packages/datadog-api-client-v2/apis/RumMetricsApi.ts b/packages/datadog-api-client-v2/apis/RumMetricsApi.ts index aa49ac658643..8bb1f01f8205 100644 --- a/packages/datadog-api-client-v2/apis/RumMetricsApi.ts +++ b/packages/datadog-api-client-v2/apis/RumMetricsApi.ts @@ -228,6 +228,7 @@ export class RumMetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -284,6 +285,7 @@ export class RumMetricsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -346,6 +348,7 @@ export class RumMetricsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -407,7 +410,11 @@ export class RumMetricsApiResponseProcessor { ) as RumMetricsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -467,6 +474,7 @@ export class RumMetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || diff --git a/packages/datadog-api-client-v2/apis/RumRetentionFiltersApi.ts b/packages/datadog-api-client-v2/apis/RumRetentionFiltersApi.ts index 51fdf66feed9..1885599fa4c6 100644 --- a/packages/datadog-api-client-v2/apis/RumRetentionFiltersApi.ts +++ b/packages/datadog-api-client-v2/apis/RumRetentionFiltersApi.ts @@ -319,6 +319,7 @@ export class RumRetentionFiltersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -374,6 +375,7 @@ export class RumRetentionFiltersApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -436,6 +438,7 @@ export class RumRetentionFiltersApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -497,7 +500,11 @@ export class RumRetentionFiltersApiResponseProcessor { ) as RumRetentionFiltersResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -558,6 +565,7 @@ export class RumRetentionFiltersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -621,6 +629,7 @@ export class RumRetentionFiltersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts b/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts index 3e49c065622f..d683d7da88f9 100644 --- a/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts +++ b/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts @@ -3095,6 +3095,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3285,6 +3286,8 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 || response.httpStatusCode === 500 @@ -3348,6 +3351,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -3411,6 +3415,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3474,6 +3479,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -3538,6 +3544,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3600,6 +3607,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -3662,6 +3670,8 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 429 || response.httpStatusCode === 500 ) { @@ -3776,6 +3786,7 @@ export class SecurityMonitoringApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3834,6 +3845,7 @@ export class SecurityMonitoringApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3892,6 +3904,7 @@ export class SecurityMonitoringApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -3950,6 +3963,7 @@ export class SecurityMonitoringApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4008,6 +4022,7 @@ export class SecurityMonitoringApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4072,6 +4087,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4137,6 +4153,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4202,6 +4219,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4266,6 +4284,8 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 429 || response.httpStatusCode === 500 ) { @@ -4354,6 +4374,26 @@ export class SecurityMonitoringApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -4394,6 +4434,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4457,6 +4498,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4543,7 +4585,7 @@ export class SecurityMonitoringApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -4602,6 +4644,7 @@ export class SecurityMonitoringApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4663,7 +4706,12 @@ export class SecurityMonitoringApiResponseProcessor { ) as SecurityMonitoringRuleResponse; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -4722,7 +4770,12 @@ export class SecurityMonitoringApiResponseProcessor { ) as SecurityMonitoringSignalResponse; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -4783,6 +4836,7 @@ export class SecurityMonitoringApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4847,6 +4901,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -4908,7 +4963,11 @@ export class SecurityMonitoringApiResponseProcessor { ) as any; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -4968,6 +5027,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -5029,7 +5089,11 @@ export class SecurityMonitoringApiResponseProcessor { ) as any; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -5115,6 +5179,26 @@ export class SecurityMonitoringApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -5155,6 +5239,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -5215,7 +5300,11 @@ export class SecurityMonitoringApiResponseProcessor { ) as SecurityFiltersResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -5274,7 +5363,12 @@ export class SecurityMonitoringApiResponseProcessor { ) as SecurityMonitoringListRulesResponse; return body; } - if (response.httpStatusCode === 400 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -5336,6 +5430,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -5398,7 +5493,11 @@ export class SecurityMonitoringApiResponseProcessor { ) as SecurityMonitoringSuppressionsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -5484,7 +5583,7 @@ export class SecurityMonitoringApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -5569,7 +5668,7 @@ export class SecurityMonitoringApiResponseProcessor { body ); } - if (response.httpStatusCode === 429) { + if (response.httpStatusCode === 401 || response.httpStatusCode === 429) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -5656,6 +5755,26 @@ export class SecurityMonitoringApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -5696,6 +5815,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -5782,6 +5902,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -5933,6 +6054,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -6128,6 +6250,8 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || response.httpStatusCode === 429 || response.httpStatusCode === 500 ) { @@ -6190,6 +6314,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -6319,6 +6444,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -6380,6 +6506,7 @@ export class SecurityMonitoringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/SensitiveDataScannerApi.ts b/packages/datadog-api-client-v2/apis/SensitiveDataScannerApi.ts index 34d0112f3697..49b849b6a0dd 100644 --- a/packages/datadog-api-client-v2/apis/SensitiveDataScannerApi.ts +++ b/packages/datadog-api-client-v2/apis/SensitiveDataScannerApi.ts @@ -460,6 +460,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -524,6 +525,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -588,6 +590,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -653,6 +656,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -718,6 +722,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -782,6 +787,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -846,6 +852,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -910,6 +917,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -975,6 +983,7 @@ export class SensitiveDataScannerApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/ServiceAccountsApi.ts b/packages/datadog-api-client-v2/apis/ServiceAccountsApi.ts index 6204aac1ab3e..cae44c2ae3f6 100644 --- a/packages/datadog-api-client-v2/apis/ServiceAccountsApi.ts +++ b/packages/datadog-api-client-v2/apis/ServiceAccountsApi.ts @@ -385,6 +385,7 @@ export class ServiceAccountsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -447,6 +448,7 @@ export class ServiceAccountsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -504,6 +506,7 @@ export class ServiceAccountsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -566,6 +569,7 @@ export class ServiceAccountsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -629,6 +633,7 @@ export class ServiceAccountsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -692,6 +697,7 @@ export class ServiceAccountsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.ts b/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.ts index 8c2c0ab8c3be..8a809304bec4 100644 --- a/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.ts +++ b/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.ts @@ -229,6 +229,7 @@ export class ServiceDefinitionApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -289,6 +290,7 @@ export class ServiceDefinitionApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -352,6 +354,7 @@ export class ServiceDefinitionApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -414,7 +417,11 @@ export class ServiceDefinitionApiResponseProcessor { ) as ServiceDefinitionsListResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/ServiceLevelObjectivesApi.ts b/packages/datadog-api-client-v2/apis/ServiceLevelObjectivesApi.ts index 113be8c6b983..09e9ed45c9ec 100644 --- a/packages/datadog-api-client-v2/apis/ServiceLevelObjectivesApi.ts +++ b/packages/datadog-api-client-v2/apis/ServiceLevelObjectivesApi.ts @@ -171,6 +171,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -231,6 +232,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -294,6 +296,7 @@ export class ServiceLevelObjectivesApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.ts b/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.ts index 6dcc9e42d341..2fac13a44e50 100644 --- a/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.ts +++ b/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.ts @@ -468,6 +468,7 @@ export class ServiceScorecardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -530,6 +531,7 @@ export class ServiceScorecardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -586,6 +588,7 @@ export class ServiceScorecardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -649,6 +652,7 @@ export class ServiceScorecardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -711,6 +715,7 @@ export class ServiceScorecardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -773,6 +778,7 @@ export class ServiceScorecardsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.ts b/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.ts index c3c3afefff43..c8c64630f656 100644 --- a/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.ts +++ b/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.ts @@ -226,6 +226,7 @@ export class SoftwareCatalogApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -287,7 +288,11 @@ export class SoftwareCatalogApiResponseProcessor { ) as ListEntityCatalogResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -347,6 +352,7 @@ export class SoftwareCatalogApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/SpansApi.ts b/packages/datadog-api-client-v2/apis/SpansApi.ts index 0fbfe4ed2c02..e5f84ebbc8e9 100644 --- a/packages/datadog-api-client-v2/apis/SpansApi.ts +++ b/packages/datadog-api-client-v2/apis/SpansApi.ts @@ -212,6 +212,7 @@ export class SpansApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -300,6 +301,26 @@ export class SpansApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -366,6 +387,26 @@ export class SpansApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { diff --git a/packages/datadog-api-client-v2/apis/SpansMetricsApi.ts b/packages/datadog-api-client-v2/apis/SpansMetricsApi.ts index 569b8b247d14..f05aa7ba26f2 100644 --- a/packages/datadog-api-client-v2/apis/SpansMetricsApi.ts +++ b/packages/datadog-api-client-v2/apis/SpansMetricsApi.ts @@ -228,6 +228,7 @@ export class SpansMetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -284,6 +285,7 @@ export class SpansMetricsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -346,6 +348,7 @@ export class SpansMetricsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -407,7 +410,11 @@ export class SpansMetricsApiResponseProcessor { ) as SpansMetricsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -467,6 +474,7 @@ export class SpansMetricsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/SyntheticsApi.ts b/packages/datadog-api-client-v2/apis/SyntheticsApi.ts index 3dc8b39d8eb3..220f9f6b18a0 100644 --- a/packages/datadog-api-client-v2/apis/SyntheticsApi.ts +++ b/packages/datadog-api-client-v2/apis/SyntheticsApi.ts @@ -110,7 +110,11 @@ export class SyntheticsApiResponseProcessor { ) as OnDemandConcurrencyCapResponse; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -168,7 +172,11 @@ export class SyntheticsApiResponseProcessor { ) as OnDemandConcurrencyCapResponse; return body; } - if (response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType diff --git a/packages/datadog-api-client-v2/apis/TeamsApi.ts b/packages/datadog-api-client-v2/apis/TeamsApi.ts index 0c806612ccd0..4b816e8e16a4 100644 --- a/packages/datadog-api-client-v2/apis/TeamsApi.ts +++ b/packages/datadog-api-client-v2/apis/TeamsApi.ts @@ -865,6 +865,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 409 || response.httpStatusCode === 429 @@ -927,6 +928,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 422 || @@ -990,6 +992,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -1047,6 +1050,7 @@ export class TeamsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1103,6 +1107,7 @@ export class TeamsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1159,6 +1164,7 @@ export class TeamsApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1219,6 +1225,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1281,6 +1288,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1343,6 +1351,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1405,6 +1414,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1467,6 +1477,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1528,7 +1539,12 @@ export class TeamsApiResponseProcessor { ) as UserTeamsResponse; return body; } - if (response.httpStatusCode === 404 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1584,7 +1600,11 @@ export class TeamsApiResponseProcessor { ) as TeamsResponse; return body; } - if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + if ( + response.httpStatusCode === 401 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { const bodyText = ObjectSerializer.parse( await response.body.text(), contentType @@ -1642,6 +1662,7 @@ export class TeamsApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 409 || @@ -1705,6 +1726,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1767,6 +1789,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -1829,6 +1852,7 @@ export class TeamsApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 diff --git a/packages/datadog-api-client-v2/apis/UsageMeteringApi.ts b/packages/datadog-api-client-v2/apis/UsageMeteringApi.ts index e158e120ff7f..2a72f2012034 100644 --- a/packages/datadog-api-client-v2/apis/UsageMeteringApi.ts +++ b/packages/datadog-api-client-v2/apis/UsageMeteringApi.ts @@ -43,7 +43,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -73,7 +73,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -124,7 +124,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -174,7 +174,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -255,7 +255,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -332,7 +332,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -447,7 +447,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -535,7 +535,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -589,7 +589,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -640,7 +640,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -691,7 +691,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory { .makeRequestContext(localVarPath, HttpMethod.GET); requestContext.setHeaderParam( "Accept", - "application/json;datetime-format=rfc3339" + "application/json;datetime-format=rfc3339, application/json" ); requestContext.setHttpConfig(_config.httpConfig); @@ -746,6 +746,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -810,6 +811,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -873,6 +875,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -935,6 +938,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -997,6 +1001,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1059,6 +1064,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1121,6 +1127,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1183,6 +1190,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1246,6 +1254,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1310,6 +1319,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -1374,6 +1384,7 @@ export class UsageMeteringApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { diff --git a/packages/datadog-api-client-v2/apis/UsersApi.ts b/packages/datadog-api-client-v2/apis/UsersApi.ts index 02e0897a2e7b..e921d02e6738 100644 --- a/packages/datadog-api-client-v2/apis/UsersApi.ts +++ b/packages/datadog-api-client-v2/apis/UsersApi.ts @@ -432,6 +432,7 @@ export class UsersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -487,6 +488,7 @@ export class UsersApiResponseProcessor { return; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -549,6 +551,7 @@ export class UsersApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -609,6 +612,7 @@ export class UsersApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -671,6 +675,7 @@ export class UsersApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -733,6 +738,7 @@ export class UsersApiResponseProcessor { return body; } if ( + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -794,6 +800,7 @@ export class UsersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -856,6 +863,7 @@ export class UsersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -916,6 +924,7 @@ export class UsersApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 422 || diff --git a/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.ts b/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.ts index 9533111d4650..03e3561803cf 100644 --- a/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.ts +++ b/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.ts @@ -394,6 +394,7 @@ export class WorkflowAutomationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -483,6 +484,26 @@ export class WorkflowAutomationApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -523,6 +544,7 @@ export class WorkflowAutomationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -577,6 +599,26 @@ export class WorkflowAutomationApiResponseProcessor { if (response.httpStatusCode === 204) { return; } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } if ( response.httpStatusCode === 403 || response.httpStatusCode === 404 || @@ -670,6 +712,26 @@ export class WorkflowAutomationApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { @@ -710,6 +772,7 @@ export class WorkflowAutomationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 404 || response.httpStatusCode === 429 @@ -773,6 +836,7 @@ export class WorkflowAutomationApiResponseProcessor { } if ( response.httpStatusCode === 400 || + response.httpStatusCode === 401 || response.httpStatusCode === 403 || response.httpStatusCode === 429 ) { @@ -861,6 +925,26 @@ export class WorkflowAutomationApiResponseProcessor { body ); } + if (response.httpStatusCode === 401) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } // Work around for missing responses in specification, e.g. for petstore.yaml if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) {