From 3636b9f6ccbdb290860c5a1d725a3dce41ee6399 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 12 May 2025 14:11:46 +0000 Subject: [PATCH] Regenerate client from commit c59a1988 of spec repo --- .apigentools-info | 8 +- .generator/schemas/v1/openapi.yaml | 496 ++++++++++ .generator/schemas/v2/openapi.yaml | 906 ++++++++++++++++++ .../api/client/v1/api/AuthenticationApi.java | 1 + .../api/client/v1/api/AwsIntegrationApi.java | 12 + .../client/v1/api/AwsLogsIntegrationApi.java | 7 + .../client/v1/api/AzureIntegrationApi.java | 5 + .../api/client/v1/api/DashboardListsApi.java | 5 + .../api/client/v1/api/DashboardsApi.java | 14 + .../api/client/v1/api/DowntimesApi.java | 8 + .../datadog/api/client/v1/api/EventsApi.java | 3 + .../api/client/v1/api/GcpIntegrationApi.java | 4 + .../datadog/api/client/v1/api/HostsApi.java | 4 + .../api/client/v1/api/IpRangesApi.java | 1 + .../api/client/v1/api/KeyManagementApi.java | 10 + .../datadog/api/client/v1/api/LogsApi.java | 2 + .../api/client/v1/api/LogsIndexesApi.java | 7 + .../api/client/v1/api/LogsPipelinesApi.java | 7 + .../datadog/api/client/v1/api/MetricsApi.java | 7 + .../api/client/v1/api/MonitorsApi.java | 8 + .../api/client/v1/api/NotebooksApi.java | 5 + .../api/client/v1/api/OrganizationsApi.java | 6 + .../v1/api/PagerDutyIntegrationApi.java | 4 + .../client/v1/api/SecurityMonitoringApi.java | 3 + .../api/client/v1/api/ServiceChecksApi.java | 1 + .../ServiceLevelObjectiveCorrectionsApi.java | 5 + .../v1/api/ServiceLevelObjectivesApi.java | 10 + .../client/v1/api/SlackIntegrationApi.java | 5 + .../api/client/v1/api/SnapshotsApi.java | 1 + .../api/client/v1/api/SyntheticsApi.java | 42 + .../datadog/api/client/v1/api/TagsApi.java | 5 + .../api/client/v1/api/UsageMeteringApi.java | 185 ++-- .../datadog/api/client/v1/api/UsersApi.java | 5 + .../client/v1/api/WebhooksIntegrationApi.java | 8 + .../client/v2/api/ActionConnectionApi.java | 4 + .../client/v2/api/AgentlessScanningApi.java | 7 + .../api/client/v2/api/ApiManagementApi.java | 5 + .../client/v2/api/ApmRetentionFiltersApi.java | 6 + .../api/client/v2/api/AppBuilderApi.java | 8 + .../client/v2/api/ApplicationSecurityApi.java | 10 + .../datadog/api/client/v2/api/AuditApi.java | 2 + .../api/client/v2/api/AuthNMappingsApi.java | 5 + .../api/client/v2/api/AwsIntegrationApi.java | 7 + .../client/v2/api/AwsLogsIntegrationApi.java | 1 + .../api/client/v2/api/CaseManagementApi.java | 1 + .../v2/api/CiVisibilityPipelinesApi.java | 3 + .../client/v2/api/CiVisibilityTestsApi.java | 3 + .../client/v2/api/CloudCostManagementApi.java | 22 + .../v2/api/CloudNetworkMonitoringApi.java | 1 + .../v2/api/CloudflareIntegrationApi.java | 5 + .../api/client/v2/api/ConfluentCloudApi.java | 10 + .../api/client/v2/api/ContainerImagesApi.java | 1 + .../api/client/v2/api/ContainersApi.java | 1 + .../api/client/v2/api/CsmAgentsApi.java | 2 + .../client/v2/api/CsmCoverageAnalysisApi.java | 3 + .../api/client/v2/api/CsmThreatsApi.java | 17 + .../api/client/v2/api/DashboardListsApi.java | 4 + .../api/client/v2/api/DataDeletionApi.java | 3 + .../api/client/v2/api/DomainAllowlistApi.java | 4 + .../api/client/v2/api/DoraMetricsApi.java | 2 + .../api/client/v2/api/DowntimesApi.java | 7 + .../datadog/api/client/v2/api/EventsApi.java | 3 + .../client/v2/api/FastlyIntegrationApi.java | 10 + .../api/client/v2/api/GcpIntegrationApi.java | 5 + .../api/client/v2/api/IpAllowlistApi.java | 2 + .../api/client/v2/api/KeyManagementApi.java | 14 + .../datadog/api/client/v2/api/LogsApi.java | 3 + .../api/client/v2/api/LogsArchivesApi.java | 10 + .../v2/api/LogsCustomDestinationsApi.java | 5 + .../api/client/v2/api/LogsMetricsApi.java | 5 + .../datadog/api/client/v2/api/MetricsApi.java | 13 + .../v2/api/MicrosoftTeamsIntegrationApi.java | 11 + .../api/client/v2/api/MonitorsApi.java | 10 + .../v2/api/NetworkDeviceMonitoringApi.java | 5 + .../v2/api/ObservabilityPipelinesApi.java | 6 + .../api/client/v2/api/OktaIntegrationApi.java | 5 + .../datadog/api/client/v2/api/OnCallApi.java | 4 + .../client/v2/api/OpsgenieIntegrationApi.java | 5 + .../api/client/v2/api/OrganizationsApi.java | 1 + .../api/client/v2/api/PowerpackApi.java | 10 + .../api/client/v2/api/ProcessesApi.java | 1 + .../client/v2/api/RestrictionPoliciesApi.java | 3 + .../datadog/api/client/v2/api/RolesApi.java | 13 + .../com/datadog/api/client/v2/api/RumApi.java | 13 + .../api/client/v2/api/RumMetricsApi.java | 5 + .../client/v2/api/RumRetentionFiltersApi.java | 6 + .../client/v2/api/SecurityMonitoringApi.java | 52 + .../v2/api/SensitiveDataScannerApi.java | 9 + .../api/client/v2/api/ServiceAccountsApi.java | 6 + .../client/v2/api/ServiceDefinitionApi.java | 4 + .../v2/api/ServiceLevelObjectivesApi.java | 3 + .../client/v2/api/ServiceScorecardsApi.java | 6 + .../api/client/v2/api/SoftwareCatalogApi.java | 3 + .../datadog/api/client/v2/api/SpansApi.java | 3 + .../api/client/v2/api/SpansMetricsApi.java | 5 + .../api/client/v2/api/SyntheticsApi.java | 4 + .../datadog/api/client/v2/api/TeamsApi.java | 18 + .../api/client/v2/api/UsageMeteringApi.java | 55 +- .../datadog/api/client/v2/api/UsersApi.java | 9 + .../client/v2/api/WorkflowAutomationApi.java | 8 + ...verage_returns_Bad_Request_response.freeze | 2 +- ..._average_returns_Bad_Request_response.json | 4 +- ..._hourly_average_returns_OK_response.freeze | 2 +- ...by_hourly_average_returns_OK_response.json | 6 +- ...ention_returns_Bad_Request_response.freeze | 2 +- ...etention_returns_Bad_Request_response.json | 8 +- ...ge_by_retention_returns_OK_response.freeze | 2 +- ...sage_by_retention_returns_OK_response.json | 8 +- ...age_attribution_returns_OK_response.freeze | 2 +- ...usage_attribution_returns_OK_response.json | 6 +- ...bility_returns_Bad_Request_response.freeze | 2 +- ...sibility_returns_Bad_Request_response.json | 6 +- ...r_CI_visibility_returns_OK_response.freeze | 2 +- ...for_CI_visibility_returns_OK_response.json | 8 +- ...age_for_CSM_Pro_returns_OK_response.freeze | 2 +- ...usage_for_CSM_Pro_returns_OK_response.json | 6 +- ...base_Monitoring_returns_OK_response.freeze | 2 +- ...tabase_Monitoring_returns_OK_response.json | 8 +- ...argate_returns_Bad_Request_response.freeze | 2 +- ..._Fargate_returns_Bad_Request_response.json | 8 +- ...age_for_Fargate_returns_OK_response.freeze | 2 +- ...usage_for_Fargate_returns_OK_response.json | 8 +- ...or_IoT_returns_Bad_Request_response.freeze | 2 +- ..._for_IoT_returns_Bad_Request_response.json | 8 +- ...y_usage_for_IoT_returns_OK_response.freeze | 2 +- ...rly_usage_for_IoT_returns_OK_response.json | 8 +- ...Lambda_returns_Bad_Request_response.freeze | 2 +- ...r_Lambda_returns_Bad_Request_response.json | 8 +- ...sage_for_Lambda_returns_OK_response.freeze | 2 +- ..._usage_for_Lambda_returns_OK_response.json | 8 +- ..._Index_returns_Bad_Request_response.freeze | 2 +- ...by_Index_returns_Bad_Request_response.json | 8 +- ...r_Logs_by_Index_returns_OK_response.freeze | 2 +- ...for_Logs_by_Index_returns_OK_response.json | 8 +- ...r_Logs_returns_Bad_Request_response.freeze | 2 +- ...for_Logs_returns_Bad_Request_response.json | 8 +- ..._usage_for_Logs_returns_OK_response.freeze | 2 +- ...ly_usage_for_Logs_returns_OK_response.json | 8 +- ..._Flows_returns_Bad_Request_response.freeze | 2 +- ...rk_Flows_returns_Bad_Request_response.json | 8 +- ...r_Network_Flows_returns_OK_response.freeze | 2 +- ...for_Network_Flows_returns_OK_response.json | 8 +- ..._Hosts_returns_Bad_Request_response.freeze | 2 +- ...rk_Hosts_returns_Bad_Request_response.json | 8 +- ...r_Network_Hosts_returns_OK_response.freeze | 2 +- ...for_Network_Hosts_returns_OK_response.json | 8 +- ...rchive_returns_Bad_Request_response.freeze | 2 +- ..._Archive_returns_Bad_Request_response.json | 8 +- ..._Online_Archive_returns_OK_response.freeze | 2 +- ...or_Online_Archive_returns_OK_response.json | 8 +- ...ssions_returns_Bad_Request_response.freeze | 2 +- ...Sessions_returns_Bad_Request_response.json | 8 +- ...or_RUM_Sessions_returns_OK_response.freeze | 2 +- ..._for_RUM_Sessions_returns_OK_response.json | 8 +- ...e_for_RUM_Units_returns_OK_response.freeze | 2 +- ...age_for_RUM_Units_returns_OK_response.json | 8 +- ...evices_returns_Bad_Request_response.freeze | 2 +- ..._devices_returns_Bad_Request_response.json | 8 +- ...or_SNMP_devices_returns_OK_response.freeze | 2 +- ..._for_SNMP_devices_returns_OK_response.json | 8 +- ...ve_Data_Scanner_returns_OK_response.freeze | 2 +- ...tive_Data_Scanner_returns_OK_response.json | 8 +- ...Checks_returns_Bad_Request_response.freeze | 2 +- ...I_Checks_returns_Bad_Request_response.json | 8 +- ...tics_API_Checks_returns_OK_response.freeze | 2 +- ...hetics_API_Checks_returns_OK_response.json | 8 +- ...Checks_returns_Bad_Request_response.freeze | 2 +- ...r_Checks_returns_Bad_Request_response.json | 8 +- ..._Browser_Checks_returns_OK_response.freeze | 2 +- ...cs_Browser_Checks_returns_OK_response.json | 8 +- ...d_logs_returns_Bad_Request_response.freeze | 2 +- ...zed_logs_returns_Bad_Request_response.json | 8 +- ...r_analyzed_logs_returns_OK_response.freeze | 2 +- ...for_analyzed_logs_returns_OK_response.json | 8 +- ..._for_audit_logs_returns_OK_response.freeze | 2 +- ...ge_for_audit_logs_returns_OK_response.json | 8 +- ...rkload_security_returns_OK_response.freeze | 2 +- ...workload_security_returns_OK_response.json | 8 +- ...etrics_returns_Bad_Request_response.freeze | 2 +- ..._metrics_returns_Bad_Request_response.json | 8 +- ..._custom_metrics_returns_OK_response.freeze | 2 +- ...or_custom_metrics_returns_OK_response.json | 8 +- ...ainers_returns_Bad_Request_response.freeze | 2 +- ...ntainers_returns_Bad_Request_response.json | 8 +- ..._and_containers_returns_OK_response.freeze | 2 +- ...ts_and_containers_returns_OK_response.json | 8 +- ...gement_returns_Bad_Request_response.freeze | 2 +- ...nagement_returns_Bad_Request_response.json | 8 +- ...dent_management_returns_OK_response.freeze | 2 +- ...cident_management_returns_OK_response.json | 8 +- ..._spans_returns_Bad_Request_response.freeze | 2 +- ...ed_spans_returns_Bad_Request_response.json | 8 +- ...r_indexed_spans_returns_OK_response.freeze | 2 +- ...for_indexed_spans_returns_OK_response.json | 8 +- ..._spans_returns_Bad_Request_response.freeze | 2 +- ...ed_spans_returns_Bad_Request_response.json | 8 +- ..._ingested_spans_returns_OK_response.freeze | 2 +- ...or_ingested_spans_returns_OK_response.json | 8 +- ..._hosts_returns_Bad_Request_response.freeze | 2 +- ...ed_hosts_returns_Bad_Request_response.json | 8 +- ..._profiled_hosts_returns_OK_response.freeze | 2 +- ...or_profiled_hosts_returns_OK_response.json | 8 +- ...or_RUM_Sessions_returns_OK_response.freeze | 2 +- ..._for_RUM_Sessions_returns_OK_response.json | 8 +- ...age_attribution_returns_OK_response.freeze | 2 +- ...usage_attribution_returns_OK_response.json | 6 +- ...ly_custom_reports_returns_OK_response.json | 2 +- ...ly_custom_reports_returns_OK_response.json | 2 +- ...t_date_returns_Bad_Request_response.freeze | 2 +- ...art_date_returns_Bad_Request_response.json | 6 +- ..._with_start_month_returns_OK_response.json | 2 +- ...ribution_returns_Bad_Request_response.json | 2 +- ..._Cost_Attribution_returns_OK_response.json | 2 +- ...ost_attribution_returns_OK_response.freeze | 2 +- ..._cost_attribution_returns_OK_response.json | 4 +- ...points_returns_Bad_Request_response.freeze | 2 +- ...ndpoints_returns_Bad_Request_response.json | 2 +- ...multi_org_account_returns_OK_response.json | 2 +- ...ross_your_account_returns_OK_response.json | 2 +- ...family_returns_Bad_Request_response.freeze | 2 +- ...t_family_returns_Bad_Request_response.json | 8 +- ..._product_family_returns_OK_response.freeze | 2 +- ...by_product_family_returns_OK_response.json | 6 +- ...curity_returns_Bad_Request_response.freeze | 2 +- ...Security_returns_Bad_Request_response.json | 8 +- ...ations_returns_Bad_Request_response.freeze | 2 +- ...ocations_returns_Bad_Request_response.json | 6 +- ...ced_invocations_returns_OK_response.freeze | 2 +- ...raced_invocations_returns_OK_response.json | 8 +- ...elines_returns_Bad_Request_response.freeze | 2 +- ...ipelines_returns_Bad_Request_response.json | 8 +- ...cation_security_returns_OK_response.freeze | 2 +- ...lication_security_returns_OK_response.json | 8 +- ...ility_pipelines_returns_OK_response.freeze | 2 +- ...ability_pipelines_returns_OK_response.json | 8 +- ...ross_your_account_returns_OK_response.json | 2 +- 236 files changed, 2510 insertions(+), 413 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 2073c0c7575..6daf69fb11e 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:40.863227", - "spec_repo_commit": "c7bad6f6" + "regenerated": "2025-05-12 14:09:46.341520", + "spec_repo_commit": "c59a1988" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-09 19:42:40.879656", - "spec_repo_commit": "c7bad6f6" + "regenerated": "2025-05-12 14:09:46.357117", + "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 bfe39072ee5..266319edc95 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 537d23fc716..e0635dfbba4 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/src/main/java/com/datadog/api/client/v1/api/AuthenticationApi.java b/src/main/java/com/datadog/api/client/v1/api/AuthenticationApi.java index 7fc28520207..b248090b8ff 100644 --- a/src/main/java/com/datadog/api/client/v1/api/AuthenticationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/AuthenticationApi.java @@ -80,6 +80,7 @@ public CompletableFuture validateAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java index a9e05bff881..c47bbb53b93 100644 --- a/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/AwsIntegrationApi.java @@ -98,6 +98,7 @@ public CompletableFuture createAWSAccountAsync(AWSAcco * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 409 Conflict Error - * 429 Too many requests - @@ -235,6 +236,7 @@ public CompletableFuture createAWSEventBridgeSourc * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -379,6 +381,7 @@ public CompletableFuture createAWSTagFilterAsync(AWSTagFilterCreateReque * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -522,6 +525,7 @@ public CompletableFuture createNewAWSExternalIDAsync(A * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -657,6 +661,7 @@ public CompletableFuture deleteAWSAccountAsync(AWSAccountDeleteRequest b * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 409 Conflict Error - * 429 Too many requests - @@ -794,6 +799,7 @@ public CompletableFuture deleteAWSEventBridgeSourc * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -932,6 +938,7 @@ public CompletableFuture deleteAWSTagFilterAsync(AWSTagFilterDeleteReque * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -1060,6 +1067,7 @@ public CompletableFuture> listAvailableAWSNamespacesAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -1245,6 +1253,7 @@ public CompletableFuture listAWSAccountsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -1374,6 +1383,7 @@ public CompletableFuture listAWSEventBridgeSourcesAs * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -1489,6 +1499,7 @@ public CompletableFuture listAWSTagFiltersAsync(String * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -1703,6 +1714,7 @@ public CompletableFuture updateAWSAccountAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 409 Conflict Error - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java index 2b00861275f..503de3d71f5 100644 --- a/src/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/AwsLogsIntegrationApi.java @@ -101,6 +101,7 @@ public CompletableFuture checkAWSLogsLambdaAsyncAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -244,6 +245,7 @@ public CompletableFuture checkAWSLogsServicesAsyncAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -376,6 +378,7 @@ public CompletableFuture createAWSLambdaARNAsync(AWSAccountAndLambdaRequ * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -508,6 +511,7 @@ public CompletableFuture deleteAWSLambdaARNAsync(AWSAccountAndLambdaRequ * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -640,6 +644,7 @@ public CompletableFuture enableAWSLogServicesAsync(AWSLogsServicesReques * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -768,6 +773,7 @@ public CompletableFuture> listAWSLogsIntegrationsAsync * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -881,6 +887,7 @@ public CompletableFuture> listAWSLogsServicesA * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/AzureIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/AzureIntegrationApi.java index 7ef1cae87f0..0511fa09ef5 100644 --- a/src/main/java/com/datadog/api/client/v1/api/AzureIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/AzureIntegrationApi.java @@ -94,6 +94,7 @@ public CompletableFuture createAzureIntegrationAsync(AzureAccount body) * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -226,6 +227,7 @@ public CompletableFuture deleteAzureIntegrationAsync(AzureAccount body) * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -354,6 +356,7 @@ public CompletableFuture> listAzureIntegrationAsync() { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -468,6 +471,7 @@ public CompletableFuture updateAzureHostFiltersAsync(AzureAccount body) * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -602,6 +606,7 @@ public CompletableFuture updateAzureIntegrationAsync(AzureAccount body) * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/DashboardListsApi.java b/src/main/java/com/datadog/api/client/v1/api/DashboardListsApi.java index 1c5fb782e5f..da8bc81824e 100644 --- a/src/main/java/com/datadog/api/client/v1/api/DashboardListsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/DashboardListsApi.java @@ -86,6 +86,7 @@ public CompletableFuture createDashboardListAsync(DashboardList b * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -216,6 +217,7 @@ public CompletableFuture deleteDashboardListAsync(L * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -353,6 +355,7 @@ public CompletableFuture getDashboardListAsync(Long listId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -484,6 +487,7 @@ public CompletableFuture listDashboardListsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -603,6 +607,7 @@ public CompletableFuture updateDashboardListAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/DashboardsApi.java b/src/main/java/com/datadog/api/client/v1/api/DashboardsApi.java index bd4c4fab4f4..4f3c8d0c7fe 100644 --- a/src/main/java/com/datadog/api/client/v1/api/DashboardsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/DashboardsApi.java @@ -100,6 +100,7 @@ public CompletableFuture createDashboardAsync(Dashboard body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -230,6 +231,7 @@ public CompletableFuture createPublicDashboardAsync(SharedDashb * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Dashboard Not Found - * 429 Too many requests - @@ -361,6 +363,7 @@ public CompletableFuture deleteDashboardAsync(String da * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 404 Dashboards Not Found - * 429 Too many requests - @@ -499,6 +502,7 @@ public CompletableFuture deleteDashboardsAsync(DashboardBulkDeleteRequest * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Dashboards Not Found - * 429 Too many requests - @@ -631,6 +635,7 @@ public CompletableFuture deletePublicDashboardAsy * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Shared Dashboard Not Found - * 429 Too many requests - @@ -773,6 +778,7 @@ public CompletableFuture deletePublicDashboardInvitationAsync( * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -930,6 +936,7 @@ public CompletableFuture getDashboardAsync(String dashboardId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 404 Item Not Found - * 429 Too many requests - @@ -1069,6 +1076,7 @@ public CompletableFuture getPublicDashboardAsync(String token) * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Shared Dashboard Not Found - * 429 Too many requests - @@ -1272,6 +1280,7 @@ public CompletableFuture getPublicDashboardInvitationsAs * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1563,6 +1572,7 @@ public PaginationIterable listDashboardsWithPaginati * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -1699,6 +1709,7 @@ public CompletableFuture restoreDashboardsAsync(DashboardRestoreRequest bo * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Dashboards Not Found - * 429 Too many requests - @@ -1838,6 +1849,7 @@ public CompletableFuture sendPublicDashboardInvitationAs * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1995,6 +2007,7 @@ public CompletableFuture updateDashboardAsync(String dashboardId, Das * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Item Not Found - * 429 Too many requests - @@ -2154,6 +2167,7 @@ public CompletableFuture updatePublicDashboardAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Item Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/DowntimesApi.java b/src/main/java/com/datadog/api/client/v1/api/DowntimesApi.java index ee48b24db0a..e7e3f9adb49 100644 --- a/src/main/java/com/datadog/api/client/v1/api/DowntimesApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/DowntimesApi.java @@ -90,6 +90,7 @@ public CompletableFuture cancelDowntimeAsync(Long downtimeId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Downtime not found - * 429 Too many requests - @@ -239,6 +240,7 @@ public CompletableFuture cancelDowntimesByScopeAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Downtimes not found - * 429 Too many requests - @@ -381,6 +383,7 @@ public CompletableFuture createDowntimeAsync(Downtime body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -519,6 +522,7 @@ public CompletableFuture getDowntimeAsync(Long downtimeId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Downtime not found - * 429 Too many requests - @@ -725,6 +729,7 @@ public CompletableFuture> listDowntimesAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -863,6 +868,8 @@ public CompletableFuture> listMonitorDowntimesAsync(Long monitorI * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 404 Monitor Not Found error - * 429 Too many requests - * @@ -1011,6 +1018,7 @@ public CompletableFuture updateDowntimeAsync(Long downtimeId, Downtime * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Downtime not found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/EventsApi.java b/src/main/java/com/datadog/api/client/v1/api/EventsApi.java index 9d9de1457f8..df73bff800f 100644 --- a/src/main/java/com/datadog/api/client/v1/api/EventsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/EventsApi.java @@ -90,6 +90,7 @@ public CompletableFuture createEventAsync(EventCreateReques * Status Code Description Response Headers * 202 OK - * 400 Bad Request - + * 401 Unauthorized - * 429 Too many requests - * */ @@ -221,6 +222,7 @@ public CompletableFuture getEventAsync(Long eventId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 404 Item Not Found - * 429 Too many requests - @@ -492,6 +494,7 @@ public CompletableFuture listEventsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/GcpIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/GcpIntegrationApi.java index 45ca7405d1f..e6fda4412b1 100644 --- a/src/main/java/com/datadog/api/client/v1/api/GcpIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/GcpIntegrationApi.java @@ -89,6 +89,7 @@ public CompletableFuture createGCPIntegrationAsync(GCPAccount body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -229,6 +230,7 @@ public CompletableFuture deleteGCPIntegrationAsync(GCPAccount body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -366,6 +368,7 @@ public CompletableFuture> listGCPIntegrationAsync() { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -492,6 +495,7 @@ public CompletableFuture updateGCPIntegrationAsync(GCPAccount body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/HostsApi.java b/src/main/java/com/datadog/api/client/v1/api/HostsApi.java index 1d95c3a91be..caabded59f1 100644 --- a/src/main/java/com/datadog/api/client/v1/api/HostsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/HostsApi.java @@ -135,6 +135,7 @@ public CompletableFuture getHostTotalsAsync( * Status Code Description Response Headers * 200 OK - * 400 Invalid Parameter Error - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -395,6 +396,7 @@ public CompletableFuture listHostsAsync( * Status Code Description Response Headers * 200 OK - * 400 Invalid Parameter Error - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -556,6 +558,7 @@ public CompletableFuture muteHostAsync(String hostName, HostMu * Status Code Description Response Headers * 200 OK - * 400 Invalid Parameter Error - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -704,6 +707,7 @@ public CompletableFuture unmuteHostAsync(String hostName) { * Status Code Description Response Headers * 200 OK - * 400 Invalid Parameter Error - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/IpRangesApi.java b/src/main/java/com/datadog/api/client/v1/api/IpRangesApi.java index 12870eea8ae..8708fc78e9f 100644 --- a/src/main/java/com/datadog/api/client/v1/api/IpRangesApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/IpRangesApi.java @@ -80,6 +80,7 @@ public CompletableFuture getIPRangesAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 429 Too many requests - * */ diff --git a/src/main/java/com/datadog/api/client/v1/api/KeyManagementApi.java b/src/main/java/com/datadog/api/client/v1/api/KeyManagementApi.java index a2eff1a6816..bfcbf7b2623 100644 --- a/src/main/java/com/datadog/api/client/v1/api/KeyManagementApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/KeyManagementApi.java @@ -89,6 +89,7 @@ public CompletableFuture createAPIKeyAsync(ApiKey body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -217,6 +218,7 @@ public CompletableFuture createApplicationKeyAsync(Appli * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too many requests - @@ -349,6 +351,7 @@ public CompletableFuture deleteAPIKeyAsync(String key) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -480,6 +483,7 @@ public CompletableFuture deleteApplicationKeyAsync(Strin * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -615,6 +619,7 @@ public CompletableFuture getAPIKeyAsync(String key) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -746,6 +751,7 @@ public CompletableFuture getApplicationKeyAsync(String k * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -878,6 +884,7 @@ public CompletableFuture listAPIKeysAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -987,6 +994,7 @@ public CompletableFuture listApplicationKeysAsync() * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1105,6 +1113,7 @@ public CompletableFuture updateAPIKeyAsync(String key, ApiKey bo * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1259,6 +1268,7 @@ public CompletableFuture updateApplicationKeyAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - diff --git a/src/main/java/com/datadog/api/client/v1/api/LogsApi.java b/src/main/java/com/datadog/api/client/v1/api/LogsApi.java index db29a21b9f9..82643e65f2b 100644 --- a/src/main/java/com/datadog/api/client/v1/api/LogsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/LogsApi.java @@ -94,6 +94,7 @@ public CompletableFuture listLogsAsync(LogsListRequest body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -312,6 +313,7 @@ public CompletableFuture submitLogAsync( * Status Code Description Response Headers * 200 Response from server (always 200 empty JSON). - * 400 unexpected error - + * 401 Unauthorized - * 429 Too many requests - * * diff --git a/src/main/java/com/datadog/api/client/v1/api/LogsIndexesApi.java b/src/main/java/com/datadog/api/client/v1/api/LogsIndexesApi.java index 3dbb4494091..6cb478047e2 100644 --- a/src/main/java/com/datadog/api/client/v1/api/LogsIndexesApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/LogsIndexesApi.java @@ -88,6 +88,7 @@ public CompletableFuture createLogsIndexAsync(LogsIndex body) { * Status Code Description Response Headers * 200 OK - * 400 Invalid Parameter Error - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -217,6 +218,7 @@ public CompletableFuture deleteLogsIndexAsync(String name) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -350,6 +352,7 @@ public CompletableFuture getLogsIndexAsync(String name) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -479,6 +482,7 @@ public CompletableFuture getLogsIndexOrderAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -589,6 +593,7 @@ public CompletableFuture listLogIndexesAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -711,6 +716,7 @@ public CompletableFuture updateLogsIndexAsync( * Status Code Description Response Headers * 200 OK - * 400 Invalid Parameter Error - + * 401 Unauthorized - * 403 Forbidden - * 429 Too Many Requests - * @@ -863,6 +869,7 @@ public CompletableFuture updateLogsIndexOrderAsync(LogsIndexes * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/LogsPipelinesApi.java b/src/main/java/com/datadog/api/client/v1/api/LogsPipelinesApi.java index 21b322954e8..f70500d06b1 100644 --- a/src/main/java/com/datadog/api/client/v1/api/LogsPipelinesApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/LogsPipelinesApi.java @@ -86,6 +86,7 @@ public CompletableFuture createLogsPipelineAsync(LogsPipeline body * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -216,6 +217,7 @@ public CompletableFuture deleteLogsPipelineAsync(String pipelineId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -352,6 +354,7 @@ public CompletableFuture getLogsPipelineAsync(String pipelineId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -485,6 +488,7 @@ public CompletableFuture getLogsPipelineOrderAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -595,6 +599,7 @@ public CompletableFuture> listLogsPipelinesAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -716,6 +721,7 @@ public CompletableFuture updateLogsPipelineAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -875,6 +881,7 @@ public CompletableFuture updateLogsPipelineOrderAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 422 Unprocessable Entity - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/MetricsApi.java b/src/main/java/com/datadog/api/client/v1/api/MetricsApi.java index b655ca5092f..fb544b95511 100644 --- a/src/main/java/com/datadog/api/client/v1/api/MetricsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/MetricsApi.java @@ -92,6 +92,7 @@ public CompletableFuture getMetricMetadataAsync(String metricNam * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -294,6 +295,7 @@ public CompletableFuture listActiveMetricsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -443,6 +445,7 @@ public CompletableFuture listMetricsAsync(String q) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -585,6 +588,7 @@ public CompletableFuture queryMetricsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -813,6 +817,7 @@ public CompletableFuture submitDistributionPointsAsync( * Status Code Description Response Headers * 202 Payload accepted - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 408 Request timeout - * 413 Payload too large - @@ -1023,6 +1028,7 @@ public CompletableFuture submitMetricsAsync( * Status Code Description Response Headers * 202 Payload accepted - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 408 Request timeout - * 413 Payload too large - @@ -1173,6 +1179,7 @@ public CompletableFuture updateMetricMetadataAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java b/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java index 50bf8c36b80..6a4d558445f 100644 --- a/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java @@ -94,6 +94,7 @@ public CompletableFuture checkCanDeleteMonitorAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Deletion conflict error - * 429 Too many requests - @@ -574,6 +575,7 @@ public CompletableFuture createMonitorAsync(Monitor body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -965,6 +967,7 @@ public CompletableFuture getMonitorAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Monitor Not Found error - * 429 Too many requests - @@ -1308,6 +1311,7 @@ public PaginationIterable listMonitorsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1554,6 +1558,7 @@ public CompletableFuture searchMonitorGroupsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1784,6 +1789,7 @@ public CompletableFuture searchMonitorsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -2079,6 +2085,7 @@ public CompletableFuture validateExistingMonitorAsync(Long monitorId, Mo * Status Code Description Response Headers * 200 OK - * 400 Invalid JSON - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -2233,6 +2240,7 @@ public CompletableFuture validateMonitorAsync(Monitor body) { * Status Code Description Response Headers * 200 OK - * 400 Invalid JSON - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/NotebooksApi.java b/src/main/java/com/datadog/api/client/v1/api/NotebooksApi.java index 69f68c40a03..b21cf2169e9 100644 --- a/src/main/java/com/datadog/api/client/v1/api/NotebooksApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/NotebooksApi.java @@ -91,6 +91,7 @@ public CompletableFuture createNotebookAsync(NotebookCreateReq * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -221,6 +222,7 @@ public CompletableFuture deleteNotebookAsync(Long notebookId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -357,6 +359,7 @@ public CompletableFuture getNotebookAsync(Long notebookId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -709,6 +712,7 @@ public PaginationIterable listNotebooksWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -876,6 +880,7 @@ public CompletableFuture updateNotebookAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 409 Conflict - diff --git a/src/main/java/com/datadog/api/client/v1/api/OrganizationsApi.java b/src/main/java/com/datadog/api/client/v1/api/OrganizationsApi.java index 223883f2f74..5dad45332ea 100644 --- a/src/main/java/com/datadog/api/client/v1/api/OrganizationsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/OrganizationsApi.java @@ -102,6 +102,7 @@ public CompletableFuture createChildOrgAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -237,6 +238,7 @@ public CompletableFuture downgradeOrgAsync(String publicI * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -376,6 +378,7 @@ public CompletableFuture getOrgAsync(String publicId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -505,6 +508,7 @@ public CompletableFuture listOrgsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -625,6 +629,7 @@ public CompletableFuture updateOrgAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -789,6 +794,7 @@ public CompletableFuture uploadIdPForOrgAsync(String publicId, File * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 415 Unsupported Media Type - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/PagerDutyIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/PagerDutyIntegrationApi.java index d8ffaa3f24f..ce2235d523b 100644 --- a/src/main/java/com/datadog/api/client/v1/api/PagerDutyIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/PagerDutyIntegrationApi.java @@ -88,6 +88,7 @@ public CompletableFuture createPagerDutyIntegrationService * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -220,6 +221,7 @@ public CompletableFuture deletePagerDutyIntegrationServiceAsync(String ser * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -363,6 +365,7 @@ public CompletableFuture getPagerDutyIntegrationServiceAsy * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -509,6 +512,7 @@ public CompletableFuture updatePagerDutyIntegrationServiceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/SecurityMonitoringApi.java b/src/main/java/com/datadog/api/client/v1/api/SecurityMonitoringApi.java index 3f3d7629027..cc72aee4d70 100644 --- a/src/main/java/com/datadog/api/client/v1/api/SecurityMonitoringApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/SecurityMonitoringApi.java @@ -93,6 +93,7 @@ public SuccessfulSignalUpdateResponse addSecurityMonitoringSignalToIncident( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -263,6 +264,7 @@ public SuccessfulSignalUpdateResponse editSecurityMonitoringSignalAssignee( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -433,6 +435,7 @@ public CompletableFuture editSecurityMonitoringS * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/ServiceChecksApi.java b/src/main/java/com/datadog/api/client/v1/api/ServiceChecksApi.java index d2ec642169a..6a1243f20d7 100644 --- a/src/main/java/com/datadog/api/client/v1/api/ServiceChecksApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/ServiceChecksApi.java @@ -89,6 +89,7 @@ public CompletableFuture submitServiceCheckAsync(List Status Code Description Response Headers * 202 Payload accepted - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 408 Request timeout - * 413 Payload too large - diff --git a/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectiveCorrectionsApi.java b/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectiveCorrectionsApi.java index 9663c76eb41..768d34d3743 100644 --- a/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectiveCorrectionsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectiveCorrectionsApi.java @@ -93,6 +93,7 @@ public CompletableFuture createSLOCorrectionAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 SLO Not Found - * 429 Too many requests - @@ -223,6 +224,7 @@ public CompletableFuture deleteSLOCorrectionAsync(String sloCorrectionId) * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -364,6 +366,7 @@ public CompletableFuture getSLOCorrectionAsync(String slo * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -614,6 +617,7 @@ public PaginationIterable listSLOCorrectionWithPagination( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -747,6 +751,7 @@ public CompletableFuture updateSLOCorrectionAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectivesApi.java b/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectivesApi.java index ef4b7caca0a..71c764c922a 100644 --- a/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectivesApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/ServiceLevelObjectivesApi.java @@ -101,6 +101,7 @@ public CompletableFuture checkCanDeleteSLOAsync(Strin * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too many requests - @@ -240,6 +241,7 @@ public CompletableFuture createSLOAsync(ServiceLevelObjectiveRe * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -422,6 +424,7 @@ public CompletableFuture deleteSLOAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 409 Conflict - @@ -572,6 +575,7 @@ public CompletableFuture deleteSLOTimeframeInBulkAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -751,6 +755,7 @@ public CompletableFuture getSLOAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -896,6 +901,7 @@ public CompletableFuture getSLOCorrectionsAsync(Strin * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1119,6 +1125,7 @@ public CompletableFuture getSLOHistoryAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1463,6 +1470,7 @@ public PaginationIterable listSLOsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1693,6 +1701,7 @@ public CompletableFuture searchSLOAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1833,6 +1842,7 @@ public CompletableFuture updateSLOAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/SlackIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/SlackIntegrationApi.java index a9957f7695d..d9f48f25ba4 100644 --- a/src/main/java/com/datadog/api/client/v1/api/SlackIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/SlackIntegrationApi.java @@ -90,6 +90,7 @@ public CompletableFuture createSlackIntegrationChannelA * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -255,6 +256,7 @@ public CompletableFuture getSlackIntegrationChannelAsyn * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -421,6 +423,7 @@ public CompletableFuture> getSlackIntegrationChann * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -568,6 +571,7 @@ public CompletableFuture removeSlackIntegrationChannelAsync( * Status Code Description Response Headers * 204 The channel was removed successfully. - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -742,6 +746,7 @@ public CompletableFuture updateSlackIntegrationChannelA * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/SnapshotsApi.java b/src/main/java/com/datadog/api/client/v1/api/SnapshotsApi.java index 6234cdd8ac4..063b1ace659 100644 --- a/src/main/java/com/datadog/api/client/v1/api/SnapshotsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/SnapshotsApi.java @@ -208,6 +208,7 @@ public CompletableFuture getGraphSnapshotAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java b/src/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java index 93c9848e2a6..27f829c9f20 100644 --- a/src/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java @@ -113,6 +113,7 @@ public CompletableFuture createGlobalVariableAsync( * Status Code Description Response Headers * 200 OK - * 400 Invalid request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too many requests - @@ -246,7 +247,9 @@ public CompletableFuture createPrivat * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 402 Quota reached for private locations - + * 403 Forbidden - * 404 Private locations are not activated for the user - * 429 Too many requests - * @@ -380,6 +383,7 @@ public CompletableFuture createSyntheticsAPITestAsync(Synthet * Status Code Description Response Headers * 200 OK - Returns the created test details. - * 400 - JSON format is wrong - Creation failed - + * 401 Unauthorized - * 402 Test quota is reached - * 403 Forbidden - * 429 Too many requests - @@ -514,6 +518,7 @@ public CompletableFuture createSyntheticsBrowserTestAsync * Status Code Description Response Headers * 200 OK - Returns the created test details. - * 400 - JSON format is wrong - Creation failed - + * 401 Unauthorized - * 402 Test quota is reached - * 403 Forbidden - * 429 Too many requests - @@ -649,6 +654,7 @@ public CompletableFuture createSyntheticsMobileTestAsync( * Status Code Description Response Headers * 200 OK - Returns the created test details. - * 400 - JSON format is wrong - Creation failed - + * 401 Unauthorized - * 402 Test quota is reached - * 403 Forbidden - * 429 Too many requests - @@ -781,6 +787,7 @@ public CompletableFuture deleteGlobalVariableAsync(String variableId) { * Status Code Description Response Headers * 200 OK - * 400 JSON format is wrong - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -917,6 +924,8 @@ public CompletableFuture deletePrivateLocationAsync(String locationId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 - Private locations are not activated for the user - Private location does not exist - * 429 Too many requests - * @@ -1057,6 +1066,7 @@ public CompletableFuture deleteTestsAsync( * Status Code Description Response Headers * 200 OK. - * 400 - JSON format is wrong - Test cannot be deleted as it's used elsewhere (as a sub-test or in an uptime widget) - Some IDs are not owned by the user - + * 401 Unauthorized - * 403 Forbidden - * 404 - Tests to be deleted can't be found - Synthetic is not activated for the user - * 429 Too many requests - @@ -1194,6 +1204,7 @@ public CompletableFuture editGlobalVariableAsync( * Status Code Description Response Headers * 200 OK - * 400 Invalid request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1349,6 +1360,7 @@ public CompletableFuture> fetchUptimesAsync( * Status Code Description Response Headers * 200 OK. - * 400 - JSON format is wrong - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1478,6 +1490,7 @@ public CompletableFuture getAPITestAsync(String publicId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - * 429 Too many requests - @@ -1692,6 +1705,7 @@ public CompletableFuture getAPITestLa * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic is not activated for the user - Test is not owned by the user - * 429 Too many requests - @@ -1853,6 +1867,7 @@ public CompletableFuture getAPITestResultAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test or result is not owned by the user - * 429 Too many requests - @@ -2009,6 +2024,7 @@ public CompletableFuture getBrowserTestAsync(String publi * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - * 429 Too many requests - @@ -2225,6 +2241,7 @@ public SyntheticsGetBrowserTestLatestResultsResponse getBrowserTestLatestResults * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - * 429 Too many requests - @@ -2394,6 +2411,7 @@ public CompletableFuture getBrowserTestResultAs * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test or result is not owned by the user - * 429 Too many requests - @@ -2551,6 +2569,7 @@ public CompletableFuture getGlobalVariableAsync(String * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -2688,6 +2707,7 @@ public CompletableFuture getMobileTestAsync(String publicI * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - * 429 Too many requests - @@ -2823,6 +2843,8 @@ public CompletableFuture getPrivateLocationAsync(Stri * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 - Synthetic private locations are not activated for the user - Private location does not exist - * 429 Too many requests - * @@ -2959,6 +2981,8 @@ public CompletableFuture getSyntheticsCIBatchAsync(Strin * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Batch does not exist. - * 429 Too many requests - * @@ -3090,6 +3114,8 @@ public CompletableFuture> getSyntheticsDefaultLocationsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -3202,6 +3228,7 @@ public CompletableFuture getTestAsync(String publicId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic is not activated for the user - Test is not owned by the user - * 429 Too many requests - @@ -3332,6 +3359,7 @@ public CompletableFuture listGlobalVariab * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -3445,6 +3473,8 @@ public CompletableFuture listLocationsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -3668,6 +3698,7 @@ public PaginationIterable listTestsWithPagination( * Response details * Status Code Description Response Headers * 200 OK - Returns the list of all Synthetic tests. - + * 401 Unauthorized - * 403 Forbidden - * 404 Synthetic Monitoring is not activated for the user. - * 429 Too many requests - @@ -3806,6 +3837,7 @@ public CompletableFuture patchTestAsync( * Status Code Description Response Headers * 200 OK - * 400 - JSON format is wrong - Updating sub-type is forbidden - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - Test can't be found - * 429 Too many requests - @@ -3959,6 +3991,8 @@ public CompletableFuture triggerCITestsAsync( * Status Code Description Response Headers * 200 OK - * 400 JSON format is wrong - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -4093,6 +4127,8 @@ public CompletableFuture triggerTestsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -4229,6 +4265,7 @@ public CompletableFuture updateAPITestAsync( * Status Code Description Response Headers * 200 OK - * 400 - JSON format is wrong - Updating sub-type is forbidden - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - Test can't be found - * 429 Too many requests - @@ -4386,6 +4423,7 @@ public CompletableFuture updateBrowserTestAsync( * Status Code Description Response Headers * 200 OK - * 400 - JSON format is wrong - Updating sub-type is forbidden - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - Test can't be found - * 429 Too many requests - @@ -4543,6 +4581,7 @@ public CompletableFuture updateMobileTestAsync( * Status Code Description Response Headers * 200 OK - * 400 - JSON format is wrong - Updating sub-type is forbidden - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - Test can't be found - * 429 Too many requests - @@ -4699,6 +4738,8 @@ public CompletableFuture updatePrivateLocationAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 - Private locations are not activated for the user - Private location does not exist - * 429 Too many requests - * @@ -4858,6 +4899,7 @@ public CompletableFuture updateTestPauseStatusAsync( * Status Code Description Response Headers * 200 OK - Returns a boolean indicating if the update was successful. - * 400 JSON format is wrong. - + * 401 Unauthorized - * 403 Forbidden - * 404 - Synthetic Monitoring is not activated for the user - Test is not owned by the user - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/TagsApi.java b/src/main/java/com/datadog/api/client/v1/api/TagsApi.java index c0f3fec0162..a3e0b4f1dad 100644 --- a/src/main/java/com/datadog/api/client/v1/api/TagsApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/TagsApi.java @@ -150,6 +150,7 @@ public CompletableFuture createHostTagsAsync( * Response details * Status Code Description Response Headers * 201 Created - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -367,6 +368,7 @@ public CompletableFuture deleteHostTagsAsync( * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -567,6 +569,7 @@ public CompletableFuture getHostTagsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -757,6 +760,7 @@ public CompletableFuture listHostTagsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -946,6 +950,7 @@ public CompletableFuture updateHostTagsAsync( * Response details * Status Code Description Response Headers * 201 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/UsageMeteringApi.java b/src/main/java/com/datadog/api/client/v1/api/UsageMeteringApi.java index ab82d20a3cf..2c932db5cc3 100644 --- a/src/main/java/com/datadog/api/client/v1/api/UsageMeteringApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/UsageMeteringApi.java @@ -220,6 +220,7 @@ public CompletableFuture getDailyCustomReportsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -252,7 +253,7 @@ public ApiResponse getDailyCustomReportsWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -302,7 +303,7 @@ public ApiResponse getDailyCustomReportsWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -484,6 +485,7 @@ public CompletableFuture getHourlyUsageAttributi * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -532,7 +534,7 @@ public ApiResponse getHourlyUsageAttributionWith localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -612,7 +614,7 @@ public ApiResponse getHourlyUsageAttributionWith localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -746,6 +748,7 @@ public CompletableFuture getIncidentManagementA * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -780,7 +783,7 @@ public ApiResponse getIncidentManagementWithHtt localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -838,7 +841,7 @@ public ApiResponse getIncidentManagementWithHtt localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -969,6 +972,7 @@ public CompletableFuture getIngestedSpansAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -1002,7 +1006,7 @@ public ApiResponse getIngestedSpansWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1059,7 +1063,7 @@ public ApiResponse getIngestedSpansWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -1214,6 +1218,7 @@ public CompletableFuture getMonthlyCustomReportsAsyn * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -1246,7 +1251,7 @@ public ApiResponse getMonthlyCustomReportsWithHttpIn localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1297,7 +1302,7 @@ public ApiResponse getMonthlyCustomReportsWithHttpIn localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -1512,6 +1517,7 @@ public CompletableFuture getMonthlyUsageAttribu * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -1565,7 +1571,7 @@ public ApiResponse getMonthlyUsageAttributionWi localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1651,7 +1657,7 @@ public ApiResponse getMonthlyUsageAttributionWi localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -1719,6 +1725,7 @@ public CompletableFuture getSpecifiedDailyC * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 404 Not Found - * 429 Too many requests - @@ -1751,7 +1758,7 @@ public CompletableFuture getSpecifiedDailyC new ArrayList(), localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1805,7 +1812,7 @@ public CompletableFuture getSpecifiedDailyC new ArrayList(), localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -1874,6 +1881,7 @@ public UsageSpecifiedCustomReportsResponse getSpecifiedMonthlyCustomReports(Stri * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 404 Not Found - * 429 Too many requests - @@ -1907,7 +1915,7 @@ public UsageSpecifiedCustomReportsResponse getSpecifiedMonthlyCustomReports(Stri new ArrayList(), localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1961,7 +1969,7 @@ public UsageSpecifiedCustomReportsResponse getSpecifiedMonthlyCustomReports(Stri new ArrayList(), localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -2095,6 +2103,7 @@ public CompletableFuture getUsageAnalyzedLogsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2129,7 +2138,7 @@ public ApiResponse getUsageAnalyzedLogsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2186,7 +2195,7 @@ public ApiResponse getUsageAnalyzedLogsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2310,6 +2319,7 @@ public CompletableFuture getUsageAuditLogsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2343,7 +2353,7 @@ public ApiResponse getUsageAuditLogsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2399,7 +2409,7 @@ public CompletableFuture> getUsageAuditLogsW localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2524,6 +2534,7 @@ public CompletableFuture getUsageBillableSummaryAs * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2550,7 +2561,7 @@ public ApiResponse getUsageBillableSummaryWithHttp localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2596,7 +2607,7 @@ public ApiResponse getUsageBillableSummaryWithHttp localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -2725,6 +2736,7 @@ public CompletableFuture getUsageCIAppAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2758,7 +2770,7 @@ public ApiResponse getUsageCIAppWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2814,7 +2826,7 @@ public CompletableFuture> getUsageCIAppWi localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2950,6 +2962,7 @@ public UsageCloudSecurityPostureManagementResponse getUsageCloudSecurityPostureM * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2988,7 +3001,7 @@ public UsageCloudSecurityPostureManagementResponse getUsageCloudSecurityPostureM localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -3049,7 +3062,7 @@ public UsageCloudSecurityPostureManagementResponse getUsageCloudSecurityPostureM localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -3178,6 +3191,7 @@ public CompletableFuture getUsageCWSAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -3211,7 +3225,7 @@ public ApiResponse getUsageCWSWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -3267,7 +3281,7 @@ public CompletableFuture> getUsageCWSWithHttpInfoA localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -3395,6 +3409,7 @@ public CompletableFuture getUsageDBMAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -3428,7 +3443,7 @@ public ApiResponse getUsageDBMWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -3484,7 +3499,7 @@ public CompletableFuture> getUsageDBMWithHttpInfoA localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -3614,6 +3629,7 @@ public CompletableFuture getUsageFargateAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -3647,7 +3663,7 @@ public ApiResponse getUsageFargateWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -3703,7 +3719,7 @@ public CompletableFuture> getUsageFargateWithH localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -3831,6 +3847,7 @@ public CompletableFuture getUsageHostsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -3864,7 +3881,7 @@ public ApiResponse getUsageHostsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -3920,7 +3937,7 @@ public CompletableFuture> getUsageHostsWithHttpI localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -4053,6 +4070,7 @@ public CompletableFuture getUsageIndexedSpansAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -4087,7 +4105,7 @@ public ApiResponse getUsageIndexedSpansWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -4144,7 +4162,7 @@ public ApiResponse getUsageIndexedSpansWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -4276,6 +4294,7 @@ public CompletableFuture getUsageInternetOfThingsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -4310,7 +4329,7 @@ public ApiResponse getUsageInternetOfThingsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -4367,7 +4386,7 @@ public CompletableFuture> getUsageInternetOfThings localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -4495,6 +4514,7 @@ public CompletableFuture getUsageLambdaAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -4528,7 +4548,7 @@ public ApiResponse getUsageLambdaWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -4584,7 +4604,7 @@ public CompletableFuture> getUsageLambdaWithHtt localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -4712,6 +4732,7 @@ public CompletableFuture getUsageLogsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -4745,7 +4766,7 @@ public ApiResponse getUsageLogsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -4801,7 +4822,7 @@ public CompletableFuture> getUsageLogsWithHttpInf localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -4932,6 +4953,7 @@ public CompletableFuture getUsageLogsByIndexAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -4965,7 +4987,7 @@ public ApiResponse getUsageLogsByIndexWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -5022,7 +5044,7 @@ public ApiResponse getUsageLogsByIndexWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -5156,6 +5178,7 @@ public CompletableFuture getUsageLogsByRetentionAs * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -5190,7 +5213,7 @@ public ApiResponse getUsageLogsByRetentionWithHttp localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -5249,7 +5272,7 @@ public ApiResponse getUsageLogsByRetentionWithHttp localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -5383,6 +5406,7 @@ public CompletableFuture getUsageNetworkFlowsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -5417,7 +5441,7 @@ public ApiResponse getUsageNetworkFlowsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -5474,7 +5498,7 @@ public ApiResponse getUsageNetworkFlowsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -5607,6 +5631,7 @@ public CompletableFuture getUsageNetworkHostsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -5641,7 +5666,7 @@ public ApiResponse getUsageNetworkHostsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -5698,7 +5723,7 @@ public ApiResponse getUsageNetworkHostsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -5831,6 +5856,7 @@ public CompletableFuture getUsageOnlineArchiveAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -5865,7 +5891,7 @@ public ApiResponse getUsageOnlineArchiveWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -5922,7 +5948,7 @@ public ApiResponse getUsageOnlineArchiveWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -6051,6 +6077,7 @@ public CompletableFuture getUsageProfilingAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -6084,7 +6111,7 @@ public ApiResponse getUsageProfilingWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -6140,7 +6167,7 @@ public CompletableFuture> getUsageProfilingW localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -6286,6 +6313,7 @@ public CompletableFuture getUsageRumSessionsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -6322,7 +6350,7 @@ public ApiResponse getUsageRumSessionsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -6381,7 +6409,7 @@ public ApiResponse getUsageRumSessionsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -6511,6 +6539,7 @@ public CompletableFuture getUsageRumUnitsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -6544,7 +6573,7 @@ public ApiResponse getUsageRumUnitsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -6600,7 +6629,7 @@ public CompletableFuture> getUsageRumUnitsWit localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -6728,6 +6757,7 @@ public CompletableFuture getUsageSDSAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -6761,7 +6791,7 @@ public ApiResponse getUsageSDSWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -6817,7 +6847,7 @@ public CompletableFuture> getUsageSDSWithHttpInfoA localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -6945,6 +6975,7 @@ public CompletableFuture getUsageSNMPAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -6978,7 +7009,7 @@ public ApiResponse getUsageSNMPWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -7034,7 +7065,7 @@ public CompletableFuture> getUsageSNMPWithHttpInf localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -7181,6 +7212,7 @@ public CompletableFuture getUsageSummaryAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -7217,7 +7249,7 @@ public ApiResponse getUsageSummaryWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -7277,7 +7309,7 @@ public CompletableFuture> getUsageSummaryWithH localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -7408,6 +7440,7 @@ public CompletableFuture getUsageSyntheticsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -7441,7 +7474,7 @@ public ApiResponse getUsageSyntheticsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -7498,7 +7531,7 @@ public ApiResponse getUsageSyntheticsWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -7632,6 +7665,7 @@ public CompletableFuture getUsageSyntheticsAPIAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -7666,7 +7700,7 @@ public ApiResponse getUsageSyntheticsAPIWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -7723,7 +7757,7 @@ public ApiResponse getUsageSyntheticsAPIWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -7857,6 +7891,7 @@ public CompletableFuture getUsageSyntheticsBrows * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -7891,7 +7926,7 @@ public ApiResponse getUsageSyntheticsBrowserWith localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -7950,7 +7985,7 @@ public ApiResponse getUsageSyntheticsBrowserWith localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -8083,6 +8118,7 @@ public CompletableFuture getUsageTimeseriesAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -8116,7 +8152,7 @@ public ApiResponse getUsageTimeseriesWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -8173,7 +8209,7 @@ public ApiResponse getUsageTimeseriesWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -8334,6 +8370,7 @@ public CompletableFuture getUsageTopAvgMetricsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -8365,7 +8402,7 @@ public ApiResponse getUsageTopAvgMetricsWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -8415,7 +8452,7 @@ public ApiResponse getUsageTopAvgMetricsWithHttpInfo localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); diff --git a/src/main/java/com/datadog/api/client/v1/api/UsersApi.java b/src/main/java/com/datadog/api/client/v1/api/UsersApi.java index f18a62ecf04..c388b455027 100644 --- a/src/main/java/com/datadog/api/client/v1/api/UsersApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/UsersApi.java @@ -90,6 +90,7 @@ public CompletableFuture createUserAsync(User body) { * Status Code Description Response Headers * 200 User created - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 409 Conflict - * 429 Too many requests - @@ -221,6 +222,7 @@ public CompletableFuture disableUserAsync(String userHandle * Status Code Description Response Headers * 200 User disabled - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not Found - * 429 Too many requests - @@ -358,6 +360,7 @@ public CompletableFuture getUserAsync(String userHandle) { * Response details * Status Code Description Response Headers * 200 OK for get user - + * 401 Unauthorized - * 403 Authentication error - * 404 Not Found - * 429 Too many requests - @@ -490,6 +493,7 @@ public CompletableFuture listUsersAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -609,6 +613,7 @@ public CompletableFuture updateUserAsync(String userHandle, User b * Status Code Description Response Headers * 200 User updated - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v1/api/WebhooksIntegrationApi.java b/src/main/java/com/datadog/api/client/v1/api/WebhooksIntegrationApi.java index 91f0b44289b..c0db92b95b9 100644 --- a/src/main/java/com/datadog/api/client/v1/api/WebhooksIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v1/api/WebhooksIntegrationApi.java @@ -90,6 +90,7 @@ public CompletableFuture createWebhooksIntegrationAsync( * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -223,6 +224,7 @@ public WebhooksIntegrationCustomVariableResponse createWebhooksIntegrationCustom * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -360,6 +362,7 @@ public CompletableFuture deleteWebhooksIntegrationAsync(String webhookName * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -501,6 +504,7 @@ public CompletableFuture deleteWebhooksIntegrationCustomVariableAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -645,6 +649,7 @@ public CompletableFuture getWebhooksIntegrationAsync(String * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -789,6 +794,7 @@ public WebhooksIntegrationCustomVariableResponse getWebhooksIntegrationCustomVar * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -941,6 +947,7 @@ public CompletableFuture updateWebhooksIntegrationAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - @@ -1106,6 +1113,7 @@ public WebhooksIntegrationCustomVariableResponse updateWebhooksIntegrationCustom * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Item Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ActionConnectionApi.java b/src/main/java/com/datadog/api/client/v2/api/ActionConnectionApi.java index cfecde0eace..7efcf8d41a3 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ActionConnectionApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ActionConnectionApi.java @@ -90,6 +90,7 @@ public CompletableFuture createActionConnectionA * Status Code Description Response Headers * 201 Successfully created Action Connection - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too Many Request - * @@ -221,6 +222,7 @@ public CompletableFuture deleteActionConnectionAsync(String connectionId) * Response details * Status Code Description Response Headers * 204 The resource was deleted successfully. - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Request - @@ -361,6 +363,7 @@ public CompletableFuture getActionConnectionAsync( * Status Code Description Response Headers * 200 Successfully get Action Connection - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Request - @@ -507,6 +510,7 @@ public CompletableFuture updateActionConnectionA * Status Code Description Response Headers * 200 Successfully updated Action Connection - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Request - diff --git a/src/main/java/com/datadog/api/client/v2/api/AgentlessScanningApi.java b/src/main/java/com/datadog/api/client/v2/api/AgentlessScanningApi.java index 61be74f9360..86efc5f303f 100644 --- a/src/main/java/com/datadog/api/client/v2/api/AgentlessScanningApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/AgentlessScanningApi.java @@ -93,6 +93,7 @@ public CompletableFuture createAwsOnDemandTaskAsync( * Status Code Description Response Headers * 201 AWS on demand task created successfully. - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -226,6 +227,7 @@ public CompletableFuture createAwsScanOptionsAsync( * Status Code Description Response Headers * 201 Agentless scan options enabled successfully. - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -357,6 +359,7 @@ public CompletableFuture deleteAwsScanOptionsAsync(String accountId) { * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -492,6 +495,7 @@ public CompletableFuture getAwsOnDemandTaskAsync(String tas * Status Code Description Response Headers * 200 OK. - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -624,6 +628,7 @@ public CompletableFuture listAwsOnDemandTasksAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -735,6 +740,7 @@ public CompletableFuture listAwsScanOptionsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -854,6 +860,7 @@ public CompletableFuture updateAwsScanOptionsAsync( * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ApiManagementApi.java b/src/main/java/com/datadog/api/client/v2/api/ApiManagementApi.java index c9e8c130bb9..7ee13c87a06 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ApiManagementApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ApiManagementApi.java @@ -145,6 +145,7 @@ public CompletableFuture createOpenAPIAsync( * Status Code Description Response Headers * 201 API created successfully - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -298,6 +299,7 @@ public CompletableFuture deleteOpenAPIAsync(UUID id) { * Status Code Description Response Headers * 204 API deleted successfully - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 404 API not found error - * 429 Too many requests - @@ -457,6 +459,7 @@ public CompletableFuture getOpenAPIAsync(UUID id) { * Status Code Description Response Headers * 200 OK - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 404 API not found error - * 429 Too many requests - @@ -686,6 +689,7 @@ public CompletableFuture listAPIsAsync(ListAPIsOptionalParamet * Status Code Description Response Headers * 200 OK - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -900,6 +904,7 @@ public CompletableFuture updateOpenAPIAsync( * Status Code Description Response Headers * 200 API updated successfully - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 404 API not found error - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ApmRetentionFiltersApi.java b/src/main/java/com/datadog/api/client/v2/api/ApmRetentionFiltersApi.java index dba9b2eb035..fc074aeb034 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ApmRetentionFiltersApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ApmRetentionFiltersApi.java @@ -95,6 +95,7 @@ public CompletableFuture createApmRetentionFilter * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -230,6 +231,7 @@ public CompletableFuture deleteApmRetentionFilterAsync(String filterId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -366,6 +368,7 @@ public CompletableFuture getApmRetentionFilterAsync(Str * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -498,6 +501,7 @@ public CompletableFuture listApmRetentionFiltersAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -613,6 +617,7 @@ public CompletableFuture reorderApmRetentionFiltersAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -753,6 +758,7 @@ public CompletableFuture updateApmRetentionFilterAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/AppBuilderApi.java b/src/main/java/com/datadog/api/client/v2/api/AppBuilderApi.java index 12c8580090c..ec4487136ac 100644 --- a/src/main/java/com/datadog/api/client/v2/api/AppBuilderApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/AppBuilderApi.java @@ -97,6 +97,7 @@ public CompletableFuture createAppAsync(CreateAppRequest body * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -226,6 +227,7 @@ public CompletableFuture deleteAppAsync(UUID appId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 410 Gone - @@ -359,6 +361,7 @@ public CompletableFuture deleteAppsAsync(DeleteAppsRequest b * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -542,6 +545,7 @@ public CompletableFuture getAppAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 410 Gone - @@ -851,6 +855,7 @@ public CompletableFuture listAppsAsync(ListAppsOptionalParamet * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1020,6 +1025,7 @@ public CompletableFuture publishAppAsync(UUID appId) { * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1156,6 +1162,7 @@ public CompletableFuture unpublishAppAsync(UUID appId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1295,6 +1302,7 @@ public CompletableFuture updateAppAsync(UUID appId, UpdateApp * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/ApplicationSecurityApi.java b/src/main/java/com/datadog/api/client/v2/api/ApplicationSecurityApi.java index 4e7648a792a..08d40bd0bf7 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ApplicationSecurityApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ApplicationSecurityApi.java @@ -94,6 +94,7 @@ public ApplicationSecurityWafCustomRuleResponse createApplicationSecurityWafCust * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Concurrent Modification - * 429 Too many requests - @@ -241,6 +242,7 @@ public ApplicationSecurityWafExclusionFilterResponse createApplicationSecurityWa * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Concurrent Modification - * 429 Too many requests - @@ -380,6 +382,7 @@ public CompletableFuture deleteApplicationSecurityWafCustomRuleAsync(Strin * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - @@ -523,6 +526,7 @@ public CompletableFuture deleteApplicationSecurityWafExclusionFilterAsync( * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - @@ -669,6 +673,7 @@ public ApplicationSecurityWafCustomRuleResponse getApplicationSecurityWafCustomR * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -813,6 +818,7 @@ public ApplicationSecurityWafExclusionFilterResponse getApplicationSecurityWafEx * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -959,6 +965,7 @@ public ApplicationSecurityWafCustomRuleListResponse listApplicationSecurityWAFCu * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1074,6 +1081,7 @@ public ApplicationSecurityWafExclusionFiltersResponse listApplicationSecurityWaf * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1198,6 +1206,7 @@ public ApplicationSecurityWafCustomRuleResponse updateApplicationSecurityWafCust * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - @@ -1376,6 +1385,7 @@ public ApplicationSecurityWafExclusionFilterResponse updateApplicationSecurityWa * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - diff --git a/src/main/java/com/datadog/api/client/v2/api/AuditApi.java b/src/main/java/com/datadog/api/client/v2/api/AuditApi.java index 02e264b62b1..7b1c7311974 100644 --- a/src/main/java/com/datadog/api/client/v2/api/AuditApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/AuditApi.java @@ -254,6 +254,7 @@ public PaginationIterable listAuditLogsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -507,6 +508,7 @@ public PaginationIterable searchAuditLogsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java b/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java index be948be3e47..ec26331f787 100644 --- a/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java @@ -92,6 +92,7 @@ public CompletableFuture createAuthNMappingAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -222,6 +223,7 @@ public CompletableFuture deleteAuthNMappingAsync(String authnMappingId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -362,6 +364,7 @@ public CompletableFuture getAuthNMappingAsync(String authn * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -596,6 +599,7 @@ public CompletableFuture listAuthNMappingsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -741,6 +745,7 @@ public CompletableFuture updateAuthNMappingAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 409 Conflict - diff --git a/src/main/java/com/datadog/api/client/v2/api/AwsIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/AwsIntegrationApi.java index 6920beebeeb..ca1a4db017d 100644 --- a/src/main/java/com/datadog/api/client/v2/api/AwsIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/AwsIntegrationApi.java @@ -90,6 +90,7 @@ public CompletableFuture createAWSAccountAsync(AWSAccountCre * Status Code Description Response Headers * 200 AWS Account object - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too many requests - @@ -235,6 +236,7 @@ public CompletableFuture createNewAWSExternalIDAsync() * Response details * Status Code Description Response Headers * 200 AWS External ID object - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -375,6 +377,7 @@ public CompletableFuture deleteAWSAccountAsync(String awsAccountConfigId) * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -545,6 +548,7 @@ public CompletableFuture getAWSAccountAsync(String awsAccoun * Status Code Description Response Headers * 200 AWS Account object - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -751,6 +755,7 @@ public CompletableFuture listAWSAccountsAsync( * Response details * Status Code Description Response Headers * 200 AWS Accounts List object - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -888,6 +893,7 @@ public CompletableFuture listAWSNamespacesAsync() { * Response details * Status Code Description Response Headers * 200 AWS Namespaces List object - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1033,6 +1039,7 @@ public CompletableFuture updateAWSAccountAsync( * Status Code Description Response Headers * 200 AWS Account object - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/AwsLogsIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/AwsLogsIntegrationApi.java index cb66b6bc36d..eff9b3b3f04 100644 --- a/src/main/java/com/datadog/api/client/v2/api/AwsLogsIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/AwsLogsIntegrationApi.java @@ -80,6 +80,7 @@ public CompletableFuture listAWSLogsServicesAsync() { * Response details * Status Code Description Response Headers * 200 AWS Logs Services List object - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java b/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java index bb61d1e4510..fb1ee229d56 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java @@ -667,6 +667,7 @@ public CompletableFuture deleteProjectAsync(String projectId) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java b/src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java index a0cbfe760d1..03e7b90a483 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CiVisibilityPipelinesApi.java @@ -98,6 +98,7 @@ public CIAppPipelinesAnalyticsAggregateResponse aggregateCIAppPipelineEvents( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -541,6 +542,7 @@ public PaginationIterable listCIAppPipelineEventsWithPaginat * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -801,6 +803,7 @@ public PaginationIterable searchCIAppPipelineEventsWithPagin * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/CiVisibilityTestsApi.java b/src/main/java/com/datadog/api/client/v2/api/CiVisibilityTestsApi.java index 2d0099b9acf..e408397f5b0 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CiVisibilityTestsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CiVisibilityTestsApi.java @@ -97,6 +97,7 @@ public CompletableFuture aggregateCIAppTes * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -394,6 +395,7 @@ public PaginationIterable listCIAppTestEventsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -651,6 +653,7 @@ public PaginationIterable searchCIAppTestEventsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/CloudCostManagementApi.java b/src/main/java/com/datadog/api/client/v2/api/CloudCostManagementApi.java index 9c638813dab..ab986a0e930 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CloudCostManagementApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CloudCostManagementApi.java @@ -100,6 +100,7 @@ public CompletableFuture createCostAWSCURConfigAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -233,6 +234,7 @@ public CompletableFuture createCostAzureUCConfigsAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -363,6 +365,8 @@ public CompletableFuture deleteBudgetAsync(String budgetId) { * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -494,6 +498,8 @@ public CompletableFuture deleteCostAWSCURConfigAsync(String cloudAccountId * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -635,6 +641,8 @@ public CompletableFuture deleteCostAzureUCConfigAsync(String cloudAccountI * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -775,6 +783,7 @@ public CompletableFuture deleteCustomCostsFileAsync(String fileId) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -909,6 +918,8 @@ public CompletableFuture getBudgetAsync(String budgetId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -1042,6 +1053,7 @@ public CompletableFuture getCustomCostsFileAsync(Str * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1173,6 +1185,8 @@ public CompletableFuture listBudgetsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -1281,6 +1295,7 @@ public CompletableFuture listCostAWSCURConfigsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1392,6 +1407,7 @@ public CompletableFuture listCostAzureUCConfigsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1503,6 +1519,7 @@ public CompletableFuture listCustomCostsFilesAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1624,6 +1641,7 @@ public CompletableFuture updateCostAWSCURConfigAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1788,6 +1806,7 @@ public CompletableFuture updateCostAzureUCConfigsAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1948,6 +1967,7 @@ public CompletableFuture uploadCustomCostsFileAsy * Response details * Status Code Description Response Headers * 202 Accepted - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -2081,6 +2101,8 @@ public CompletableFuture upsertBudgetAsync(BudgetWithEntries * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/CloudNetworkMonitoringApi.java b/src/main/java/com/datadog/api/client/v2/api/CloudNetworkMonitoringApi.java index 9eca9fd7c1a..7c303a11370 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CloudNetworkMonitoringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CloudNetworkMonitoringApi.java @@ -188,6 +188,7 @@ public CompletableFuture getAggregatedC * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 429 Too many requests - * */ diff --git a/src/main/java/com/datadog/api/client/v2/api/CloudflareIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/CloudflareIntegrationApi.java index a0bf511c438..8041aa60320 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CloudflareIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CloudflareIntegrationApi.java @@ -89,6 +89,7 @@ public CompletableFuture createCloudflareAccountAsync * Status Code Description Response Headers * 201 CREATED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -220,6 +221,7 @@ public CompletableFuture deleteCloudflareAccountAsync(String accountId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -357,6 +359,7 @@ public CompletableFuture getCloudflareAccountAsync(St * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -490,6 +493,7 @@ public CompletableFuture listCloudflareAccountsAsync * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -611,6 +615,7 @@ public CompletableFuture updateCloudflareAccountAsync * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java b/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java index e3b695ddf1c..d83c2d4e8e5 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java @@ -92,6 +92,7 @@ public CompletableFuture createConfluentAccountAsync( * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -229,6 +230,7 @@ public CompletableFuture createConfluentResourceAsync * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -381,6 +383,7 @@ public CompletableFuture deleteConfluentAccountAsync(String accountId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -521,6 +524,7 @@ public CompletableFuture deleteConfluentResourceAsync(String accountId, St * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -679,6 +683,7 @@ public CompletableFuture getConfluentAccountAsync(Stri * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -821,6 +826,7 @@ public CompletableFuture getConfluentResourceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -975,6 +981,7 @@ public CompletableFuture listConfluentAccountAsync() * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1092,6 +1099,7 @@ public CompletableFuture listConfluentResourceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1234,6 +1242,7 @@ public CompletableFuture updateConfluentAccountAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1397,6 +1406,7 @@ public CompletableFuture updateConfluentResourceAsync * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ContainerImagesApi.java b/src/main/java/com/datadog/api/client/v2/api/ContainerImagesApi.java index 1caea3f0a51..affe2ff4623 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ContainerImagesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ContainerImagesApi.java @@ -234,6 +234,7 @@ public PaginationIterable listContainerImagesWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/ContainersApi.java b/src/main/java/com/datadog/api/client/v2/api/ContainersApi.java index ad10e101131..565dd9328e2 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ContainersApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ContainersApi.java @@ -234,6 +234,7 @@ public PaginationIterable listContainersWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/CsmAgentsApi.java b/src/main/java/com/datadog/api/client/v2/api/CsmAgentsApi.java index 5d5a755e695..4ddb6cf12ac 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CsmAgentsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CsmAgentsApi.java @@ -168,6 +168,7 @@ public CompletableFuture listAllCSMAgentsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -390,6 +391,7 @@ public CompletableFuture listAllCSMServerlessAgentsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/CsmCoverageAnalysisApi.java b/src/main/java/com/datadog/api/client/v2/api/CsmCoverageAnalysisApi.java index a7ca665c06b..cf4eb468623 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CsmCoverageAnalysisApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CsmCoverageAnalysisApi.java @@ -85,6 +85,7 @@ public CsmCloudAccountsCoverageAnalysisResponse getCSMCloudAccountsCoverageAnaly * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -200,6 +201,7 @@ public CsmHostsAndContainersCoverageAnalysisResponse getCSMHostsAndContainersCov * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -316,6 +318,7 @@ public CsmServerlessCoverageAnalysisResponse getCSMServerlessCoverageAnalysis() * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/CsmThreatsApi.java b/src/main/java/com/datadog/api/client/v2/api/CsmThreatsApi.java index e196f81b175..f2cff8dc166 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CsmThreatsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CsmThreatsApi.java @@ -95,6 +95,7 @@ public CloudWorkloadSecurityAgentRuleResponse createCloudWorkloadSecurityAgentRu * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -237,6 +238,7 @@ public CloudWorkloadSecurityAgentPolicyResponse createCSMThreatsAgentPolicy( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -376,6 +378,7 @@ public CompletableFuture createCSMThreat * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -508,6 +511,7 @@ public CompletableFuture deleteCloudWorkloadSecurityAgentRuleAsync(String * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -649,6 +653,7 @@ public CompletableFuture deleteCSMThreatsAgentPolicyAsync(String policyId) * Status Code Description Response Headers * 202 OK - * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -838,6 +843,7 @@ public CompletableFuture deleteCSMThreatsAgentRuleAsync( * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -987,6 +993,7 @@ public CompletableFuture downloadCloudWorkloadPolicyFileAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1098,6 +1105,7 @@ public CompletableFuture downloadCSMThreatsPolicyAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1212,6 +1220,7 @@ public CloudWorkloadSecurityAgentRuleResponse getCloudWorkloadSecurityAgentRule( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -1357,6 +1366,7 @@ public CompletableFuture getCSMThreats * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -1550,6 +1560,7 @@ public CompletableFuture getCSMThreatsAg * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -1699,6 +1710,7 @@ public CloudWorkloadSecurityAgentRulesListResponse listCloudWorkloadSecurityAgen * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1813,6 +1825,7 @@ public CloudWorkloadSecurityAgentPoliciesListResponse listCSMThreatsAgentPolicie * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1978,6 +1991,7 @@ public CloudWorkloadSecurityAgentRulesListResponse listCSMThreatsAgentRules( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -2111,6 +2125,7 @@ public CloudWorkloadSecurityAgentRuleResponse updateCloudWorkloadSecurityAgentRu * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - @@ -2287,6 +2302,7 @@ public CloudWorkloadSecurityAgentPolicyResponse updateCSMThreatsAgentPolicy( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - @@ -2515,6 +2531,7 @@ public CompletableFuture updateCSMThreat * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - diff --git a/src/main/java/com/datadog/api/client/v2/api/DashboardListsApi.java b/src/main/java/com/datadog/api/client/v2/api/DashboardListsApi.java index f571ffadd7c..c019ec6324e 100644 --- a/src/main/java/com/datadog/api/client/v2/api/DashboardListsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/DashboardListsApi.java @@ -95,6 +95,7 @@ public CompletableFuture createDashboardListItems * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -263,6 +264,7 @@ public CompletableFuture deleteDashboardListIt * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -425,6 +427,7 @@ public CompletableFuture getDashboardListItemsAsync(Long das * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -573,6 +576,7 @@ public CompletableFuture updateDashboardListIt * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/DataDeletionApi.java b/src/main/java/com/datadog/api/client/v2/api/DataDeletionApi.java index 1c3d187d55a..616d737d817 100644 --- a/src/main/java/com/datadog/api/client/v2/api/DataDeletionApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/DataDeletionApi.java @@ -89,6 +89,7 @@ public CompletableFuture cancelDataDeletionReque * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 412 Precondition failed error - * 429 Too many requests - @@ -254,6 +255,7 @@ public CompletableFuture createDataDeletionReque * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 412 Precondition failed error - * 429 Too many requests - @@ -526,6 +528,7 @@ public CompletableFuture getDataDeletionRequestsAs * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * 500 Internal server error - diff --git a/src/main/java/com/datadog/api/client/v2/api/DomainAllowlistApi.java b/src/main/java/com/datadog/api/client/v2/api/DomainAllowlistApi.java index 669f6c02633..049084738ad 100644 --- a/src/main/java/com/datadog/api/client/v2/api/DomainAllowlistApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/DomainAllowlistApi.java @@ -81,6 +81,8 @@ public CompletableFuture getDomainAllowlistAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -195,6 +197,8 @@ public CompletableFuture patchDomainAllowlistAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ diff --git a/src/main/java/com/datadog/api/client/v2/api/DoraMetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/DoraMetricsApi.java index 671ca7e1397..b5fbb88ed2c 100644 --- a/src/main/java/com/datadog/api/client/v2/api/DoraMetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/DoraMetricsApi.java @@ -92,6 +92,7 @@ public CompletableFuture createDORADeploymentAsync( * 200 OK - * 202 OK - but delayed due to incident - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -243,6 +244,7 @@ public CompletableFuture createDORAIncidentAsync(DORAIncid * 200 OK - * 202 OK - but delayed due to incident - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java b/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java index 5d7452585d0..50a0d2d531f 100644 --- a/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/DowntimesApi.java @@ -95,6 +95,7 @@ public CompletableFuture cancelDowntimeAsync(String downtimeId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Downtime not found - * 429 Too many requests - @@ -231,6 +232,7 @@ public CompletableFuture createDowntimeAsync(DowntimeCreateReq * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -414,6 +416,7 @@ public CompletableFuture getDowntimeAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -696,6 +699,7 @@ public PaginationIterable listDowntimesWithPagination( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -953,6 +957,8 @@ public PaginationIterable listMonitorDowntimes * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Monitor Not Found error - * 429 Too many requests - * @@ -1109,6 +1115,7 @@ public CompletableFuture updateDowntimeAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Downtime not found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/EventsApi.java b/src/main/java/com/datadog/api/client/v2/api/EventsApi.java index fc4ab775609..4dd50aa4e63 100644 --- a/src/main/java/com/datadog/api/client/v2/api/EventsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/EventsApi.java @@ -101,6 +101,7 @@ public CompletableFuture createEventAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -392,6 +393,7 @@ public PaginationIterable listEventsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -645,6 +647,7 @@ public PaginationIterable searchEventsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/FastlyIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/FastlyIntegrationApi.java index a46bb0d284a..ac83b40dbb1 100644 --- a/src/main/java/com/datadog/api/client/v2/api/FastlyIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/FastlyIntegrationApi.java @@ -92,6 +92,7 @@ public CompletableFuture createFastlyAccountAsync( * Status Code Description Response Headers * 201 CREATED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -229,6 +230,7 @@ public CompletableFuture createFastlyServiceAsync( * Status Code Description Response Headers * 201 CREATED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -380,6 +382,7 @@ public CompletableFuture deleteFastlyAccountAsync(String accountId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -517,6 +520,7 @@ public CompletableFuture deleteFastlyServiceAsync(String accountId, String * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -671,6 +675,7 @@ public CompletableFuture getFastlyAccountAsync(String acc * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -812,6 +817,7 @@ public CompletableFuture getFastlyServiceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -963,6 +969,7 @@ public CompletableFuture listFastlyAccountsAsync() { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1078,6 +1085,7 @@ public CompletableFuture listFastlyServicesAsync(String * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1219,6 +1227,7 @@ public CompletableFuture updateFastlyAccountAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1379,6 +1388,7 @@ public CompletableFuture updateFastlyServiceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/GcpIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/GcpIntegrationApi.java index f3ad5db2930..541e6793c73 100644 --- a/src/main/java/com/datadog/api/client/v2/api/GcpIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/GcpIntegrationApi.java @@ -224,6 +224,7 @@ public CompletableFuture deleteGCPSTSAccountAsync(String accountId) { * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -354,6 +355,7 @@ public CompletableFuture getGCPSTSDelegateAsync() * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -466,6 +468,7 @@ public CompletableFuture listGCPSTSAccountsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -627,6 +630,7 @@ public CompletableFuture makeGCPSTSDelegateAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -750,6 +754,7 @@ public CompletableFuture updateGCPSTSAccountAsync( * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/IpAllowlistApi.java b/src/main/java/com/datadog/api/client/v2/api/IpAllowlistApi.java index b7a7c29903e..051b4451ba5 100644 --- a/src/main/java/com/datadog/api/client/v2/api/IpAllowlistApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/IpAllowlistApi.java @@ -81,6 +81,7 @@ public CompletableFuture getIPAllowlistAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -196,6 +197,7 @@ public CompletableFuture updateIPAllowlistAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java b/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java index 617e5464a9d..c7914a8b3a9 100644 --- a/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java @@ -94,6 +94,7 @@ public CompletableFuture createAPIKeyAsync(APIKeyCreateRequest b * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -226,6 +227,7 @@ public CompletableFuture createCurrentUserApplicationKey * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -358,6 +360,7 @@ public CompletableFuture deleteAPIKeyAsync(String apiKeyId) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -490,6 +493,7 @@ public CompletableFuture deleteApplicationKeyAsync(String appKeyId) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -623,6 +627,7 @@ public CompletableFuture deleteCurrentUserApplicationKeyAsync(String appKe * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -813,6 +818,7 @@ public CompletableFuture getAPIKeyAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1010,6 +1016,7 @@ public CompletableFuture getApplicationKeyAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1155,6 +1162,7 @@ public CompletableFuture getCurrentUserApplicationKeyAsy * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1469,6 +1477,7 @@ public CompletableFuture listAPIKeysAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1768,6 +1777,7 @@ public CompletableFuture listApplicationKeysAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2050,6 +2060,7 @@ public CompletableFuture listCurrentUserApplication * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2210,6 +2221,7 @@ public CompletableFuture updateAPIKeyAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2366,6 +2378,7 @@ public CompletableFuture updateApplicationKeyAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2523,6 +2536,7 @@ public CompletableFuture updateCurrentUserApplicationKey * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/LogsApi.java b/src/main/java/com/datadog/api/client/v2/api/LogsApi.java index da2634ce22c..26cd282093d 100644 --- a/src/main/java/com/datadog/api/client/v2/api/LogsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/LogsApi.java @@ -97,6 +97,7 @@ public CompletableFuture aggregateLogsAsync(LogsAggregate * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -338,6 +339,7 @@ public PaginationIterable listLogsWithPagination(ListLogsOptionalParameters * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -646,6 +648,7 @@ public PaginationIterable listLogsGetWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/LogsArchivesApi.java b/src/main/java/com/datadog/api/client/v2/api/LogsArchivesApi.java index 9dcf35fbc9b..bbd0a9ad368 100644 --- a/src/main/java/com/datadog/api/client/v2/api/LogsArchivesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/LogsArchivesApi.java @@ -93,6 +93,7 @@ public CompletableFuture addReadRoleToArchiveAsync( * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -245,6 +246,7 @@ public CompletableFuture createLogsArchiveAsync(LogsArchiveCreateRe * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -375,6 +377,7 @@ public CompletableFuture deleteLogsArchiveAsync(String archiveId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -509,6 +512,7 @@ public CompletableFuture getLogsArchiveAsync(String archiveId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -640,6 +644,7 @@ public CompletableFuture getLogsArchiveOrderAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -753,6 +758,7 @@ public CompletableFuture listArchiveReadRolesAsync(String archive * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -885,6 +891,7 @@ public CompletableFuture listLogsArchivesAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1002,6 +1009,7 @@ public CompletableFuture removeRoleFromArchiveAsync( * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -1164,6 +1172,7 @@ public CompletableFuture updateLogsArchiveAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -1320,6 +1329,7 @@ public CompletableFuture updateLogsArchiveOrderAsync(LogsArchi * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 422 Unprocessable Entity - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/LogsCustomDestinationsApi.java b/src/main/java/com/datadog/api/client/v2/api/LogsCustomDestinationsApi.java index e5cc0059838..88a3ad552b6 100644 --- a/src/main/java/com/datadog/api/client/v2/api/LogsCustomDestinationsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/LogsCustomDestinationsApi.java @@ -89,6 +89,7 @@ public CompletableFuture createLogsCustomDestinationA * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too many requests - @@ -221,6 +222,7 @@ public CompletableFuture deleteLogsCustomDestinationAsync(String customDes * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -367,6 +369,7 @@ public CompletableFuture getLogsCustomDestinationAsyn * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -507,6 +510,7 @@ public CompletableFuture listLogsCustomDestinationsA * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -627,6 +631,7 @@ public CompletableFuture updateLogsCustomDestinationA * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - diff --git a/src/main/java/com/datadog/api/client/v2/api/LogsMetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/LogsMetricsApi.java index cec0af8f074..064ca735a91 100644 --- a/src/main/java/com/datadog/api/client/v2/api/LogsMetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/LogsMetricsApi.java @@ -88,6 +88,7 @@ public CompletableFuture createLogsMetricAsync(LogsMetricCre * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -218,6 +219,7 @@ public CompletableFuture deleteLogsMetricAsync(String metricId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -351,6 +353,7 @@ public CompletableFuture getLogsMetricAsync(String metricId) * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -483,6 +486,7 @@ public CompletableFuture listLogsMetricsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -602,6 +606,7 @@ public CompletableFuture updateLogsMetricAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java index 67edad11632..9d0c58299da 100644 --- a/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/MetricsApi.java @@ -117,6 +117,7 @@ public CompletableFuture createBulkTagsMetricsConfi * Status Code Description Response Headers * 202 Accepted - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Requests - @@ -264,6 +265,7 @@ public CompletableFuture createTagConfigurationA * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too Many Requests - @@ -429,6 +431,7 @@ public CompletableFuture deleteBulkTagsMetricsConfi * Status Code Description Response Headers * 202 Accepted - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Requests - @@ -565,6 +568,7 @@ public CompletableFuture deleteTagConfigurationAsync(String metricName) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too Many Requests - @@ -814,6 +818,7 @@ public CompletableFuture estimateMetricsOutputSeriesAsyn * Status Code Description Response Headers * 200 Success - * 400 API error response. - + * 401 Unauthorized - * 403 API error response. - * 404 API error response. - * 429 Too Many Requests - @@ -1046,6 +1051,7 @@ public MetricSuggestedTagsAndAggregationsResponse listActiveMetricConfigurations * Status Code Description Response Headers * 200 Success - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Requests - @@ -1203,6 +1209,7 @@ public CompletableFuture listMetricAssetsAsync(String metr * Status Code Description Response Headers * 200 Success - * 400 API error response. - + * 401 Unauthorized - * 403 API error response. - * 404 API error response. - * 429 Too Many Requests - @@ -1342,6 +1349,7 @@ public CompletableFuture listTagConfigurationByN * Response details * Status Code Description Response Headers * 200 Success - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Requests - @@ -1713,6 +1721,7 @@ public PaginationIterable listTagConfiguratio * Status Code Description Response Headers * 200 Success - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too Many Requests - * @@ -1884,6 +1893,7 @@ public CompletableFuture listTagsByMetricNameAsync(String * Status Code Description Response Headers * 200 Success - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Requests - @@ -2026,6 +2036,7 @@ public CompletableFuture listVolumesByMetricNameAsync(Str * Status Code Description Response Headers * 200 Success - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too Many Requests - @@ -2502,6 +2513,7 @@ public CompletableFuture submitMetricsAsync( * Status Code Description Response Headers * 202 Payload accepted - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 408 Request timeout - * 413 Payload too large - @@ -2656,6 +2668,7 @@ public CompletableFuture updateTagConfigurationA * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 422 Unprocessable Entity - * 429 Too Many Requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/MicrosoftTeamsIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/MicrosoftTeamsIntegrationApi.java index 75e5bba2ba0..c9dba0f92a7 100644 --- a/src/main/java/com/datadog/api/client/v2/api/MicrosoftTeamsIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/MicrosoftTeamsIntegrationApi.java @@ -95,6 +95,7 @@ public CompletableFuture createTenantBa * Status Code Description Response Headers * 201 CREATED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - @@ -233,6 +234,7 @@ public MicrosoftTeamsWorkflowsWebhookHandleResponse createWorkflowsWebhookHandle * Status Code Description Response Headers * 201 CREATED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - @@ -372,6 +374,7 @@ public CompletableFuture deleteTenantBasedHandleAsync(String handleId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 412 Failed Precondition - * 429 Too many requests - @@ -508,6 +511,7 @@ public CompletableFuture deleteWorkflowsWebhookHandleAsync(String handleId * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 412 Failed Precondition - * 429 Too many requests - @@ -655,6 +659,7 @@ public CompletableFuture getChannelByNam * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -838,6 +843,7 @@ public CompletableFuture getTenantBased * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 412 Failed Precondition - @@ -979,6 +985,7 @@ public MicrosoftTeamsWorkflowsWebhookHandleResponse getWorkflowsWebhookHandle(St * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 412 Failed Precondition - @@ -1178,6 +1185,7 @@ public CompletableFuture listTenantBas * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 412 Failed Precondition - @@ -1359,6 +1367,7 @@ public MicrosoftTeamsWorkflowsWebhookHandlesResponse listWorkflowsWebhookHandles * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 412 Failed Precondition - @@ -1494,6 +1503,7 @@ public CompletableFuture updateTenantBa * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - @@ -1659,6 +1669,7 @@ public MicrosoftTeamsWorkflowsWebhookHandleResponse updateWorkflowsWebhookHandle * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - diff --git a/src/main/java/com/datadog/api/client/v2/api/MonitorsApi.java b/src/main/java/com/datadog/api/client/v2/api/MonitorsApi.java index 4ff4400c6af..97fd1399c38 100644 --- a/src/main/java/com/datadog/api/client/v2/api/MonitorsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/MonitorsApi.java @@ -94,6 +94,7 @@ public CompletableFuture createMonitorConfigPolicyA * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -229,6 +230,7 @@ public CompletableFuture createMonitorNotificat * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -380,6 +382,7 @@ public CompletableFuture deleteMonitorConfigPolicyAsync(String policyId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -515,6 +518,7 @@ public CompletableFuture deleteMonitorNotificationRuleAsync(String ruleId) * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -671,6 +675,7 @@ public CompletableFuture getMonitorConfigPolicyAsyn * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -865,6 +870,7 @@ public CompletableFuture getMonitorNotification * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1080,6 +1086,7 @@ public CompletableFuture getMonitorNotifica * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1220,6 +1227,7 @@ public CompletableFuture listMonitorConfigPolic * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1340,6 +1348,7 @@ public CompletableFuture updateMonitorConfigPolicyA * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 422 Unprocessable Entity - @@ -1503,6 +1512,7 @@ public CompletableFuture updateMonitorNotificat * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/NetworkDeviceMonitoringApi.java b/src/main/java/com/datadog/api/client/v2/api/NetworkDeviceMonitoringApi.java index d1955ffe862..52223f4badd 100644 --- a/src/main/java/com/datadog/api/client/v2/api/NetworkDeviceMonitoringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/NetworkDeviceMonitoringApi.java @@ -90,6 +90,7 @@ public CompletableFuture getDeviceAsync(String deviceId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -274,6 +275,7 @@ public CompletableFuture getInterfacesAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -551,6 +553,7 @@ public PaginationIterable listDevicesWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -686,6 +689,7 @@ public CompletableFuture listDeviceUserTagsAsync(String device * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -826,6 +830,7 @@ public CompletableFuture updateDeviceUserTagsAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java b/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java index fc9fc737859..5e747bc2278 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java @@ -89,6 +89,7 @@ public CompletableFuture createPipelineAsync( * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -236,6 +237,7 @@ public CompletableFuture deletePipelineAsync(String pipelineId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - @@ -389,6 +391,7 @@ public CompletableFuture getPipelineAsync(String pipeline * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -601,6 +604,7 @@ public CompletableFuture listPipelinesAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -751,6 +755,7 @@ public CompletableFuture updatePipelineAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Conflict - @@ -925,6 +930,7 @@ public CompletableFuture validatePipelineAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/OktaIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/OktaIntegrationApi.java index a25d3ad878f..5c12766a653 100644 --- a/src/main/java/com/datadog/api/client/v2/api/OktaIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/OktaIntegrationApi.java @@ -87,6 +87,7 @@ public CompletableFuture createOktaAccountAsync(OktaAccount * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -218,6 +219,7 @@ public CompletableFuture deleteOktaAccountAsync(String accountId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -352,6 +354,7 @@ public CompletableFuture getOktaAccountAsync(String account * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -485,6 +488,7 @@ public CompletableFuture listOktaAccountsAsync() { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -604,6 +608,7 @@ public CompletableFuture updateOktaAccountAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/OnCallApi.java b/src/main/java/com/datadog/api/client/v2/api/OnCallApi.java index 6c97443bbd4..c11072ee88f 100644 --- a/src/main/java/com/datadog/api/client/v2/api/OnCallApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/OnCallApi.java @@ -1221,6 +1221,8 @@ public CompletableFuture getOnCallTeamRoutingRulesAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -1431,6 +1433,8 @@ public CompletableFuture setOnCallTeamRoutingRulesAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ diff --git a/src/main/java/com/datadog/api/client/v2/api/OpsgenieIntegrationApi.java b/src/main/java/com/datadog/api/client/v2/api/OpsgenieIntegrationApi.java index 69031856ac8..b266e09f5f8 100644 --- a/src/main/java/com/datadog/api/client/v2/api/OpsgenieIntegrationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/OpsgenieIntegrationApi.java @@ -89,6 +89,7 @@ public CompletableFuture createOpsgenieServiceAsync( * Status Code Description Response Headers * 201 CREATED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too many requests - @@ -220,6 +221,7 @@ public CompletableFuture deleteOpsgenieServiceAsync(String integrationServ * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -366,6 +368,7 @@ public CompletableFuture getOpsgenieServiceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - @@ -506,6 +509,7 @@ public CompletableFuture listOpsgenieServicesAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -626,6 +630,7 @@ public CompletableFuture updateOpsgenieServiceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - diff --git a/src/main/java/com/datadog/api/client/v2/api/OrganizationsApi.java b/src/main/java/com/datadog/api/client/v2/api/OrganizationsApi.java index 4300bee6882..878a778fc1b 100644 --- a/src/main/java/com/datadog/api/client/v2/api/OrganizationsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/OrganizationsApi.java @@ -546,6 +546,7 @@ public CompletableFuture uploadIdPMetadataAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/PowerpackApi.java b/src/main/java/com/datadog/api/client/v2/api/PowerpackApi.java index 87b4a106fcd..597dec32eed 100644 --- a/src/main/java/com/datadog/api/client/v2/api/PowerpackApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/PowerpackApi.java @@ -90,6 +90,8 @@ public CompletableFuture createPowerpackAsync(Powerpack body) * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -218,6 +220,8 @@ public CompletableFuture deletePowerpackAsync(String powerpackId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Powerpack Not Found - * 429 Too many requests - * @@ -352,6 +356,8 @@ public CompletableFuture getPowerpackAsync(String powerpackId * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Powerpack Not Found. - * 429 Too many requests - * @@ -598,6 +604,8 @@ public PaginationIterable listPowerpacksWithPagination( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -729,6 +737,8 @@ public CompletableFuture updatePowerpackAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 404 Powerpack Not Found - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/ProcessesApi.java b/src/main/java/com/datadog/api/client/v2/api/ProcessesApi.java index e5235349508..2f3c9ca71d3 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ProcessesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ProcessesApi.java @@ -252,6 +252,7 @@ public PaginationIterable listProcessesWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/RestrictionPoliciesApi.java b/src/main/java/com/datadog/api/client/v2/api/RestrictionPoliciesApi.java index 0d035abfebf..305f3f5725d 100644 --- a/src/main/java/com/datadog/api/client/v2/api/RestrictionPoliciesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/RestrictionPoliciesApi.java @@ -100,6 +100,7 @@ public CompletableFuture deleteRestrictionPolicyAsync(String resourceId) { * Status Code Description Response Headers * 204 No Content - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -258,6 +259,7 @@ public CompletableFuture getRestrictionPolicyAsync(St * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -523,6 +525,7 @@ public CompletableFuture updateRestrictionPolicyAsync * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/RolesApi.java b/src/main/java/com/datadog/api/client/v2/api/RolesApi.java index 1370b63aa3b..1ee759a657d 100644 --- a/src/main/java/com/datadog/api/client/v2/api/RolesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/RolesApi.java @@ -101,6 +101,7 @@ public CompletableFuture addPermissionToRoleAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -257,6 +258,7 @@ public CompletableFuture addUserToRoleAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -412,6 +414,7 @@ public CompletableFuture cloneRoleAsync(String roleId, RoleCloneRe * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 409 Conflict - @@ -561,6 +564,7 @@ public CompletableFuture createRoleAsync(RoleCreateRequest b * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -688,6 +692,7 @@ public CompletableFuture deleteRoleAsync(String roleId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -820,6 +825,7 @@ public CompletableFuture getRoleAsync(String roleId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -949,6 +955,7 @@ public CompletableFuture listPermissionsAsync() { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -1061,6 +1068,7 @@ public CompletableFuture listRolePermissionsAsync(String ro * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -1290,6 +1298,7 @@ public CompletableFuture listRolesAsync(ListRolesOptionalParamete * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -1519,6 +1528,7 @@ public CompletableFuture listRoleUsersAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -1681,6 +1691,7 @@ public CompletableFuture removePermissionFromRoleAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -1839,6 +1850,7 @@ public CompletableFuture removeUserFromRoleAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -1995,6 +2007,7 @@ public CompletableFuture updateRoleAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 422 Unprocessable Entity - diff --git a/src/main/java/com/datadog/api/client/v2/api/RumApi.java b/src/main/java/com/datadog/api/client/v2/api/RumApi.java index 17aa974e462..4d40b1c8343 100644 --- a/src/main/java/com/datadog/api/client/v2/api/RumApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/RumApi.java @@ -100,6 +100,7 @@ public CompletableFuture aggregateRUMEventsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -235,6 +236,8 @@ public CompletableFuture createRUMApplicationAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -363,6 +366,8 @@ public CompletableFuture deleteRUMApplicationAsync(String id) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -495,6 +500,8 @@ public CompletableFuture getRUMApplicationAsync(String i * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -626,6 +633,8 @@ public CompletableFuture getRUMApplicationsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -902,6 +911,7 @@ public PaginationIterable listRUMEventsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1094,6 +1104,7 @@ public PaginationIterable searchRUMEventsWithPagination(RUMSearchEvent * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1230,6 +1241,8 @@ public CompletableFuture updateRUMApplicationAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 422 Unprocessable Entity. - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/RumMetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/RumMetricsApi.java index 62fef809e09..ccd8e188696 100644 --- a/src/main/java/com/datadog/api/client/v2/api/RumMetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/RumMetricsApi.java @@ -88,6 +88,7 @@ public CompletableFuture createRumMetricAsync(RumMetricCreate * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -218,6 +219,7 @@ public CompletableFuture deleteRumMetricAsync(String metricId) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -351,6 +353,7 @@ public CompletableFuture getRumMetricAsync(String metricId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -483,6 +486,7 @@ public CompletableFuture listRumMetricsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -602,6 +606,7 @@ public CompletableFuture updateRumMetricAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Conflict - diff --git a/src/main/java/com/datadog/api/client/v2/api/RumRetentionFiltersApi.java b/src/main/java/com/datadog/api/client/v2/api/RumRetentionFiltersApi.java index fa060d1bc14..eb273e4d19f 100644 --- a/src/main/java/com/datadog/api/client/v2/api/RumRetentionFiltersApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/RumRetentionFiltersApi.java @@ -95,6 +95,7 @@ public CompletableFuture createRetentionFilterAsync( * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -247,6 +248,7 @@ public CompletableFuture deleteRetentionFilterAsync(String appId, String r * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -405,6 +407,7 @@ public CompletableFuture getRetentionFilterAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -558,6 +561,7 @@ public CompletableFuture listRetentionFiltersAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -701,6 +705,7 @@ public CompletableFuture orderRetentionFilters * Status Code Description Response Headers * 200 Ordered - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -864,6 +869,7 @@ public CompletableFuture updateRetentionFilterAsync( * Status Code Description Response Headers * 200 Updated - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java index ed207320cd0..6b5be204b9e 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java @@ -301,6 +301,7 @@ public SecurityMonitoringRuleConvertResponse convertExistingSecurityMonitoringRu * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -740,6 +741,8 @@ public CompletableFuture createCustomFrameworkAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 409 Conflict - * 429 Too many requests - * 500 Bad Request - @@ -880,6 +883,7 @@ public CompletableFuture createSecurityFilterAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -1014,6 +1018,7 @@ public CompletableFuture createSecurityMonitorin * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -1150,6 +1155,7 @@ public SecurityMonitoringSuppressionResponse createSecurityMonitoringSuppression * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -1297,6 +1303,7 @@ public CompletableFuture createSignalNotificationRuleA * Status Code Description Response Headers * 201 Successfully created the notification rule. - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1439,6 +1446,7 @@ public CompletableFuture createVulnerabilityNotificati * Status Code Description Response Headers * 201 Successfully created the notification rule. - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1580,6 +1588,8 @@ public CompletableFuture deleteCustomFrameworkAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * 500 Bad Request - * @@ -1886,6 +1896,7 @@ public CompletableFuture deleteSecurityFilterAsync(String securityFilterId * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -2027,6 +2038,7 @@ public CompletableFuture deleteSecurityMonitoringRuleAsync(String ruleId) * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -2162,6 +2174,7 @@ public CompletableFuture deleteSecurityMonitoringSuppressionAsync(String s * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -2302,6 +2315,7 @@ public CompletableFuture deleteSignalNotificationRuleAsync(String id) { * Response details * Status Code Description Response Headers * 204 Rule successfully deleted. - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2436,6 +2450,7 @@ public CompletableFuture deleteVulnerabilityNotificationRuleAsync(String i * Response details * Status Code Description Response Headers * 204 Rule successfully deleted. - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2581,6 +2596,7 @@ public SecurityMonitoringSignalTriageUpdateResponse editSecurityMonitoringSignal * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2753,6 +2769,7 @@ public SecurityMonitoringSignalTriageUpdateResponse editSecurityMonitoringSignal * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -2926,6 +2943,7 @@ public SecurityMonitoringSignalTriageUpdateResponse editSecurityMonitoringSignal * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -3096,6 +3114,8 @@ public CompletableFuture getCustomFrameworkAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * 500 Bad Request - * @@ -3300,6 +3320,7 @@ public CompletableFuture getFindingAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request: The server cannot process the request due to invalid syntax in the request. - + * 401 Unauthorized - * 403 Forbidden: Access denied - * 404 Not Found: The requested finding cannot be found. - * 429 Too many requests: The rate limit set by the API has been exceeded. - @@ -3464,6 +3485,7 @@ public CompletableFuture getHistoricalJobAsync(String job * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -3683,6 +3705,7 @@ public CompletableFuture getRuleVersionHistoryAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -3912,6 +3935,7 @@ public CompletableFuture getSBOMAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad request: The server cannot process the request due to invalid syntax in the request. - + * 401 Unauthorized - * 403 Forbidden: Access denied - * 404 Not found: asset not found - * 429 Too many requests - @@ -4099,6 +4123,7 @@ public CompletableFuture getSecurityFilterAsync(String s * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -4241,6 +4266,8 @@ public CompletableFuture getSecurityMonitoringRu * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -4380,6 +4407,8 @@ public CompletableFuture getSecurityMonitoring * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 404 Not Found - * 429 Too many requests - * @@ -4521,6 +4550,7 @@ public SecurityMonitoringSuppressionResponse getSecurityMonitoringSuppression( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -4665,6 +4695,7 @@ public CompletableFuture getSignalNotificationRuleAsyn * Status Code Description Response Headers * 200 Notification rule details. - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -4797,6 +4828,7 @@ public CompletableFuture getSignalNotificationRulesAsync() { * Response details * Status Code Description Response Headers * 200 The list of notification rules. - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -4911,6 +4943,7 @@ public CompletableFuture getVulnerabilityNotificationR * Status Code Description Response Headers * 200 Notification rule details. - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -5044,6 +5077,7 @@ public CompletableFuture getVulnerabilityNotificationRulesAsync() { * Response details * Status Code Description Response Headers * 200 The list of notification rules. - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -5460,6 +5494,7 @@ public PaginationIterable listFindingsWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request: The server cannot process the request due to invalid syntax in the request. - + * 401 Unauthorized - * 403 Forbidden: Access denied - * 404 Not Found: The requested finding cannot be found. - * 429 Too many requests: The rate limit set by the API has been exceeded. - @@ -5744,6 +5779,7 @@ public CompletableFuture listHistoricalJobsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -5893,6 +5929,7 @@ public CompletableFuture listSecurityFiltersAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -6069,6 +6106,8 @@ public CompletableFuture listSecurityMonito * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -6366,6 +6405,7 @@ public PaginationIterable listSecurityMonitoringSignal * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -6511,6 +6551,7 @@ public SecurityMonitoringSuppressionsResponse listSecurityMonitoringSuppressions * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -7275,6 +7316,7 @@ public CompletableFuture listVulnerabilitiesAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad request: The server cannot process the request due to invalid syntax in the request. - + * 401 Unauthorized - * 403 Forbidden: Access denied - * 404 Not found: There is no request associated with the provided token. - * 429 Too many requests - @@ -7933,6 +7975,7 @@ public CompletableFuture listVulnerableAssetsAsync * Status Code Description Response Headers * 200 OK - * 400 Bad request: The server cannot process the request due to invalid syntax in the request. - + * 401 Unauthorized - * 403 Forbidden: Access denied - * 404 Not found: There is no request associated with the provided token. - * 429 Too many requests - @@ -8195,6 +8238,7 @@ public CompletableFuture muteFindingsAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request: The server cannot process the request due to invalid syntax in the request. - + * 401 Unauthorized - * 403 Forbidden: Access denied - * 404 Not Found: The requested finding cannot be found. - * 422 Invalid Request: The server understands the request syntax but cannot process it due to invalid data. - @@ -8359,6 +8403,7 @@ public CompletableFuture patchSignalNotificationRuleAs * Status Code Description Response Headers * 200 Notification rule successfully patched. - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 422 The server cannot process the request because it contains invalid data. - @@ -8520,6 +8565,7 @@ public CompletableFuture patchVulnerabilityNotificatio * Status Code Description Response Headers * 200 Notification rule successfully patched. - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 422 The server cannot process the request because it contains invalid data. - @@ -8945,6 +8991,7 @@ public PaginationIterable searchSecurityMonitoringSign * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -9381,6 +9428,8 @@ public CompletableFuture updateCustomFrameworkAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * 500 Bad Request - * @@ -9561,6 +9610,7 @@ public CompletableFuture updateSecurityFilterAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - @@ -9895,6 +9945,7 @@ public SecurityMonitoringSuppressionResponse updateSecurityMonitoringSuppression * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 409 Concurrent Modification - @@ -10064,6 +10115,7 @@ public CompletableFuture validateSecurityMonitoringRuleAsync( * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/SensitiveDataScannerApi.java b/src/main/java/com/datadog/api/client/v2/api/SensitiveDataScannerApi.java index 5f3c59085c9..1bff0e006ea 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SensitiveDataScannerApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SensitiveDataScannerApi.java @@ -104,6 +104,7 @@ public CompletableFuture createScanning * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -242,6 +243,7 @@ public CompletableFuture createScanningR * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -380,6 +382,7 @@ public CompletableFuture deleteScanning * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -541,6 +544,7 @@ public CompletableFuture deleteScanningR * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -694,6 +698,7 @@ public CompletableFuture listScanningGrou * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -809,6 +814,7 @@ public SensitiveDataScannerStandardPatternsResponseData listStandardPatterns() * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -928,6 +934,7 @@ public CompletableFuture reorderScann * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 429 Too many requests - * @@ -1068,6 +1075,7 @@ public CompletableFuture updateScanning * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - @@ -1231,6 +1239,7 @@ public CompletableFuture updateScanningR * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication Error - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java b/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java index 9ec8b45e8b2..4381d8ebf6d 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java @@ -93,6 +93,7 @@ public CompletableFuture createServiceAccountAsync( * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -229,6 +230,7 @@ public CompletableFuture createServiceAccountApplication * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -395,6 +397,7 @@ public CompletableFuture deleteServiceAccountApplicationKeyAsync( * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -565,6 +568,7 @@ public CompletableFuture getServiceAccountApplica * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -856,6 +860,7 @@ public CompletableFuture listServiceAccountApplicat * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1047,6 +1052,7 @@ public CompletableFuture updateServiceAccountAppl * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java b/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java index 91a649f9aaa..4411d28ec16 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java @@ -94,6 +94,7 @@ public CompletableFuture createOrUpdateServiceD * Status Code Description Response Headers * 200 CREATED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 409 Conflict - * 429 Too many requests - @@ -230,6 +231,7 @@ public CompletableFuture deleteServiceDefinitionAsync(String serviceName) * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -424,6 +426,7 @@ public CompletableFuture getServiceDefinitionAsync * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 409 Conflict - @@ -701,6 +704,7 @@ public PaginationIterable listServiceDefinitionsWithPagin * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/ServiceLevelObjectivesApi.java b/src/main/java/com/datadog/api/client/v2/api/ServiceLevelObjectivesApi.java index 88bbbb7c1b5..c91ac2f5ccc 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ServiceLevelObjectivesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ServiceLevelObjectivesApi.java @@ -91,6 +91,7 @@ public CompletableFuture createSLOReportJobAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -242,6 +243,7 @@ public CompletableFuture getSLOReportAsync(String reportId) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -393,6 +395,7 @@ public CompletableFuture getSLOReportJobStatusAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/ServiceScorecardsApi.java b/src/main/java/com/datadog/api/client/v2/api/ServiceScorecardsApi.java index 117ae703207..a04489a18e0 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ServiceScorecardsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ServiceScorecardsApi.java @@ -98,6 +98,7 @@ public CompletableFuture createScorecardOutcomesBatchAsyn * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -247,6 +248,7 @@ public CompletableFuture createScorecardRuleAsync(CreateRule * Status Code Description Response Headers * 201 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -394,6 +396,7 @@ public CompletableFuture deleteScorecardRuleAsync(String ruleId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -755,6 +758,7 @@ public PaginationIterable listScorecardOutcomesWithPag * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1149,6 +1153,7 @@ public PaginationIterable listScorecardRulesWithPagin * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1341,6 +1346,7 @@ public CompletableFuture updateScorecardRuleAsync( * Status Code Description Response Headers * 200 Rule updated successfully - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/SoftwareCatalogApi.java b/src/main/java/com/datadog/api/client/v2/api/SoftwareCatalogApi.java index d7da3ed3d20..6e6e452e636 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SoftwareCatalogApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SoftwareCatalogApi.java @@ -91,6 +91,7 @@ public CompletableFuture deleteCatalogEntityAsync(String entityId) { * Status Code Description Response Headers * 204 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -431,6 +432,7 @@ public PaginationIterable listCatalogEntityWithPagination( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -597,6 +599,7 @@ public CompletableFuture upsertCatalogEntityAsync( * Status Code Description Response Headers * 202 ACCEPTED - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * diff --git a/src/main/java/com/datadog/api/client/v2/api/SpansApi.java b/src/main/java/com/datadog/api/client/v2/api/SpansApi.java index 7bb915df153..8de0722408e 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SpansApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SpansApi.java @@ -96,6 +96,7 @@ public CompletableFuture aggregateSpansAsync(SpansAggreg * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -283,6 +284,7 @@ public PaginationIterable listSpansWithPagination(SpansListRequest body) { * Status Code Description Response Headers * 200 OK - * 400 Bad Request. - + * 401 Unauthorized - * 403 Forbidden: Access denied. - * 422 Unprocessable Entity. - * 429 Too many requests: The rate limit set by the API has been exceeded. - @@ -577,6 +579,7 @@ public PaginationIterable listSpansGetWithPagination( * Status Code Description Response Headers * 200 OK - * 400 Bad Request. - + * 401 Unauthorized - * 403 Forbidden: Access denied. - * 422 Unprocessable Entity. - * 429 Too many requests: The rate limit set by the API has been exceeded. - diff --git a/src/main/java/com/datadog/api/client/v2/api/SpansMetricsApi.java b/src/main/java/com/datadog/api/client/v2/api/SpansMetricsApi.java index 315053a3c00..395a8701297 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SpansMetricsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SpansMetricsApi.java @@ -89,6 +89,7 @@ public CompletableFuture createSpansMetricAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 409 Conflict - * 429 Too many requests - @@ -219,6 +220,7 @@ public CompletableFuture deleteSpansMetricAsync(String metricId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -352,6 +354,7 @@ public CompletableFuture getSpansMetricAsync(String metricI * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - @@ -484,6 +487,7 @@ public CompletableFuture listSpansMetricsAsync() { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Not Authorized - * 429 Too many requests - * @@ -603,6 +607,7 @@ public CompletableFuture updateSpansMetricAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Not Authorized - * 404 Not Found - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/SyntheticsApi.java b/src/main/java/com/datadog/api/client/v2/api/SyntheticsApi.java index 22822b322e3..c2c9b42d3a2 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SyntheticsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SyntheticsApi.java @@ -81,6 +81,8 @@ public CompletableFuture getOnDemandConcurrencyC * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ @@ -197,6 +199,8 @@ public CompletableFuture setOnDemandConcurrencyC * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - + * 403 Forbidden - * 429 Too many requests - * */ diff --git a/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java b/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java index 93ee448981b..94073c50889 100644 --- a/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java @@ -106,6 +106,7 @@ public CompletableFuture createTeamAsync(TeamCreateRequest body) { * Response details * Status Code Description Response Headers * 201 CREATED - + * 401 Unauthorized - * 403 Forbidden - * 409 API error response. - * 429 Too many requests - @@ -240,6 +241,7 @@ public CompletableFuture createTeamLinkAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 422 API error response. - @@ -397,6 +399,7 @@ public CompletableFuture createTeamMembershipAsync( * Response details * Status Code Description Response Headers * 200 Represents a user's association to a team - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 409 API error response. - @@ -548,6 +551,7 @@ public CompletableFuture deleteTeamAsync(String teamId) { * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -682,6 +686,7 @@ public CompletableFuture deleteTeamLinkAsync(String teamId, String linkId) * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -837,6 +842,7 @@ public CompletableFuture deleteTeamMembershipAsync(String teamId, String u * Response details * Status Code Description Response Headers * 204 No Content - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -990,6 +996,7 @@ public CompletableFuture getTeamAsync(String teamId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -1124,6 +1131,7 @@ public CompletableFuture getTeamLinkAsync(String teamId, Strin * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -1277,6 +1285,7 @@ public CompletableFuture getTeamLinksAsync(String teamId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -1556,6 +1565,7 @@ public PaginationIterable getTeamMembershipsWithPagination( * Response details * Status Code Description Response Headers * 200 Represents a user's association to a team - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -1714,6 +1724,7 @@ public CompletableFuture getTeamPermissionSettin * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -1852,6 +1863,8 @@ public CompletableFuture getUserMembershipsAsync(String userU * Response details * Status Code Description Response Headers * 200 Represents a user's association to a team - + * 401 Unauthorized - + * 403 Forbidden - * 404 API error response. - * 429 Too many requests - * @@ -2157,6 +2170,7 @@ public PaginationIterable listTeamsWithPagination(ListTeamsOptionalParamet * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -2310,6 +2324,7 @@ public CompletableFuture updateTeamAsync(String teamId, TeamUpdate * Status Code Description Response Headers * 200 OK - * 400 API error response. - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 409 API error response. - @@ -2467,6 +2482,7 @@ public CompletableFuture updateTeamLinkAsync( * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -2644,6 +2660,7 @@ public CompletableFuture updateTeamMembershipAsync( * Response details * Status Code Description Response Headers * 200 Represents a user's association to a team - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - @@ -2821,6 +2838,7 @@ public CompletableFuture updateTeamPermissionSett * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Forbidden - * 404 API error response. - * 429 Too many requests - diff --git a/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java b/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java index 718c6332428..04d7c84f494 100644 --- a/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java @@ -93,6 +93,7 @@ public CompletableFuture getActiveBillingDimens * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -112,7 +113,7 @@ public ApiResponse getActiveBillingDimensionsWi new ArrayList(), localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -149,7 +150,7 @@ public ApiResponse getActiveBillingDimensionsWi new ArrayList(), localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -278,6 +279,7 @@ public CompletableFuture getBillingDimensionMa * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -303,7 +305,7 @@ public ApiResponse getBillingDimensionMappingW localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -348,7 +350,7 @@ public ApiResponse getBillingDimensionMappingW localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -480,6 +482,7 @@ public CompletableFuture getCostByOrgAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -513,7 +516,7 @@ public ApiResponse getCostByOrgWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -569,7 +572,7 @@ public CompletableFuture> getCostByOrgWithHttpInf localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -754,6 +757,7 @@ public CompletableFuture getEstimatedCostByOrgAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -788,7 +792,7 @@ public ApiResponse getEstimatedCostByOrgWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -841,7 +845,7 @@ public CompletableFuture> getEstimatedCostByOrgWi localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -995,6 +999,7 @@ public CompletableFuture getHistoricalCostByOrgAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -1031,7 +1036,7 @@ public ApiResponse getHistoricalCostByOrgWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1091,7 +1096,7 @@ public CompletableFuture> getHistoricalCostByOrgW localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -1385,6 +1390,7 @@ public CompletableFuture getHourlyUsageAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -1446,7 +1452,7 @@ public ApiResponse getHourlyUsageWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1552,7 +1558,7 @@ public CompletableFuture> getHourlyUsageWithHtt localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -1814,6 +1820,7 @@ public CompletableFuture getMonthlyCostAttributi * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -1867,7 +1874,7 @@ public ApiResponse getMonthlyCostAttributionWith localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -1962,7 +1969,7 @@ public ApiResponse getMonthlyCostAttributionWith localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -2089,6 +2096,7 @@ public CompletableFuture getProjectedCostAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2115,7 +2123,7 @@ public ApiResponse getProjectedCostWithHttpInfo( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2160,7 +2168,7 @@ public CompletableFuture> getProjectedCostWit localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); @@ -2294,6 +2302,7 @@ public UsageApplicationSecurityMonitoringResponse getUsageApplicationSecurityMon * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2332,7 +2341,7 @@ public UsageApplicationSecurityMonitoringResponse getUsageApplicationSecurityMon localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2393,7 +2402,7 @@ public UsageApplicationSecurityMonitoringResponse getUsageApplicationSecurityMon localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -2527,6 +2536,7 @@ public UsageLambdaTracedInvocationsResponse getUsageLambdaTracedInvocations( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2563,7 +2573,7 @@ public UsageLambdaTracedInvocationsResponse getUsageLambdaTracedInvocations( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2623,7 +2633,7 @@ public UsageLambdaTracedInvocationsResponse getUsageLambdaTracedInvocations( localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = @@ -2756,6 +2766,7 @@ public CompletableFuture getUsageObservabil * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - User is not authorized - * 429 Too many requests - * @@ -2792,7 +2803,7 @@ public CompletableFuture getUsageObservabil localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "GET", @@ -2852,7 +2863,7 @@ public CompletableFuture getUsageObservabil localVarQueryParams, localVarHeaderParams, new HashMap(), - new String[] {"application/json;datetime-format=rfc3339"}, + new String[] {"application/json;datetime-format=rfc3339", "application/json"}, new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = diff --git a/src/main/java/com/datadog/api/client/v2/api/UsersApi.java b/src/main/java/com/datadog/api/client/v2/api/UsersApi.java index 2c05bd5c056..003cc49057b 100644 --- a/src/main/java/com/datadog/api/client/v2/api/UsersApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/UsersApi.java @@ -96,6 +96,7 @@ public CompletableFuture createUserAsync(UserCreateRequest body) { * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -223,6 +224,7 @@ public CompletableFuture disableUserAsync(String userId) { * Response details * Status Code Description Response Headers * 204 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -356,6 +358,7 @@ public CompletableFuture getInvitationAsync(String userI * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -496,6 +499,7 @@ public CompletableFuture getUserAsync(String userId) { * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -628,6 +632,7 @@ public CompletableFuture listUserOrganizationsAsync(String userId) * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -764,6 +769,7 @@ public CompletableFuture listUserPermissionsAsync(String us * Response details * Status Code Description Response Headers * 200 OK - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 429 Too many requests - @@ -1063,6 +1069,7 @@ public PaginationIterable listUsersWithPagination(ListUsersOptionalParamet * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -1208,6 +1215,7 @@ public CompletableFuture sendInvitationsAsync( * Status Code Description Response Headers * 201 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 429 Too many requests - * @@ -1342,6 +1350,7 @@ public CompletableFuture updateUserAsync(String userId, UserUpdate * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Authentication error - * 404 Not found - * 422 Unprocessable Entity - diff --git a/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java b/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java index 300ffff49b5..02438a0c702 100644 --- a/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java @@ -100,6 +100,7 @@ public CompletableFuture cancelWorkflowInstance * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -264,6 +265,7 @@ public CompletableFuture createWorkflowAsync(CreateWorkf * Status Code Description Response Headers * 201 Successfully created a workflow. - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -401,6 +403,7 @@ public CompletableFuture createWorkflowInstanceA * Status Code Description Response Headers * 200 Created - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -558,6 +561,7 @@ public CompletableFuture deleteWorkflowAsync(String workflowId) { * Response details * Status Code Description Response Headers * 204 Successfully deleted a workflow. - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -695,6 +699,7 @@ public CompletableFuture getWorkflowAsync(String workflowId * Status Code Description Response Headers * 200 Successfully got a workflow. - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - @@ -839,6 +844,7 @@ public CompletableFuture getWorkflowInstanceAsync( * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not Found - * 429 Too many requests - @@ -1069,6 +1075,7 @@ public CompletableFuture listWorkflowInstancesAsy * Status Code Description Response Headers * 200 OK - * 400 Bad Request - + * 401 Unauthorized - * 403 Forbidden - * 429 Too many requests - * @@ -1229,6 +1236,7 @@ public CompletableFuture updateWorkflowAsync( * Status Code Description Response Headers * 200 Successfully updated a workflow. - * 400 Bad request - + * 401 Unauthorized - * 403 Forbidden - * 404 Not found - * 429 Too many requests - diff --git a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.freeze index aebe9ab1f93..3d0210d6c58 100644 --- a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:20.681Z \ No newline at end of file +2025-05-12T11:35:28.281Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.json index e250d9ed99b..a4a1d043367 100644 --- a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_Bad_Request_response.json @@ -8,7 +8,7 @@ "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"The parameter 'month/day' is required\"]}", + "body": "{\"errors\":[\"The parameter 'month/day' is required\"]}", "headers": { "Content-Type": [ "application/json" @@ -23,6 +23,6 @@ "timeToLive": { "unlimited": true }, - "id": "38e4a9c2-2752-15a2-6aa1-d247eea5cbf3" + "id": "6bb0685c-7677-7cba-2283-05c127eea284" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.freeze index ea8f0ce597a..cfd15ea1039 100644 --- a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:20.876Z \ No newline at end of file +2025-05-12T11:35:28.784Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.json index 25ba84747e9..14c2b2ce0d9 100644 --- a/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_all_custom_metrics_by_hourly_average_returns_OK_response.json @@ -6,14 +6,14 @@ "path": "/api/v1/usage/top_avg_metrics", "queryStringParameters": { "day": [ - "2022-03-29T00:41:20.876Z" + "2025-05-09T11:35:28.784Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -28,6 +28,6 @@ "timeToLive": { "unlimited": true }, - "id": "7432b163-07b3-f276-c876-104b90ba26c8" + "id": "64fbe0b1-0fa8-a911-731e-bf248e9e8507" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.freeze index ce171bc092d..c8986f8576d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:21.295Z \ No newline at end of file +2025-05-12T11:35:29.344Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.json index 5cbd38d1bd7..e5be6b3c3e1 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/logs-by-retention", "queryStringParameters": { "start_hr": [ - "2022-03-29T00:41:21.295Z" + "2025-05-09T11:35:29.344Z" ], "end_hr": [ - "2022-03-27T00:41:21.295Z" + "2025-05-07T11:35:29.344Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "e1c0741e-f718-ee3d-3344-b6a5fa498a6f" + "id": "4de42e8b-ae4d-1855-52af-d90bc2fee74c" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.freeze index 5181b6edee3..daf6a9780bc 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:21.397Z \ No newline at end of file +2025-05-12T11:35:29.535Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.json index ff25cd784cc..064a398ff31 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_logs_usage_by_retention_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/logs-by-retention", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:21.397Z" + "2025-05-07T11:35:29.535Z" ], "end_hr": [ - "2022-03-29T00:41:21.397Z" + "2025-05-09T11:35:29.535Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "cb62095b-8deb-9482-c141-9202c0a60ce9" + "id": "7843076a-8f3f-311a-8fc9-20970eb6db7b" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.freeze index a0859c879f9..1d255a8587d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.freeze @@ -1 +1 @@ -2022-05-23T08:46:26.291Z \ No newline at end of file +2025-05-12T11:35:30.359Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.json index b0ec3e54cee..d989293c94a 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_attribution_returns_OK_response.json @@ -6,7 +6,7 @@ "path": "/api/v1/usage/hourly-attribution", "queryStringParameters": { "start_hr": [ - "2022-05-20T08:46:26.291Z" + "2025-05-09T11:35:30.359Z" ], "usage_type": [ "infra_host_usage" @@ -16,7 +16,7 @@ "secure": true }, "httpResponse": { - "body": "{\"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}}}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "6311f6f0-e5db-4fdc-78de-d4bfad400fa7" + "id": "418f0c3d-1a77-cde9-a662-ed64f0a15b3b" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.freeze index 2383cb35815..9fd39fdd15b 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2023-09-25T19:13:30.824Z \ No newline at end of file +2025-05-12T11:35:34.125Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.json index cb0b3a96e50..34e736a01d7 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_Bad_Request_response.json @@ -6,10 +6,10 @@ "path": "/api/v1/usage/ci-app", "queryStringParameters": { "start_hr": [ - "2023-09-22T19:13:30.824Z" + "2025-05-09T11:35:34.125Z" ], "end_hr": [ - "2023-09-20T19:13:30.824Z" + "2025-05-07T11:35:34.125Z" ] }, "keepAlive": false, @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "1f69f826-fa77-6ee3-f1a0-75db67924860" + "id": "71d81ee4-a214-6ca8-0736-fd240938dac6" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.freeze index d4e958d85b6..465a7b3339c 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.freeze @@ -1 +1 @@ -2023-09-25T18:27:41.222Z \ No newline at end of file +2025-05-12T14:00:41.417Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.json index 78643610044..aa99d677f4a 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CI_visibility_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/ci-app", "queryStringParameters": { "start_hr": [ - "2023-09-20T18:27:41.222Z" + "2025-05-07T14:00:41.417Z" ], "end_hr": [ - "2023-09-22T18:27:41.222Z" + "2025-05-09T14:00:41.417Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "5a032e0d-101e-6db7-f2de-0b6d0cfb7390" + "id": "30e2f2af-3b75-2e84-6081-2f5155de0939" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.freeze index 165fd6276f3..8d8f78d4279 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.freeze @@ -1 +1 @@ -2023-09-20T21:11:12.476Z \ No newline at end of file +2025-05-12T11:35:35.472Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.json index 3e2dc6e082c..eb2d4ba7341 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_CSM_Pro_returns_OK_response.json @@ -6,14 +6,14 @@ "path": "/api/v1/usage/cspm", "queryStringParameters": { "start_hr": [ - "2023-09-17T21:11:12.476Z" + "2025-05-09T11:35:35.472Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -28,6 +28,6 @@ "timeToLive": { "unlimited": true }, - "id": "67842025-80c0-b49a-9247-e6b54ae734d1" + "id": "12ca8b04-e03b-e5c7-8902-4893aa8ca9d6" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.freeze index 23800b8dbf7..587122c571d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:36.948Z \ No newline at end of file +2025-05-12T11:35:36.427Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.json index aef23ada24b..666f2ad720d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Database_Monitoring_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/dbm", "queryStringParameters": { "start_hr": [ - "2022-03-27T15:43:36.948Z" + "2025-05-07T11:35:36.427Z" ], "end_hr": [ - "2022-03-29T15:43:36.948Z" + "2025-05-09T11:35:36.427Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "133a7a02-93a1-f69e-b81b-63d08a1ba819" + "id": "fbc3de0c-9ad5-fba3-4108-743e9e0201e9" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.freeze index aa9702e65c1..1f61c9b9a28 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:23.099Z \ No newline at end of file +2025-05-12T11:35:37.319Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.json index cedd6d6f9d7..f68f217c3bf 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/fargate", "queryStringParameters": { "start_hr": [ - "2022-03-29T00:41:23.099Z" + "2025-05-09T11:35:37.319Z" ], "end_hr": [ - "2022-03-27T00:41:23.099Z" + "2025-05-07T11:35:37.319Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "dc845438-d3ad-c146-e22e-a622bfd46bcf" + "id": "e4281220-c5bd-dd9b-ab3d-5366f1a48972" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.freeze index 358d141a264..c8a7f910707 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:23.206Z \ No newline at end of file +2025-05-12T11:35:37.825Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.json index 72171d2e8da..65781b69a9a 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Fargate_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/fargate", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:23.206Z" + "2025-05-07T11:35:37.825Z" ], "end_hr": [ - "2022-03-29T00:41:23.206Z" + "2025-05-09T11:35:37.825Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "6573819c-c1ae-4d69-f09d-b54c806322d0" + "id": "695e8f50-0c61-772c-74b2-60105fe19f21" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.freeze index fb2b5acca8d..cf4ac989694 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:27.865Z \ No newline at end of file +2025-05-12T11:35:38.816Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.json index 71932314c4c..dc9f8067140 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/iot", "queryStringParameters": { "start_hr": [ - "2022-01-28T09:34:27.865Z" + "2025-05-09T11:35:38.816Z" ], "end_hr": [ - "2022-01-26T09:34:27.865Z" + "2025-05-07T11:35:38.816Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "503729ea-9981-d4f5-15aa-98293efed595" + "id": "b287c242-004d-a8a4-3a95-54e5fd97cf88" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.freeze index 9ee4e323757..92c82ae976d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:28.357Z \ No newline at end of file +2025-05-12T11:35:39.286Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.json index d50f2ce9282..b54a748fa56 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_IoT_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/iot", "queryStringParameters": { "start_hr": [ - "2022-01-26T09:34:28.357Z" + "2025-05-07T11:35:39.286Z" ], "end_hr": [ - "2022-01-28T09:34:28.357Z" + "2025-05-09T11:35:39.286Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "bd67b8df-4923-2c14-4430-4716c4d749c1" + "id": "1d431b64-e82a-0ce4-84c7-a4221ca4efe9" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.freeze index 32245c45ab4..0f18901a87f 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:23.917Z \ No newline at end of file +2025-05-12T14:01:50.686Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.json index 793d9017484..53ee0390cde 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/aws_lambda", "queryStringParameters": { "start_hr": [ - "2022-03-29T00:41:23.917Z" + "2025-05-09T14:01:50.686Z" ], "end_hr": [ - "2022-03-27T00:41:23.917Z" + "2025-05-07T14:01:50.686Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "435a1f46-a76f-96f9-2885-8d458117ac77" + "id": "e1c20fa6-2122-28ba-d490-8b6bec7bb53b" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.freeze index 01d4582f548..b2b5493ddb4 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:24.021Z \ No newline at end of file +2025-05-12T11:35:40.521Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.json index 90aec6a5b7c..d70ff302a78 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Lambda_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/aws_lambda", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:24.021Z" + "2025-05-07T11:35:40.521Z" ], "end_hr": [ - "2022-03-29T00:41:24.021Z" + "2025-05-09T11:35:40.521Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "7ebc0445-1868-8c95-c20b-535b80b44b22" + "id": "ac5607bb-723c-8d6b-0108-07307f0f57a1" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.freeze index a60db953bd7..faa2fce7c81 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T17:01:53.545Z \ No newline at end of file +2025-05-12T11:35:41.404Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.json index b1573778e61..f52ff20f49c 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/logs_by_index", "queryStringParameters": { "start_hr": [ - "2022-03-29T17:01:53.545Z" + "2025-05-09T11:35:41.404Z" ], "end_hr": [ - "2022-03-27T17:01:53.545Z" + "2025-05-07T11:35:41.404Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "5ca0c9fa-cd69-7a26-453b-abfb3f6e3d5f" + "id": "bc81bc4d-bd8a-5170-4292-7bfefb969435" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.freeze index bb16e334da0..3b89c6d4f29 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:39.457Z \ No newline at end of file +2025-05-12T11:35:41.762Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.json index 016ffa26b38..407d242628e 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_by_Index_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/logs_by_index", "queryStringParameters": { "start_hr": [ - "2022-03-27T15:43:39.457Z" + "2025-05-07T11:35:41.762Z" ], "end_hr": [ - "2022-03-29T15:43:39.457Z" + "2025-05-09T11:35:41.762Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "dbec6d6d-254e-f463-efa2-802a63b953ec" + "id": "126bd689-999c-45ef-1b56-f1c1d374c3b9" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.freeze index 2181d1c75e5..57f7ba7164e 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:39.812Z \ No newline at end of file +2025-05-12T11:35:42.528Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.json index c72e38b44dc..e8e94dbcc0c 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/logs", "queryStringParameters": { "start_hr": [ - "2022-03-29T15:43:39.812Z" + "2025-05-09T11:35:42.528Z" ], "end_hr": [ - "2022-03-27T15:43:39.812Z" + "2025-05-07T11:35:42.528Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "63483949-f688-9d61-349e-27cfb93ddbe8" + "id": "661a347b-db4e-9fe5-4b90-70ef3fa1f99a" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.freeze index 35adbcdf768..3450df5437f 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:39.992Z \ No newline at end of file +2025-05-12T11:35:42.895Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.json index 38e7fdfb74d..ad825b2693b 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Logs_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/logs", "queryStringParameters": { "start_hr": [ - "2022-03-27T15:43:39.992Z" + "2025-05-07T11:35:42.895Z" ], "end_hr": [ - "2022-03-29T15:43:39.992Z" + "2025-05-09T11:35:42.895Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "5b2dde06-d0bc-d5f7-a5f1-49486dc60593" + "id": "412a16b0-cbdd-d92d-48de-4e6eda056c43" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.freeze index 8db5a043e0b..6f2fd911af9 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:40.233Z \ No newline at end of file +2025-05-12T11:35:43.891Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.json index a86d8b83c82..ad96745724e 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/network_flows", "queryStringParameters": { "start_hr": [ - "2022-03-29T15:43:40.233Z" + "2025-05-09T11:35:43.891Z" ], "end_hr": [ - "2022-03-27T15:43:40.233Z" + "2025-05-07T11:35:43.891Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "47bcf56c-843e-93d0-4e77-ce97b59c649d" + "id": "17e12cd1-0233-9ff6-e0c9-150a77a2a76a" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.freeze index 143eddfd805..1add75cb964 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:40.429Z \ No newline at end of file +2025-05-12T11:35:44.247Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.json index 69f34c16ab9..05a92f356f2 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Flows_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/network_flows", "queryStringParameters": { "start_hr": [ - "2022-03-27T15:43:40.429Z" + "2025-05-07T11:35:44.247Z" ], "end_hr": [ - "2022-03-29T15:43:40.429Z" + "2025-05-09T11:35:44.247Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "a3c4f602-79bc-16be-f516-3ca561f4eae9" + "id": "381431ca-e502-e940-d751-be691c09308c" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.freeze index e8eb372ac43..f66c60d697d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T17:01:55.545Z \ No newline at end of file +2025-05-12T11:35:45.254Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.json index 0719a68f010..0b09e8b0508 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/network_hosts", "queryStringParameters": { "start_hr": [ - "2022-03-29T17:01:55.545Z" + "2025-05-09T11:35:45.254Z" ], "end_hr": [ - "2022-03-27T17:01:55.545Z" + "2025-05-07T11:35:45.254Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "06516e1a-3bfb-1b69-19a8-0e5d66f44fb8" + "id": "3646c8ce-7a00-95ab-92dd-7d320e247838" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.freeze index 906494e282c..fdc4771bf48 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:40.923Z \ No newline at end of file +2025-05-12T11:35:45.619Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.json index b3942d6cc81..39f32930c4d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Network_Hosts_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/network_hosts", "queryStringParameters": { "start_hr": [ - "2022-03-27T15:43:40.923Z" + "2025-05-07T11:35:45.619Z" ], "end_hr": [ - "2022-03-29T15:43:40.923Z" + "2025-05-09T11:35:45.619Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "5ce43884-24a8-4c5f-0aa2-0596797f095c" + "id": "52a5fa0b-023f-cf57-96eb-88a6985049a6" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.freeze index 7d0fbd7b356..37b3d24db5f 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-03-08T15:58:31.986Z \ No newline at end of file +2025-05-12T11:35:46.524Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.json index 0ba096a78bf..c6911dcb121 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/online-archive", "queryStringParameters": { "start_hr": [ - "2022-03-05T15:58:31.986Z" + "2025-05-09T11:35:46.524Z" ], "end_hr": [ - "2022-03-03T15:58:31.986Z" + "2025-05-07T11:35:46.524Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "3d1fead1-2204-f2cd-8c2a-e453d65bd04b" + "id": "c01cbdd2-0123-a802-6316-733455704a2e" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.freeze index c2b0dd7d157..a9c7428cef1 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.freeze @@ -1 +1 @@ -2022-03-08T15:58:32.586Z \ No newline at end of file +2025-05-12T11:35:46.888Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.json index 9375e9bd9dd..8fc68d6b7df 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Online_Archive_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/online-archive", "queryStringParameters": { "start_hr": [ - "2022-03-03T15:58:32.586Z" + "2025-05-07T11:35:46.888Z" ], "end_hr": [ - "2022-03-05T15:58:32.586Z" + "2025-05-09T11:35:46.888Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "f753f5e7-a93b-87e8-674b-ece2b6a594bd" + "id": "dd46ff9b-b1f5-61fc-dec9-55aaf6532801" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.freeze index b982f9f9673..4b3c1d2e7a2 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:26.836Z \ No newline at end of file +2025-05-12T11:35:47.745Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.json index 2506ad7a448..1deb86ed5d4 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/rum_sessions", "queryStringParameters": { "start_hr": [ - "2022-03-29T00:41:26.836Z" + "2025-05-09T11:35:47.745Z" ], "end_hr": [ - "2022-03-27T00:41:26.836Z" + "2025-05-07T11:35:47.745Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "7a52ad74-9770-3580-38ea-c2a090eaab4b" + "id": "5f7955bb-ca7c-8773-c7b8-48c8dded76f5" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze index cd0cd7e96d7..add1b4ac82f 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:26.958Z \ No newline at end of file +2025-05-12T11:35:48.099Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.json index 0c9ff76d5aa..873a7fe0132 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Sessions_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/rum_sessions", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:26.958Z" + "2025-05-07T11:35:48.099Z" ], "end_hr": [ - "2022-03-29T00:41:26.958Z" + "2025-05-09T11:35:48.099Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "6822dbb8-580b-02f2-353d-cdcfb6a03e31" + "id": "a43e168a-b876-a154-ec3a-a1fe818284e5" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.freeze index afe024a895f..535d8283aae 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:27.572Z \ No newline at end of file +2025-05-12T11:35:48.976Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.json index 49b6353088e..2ca271275e7 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_RUM_Units_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/rum", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:27.572Z" + "2025-05-07T11:35:48.976Z" ], "end_hr": [ - "2022-03-29T00:41:27.572Z" + "2025-05-09T11:35:48.976Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "8d240469-7988-8af8-c7a0-4c71a2028c05" + "id": "3f1aa32f-5d7e-fca9-0632-8edaca044c98" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.freeze index 86865f10427..821b1ff780b 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:29.203Z \ No newline at end of file +2025-05-12T11:35:49.801Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.json index 835efd363af..f02511eae52 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/snmp", "queryStringParameters": { "start_hr": [ - "2022-01-28T09:34:29.203Z" + "2025-05-09T11:35:49.801Z" ], "end_hr": [ - "2022-01-26T09:34:29.203Z" + "2025-05-07T11:35:49.801Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "912be5ab-b0dc-df85-2187-c6caaa2afd56" + "id": "4b0ee5f6-b049-d0b6-a860-4bd8c30081a2" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.freeze index f6b84beca06..8f70de24643 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:29.627Z \ No newline at end of file +2025-05-12T11:35:50.158Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.json index a56ea7af8f1..ad7dbd376e8 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_SNMP_devices_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/snmp", "queryStringParameters": { "start_hr": [ - "2022-01-26T09:34:29.627Z" + "2025-05-07T11:35:50.158Z" ], "end_hr": [ - "2022-01-28T09:34:29.627Z" + "2025-05-09T11:35:50.158Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "8434d5e2-cd32-0993-a3e1-65ace7115c08" + "id": "d930ca17-0ac4-b96c-46d5-e60969fbc122" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.freeze index 7456ca5fdaa..73517be1666 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:27.888Z \ No newline at end of file +2025-05-12T11:35:51.009Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.json index d0cd23de5e9..6ab8e1704e7 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Sensitive_Data_Scanner_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/sds", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:27.888Z" + "2025-05-07T11:35:51.009Z" ], "end_hr": [ - "2022-03-29T00:41:27.888Z" + "2025-05-09T11:35:51.009Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "8225a775-b030-1703-bb16-b20e8c843ac1" + "id": "899e03f9-2a90-fa5c-0689-d9d3694fd9c9" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.freeze index f29030d982b..35934927937 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:44.039Z \ No newline at end of file +2025-05-12T11:35:51.877Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.json index 5f01995f86f..569025cbd61 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/synthetics_api", "queryStringParameters": { "start_hr": [ - "2022-03-29T15:43:44.039Z" + "2025-05-09T11:35:51.877Z" ], "end_hr": [ - "2022-03-27T15:43:44.039Z" + "2025-05-07T11:35:51.877Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "5c137a4c-6a72-1730-f313-1cadd394a89a" + "id": "f31475e8-8b6a-c979-efa5-186253e34675" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.freeze index 1d061da942d..a2919293d2b 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T15:43:44.274Z \ No newline at end of file +2025-05-12T11:35:52.237Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.json index b5879381efd..c40b10558c4 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_API_Checks_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/synthetics_api", "queryStringParameters": { "start_hr": [ - "2022-03-27T15:43:44.274Z" + "2025-05-07T11:35:52.237Z" ], "end_hr": [ - "2022-03-29T15:43:44.274Z" + "2025-05-09T11:35:52.237Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "01d57df4-b0a3-8317-1bb9-67a94ffc1920" + "id": "8c3dcc54-14ba-bbef-f7a3-f24d597fb2dd" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.freeze index 523dac4bc8c..f55fef6614a 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:28.391Z \ No newline at end of file +2025-05-12T11:35:53.111Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.json index 3fa3b3c2a9e..3a1b275519a 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/synthetics_browser", "queryStringParameters": { "start_hr": [ - "2022-03-29T00:41:28.391Z" + "2025-05-09T11:35:53.111Z" ], "end_hr": [ - "2022-03-27T00:41:28.391Z" + "2025-05-07T11:35:53.111Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "81a7a11e-4a23-9d2d-edbf-480594a7cfaa" + "id": "b3f92113-6b83-2f1c-1730-cca44ccfa055" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.freeze index 3211cc686bc..284cc843cc3 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:28.503Z \ No newline at end of file +2025-05-12T11:35:53.478Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.json index 7598370e589..f6a8b0b9cf3 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_Synthetics_Browser_Checks_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/synthetics_browser", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:28.503Z" + "2025-05-07T11:35:53.478Z" ], "end_hr": [ - "2022-03-29T00:41:28.503Z" + "2025-05-09T11:35:53.478Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "066bddd2-c578-ac6d-5cae-ade2db6ecf3d" + "id": "01dcb285-8772-0f7f-4911-b284ebb6d245" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.freeze index 69dd8e44f56..38db825ca0d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:30.286Z \ No newline at end of file +2025-05-12T11:35:54.359Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.json index 42226a0fa02..36ff328665c 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/analyzed_logs", "queryStringParameters": { "start_hr": [ - "2022-01-28T09:34:30.286Z" + "2025-05-09T11:35:54.359Z" ], "end_hr": [ - "2022-01-26T09:34:30.286Z" + "2025-05-07T11:35:54.359Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "f9d21469-5a8e-e1ca-db3f-23aef202cffc" + "id": "4a93bbe8-d56c-aa66-7d43-190cf08ddd18" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.freeze index b02b2f6950d..db2680a5cbf 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:30.705Z \ No newline at end of file +2025-05-12T11:35:54.741Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.json index 5bc9f7d4d1b..d4a0e80921b 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_analyzed_logs_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/analyzed_logs", "queryStringParameters": { "start_hr": [ - "2022-01-26T09:34:30.705Z" + "2025-05-07T11:35:54.741Z" ], "end_hr": [ - "2022-01-28T09:34:30.705Z" + "2025-05-09T11:35:54.741Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "8c0368a9-dc19-1ffb-b1da-0d8dfbdc8cbc" + "id": "d13df644-f6cd-4e40-7fa1-3283cf170274" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.freeze index 6074c793c0e..33690e23420 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:28.687Z \ No newline at end of file +2025-05-12T11:35:55.571Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.json index e31b4ed9bb1..382e6540396 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_audit_logs_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/audit_logs", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:28.687Z" + "2025-05-07T11:35:55.571Z" ], "end_hr": [ - "2022-03-29T00:41:28.687Z" + "2025-05-09T11:35:55.571Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "43a53141-1def-2d1f-4454-f19b7423379e" + "id": "dc703b3d-8078-e86e-4150-1bbd51bbfd00" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.freeze index c0f9c5d688c..a0e88b68c22 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.freeze @@ -1 +1 @@ -2023-09-25T19:19:28.364Z \ No newline at end of file +2025-05-12T11:35:56.405Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.json index 5ed0b2607b6..5fa62bb821c 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_cloud_workload_security_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/cws", "queryStringParameters": { "start_hr": [ - "2023-09-20T19:19:28.364Z" + "2025-05-07T11:35:56.405Z" ], "end_hr": [ - "2023-09-22T19:19:28.364Z" + "2025-05-09T11:35:56.405Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "6c17da6d-e6b7-67c0-2fd0-ed9f86aabbd8" + "id": "8339f7f6-c3e5-bec4-352b-946c486603e2" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.freeze index b86a1d83302..57afde362ed 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:29.079Z \ No newline at end of file +2025-05-12T11:35:57.279Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.json index 9b0e0c9a69b..73e38209a6f 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/timeseries", "queryStringParameters": { "start_hr": [ - "2022-03-29T00:41:29.079Z" + "2025-05-09T11:35:57.279Z" ], "end_hr": [ - "2022-03-27T00:41:29.079Z" + "2025-05-07T11:35:57.279Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "42e2f85a-3db1-bf02-1d22-60e243700a30" + "id": "c946334a-2582-ec72-50d3-92f8c8edfd2a" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.freeze index 289d792f4aa..c4aed1fab37 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:29.168Z \ No newline at end of file +2025-05-12T11:35:57.642Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.json index 3a33dff1207..3aa342ce7c7 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_custom_metrics_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/timeseries", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:29.168Z" + "2025-05-07T11:35:57.642Z" ], "end_hr": [ - "2022-03-29T00:41:29.168Z" + "2025-05-09T11:35:57.642Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "4ec8109b-5833-772c-73d6-a50407ab34aa" + "id": "434732da-a601-b987-1424-1adb0bfb5798" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.freeze index 72182ad1290..c1319dcaed9 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:30.106Z \ No newline at end of file +2025-05-12T11:35:58.489Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.json index 6da9eb53f7c..377d3ac440d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/hosts", "queryStringParameters": { "start_hr": [ - "2022-03-29T00:41:30.106Z" + "2025-05-09T11:35:58.489Z" ], "end_hr": [ - "2022-03-27T00:41:30.106Z" + "2025-05-07T11:35:58.489Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "2638d328-41ee-017c-f4eb-ae5f460540be" + "id": "8e8e1d9c-e6fd-d899-76a7-61fbb5c9693a" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.freeze index 82d7f7b67ae..fb199415c61 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.freeze @@ -1 +1 @@ -2022-04-01T00:41:30.234Z \ No newline at end of file +2025-05-12T11:35:58.852Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.json index 46586b88924..3e84bb831e8 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_hosts_and_containers_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/hosts", "queryStringParameters": { "start_hr": [ - "2022-03-27T00:41:30.234Z" + "2025-05-07T11:35:58.852Z" ], "end_hr": [ - "2022-03-29T00:41:30.234Z" + "2025-05-09T11:35:58.852Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "8809cc44-340d-1af8-cbf3-fdfb01ab283c" + "id": "f63f2f5f-aec5-18d7-2838-75ec28c170ad" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.freeze index 4fe9e3998f1..f3a5aa7e013 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:31.364Z \ No newline at end of file +2025-05-12T11:35:59.822Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.json index 7bb155ff948..640a3ef9828 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/incident-management", "queryStringParameters": { "start_hr": [ - "2022-01-28T09:34:31.364Z" + "2025-05-09T11:35:59.822Z" ], "end_hr": [ - "2022-01-26T09:34:31.364Z" + "2025-05-07T11:35:59.822Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "3861c974-441a-0198-380b-cbc338b095ba" + "id": "c6ae5eda-f48f-8c02-73b1-dec42bcc44cc" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.freeze index 9427c84bfb8..5c661486573 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:31.797Z \ No newline at end of file +2025-05-12T11:36:00.174Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.json index ad8b811bb7b..380471f12fc 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_incident_management_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/incident-management", "queryStringParameters": { "start_hr": [ - "2022-01-26T09:34:31.797Z" + "2025-05-07T11:36:00.174Z" ], "end_hr": [ - "2022-01-28T09:34:31.797Z" + "2025-05-09T11:36:00.174Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "8ab5a1e4-1e96-c5cc-0e5e-9311689abb5b" + "id": "89e779ea-961a-0826-3f17-b9aa7ccca9aa" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.freeze index df946f77535..1b66a50fd0d 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:32.316Z \ No newline at end of file +2025-05-12T11:36:00.901Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.json index d64aec0e7c7..a19e11093b9 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/indexed-spans", "queryStringParameters": { "start_hr": [ - "2022-01-28T09:34:32.316Z" + "2025-05-09T11:36:00.901Z" ], "end_hr": [ - "2022-01-26T09:34:32.316Z" + "2025-05-07T11:36:00.901Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "1aef7fbf-63bc-d28f-1e38-3bf7ea31cbe4" + "id": "5af6dc2b-6636-bf51-68c9-edf8e194898d" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.freeze index 9fb62f6e09f..514d529dedc 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:32.749Z \ No newline at end of file +2025-05-12T11:36:01.286Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.json index 7c319631c36..431ec84c751 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_indexed_spans_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/indexed-spans", "queryStringParameters": { "start_hr": [ - "2022-01-26T09:34:32.749Z" + "2025-05-07T11:36:01.286Z" ], "end_hr": [ - "2022-01-28T09:34:32.749Z" + "2025-05-09T11:36:01.286Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "31c1c879-ba97-e143-7a84-8af83b6836e0" + "id": "9792de4a-62a2-612c-0374-716d043f6763" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.freeze index df831d1797e..5c5e5f4338c 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:33.304Z \ No newline at end of file +2025-05-12T11:36:02.152Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.json index 65a010f8b74..82556585414 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/ingested-spans", "queryStringParameters": { "start_hr": [ - "2022-01-28T09:34:33.304Z" + "2025-05-09T11:36:02.152Z" ], "end_hr": [ - "2022-01-26T09:34:33.304Z" + "2025-05-07T11:36:02.152Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "7125aa1e-c027-9d2f-6927-e0974da9f3f4" + "id": "85038a9b-2b91-9323-ef13-c223e958b3e3" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.freeze index 64f72f27aa3..5f413ac91a9 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:33.739Z \ No newline at end of file +2025-05-12T11:36:02.534Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.json index c1c1667e5d5..c7f6d56b144 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_ingested_spans_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/ingested-spans", "queryStringParameters": { "start_hr": [ - "2022-01-26T09:34:33.739Z" + "2025-05-07T11:36:02.534Z" ], "end_hr": [ - "2022-01-28T09:34:33.739Z" + "2025-05-09T11:36:02.534Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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\"}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "85be419b-e62b-bf1a-84bc-39c1dadf7b83" + "id": "029c3f8c-4ddc-5860-7db9-646d0475baaf" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.freeze index 7a1e60b4a5a..f44d2c30136 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:34.396Z \ No newline at end of file +2025-05-12T11:36:03.392Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.json index 394b4d5ceed..074f110a4cb 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/profiling", "queryStringParameters": { "start_hr": [ - "2022-01-28T09:34:34.396Z" + "2025-05-09T11:36:03.392Z" ], "end_hr": [ - "2022-01-26T09:34:34.396Z" + "2025-05-07T11:36:03.392Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\": [\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "b5bc45a7-5d88-be59-8cd7-64d92c57cc62" + "id": "5b398e1c-8965-44b2-af8d-7671f705617f" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.freeze index 4650b4a1917..d4a16ff2328 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-31T09:34:34.802Z \ No newline at end of file +2025-05-12T11:36:03.746Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.json index f21b3f798bc..d77735dbdbb 100644 --- a/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_hourly_usage_for_profiled_hosts_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v1/usage/profiling", "queryStringParameters": { "start_hr": [ - "2022-01-26T09:34:34.802Z" + "2025-05-07T11:36:03.746Z" ], "end_hr": [ - "2022-01-28T09:34:34.802Z" + "2025-05-09T11:36:03.746Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "913697ec-9284-8262-9051-5b497b3b93f9" + "id": "8ec38762-41e6-3800-020e-45ee50a856b3" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze index 3c9df95c20d..4eadcc8ea6c 100644 --- a/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.freeze @@ -1 +1 @@ -2022-05-10T15:31:42.562Z \ No newline at end of file +2025-05-12T14:02:23.417Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.json index 5cf657c9548..267b5ccc55e 100644 --- a/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_mobile_hourly_usage_for_RUM_Sessions_returns_OK_response.json @@ -6,10 +6,10 @@ "path": "/api/v1/usage/rum_sessions", "queryStringParameters": { "start_hr": [ - "2022-05-05T15:31:42.562Z" + "2025-05-07T14:02:23.417Z" ], "end_hr": [ - "2022-05-07T15:31:42.562Z" + "2025-05-09T14:02:23.417Z" ], "type": [ "mobile" @@ -19,7 +19,7 @@ "secure": true }, "httpResponse": { - "body": "{\"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}]}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -34,6 +34,6 @@ "timeToLive": { "unlimited": true }, - "id": "d3b27331-9072-5c0f-67a1-11172fed82ad" + "id": "1cede2b2-e7de-c8b4-81c9-8b182b823aa7" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.freeze b/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.freeze index 855a71019c0..0d65b05a41f 100644 --- a/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.freeze @@ -1 +1 @@ -2022-05-23T08:46:27.028Z \ No newline at end of file +2025-05-12T11:36:05.278Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.json index 048172659d2..48a824680dc 100644 --- a/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_monthly_usage_attribution_returns_OK_response.json @@ -6,7 +6,7 @@ "path": "/api/v1/usage/monthly-attribution", "queryStringParameters": { "start_month": [ - "2022-05-20T08:46:27.028Z" + "2025-05-09T11:36:05.278Z" ], "fields": [ "infra_host_usage" @@ -16,7 +16,7 @@ "secure": true }, "httpResponse": { - "body": "{\"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\"}]}}", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "236c5606-1411-c26b-ddfb-88e0e5b54fb1" + "id": "e102ce28-3247-d333-b06e-7d4a4a079496" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_specified_daily_custom_reports_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_specified_daily_custom_reports_returns_OK_response.json index 8674e09404a..bcf518bd0e5 100644 --- a/src/test/resources/cassettes/features/v1/Get_specified_daily_custom_reports_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_specified_daily_custom_reports_returns_OK_response.json @@ -23,6 +23,6 @@ "timeToLive": { "unlimited": true }, - "id": "264bbf48-0d1c-4fb3-b06e-c2df748b9aa0" + "id": "0f57d45f-934a-276e-f12f-0d544fc249f1" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v1/Get_specified_monthly_custom_reports_returns_OK_response.json b/src/test/resources/cassettes/features/v1/Get_specified_monthly_custom_reports_returns_OK_response.json index 95c1bbdbf6e..c4e00b6b5f1 100644 --- a/src/test/resources/cassettes/features/v1/Get_specified_monthly_custom_reports_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v1/Get_specified_monthly_custom_reports_returns_OK_response.json @@ -23,6 +23,6 @@ "timeToLive": { "unlimited": true }, - "id": "f77b0f2a-fd95-4ffa-0ae3-94e795369285" + "id": "c8314f88-966f-8b22-effe-d0a90b7bbea7" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.freeze index 0428b0666bc..417eb6677f3 100644 --- a/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-11-03T21:08:41.229Z \ No newline at end of file +2025-05-12T12:32:55.283Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.json index d97374a82cf..2b4b19ba06b 100644 --- a/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_both_start_month_and_start_date_returns_Bad_Request_response.json @@ -9,10 +9,10 @@ "sub-org" ], "start_month": [ - "2022-11-03T21:08:41.229Z" + "2025-05-12T12:32:55.283Z" ], "start_date": [ - "2022-10-31T21:08:41.229Z" + "2025-05-09T12:32:55.283Z" ] }, "keepAlive": false, @@ -34,6 +34,6 @@ "timeToLive": { "unlimited": true }, - "id": "f0e71e06-e09b-dc33-3a8e-4a09733b118a" + "id": "b9294e48-8e2b-7380-b983-bfd2612e1f4e" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_start_month_returns_OK_response.json b/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_start_month_returns_OK_response.json index e542af32ede..bed4c318037 100644 --- a/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_start_month_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/GetEstimatedCostByOrg_with_start_month_returns_OK_response.json @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "4ad0a8d9-835d-f4c0-6695-ca3d93866e34" + "id": "5d045f7e-ad33-8212-1e1d-c6bd05f4b1b5" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_Bad_Request_response.json index 57f6e6b9dfe..cf1cb91462f 100644 --- a/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_Bad_Request_response.json @@ -34,6 +34,6 @@ "timeToLive": { "unlimited": true }, - "id": "d8bfe45e-e734-ef1f-04c4-be094f96d654" + "id": "63e74d6a-c0cd-a21f-cc41-b65b6588c1d7" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_OK_response.json index 31986efb5f5..b4e83a539db 100644 --- a/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_Monthly_Cost_Attribution_returns_OK_response.json @@ -34,6 +34,6 @@ "timeToLive": { "unlimited": true }, - "id": "ef93009d-163d-faed-a249-cd00d86a8695" + "id": "eac4fac4-365a-3832-b211-9a1176c95641" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.freeze index 39059c18a99..db344ea8a42 100644 --- a/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.freeze @@ -1 +1 @@ -2023-11-16T16:03:39.691Z \ No newline at end of file +2025-05-12T12:32:49.248Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.json index 70a935a8554..1621cf891e9 100644 --- a/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_active_billing_dimensions_for_cost_attribution_returns_OK_response.json @@ -8,7 +8,7 @@ "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -23,6 +23,6 @@ "timeToLive": { "unlimited": true }, - "id": "35fc0569-7a05-a527-1bbf-430b1b46fa5a" + "id": "85a09585-b3df-6fd8-fc44-66d34ac2dcdc" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.freeze index ccd20a30522..a8e401e5c98 100644 --- a/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2024-10-28T16:04:40.774Z \ No newline at end of file +2025-05-12T12:32:49.734Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.json index da029f04a52..cad40e96bec 100644 --- a/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v2/Get_billing_dimension_mapping_for_usage_endpoints_returns_Bad_Request_response.json @@ -23,6 +23,6 @@ "timeToLive": { "unlimited": true }, - "id": "49fc3efb-4f23-bbde-b855-c3d4aa87f91c" + "id": "285be917-c7cf-6fb8-8903-f51e79de490e" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_cost_across_multi_org_account_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_cost_across_multi_org_account_returns_OK_response.json index 2659ea95a30..db8cb38045c 100644 --- a/src/test/resources/cassettes/features/v2/Get_cost_across_multi_org_account_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_cost_across_multi_org_account_returns_OK_response.json @@ -28,6 +28,6 @@ "timeToLive": { "unlimited": true }, - "id": "7e51acf9-1db3-32d5-aac6-b95e23dcdc6b" + "id": "c2ffad4f-dc03-cca8-ca2b-73052d097e04" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_historical_cost_across_your_account_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_historical_cost_across_your_account_returns_OK_response.json index b98990bd94a..bf320f05b64 100644 --- a/src/test/resources/cassettes/features/v2/Get_historical_cost_across_your_account_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_historical_cost_across_your_account_returns_OK_response.json @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "00e64e12-6be3-5886-239c-df1fc03b27af" + "id": "e69f64b4-2575-8f7e-f618-754e86c55bcd" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.freeze index ae53da8685e..1230463fb57 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-07-19T14:57:41.335Z \ No newline at end of file +2025-05-12T12:32:50.132Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.json index 4a685b6827f..77e7774ed5f 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_Bad_Request_response.json @@ -6,10 +6,10 @@ "path": "/api/v2/usage/hourly_usage", "queryStringParameters": { "filter[timestamp][start]": [ - "2022-07-16T14:57:41.335Z" + "2025-05-09T12:32:50.132Z" ], "filter[timestamp][end]": [ - "2022-07-14T14:57:41.335Z" + "2025-05-07T12:32:50.132Z" ], "filter[product_families]": [ "infra_hosts" @@ -19,7 +19,7 @@ "secure": true }, "httpResponse": { - "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}\n", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -34,6 +34,6 @@ "timeToLive": { "unlimited": true }, - "id": "cc496d18-a216-a654-906e-24e1671e2b27" + "id": "5a771a18-73ce-8775-cbe1-7d6517274c4a" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.freeze index 306317fb78d..d43da3f1df6 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.freeze @@ -1 +1 @@ -2022-07-19T14:57:41.821Z \ No newline at end of file +2025-05-12T12:32:50.286Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.json index 739e08cc07d..d5c211facf6 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_by_product_family_returns_OK_response.json @@ -6,7 +6,7 @@ "path": "/api/v2/usage/hourly_usage", "queryStringParameters": { "filter[timestamp][start]": [ - "2022-07-16T14:57:41.821Z" + "2025-05-09T12:32:50.286Z" ], "filter[product_families]": [ "infra_hosts" @@ -16,7 +16,7 @@ "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "f3d4433c-1974-b96f-6e82-9b5467e0b17c" + "id": "b4bf8a36-a4c1-9c21-3fab-cac320b8616a" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.freeze index 9173d489049..fc21d3cae90 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-05-02T16:40:49.302Z \ No newline at end of file +2025-05-12T12:32:51.415Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.json index c5dc2345974..87e40f94a95 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Application_Security_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v2/usage/application_security", "queryStringParameters": { "start_hr": [ - "2022-04-29T16:40:49.302Z" + "2025-05-09T12:32:51.415Z" ], "end_hr": [ - "2022-04-27T16:40:49.302Z" + "2025-05-07T12:32:51.415Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}\n", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "956ce8ed-8bb5-c37a-2ba7-722998e91236" + "id": "1ba42439-40fe-787a-b9a0-f3db47e68e44" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.freeze index 79cf778bd3a..88b2ea81e24 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2024-01-24T20:56:23.911Z \ No newline at end of file +2025-05-12T12:32:51.888Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.json index 83f4f05f1d4..67ea23a82b6 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_Bad_Request_response.json @@ -6,10 +6,10 @@ "path": "/api/v2/usage/lambda_traced_invocations", "queryStringParameters": { "start_hr": [ - "2024-01-21T20:56:23.911Z" + "2025-05-09T12:32:51.888Z" ], "end_hr": [ - "2024-01-19T20:56:23.911Z" + "2025-05-07T12:32:51.888Z" ] }, "keepAlive": false, @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "af201a68-1472-acf2-fa02-feb5049e78f4" + "id": "4b8e4cc2-c0a6-d61f-10f2-1d18c64ddfa6" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.freeze index 059c2884ec9..fd274906478 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.freeze @@ -1 +1 @@ -2024-01-24T20:54:39.781Z \ No newline at end of file +2025-05-12T12:32:52.291Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.json index a7dd419d048..656e7731d0c 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Lambda_traced_invocations_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v2/usage/lambda_traced_invocations", "queryStringParameters": { "start_hr": [ - "2024-01-19T20:54:39.781Z" + "2025-05-07T12:32:52.291Z" ], "end_hr": [ - "2024-01-21T20:54:39.781Z" + "2025-05-09T12:32:52.291Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "f98e6a11-f85e-f6a5-fe2d-415bfb559ab0" + "id": "41592565-baac-bc0d-db70-f3c6d3648f10" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.freeze index 497111cfbe0..ad90dcde72a 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.freeze @@ -1 +1 @@ -2022-04-20T18:23:39.831Z \ No newline at end of file +2025-05-12T12:32:52.982Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.json index 055c74014c2..bb8f70a8931 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_Observability_Pipelines_returns_Bad_Request_response.json @@ -6,17 +6,17 @@ "path": "/api/v2/usage/observability_pipelines", "queryStringParameters": { "start_hr": [ - "2022-04-17T18:23:39.831Z" + "2025-05-09T12:32:52.982Z" ], "end_hr": [ - "2022-04-15T18:23:39.831Z" + "2025-05-07T12:32:52.982Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}\n", + "body": "{\"errors\":[\"start_hr [YYYY-MM-DDThh] must be before end_hr [YYYY-MM-DDThh]\"]}", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "d86f42c4-acb7-c19d-3565-62dc99f0eda7" + "id": "e6cca33e-5dd0-3b0a-b12e-ab315e2f5c0c" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.freeze index b971b406726..4fe5833c5da 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.freeze @@ -1 +1 @@ -2023-10-16T15:16:50.772Z \ No newline at end of file +2025-05-12T12:32:53.445Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.json index 99230280f75..8ed070f50d9 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_application_security_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v2/usage/application_security", "queryStringParameters": { "start_hr": [ - "2023-10-11T15:16:50.772Z" + "2025-05-07T12:32:53.445Z" ], "end_hr": [ - "2023-10-13T15:16:50.772Z" + "2025-05-09T12:32:53.445Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "2bdce960-db39-fd02-83d3-0e5c5574ea49" + "id": "2f79a0b7-d88a-1765-c700-f1162c2da57f" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.freeze index 1bf44591bfa..c87584c611f 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.freeze @@ -1 +1 @@ -2023-10-16T15:14:35.114Z \ No newline at end of file +2025-05-12T12:32:54.286Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.json index 3f9292804da..407dba7c4b6 100644 --- a/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_hourly_usage_for_observability_pipelines_returns_OK_response.json @@ -6,17 +6,17 @@ "path": "/api/v2/usage/observability_pipelines", "queryStringParameters": { "start_hr": [ - "2023-10-11T15:14:35.114Z" + "2025-05-07T12:32:54.286Z" ], "end_hr": [ - "2023-10-13T15:14:35.114Z" + "2025-05-09T12:32:54.286Z" ] }, "keepAlive": false, "secure": true }, "httpResponse": { - "body": "{\"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", + "body": "{\"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", "headers": { "Content-Type": [ "application/json" @@ -31,6 +31,6 @@ "timeToLive": { "unlimited": true }, - "id": "7ad3c36a-52e7-ef43-c730-4f72ee9a3530" + "id": "b39e4413-cd7b-49bc-9149-a98daebd6763" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_projected_cost_across_your_account_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_projected_cost_across_your_account_returns_OK_response.json index 385f1117cb6..17434f0bc14 100644 --- a/src/test/resources/cassettes/features/v2/Get_projected_cost_across_your_account_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_projected_cost_across_your_account_returns_OK_response.json @@ -28,6 +28,6 @@ "timeToLive": { "unlimited": true }, - "id": "05e1a681-deca-22ae-6e62-0c3911c3309e" + "id": "908e23b7-8b22-726d-7ac8-58ba1a7541b6" } ] \ No newline at end of file