Skip to content

Commit 0dfc312

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 4fd1c18 of spec repo (#2462)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 5fd6bba commit 0dfc312

File tree

10 files changed

+469
-32
lines changed

10 files changed

+469
-32
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 98 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34249,6 +34249,89 @@ paths:
3424934249
- synthetics_write
3425034250
x-undo:
3425134251
type: idempotent
34252+
/api/v1/synthetics/tests/search:
34253+
get:
34254+
description: Search for Synthetic tests and Test Suites.
34255+
operationId: SearchTests
34256+
parameters:
34257+
- description: If true, include the full configuration for each test in the
34258+
response.
34259+
in: query
34260+
name: include_full_config
34261+
required: false
34262+
schema:
34263+
type: boolean
34264+
- description: If true, returns suites instead of tests.
34265+
in: query
34266+
name: search_suites
34267+
required: false
34268+
schema:
34269+
type: boolean
34270+
- description: If true, return only facets instead of full test details.
34271+
in: query
34272+
name: facets_only
34273+
required: false
34274+
schema:
34275+
type: boolean
34276+
- description: The offset from which to start returning results.
34277+
in: query
34278+
name: start
34279+
required: false
34280+
schema:
34281+
default: 0
34282+
format: int64
34283+
type: integer
34284+
- description: The maximum number of results to return.
34285+
in: query
34286+
name: count
34287+
required: false
34288+
schema:
34289+
default: 50
34290+
format: int64
34291+
type: integer
34292+
- description: The sort order for the results (e.g., 'name,asc' or 'name,desc').
34293+
in: query
34294+
name: sort
34295+
required: false
34296+
schema:
34297+
default: name,asc
34298+
type: string
34299+
responses:
34300+
'200':
34301+
content:
34302+
application/json:
34303+
schema:
34304+
$ref: '#/components/schemas/SyntheticsListTestsResponse'
34305+
description: OK - Returns the list of Synthetic tests matching the search.
34306+
'403':
34307+
content:
34308+
application/json:
34309+
schema:
34310+
$ref: '#/components/schemas/APIErrorResponse'
34311+
description: Forbidden
34312+
'404':
34313+
content:
34314+
application/json:
34315+
schema:
34316+
$ref: '#/components/schemas/APIErrorResponse'
34317+
description: Not found
34318+
'429':
34319+
$ref: '#/components/responses/TooManyRequestsResponse'
34320+
security:
34321+
- apiKeyAuth: []
34322+
appKeyAuth: []
34323+
- AuthZ:
34324+
- synthetics_read
34325+
summary: Search Synthetic tests
34326+
tags:
34327+
- Synthetics
34328+
x-menu-order: 34
34329+
x-permission:
34330+
operator: OR
34331+
permissions:
34332+
- synthetics_read
34333+
x-undo:
34334+
type: safe
3425234335
/api/v1/synthetics/tests/trigger:
3425334336
post:
3425434337
description: Trigger a set of Synthetic tests.
@@ -38253,13 +38336,21 @@ tags:
3825338336
name: Slack Integration
3825438337
- description: Take graph snapshots using the API.
3825538338
name: Snapshots
38256-
- description: "Datadog Synthetic Monitoring uses simulated user requests and browser
38257-
rendering to help you ensure uptime,\nidentify regional issues, and track your
38258-
application performance. Synthetic tests come in\ntwo different flavors, [API
38259-
tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)\nand [browser
38260-
tests](https://docs.datadoghq.com/synthetics/browser_tests). You can use Datadog\u2019s
38261-
API to\nmanage both test types programmatically.\n\nFor more information, see
38262-
the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/)."
38339+
- description: 'Datadog Synthetic Monitoring uses simulated user requests and browser
38340+
rendering to help you ensure uptime,
38341+
38342+
identify regional issues, and track your application performance. Synthetic tests
38343+
come in
38344+
38345+
two different flavors, [API tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)
38346+
38347+
and [browser tests](https://docs.datadoghq.com/synthetics/browser_tests). You
38348+
can use Datadog''s API to
38349+
38350+
manage both test types programmatically.
38351+
38352+
38353+
For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'
3826338354
name: Synthetics
3826438355
- description: 'The tag endpoint allows you to assign tags to hosts,
3826538356

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2025-07-01T15:52:56.329Z"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"log": {
3+
"_recordingName": "Synthetics/Search Synthetic tests with boolean query parameters",
4+
"creator": {
5+
"comment": "persister:fs",
6+
"name": "Polly.JS",
7+
"version": "6.0.5"
8+
},
9+
"entries": [
10+
{
11+
"_id": "1e11963d271730b493953ca218c6dc16",
12+
"_order": 0,
13+
"cache": {},
14+
"request": {
15+
"bodySize": 0,
16+
"cookies": [],
17+
"headers": [
18+
{
19+
"_fromType": "array",
20+
"name": "accept",
21+
"value": "application/json"
22+
}
23+
],
24+
"headersSize": 610,
25+
"httpVersion": "HTTP/1.1",
26+
"method": "GET",
27+
"queryString": [
28+
{
29+
"name": "include_full_config",
30+
"value": "true"
31+
},
32+
{
33+
"name": "search_suites",
34+
"value": "true"
35+
},
36+
{
37+
"name": "facets_only",
38+
"value": "true"
39+
},
40+
{
41+
"name": "start",
42+
"value": "10"
43+
},
44+
{
45+
"name": "count",
46+
"value": "5"
47+
},
48+
{
49+
"name": "sort",
50+
"value": "name,desc"
51+
}
52+
],
53+
"url": "https://api.datadoghq.com/api/v1/synthetics/tests/search?include_full_config=true&search_suites=true&facets_only=true&start=10&count=5&sort=name%2Cdesc"
54+
},
55+
"response": {
56+
"bodySize": 35,
57+
"content": {
58+
"mimeType": "application/json",
59+
"size": 35,
60+
"text": "{\"tests\":[],\"total\":0,\"facets\":[]}"
61+
},
62+
"cookies": [],
63+
"headers": [
64+
{
65+
"name": "content-type",
66+
"value": "application/json"
67+
}
68+
],
69+
"headersSize": 692,
70+
"httpVersion": "HTTP/1.1",
71+
"redirectURL": "",
72+
"status": 200,
73+
"statusText": "OK"
74+
},
75+
"startedDateTime": "2025-07-01T15:52:56.562Z",
76+
"time": 315
77+
}
78+
],
79+
"pages": [],
80+
"version": "1.2"
81+
}
82+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2024-12-09T11:18:22.632Z"
1+
"2025-07-01T15:52:56.929Z"

0 commit comments

Comments
 (0)