Skip to content

Commit da1e248

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 73d92fb of spec repo
1 parent 52579f2 commit da1e248

File tree

59 files changed

+3792
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3792
-48
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15720,6 +15720,8 @@ components:
1572015720
- grpcMetadata
1572115721
- grpcProto
1572215722
- connection
15723+
- multiNetworkHop
15724+
- jitter
1572315725
example: statusCode
1572415726
type: string
1572515727
x-enum-varnames:
@@ -15742,6 +15744,8 @@ components:
1574215744
- GRPC_METADATA
1574315745
- GRPC_PROTO
1574415746
- CONNECTION
15747+
- MULTI_NETWORK_HOP
15748+
- JITTER
1574515749
SyntheticsAssertionXPathOperator:
1574615750
description: Assertion operator to apply.
1574715751
enum:
@@ -18125,16 +18129,18 @@ components:
1812518129
- WEBSOCKET
1812618130
- GRPC
1812718131
SyntheticsTestDetailsType:
18128-
description: Type of the Synthetic test, either `api` or `browser`.
18132+
description: Type of the Synthetic test.
1812918133
enum:
1813018134
- api
1813118135
- browser
1813218136
- mobile
18137+
- network
1813318138
type: string
1813418139
x-enum-varnames:
1813518140
- API
1813618141
- BROWSER
1813718142
- MOBILE
18143+
- NETWORK
1813818144
SyntheticsTestDetailsWithoutSteps:
1813918145
description: Object containing details about your Synthetic test, without test
1814018146
steps.
@@ -39523,18 +39529,21 @@ tags:
3952339529
name: Slack Integration
3952439530
- description: Take graph snapshots using the API.
3952539531
name: Snapshots
39526-
- description: 'Datadog Synthetic Monitoring uses simulated user requests and browser
39527-
rendering to help you ensure uptime,
39532+
- description: 'Synthetic tests use simulated requests and actions so you can monitor
39533+
the availability and performance of systems and applications. Datadog supports
39534+
the following types of synthetic tests:
39535+
39536+
- [API tests](https://docs.datadoghq.com/synthetics/api_tests/)
39537+
39538+
- [Browser tests](https://docs.datadoghq.com/synthetics/browser_tests)
3952839539

39529-
identify regional issues, and track your application performance. Synthetic tests
39530-
come in
39540+
- [Network Path tests](https://docs.datadoghq.com/synthetics/network_path_tests/)
3953139541

39532-
two different flavors, [API tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)
39542+
- [Mobile Application tests](https://docs.datadoghq.com/synthetics/mobile_app_testing)
3953339543

39534-
and [browser tests](https://docs.datadoghq.com/synthetics/browser_tests). You
39535-
can use Datadog''s API to
3953639544

39537-
manage both test types programmatically.
39545+
You can use the Datadog API to create, manage, and organize tests and test suites
39546+
programmatically.
3953839547

3953939548

3954039549
For more information, see the [Synthetic Monitoring documentation](https://docs.datadoghq.com/synthetics/).'

0 commit comments

Comments
 (0)