From 87a3414e100466645f03c41602beccb56efde3c1 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:17:29 +0000 Subject: [PATCH] Remove total=recall from example. (#2505) Co-authored-by: ci.datadog-api-spec --- .apigentools-info | 8 ++++---- examples/v2/logs/AggregateLogs_2955613758.java | 4 +--- .../Aggregate_compute_events_returns_OK_response.freeze | 2 +- .../v2/Aggregate_compute_events_returns_OK_response.json | 2 +- ...ompute_events_with_group_by_returns_OK_response.freeze | 2 +- ..._compute_events_with_group_by_returns_OK_response.json | 6 +++--- .../v2/Aggregate_events_returns_OK_response.freeze | 2 +- .../features/v2/Aggregate_events_returns_OK_response.json | 2 +- .../Get_a_quick_list_of_logs_returns_OK_response.freeze | 2 +- .../v2/Get_a_quick_list_of_logs_returns_OK_response.json | 2 +- .../features/v2/Search_logs_returns_OK_response.freeze | 2 +- .../features/v2/Search_logs_returns_OK_response.json | 2 +- ...d_for_processing_always_202_empty_JSON_response.freeze | 2 +- .../resources/com/datadog/api/client/v2/api/logs.feature | 2 +- 14 files changed, 19 insertions(+), 21 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index c8f1875f8e6..da726c63917 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-02 11:36:23.196929", - "spec_repo_commit": "c09e55c6" + "regenerated": "2024-10-02 13:39:23.929055", + "spec_repo_commit": "e02e4f4c" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-02 11:36:23.285898", - "spec_repo_commit": "c09e55c6" + "regenerated": "2024-10-02 13:39:23.943702", + "spec_repo_commit": "e02e4f4c" } } } \ No newline at end of file diff --git a/examples/v2/logs/AggregateLogs_2955613758.java b/examples/v2/logs/AggregateLogs_2955613758.java index 60ab7160623..37bdb892cd6 100644 --- a/examples/v2/logs/AggregateLogs_2955613758.java +++ b/examples/v2/logs/AggregateLogs_2955613758.java @@ -12,7 +12,6 @@ import com.datadog.api.client.v2.model.LogsComputeType; import com.datadog.api.client.v2.model.LogsGroupBy; import com.datadog.api.client.v2.model.LogsGroupByMissing; -import com.datadog.api.client.v2.model.LogsGroupByTotal; import com.datadog.api.client.v2.model.LogsQueryFilter; import com.datadog.api.client.v2.model.LogsSortOrder; import java.util.Collections; @@ -46,8 +45,7 @@ public static void main(String[] args) { .type(LogsAggregateSortType.MEASURE) .order(LogsSortOrder.ASCENDING) .aggregation(LogsAggregationFunction.PERCENTILE_90) - .metric("@duration")) - .total(new LogsGroupByTotal("recall")))); + .metric("@duration")))); try { LogsAggregateResponse result = apiInstance.aggregateLogs(body); diff --git a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.freeze index 154d6796574..bd6add6cecd 100644 --- a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-06T00:51:50.120Z \ No newline at end of file +2024-10-01T15:36:42.516Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.json index 6e5f0271b3f..e699cf2989b 100644 --- a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_returns_OK_response.json @@ -12,7 +12,7 @@ "secure": true }, "httpResponse": { - "body": "{\"meta\":{\"status\":\"done\",\"request_id\":\"pddv1ChZ0Y2dJQVlDMVJOYWlYcjNJcDZfSnNnIiwKHJISw_RInEtZkOv0RnvMfFE5pDSf1A5hU7Jf6FISDPKeDBOH5N-0CxRhGA\",\"elapsed\":3},\"data\":{\"buckets\":[{\"computes\":{\"c0\":[{\"value\":1,\"time\":\"2022-01-06T00:40:00.000Z\"},{\"value\":1,\"time\":\"2022-01-06T00:50:00.000Z\"}]},\"by\":{}}]}}", + "body": "{\"meta\":{\"elapsed\":165,\"request_id\":\"pddv1ChY3VUd0WGZFS1IzNkpzaENGMDQ5dVlRIi0KHQwfsxs3-LlbabIdJPhP3_aSOsxZS1WRUrEaBffcEgxNrSsbB0hv7ccJCGk\",\"status\":\"done\"},\"data\":{\"buckets\":[]}}\n", "headers": { "Content-Type": [ "application/json" diff --git a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.freeze index 9508da41122..adfde6e67b7 100644 --- a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.freeze @@ -1 +1 @@ -2022-02-23T10:58:05.766Z \ No newline at end of file +2024-10-01T15:36:42.902Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.json index 70183343d5b..7df0b8068b6 100644 --- a/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Aggregate_compute_events_with_group_by_returns_OK_response.json @@ -3,7 +3,7 @@ "httpRequest": { "body": { "type": "JSON", - "json": "{\"compute\":[{\"aggregation\":\"count\",\"interval\":\"5m\",\"type\":\"timeseries\"}],\"filter\":{\"from\":\"now-15m\",\"indexes\":[\"main\"],\"query\":\"*\",\"to\":\"now\"},\"group_by\":[{\"facet\":\"host\",\"missing\":\"miss\",\"sort\":{\"aggregation\":\"pc90\",\"metric\":\"@duration\",\"order\":\"asc\",\"type\":\"measure\"},\"total\":\"recall\"}]}" + "json": "{\"compute\":[{\"aggregation\":\"count\",\"interval\":\"5m\",\"type\":\"timeseries\"}],\"filter\":{\"from\":\"now-15m\",\"indexes\":[\"main\"],\"query\":\"*\",\"to\":\"now\"},\"group_by\":[{\"facet\":\"host\",\"missing\":\"miss\",\"sort\":{\"aggregation\":\"pc90\",\"metric\":\"@duration\",\"order\":\"asc\",\"type\":\"measure\"}}]}" }, "headers": {}, "method": "POST", @@ -12,7 +12,7 @@ "secure": true }, "httpResponse": { - "body": "{\"meta\":{\"status\":\"done\",\"request_id\":\"pddv1ChZjajVGdnloOFRydURjT01RakZPRGJRIiwKHAubHcvWGIRKaJwUb1Qgc-peEYojhMk6Z3opAHYSDOMLcdT0IUoqNWaYdA\",\"elapsed\":10},\"data\":{\"buckets\":[{\"computes\":{\"c0\":[{\"value\":28,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":42,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"07266d86-ec5b-40cb-4060-e4d9\"}},{\"computes\":{\"c0\":[{\"value\":32,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":40,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"4a5a50c3-5d34-4009-74aa-38d8\"}},{\"computes\":{\"c0\":[{\"value\":28,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":44,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"3a1410f9-5b3b-44a8-52bc-5269\"}},{\"computes\":{\"c0\":[{\"value\":32,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":42,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"e17b600e-a2cf-4d23-4eb2-e648\"}},{\"computes\":{\"c0\":[{\"value\":28,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":44,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"3a6c8709-df68-49b2-5992-351d\"}},{\"computes\":{\"c0\":[{\"value\":28,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":42,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"f301493f-d994-4237-4a99-b382\"}},{\"computes\":{\"c0\":[{\"value\":28,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":42,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"4d77dd12-b3be-41fd-753b-fcbb\"}},{\"computes\":{\"c0\":[{\"value\":32,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":40,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"2961e831-36b5-4c2b-5853-b6d5\"}},{\"computes\":{\"c0\":[{\"value\":32,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":42,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"cec04667-4f47-4d64-4bf1-b449\"}},{\"computes\":{\"c0\":[{\"value\":32,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":80,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":42,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"352e5c4f-9d7d-4b5e-414f-4199\"}},{\"computes\":{\"c0\":[{\"value\":332,\"time\":\"2022-02-23T10:40:00.000Z\"},{\"value\":880,\"time\":\"2022-02-23T10:45:00.000Z\"},{\"value\":880,\"time\":\"2022-02-23T10:50:00.000Z\"},{\"value\":460,\"time\":\"2022-02-23T10:55:00.000Z\"}]},\"by\":{\"host\":\"recall\"}}]}}", + "body": "{\"meta\":{\"elapsed\":15,\"request_id\":\"pddv1ChZJZHpESXZreVRVU04ySjMwN1ZGU3JBIi0KHTpQ7N734J4KLzWgxOSfJsxi4hmH9Zp7S5bcjVbKEgw7sLHsv3QXsmnc0-k\",\"status\":\"done\"},\"data\":{\"buckets\":[]}}\n", "headers": { "Content-Type": [ "application/json" @@ -27,6 +27,6 @@ "timeToLive": { "unlimited": true }, - "id": "1eef1be9-24c8-7eb2-f722-7ce2a5cf1bca" + "id": "6cbf40fe-69ee-7669-e637-a58173c0b979" } ] \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.freeze index ed2a5ac5727..3e2573abfd4 100644 --- a/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-06T00:51:50.375Z \ No newline at end of file +2024-10-01T15:36:43.117Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.json index 2aa9eb068f3..cb768275691 100644 --- a/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Aggregate_events_returns_OK_response.json @@ -12,7 +12,7 @@ "secure": true }, "httpResponse": { - "body": "{\"meta\":{\"status\":\"done\",\"request_id\":\"pddv1ChZqNnEtQ2hTU1M5dTYxbWtrUGtBMGFBIi0KHVny0iHoClVAOb_xrSWcwl_hHz3QjhOb8cLTslhGEgz4EiXPOZ8kQFQe2Zw\",\"elapsed\":5},\"data\":{\"buckets\":[{\"computes\":{\"c0\":2},\"by\":{}}]}}", + "body": "{\"meta\":{\"elapsed\":10,\"request_id\":\"pddv1ChZNTFhDRTJTelQycXp1QXdlX1NmTlpRIi0KHe-ilFcY0rnsNmMKsu8hd-YRCNigxxg3E_n1PmI9EgxGTh_nEXTFJyr3H54\",\"status\":\"done\"},\"data\":{\"buckets\":[]}}\n", "headers": { "Content-Type": [ "application/json" diff --git a/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.freeze index aef7285a761..f8d63358f0c 100644 --- a/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.freeze @@ -1 +1 @@ -2023-07-05T20:27:06.820Z \ No newline at end of file +2024-10-01T15:36:43.285Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.json index 591e6e9203a..439d08d1213 100644 --- a/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Get_a_quick_list_of_logs_returns_OK_response.json @@ -25,7 +25,7 @@ "secure": true }, "httpResponse": { - "body": "{\"data\":[],\"meta\":{\"elapsed\":0,\"request_id\":\"pddv1ChZVZjdFSUNKdlM3LVBKNXNPcjR6R1hnIiwKHP4qJC1KWavJCGIvcezlUg3AhhLxU4JfitQ_QFESDFVjhmcEEEIN8NN7KA\",\"status\":\"done\"}}\n", + "body": "{\"data\":[],\"meta\":{\"elapsed\":0,\"request_id\":\"pddv1ChZnUldBVG01WlRMU2Q0d2xmaG1NWG1BIiwKHFtksVd_gLLg8oGdAfyjZkpusj-6_bbNxRpOSeoSDCx7sBKmq-5VxGtliw\",\"status\":\"done\"}}\n", "headers": { "Content-Type": [ "application/json" diff --git a/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.freeze b/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.freeze index c4faaed5cce..099d14f7b6e 100644 --- a/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.freeze +++ b/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.freeze @@ -1 +1 @@ -2022-01-06T00:51:50.851Z \ No newline at end of file +2024-10-01T15:36:43.434Z \ No newline at end of file diff --git a/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.json b/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.json index 7250474b9ca..2aedc7753c1 100644 --- a/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.json +++ b/src/test/resources/cassettes/features/v2/Search_logs_returns_OK_response.json @@ -12,7 +12,7 @@ "secure": true }, "httpResponse": { - "body": "{\"data\":[]}", + "body": "{\"data\":[],\"meta\":{\"elapsed\":0,\"request_id\":\"pddv1ChZDajdxSjQ4ZFJOT1VyZ2xURmRrSW5BIi0KHTBXibXkWStvRXkS72BJw44UvhZhIF-UDmT52UYhEgyW3j58vq2SlrrUWNc\",\"status\":\"done\"}}\n", "headers": { "Content-Type": [ "application/json" diff --git a/src/test/resources/cassettes/features/v2/Send_logs_returns_Request_accepted_for_processing_always_202_empty_JSON_response.freeze b/src/test/resources/cassettes/features/v2/Send_logs_returns_Request_accepted_for_processing_always_202_empty_JSON_response.freeze index f5a12f81bc7..5a96fec76d1 100644 --- a/src/test/resources/cassettes/features/v2/Send_logs_returns_Request_accepted_for_processing_always_202_empty_JSON_response.freeze +++ b/src/test/resources/cassettes/features/v2/Send_logs_returns_Request_accepted_for_processing_always_202_empty_JSON_response.freeze @@ -1 +1 @@ -2023-04-13T18:28:45.445Z \ No newline at end of file +2024-10-01T15:36:43.563Z \ No newline at end of file diff --git a/src/test/resources/com/datadog/api/client/v2/api/logs.feature b/src/test/resources/com/datadog/api/client/v2/api/logs.feature index 625f4fe82c7..183db4a9d65 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/logs.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/logs.feature @@ -21,7 +21,7 @@ Feature: Logs Scenario: Aggregate compute events with group by returns "OK" response Given a valid "appKeyAuth" key in the system And new "AggregateLogs" request - And body with value {"compute": [{"aggregation": "count", "interval": "5m", "type": "timeseries"}], "filter": {"from": "now-15m", "indexes": ["main"], "query": "*", "to": "now"}, "group_by": [{"facet": "host", "missing": "miss", "sort": {"type": "measure", "order": "asc", "aggregation": "pc90", "metric": "@duration"}, "total": "recall"}]} + And body with value {"compute": [{"aggregation": "count", "interval": "5m", "type": "timeseries"}], "filter": {"from": "now-15m", "indexes": ["main"], "query": "*", "to": "now"}, "group_by": [{"facet": "host", "missing": "miss", "sort": {"type": "measure", "order": "asc", "aggregation": "pc90", "metric": "@duration"}}]} When the request is sent Then the response status is 200 OK And the response "meta.status" is equal to "done"