From 20355e3dec22fe07068a3564ba0ce32f43f1ecfd Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 13 Dec 2024 14:33:15 +0000 Subject: [PATCH] Regenerate client from commit ed3bb0a0 of spec repo --- .apigentools-info | 8 ++++---- .../datadog/api/client/v2/api/container_images.feature | 8 ++++---- .../com/datadog/api/client/v2/api/containers.feature | 8 ++++---- .../com/datadog/api/client/v2/api/processes.feature | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index a1c26fa5bff..51b827ee88a 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-12 15:23:55.428002", - "spec_repo_commit": "222e1f81" + "regenerated": "2024-12-13 14:31:38.276524", + "spec_repo_commit": "ed3bb0a0" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-12 15:23:55.483586", - "spec_repo_commit": "222e1f81" + "regenerated": "2024-12-13 14:31:38.295547", + "spec_repo_commit": "ed3bb0a0" } } } \ No newline at end of file diff --git a/src/test/resources/com/datadog/api/client/v2/api/container_images.feature b/src/test/resources/com/datadog/api/client/v2/api/container_images.feature index ad6e1559bec..8e9162526cf 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/container_images.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/container_images.feature @@ -10,25 +10,25 @@ Feature: Container Images And an instance of "ContainerImages" API And new "ListContainerImages" request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get all Container Image groups returns "OK" response Given request contains "group_by" parameter with value "short_image" When the request is sent Then the response status is 200 OK And the response "data[0].attributes.name" is equal to "test_name" - @generated @skip @team:DataDog/processes + @generated @skip @team:DataDog/container-experiences Scenario: Get all Container Images returns "Bad Request" response When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get all Container Images returns "OK" response When the request is sent Then the response status is 200 OK And the response "data[0].attributes.name" is equal to "test_name" - @replay-only @skip-validation @team:DataDog/processes @with-pagination + @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination Scenario: Get all Container Images returns "OK" response with pagination Given request contains "page[size]" parameter with value 2 When the request with pagination is sent diff --git a/src/test/resources/com/datadog/api/client/v2/api/containers.feature b/src/test/resources/com/datadog/api/client/v2/api/containers.feature index 8149319237f..1e1e842371a 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/containers.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/containers.feature @@ -10,25 +10,25 @@ Feature: Containers And an instance of "Containers" API And new "ListContainers" request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get All Container groups returns "OK" response Given request contains "group_by" parameter with value "short_image" When the request is sent Then the response status is 200 OK And the response "data[0].attributes.count" is equal to 123 - @generated @skip @team:DataDog/processes + @generated @skip @team:DataDog/container-experiences Scenario: Get All Containers returns "Bad Request" response When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get All Containers returns "OK" response When the request is sent Then the response status is 200 OK And the response "data[0].attributes.name" is equal to "test_name" - @replay-only @skip-validation @team:DataDog/processes @with-pagination + @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination Scenario: Get All Containers returns "OK" response with pagination Given request contains "page[size]" parameter with value 2 When the request with pagination is sent diff --git a/src/test/resources/com/datadog/api/client/v2/api/processes.feature b/src/test/resources/com/datadog/api/client/v2/api/processes.feature index 0806c596fa7..7399829f2b4 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/processes.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/processes.feature @@ -11,12 +11,12 @@ Feature: Processes And an instance of "Processes" API And new "ListProcesses" request - @generated @skip @team:DataDog/processes + @generated @skip @team:DataDog/container-experiences Scenario: Get all processes returns "Bad Request" response When the request is sent Then the response status is 400 Bad Request - @team:DataDog/processes + @team:DataDog/container-experiences Scenario: Get all processes returns "OK" response Given request contains "search" parameter with value "process-agent" And request contains "tags" parameter with value "testing:true" @@ -24,7 +24,7 @@ Feature: Processes When the request is sent Then the response status is 200 OK - @replay-only @skip-validation @team:DataDog/processes @with-pagination + @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination Scenario: Get all processes returns "OK" response with pagination Given request contains "page[limit]" parameter with value 2 When the request with pagination is sent