Skip to content

Commit c825c92

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e928bfe of spec repo
1 parent 68e860c commit c825c92

File tree

65 files changed

+1133
-477
lines changed

Some content is hidden

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

65 files changed

+1133
-477
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16568,7 +16568,7 @@ components:
1656816568
tests:
1656916569
description: Array of Synthetic tests configuration.
1657016570
items:
16571-
$ref: '#/components/schemas/SyntheticsTestDetails'
16571+
$ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps'
1657216572
type: array
1657316573
type: object
1657416574
SyntheticsLocalVariableParsingOptionsType:
@@ -17651,6 +17651,52 @@ components:
1765117651
- API
1765217652
- BROWSER
1765317653
- MOBILE
17654+
SyntheticsTestDetailsWithoutSteps:
17655+
description: Object containing details about your Synthetic test, without test
17656+
steps.
17657+
properties:
17658+
config:
17659+
$ref: '#/components/schemas/SyntheticsTestConfig'
17660+
creator:
17661+
$ref: '#/components/schemas/Creator'
17662+
locations:
17663+
description: Array of locations used to run the test.
17664+
example:
17665+
- aws:eu-west-3
17666+
items:
17667+
description: A location from which the test was run.
17668+
type: string
17669+
type: array
17670+
message:
17671+
description: Notification message associated with the test.
17672+
type: string
17673+
monitor_id:
17674+
description: The associated monitor ID.
17675+
format: int64
17676+
readOnly: true
17677+
type: integer
17678+
name:
17679+
description: Name of the test.
17680+
type: string
17681+
options:
17682+
$ref: '#/components/schemas/SyntheticsTestOptions'
17683+
public_id:
17684+
description: The test public ID.
17685+
readOnly: true
17686+
type: string
17687+
status:
17688+
$ref: '#/components/schemas/SyntheticsTestPauseStatus'
17689+
subtype:
17690+
$ref: '#/components/schemas/SyntheticsTestDetailsSubType'
17691+
tags:
17692+
description: Array of tags attached to the test.
17693+
items:
17694+
description: A tag attached to the test.
17695+
type: string
17696+
type: array
17697+
type:
17698+
$ref: '#/components/schemas/SyntheticsTestDetailsType'
17699+
type: object
1765417700
SyntheticsTestExecutionRule:
1765517701
description: Execution rule for a Synthetic test.
1765617702
enum:
@@ -35243,7 +35289,7 @@ paths:
3524335289
content:
3524435290
application/json:
3524535291
schema:
35246-
$ref: '#/components/schemas/SyntheticsTestDetails'
35292+
$ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps'
3524735293
description: OK
3524835294
'403':
3524935295
content:

0 commit comments

Comments
 (0)