Skip to content

Commit c6a4eb7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0d1b8737 of spec repo (#969)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent d5ba99a commit c6a4eb7

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.2",
7-
"regenerated": "2022-04-20 18:58:38.947898",
8-
"spec_repo_commit": "8df9ca3b"
7+
"regenerated": "2022-04-22 09:14:26.424133",
8+
"spec_repo_commit": "0d1b8737"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-04-20 18:58:38.961982",
13-
"spec_repo_commit": "8df9ca3b"
12+
"regenerated": "2022-04-22 09:14:26.438841",
13+
"spec_repo_commit": "0d1b8737"
1414
}
1515
}
1616
}

tests/v2/features/audit.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Feature: Audit
1919
When the request is sent
2020
Then the response status is 200 OK
2121

22-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/team-aaa @with-pagination
22+
@replay-only @team:DataDog/team-aaa @with-pagination
2323
Scenario: Get a list of Audit Logs events returns "OK" response with pagination
2424
Given new "ListAuditLogs" request
2525
And request contains "page[limit]" parameter with value 2
@@ -41,7 +41,7 @@ Feature: Audit
4141
When the request is sent
4242
Then the response status is 200 OK
4343

44-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/team-aaa @with-pagination
44+
@replay-only @team:DataDog/team-aaa @with-pagination
4545
Scenario: Search Audit Logs events returns "OK" response with pagination
4646
Given new "SearchAuditLogs" request
4747
And body with value {"filter": {"from": "now-15m", "to": "now"}, "options": {"timezone": "GMT"}, "page": {"limit": 2}, "sort": "timestamp"}

tests/v2/features/incidents.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Feature: Incidents
9191
When the request is sent
9292
Then the response status is 200 OK
9393

94-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/incident-app @with-pagination
94+
@replay-only @team:DataDog/incident-app @with-pagination
9595
Scenario: Get a list of incidents returns "OK" response with pagination
9696
Given operation "ListIncidents" enabled
9797
And new "ListIncidents" request

tests/v2/features/logs.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Feature: Logs
5252
When the request is sent
5353
Then the response status is 200 OK
5454

55-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/logs-app @with-pagination
55+
@replay-only @team:DataDog/logs-app @with-pagination
5656
Scenario: Get a list of logs returns "OK" response with pagination
5757
Given a valid "appKeyAuth" key in the system
5858
And new "ListLogsGet" request
@@ -89,7 +89,7 @@ Feature: Logs
8989
When the request is sent
9090
Then the response status is 200 OK
9191

92-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/logs-app @with-pagination
92+
@replay-only @team:DataDog/logs-app @with-pagination
9393
Scenario: Search logs returns "OK" response with pagination
9494
Given a valid "appKeyAuth" key in the system
9595
And new "ListLogs" request

tests/v2/features/processes.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Feature: Processes
2222
When the request is sent
2323
Then the response status is 200 OK
2424

25-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/processes @with-pagination
25+
@replay-only @team:DataDog/processes @with-pagination
2626
Scenario: Get all processes returns "OK" response with pagination
2727
Given request contains "page[limit]" parameter with value 2
2828
When the request with pagination is sent

tests/v2/features/rum.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Feature: RUM
3333
When the request is sent
3434
Then the response status is 200 OK
3535

36-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/rum-back @with-pagination
36+
@replay-only @team:DataDog/rum-back @with-pagination
3737
Scenario: Get a list of RUM events returns "OK" response with pagination
3838
Given new "ListRUMEvents" request
3939
And request contains "page[limit]" parameter with value 2
@@ -55,7 +55,7 @@ Feature: RUM
5555
When the request is sent
5656
Then the response status is 200 OK
5757

58-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/rum-back @with-pagination
58+
@replay-only @team:DataDog/rum-back @with-pagination
5959
Scenario: Search RUM events returns "OK" response with pagination
6060
Given new "SearchRUMEvents" request
6161
And body with value {"filter": {"from": "now-15m", "query": "@type:session AND @session.type:user", "to": "now"}, "options": {"time_offset": 0, "timezone": "GMT"}, "page": {"limit": 2}, "sort": "timestamp"}

tests/v2/features/security_monitoring.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Feature: Security Monitoring
116116
When the request is sent
117117
Then the response status is 200 OK
118118

119-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/security-monitoring @with-pagination
119+
@replay-only @team:DataDog/security-monitoring @with-pagination
120120
Scenario: Get a list of security signals returns "OK" response with pagination
121121
Given operation "SearchSecurityMonitoringSignals" enabled
122122
And new "SearchSecurityMonitoringSignals" request
@@ -139,7 +139,7 @@ Feature: Security Monitoring
139139
When the request is sent
140140
Then the response status is 200 OK
141141

142-
@replay-only @skip-go @skip-java @skip-typescript @team:DataDog/security-monitoring @with-pagination
142+
@replay-only @team:DataDog/security-monitoring @with-pagination
143143
Scenario: Get a quick list of security signals returns "OK" response with pagination
144144
Given operation "ListSecurityMonitoringSignals" enabled
145145
And new "ListSecurityMonitoringSignals" request

0 commit comments

Comments
 (0)