Skip to content

Commit

Permalink
Regenerate client from commit ed3bb0a0 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 13, 2024
1 parent 51358ec commit 5d2c416
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-12 15:23:57.766531",
"spec_repo_commit": "222e1f81"
"regenerated": "2024-12-13 14:31:41.636551",
"spec_repo_commit": "ed3bb0a0"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-12 15:23:57.785483",
"spec_repo_commit": "222e1f81"
"regenerated": "2024-12-13 14:31:41.657621",
"spec_repo_commit": "ed3bb0a0"
}
}
}
8 changes: 4 additions & 4 deletions features/v2/container_images.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions features/v2/containers.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions features/v2/processes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ 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"
And request contains "page[limit]" parameter with value 2
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
Expand Down

0 comments on commit 5d2c416

Please sign in to comment.