Skip to content

Commit 100e6f2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 4fd1c189 of spec repo (#2463)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 04f42ee commit 100e6f2

File tree

13 files changed

+504
-36
lines changed

13 files changed

+504
-36
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.6",
7-
"regenerated": "2025-07-02 11:31:59.870293",
8-
"spec_repo_commit": "ab77d015"
7+
"regenerated": "2025-07-02 12:38:45.919876",
8+
"spec_repo_commit": "4fd1c189"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-02 11:31:59.886390",
13-
"spec_repo_commit": "ab77d015"
12+
"regenerated": "2025-07-02 12:38:45.936124",
13+
"spec_repo_commit": "4fd1c189"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 95 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33427,6 +33427,86 @@ paths:
3342733427
operator: OR
3342833428
permissions:
3342933429
- synthetics_write
33430+
/api/v1/synthetics/tests/search:
33431+
get:
33432+
description: Search for Synthetic tests and Test Suites.
33433+
operationId: SearchTests
33434+
parameters:
33435+
- description: If true, include the full configuration for each test in the
33436+
response.
33437+
in: query
33438+
name: include_full_config
33439+
required: false
33440+
schema:
33441+
type: boolean
33442+
- description: If true, returns suites instead of tests.
33443+
in: query
33444+
name: search_suites
33445+
required: false
33446+
schema:
33447+
type: boolean
33448+
- description: If true, return only facets instead of full test details.
33449+
in: query
33450+
name: facets_only
33451+
required: false
33452+
schema:
33453+
type: boolean
33454+
- description: The offset from which to start returning results.
33455+
in: query
33456+
name: start
33457+
required: false
33458+
schema:
33459+
default: 0
33460+
format: int64
33461+
type: integer
33462+
- description: The maximum number of results to return.
33463+
in: query
33464+
name: count
33465+
required: false
33466+
schema:
33467+
default: 50
33468+
format: int64
33469+
type: integer
33470+
- description: The sort order for the results (e.g., 'name,asc' or 'name,desc').
33471+
in: query
33472+
name: sort
33473+
required: false
33474+
schema:
33475+
default: name,asc
33476+
type: string
33477+
responses:
33478+
'200':
33479+
content:
33480+
application/json:
33481+
schema:
33482+
$ref: '#/components/schemas/SyntheticsListTestsResponse'
33483+
description: OK - Returns the list of Synthetic tests matching the search.
33484+
'403':
33485+
content:
33486+
application/json:
33487+
schema:
33488+
$ref: '#/components/schemas/APIErrorResponse'
33489+
description: Forbidden
33490+
'404':
33491+
content:
33492+
application/json:
33493+
schema:
33494+
$ref: '#/components/schemas/APIErrorResponse'
33495+
description: Not found
33496+
'429':
33497+
$ref: '#/components/responses/TooManyRequestsResponse'
33498+
security:
33499+
- apiKeyAuth: []
33500+
appKeyAuth: []
33501+
- AuthZ:
33502+
- synthetics_read
33503+
summary: Search Synthetic tests
33504+
tags:
33505+
- Synthetics
33506+
x-permission:
33507+
operator: OR
33508+
permissions:
33509+
- synthetics_read
3343033510
/api/v1/synthetics/tests/trigger:
3343133511
post:
3343233512
description: Trigger a set of Synthetic tests.
@@ -37222,13 +37302,21 @@ tags:
3722237302
name: Slack Integration
3722337303
- description: Take graph snapshots using the API.
3722437304
name: Snapshots
37225-
- description: "Datadog Synthetic Monitoring uses simulated user requests and browser
37226-
rendering to help you ensure uptime,\nidentify regional issues, and track your
37227-
application performance. Synthetic tests come in\ntwo different flavors, [API
37228-
tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)\nand [browser
37229-
tests](https://docs.datadoghq.com/synthetics/browser_tests). You can use Datadog\u2019s
37230-
API to\nmanage both test types programmatically.\n\nFor more information, see
37231-
the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/)."
37305+
- description: 'Datadog Synthetic Monitoring uses simulated user requests and browser
37306+
rendering to help you ensure uptime,
37307+
37308+
identify regional issues, and track your application performance. Synthetic tests
37309+
come in
37310+
37311+
two different flavors, [API tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)
37312+
37313+
and [browser tests](https://docs.datadoghq.com/synthetics/browser_tests). You
37314+
can use Datadog''s API to
37315+
37316+
manage both test types programmatically.
37317+
37318+
37319+
For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'
3723237320
name: Synthetics
3723337321
- description: 'The tag endpoint allows you to assign tags to hosts,
3723437322

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)