Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34053,7 +34053,7 @@ paths:
- synthetics_write
/api/v1/synthetics/tests/search:
get:
description: Search for Synthetic tests and Test Suites.
description: Search for Synthetic tests.
operationId: SearchTests
parameters:
- description: The search query.
Expand All @@ -34069,12 +34069,6 @@ paths:
required: false
schema:
type: boolean
- description: If true, returns suites instead of tests.
in: query
name: search_suites
required: false
schema:
type: boolean
- description: If true, return only facets instead of full test details.
in: query
name: facets_only
Expand Down
34 changes: 0 additions & 34 deletions examples/v1/synthetics/SearchTests_195957771.java

This file was deleted.

18 changes: 1 addition & 17 deletions src/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -3920,7 +3920,6 @@ public CompletableFuture<ApiResponse<SyntheticsTestDetails>> patchTestWithHttpIn
public static class SearchTestsOptionalParameters {
private String text;
private Boolean includeFullConfig;
private Boolean searchSuites;
private Boolean facetsOnly;
private Long start;
private Long count;
Expand Down Expand Up @@ -3949,17 +3948,6 @@ public SearchTestsOptionalParameters includeFullConfig(Boolean includeFullConfig
return this;
}

/**
* Set searchSuites.
*
* @param searchSuites If true, returns suites instead of tests. (optional)
* @return SearchTestsOptionalParameters
*/
public SearchTestsOptionalParameters searchSuites(Boolean searchSuites) {
this.searchSuites = searchSuites;
return this;
}

/**
* Set facetsOnly.
*
Expand Down Expand Up @@ -4065,7 +4053,7 @@ public CompletableFuture<SyntheticsListTestsResponse> searchTestsAsync(
}

/**
* Search for Synthetic tests and Test Suites.
* Search for Synthetic tests.
*
* @param parameters Optional parameters for the request.
* @return ApiResponse&lt;SyntheticsListTestsResponse&gt;
Expand All @@ -4085,7 +4073,6 @@ public ApiResponse<SyntheticsListTestsResponse> searchTestsWithHttpInfo(
Object localVarPostBody = null;
String text = parameters.text;
Boolean includeFullConfig = parameters.includeFullConfig;
Boolean searchSuites = parameters.searchSuites;
Boolean facetsOnly = parameters.facetsOnly;
Long start = parameters.start;
Long count = parameters.count;
Expand All @@ -4099,7 +4086,6 @@ public ApiResponse<SyntheticsListTestsResponse> searchTestsWithHttpInfo(
localVarQueryParams.addAll(apiClient.parameterToPairs("", "text", text));
localVarQueryParams.addAll(
apiClient.parameterToPairs("", "include_full_config", includeFullConfig));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "search_suites", searchSuites));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "facets_only", facetsOnly));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "start", start));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "count", count));
Expand Down Expand Up @@ -4138,7 +4124,6 @@ public CompletableFuture<ApiResponse<SyntheticsListTestsResponse>> searchTestsWi
Object localVarPostBody = null;
String text = parameters.text;
Boolean includeFullConfig = parameters.includeFullConfig;
Boolean searchSuites = parameters.searchSuites;
Boolean facetsOnly = parameters.facetsOnly;
Long start = parameters.start;
Long count = parameters.count;
Expand All @@ -4152,7 +4137,6 @@ public CompletableFuture<ApiResponse<SyntheticsListTestsResponse>> searchTestsWi
localVarQueryParams.addAll(apiClient.parameterToPairs("", "text", text));
localVarQueryParams.addAll(
apiClient.parameterToPairs("", "include_full_config", includeFullConfig));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "search_suites", searchSuites));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "facets_only", facetsOnly));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "start", start));
localVarQueryParams.addAll(apiClient.parameterToPairs("", "count", count));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"timeToLive": {
"unlimited": true
},
"id": "af617072-2860-ba27-e045-b00c8baf0188"
"id": "af617072-2860-ba27-e045-b00c8baf0187"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"timeToLive": {
"unlimited": true
},
"id": "af617072-2860-ba27-e045-b00c8baf0187"
"id": "af617072-2860-ba27-e045-b00c8baf0188"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "c206b9cd-771e-14f0-5d18-42a3a48556ce"
"id": "c206b9cd-771e-14f0-5d18-42a3a48556cf"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eeb"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eec"
},
{
"httpRequest": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"timeToLive": {
"unlimited": true
},
"id": "c206b9cd-771e-14f0-5d18-42a3a48556cf"
"id": "c206b9cd-771e-14f0-5d18-42a3a48556ce"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eec"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9ee9"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eee"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eed"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9ee9"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eea"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "9b33b83c-c8bb-714f-cf71-33ab2f3af9d3"
"id": "9b33b83c-c8bb-714f-cf71-33ab2f3af9d4"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "101a55f5-5a26-d616-5fb4-8d0451d83d10"
"id": "101a55f5-5a26-d616-5fb4-8d0451d83d11"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d0e"
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d10"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eea"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eeb"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eed"
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eee"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a94"
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a8e"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a9a"
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a93"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a8f"
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a94"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a99"
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a9a"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "6574cf7e-1c55-24e1-45d2-b92f9fa74d32"
"id": "6574cf7e-1c55-24e1-45d2-b92f9fa74d31"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "6574cf7e-1c55-24e1-45d2-b92f9fa74d2d"
"id": "6574cf7e-1c55-24e1-45d2-b92f9fa74d2e"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "6bb82102-e994-f0d1-ee96-e1e3f1d80fff"
"id": "6bb82102-e994-f0d1-ee96-e1e3f1d80ffd"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "516e2b97-25f6-b08c-4d4a-1da22948b330"
"id": "516e2b97-25f6-b08c-4d4a-1da22948b32e"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "c782b1f3-1b03-d50f-8fcd-12e51226c510"
"id": "c782b1f3-1b03-d50f-8fcd-12e51226c50c"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "76efebf6-d204-c8e8-5a8c-bd11c0a4ae45"
"id": "76efebf6-d204-c8e8-5a8c-bd11c0a4ae46"
},
{
"httpRequest": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"timeToLive": {
"unlimited": true
},
"id": "76efebf6-d204-c8e8-5a8c-bd11c0a4ae46"
"id": "76efebf6-d204-c8e8-5a8c-bd11c0a4ae47"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"timeToLive": {
"unlimited": true
},
"id": "76efebf6-d204-c8e8-5a8c-bd11c0a4ae43"
"id": "76efebf6-d204-c8e8-5a8c-bd11c0a4ae45"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e7e"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7f"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e7b"
"id": "01611a93-5e74-0630-3c51-f707c3b51e7a"
},
{
"httpRequest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"timeToLive": {
"unlimited": true
},
"id": "01611a93-5e74-0630-3c51-f707c3b51e83"
"id": "01611a93-5e74-0630-3c51-f707c3b51e81"
},
{
"httpRequest": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"timeToLive": {
"unlimited": true
},
"id": "e6af4a2f-dfda-8f06-6f3a-f5528b238aa6"
"id": "e6af4a2f-dfda-8f06-6f3a-f5528b238aa4"
},
{
"httpRequest": {
Expand Down
Loading