Skip to content

Commit 918f8aa

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e928bfe of spec repo
1 parent 32adb0e commit 918f8aa

File tree

7 files changed

+409
-316
lines changed

7 files changed

+409
-316
lines changed

content/en/api/v1/synthetics/examples.json

Lines changed: 3 additions & 45 deletions
Large diffs are not rendered by default.

content/en/api/v2/case-management-attribute/examples.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

content/en/api/v2/case-management/examples.json

Lines changed: 16 additions & 33 deletions
Large diffs are not rendered by default.

content/en/api/v2/dora-metrics/examples.json

Lines changed: 80 additions & 48 deletions
Large diffs are not rendered by default.

content/en/api/v2/error-tracking/examples.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16804,7 +16804,7 @@ components:
1680416804
tests:
1680516805
description: Array of Synthetic tests configuration.
1680616806
items:
16807-
$ref: '#/components/schemas/SyntheticsTestDetails'
16807+
$ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps'
1680816808
type: array
1680916809
type: object
1681016810
SyntheticsLocalVariableParsingOptionsType:
@@ -17887,6 +17887,52 @@ components:
1788717887
- API
1788817888
- BROWSER
1788917889
- MOBILE
17890+
SyntheticsTestDetailsWithoutSteps:
17891+
description: Object containing details about your Synthetic test, without test
17892+
steps.
17893+
properties:
17894+
config:
17895+
$ref: '#/components/schemas/SyntheticsTestConfig'
17896+
creator:
17897+
$ref: '#/components/schemas/Creator'
17898+
locations:
17899+
description: Array of locations used to run the test.
17900+
example:
17901+
- aws:eu-west-3
17902+
items:
17903+
description: A location from which the test was run.
17904+
type: string
17905+
type: array
17906+
message:
17907+
description: Notification message associated with the test.
17908+
type: string
17909+
monitor_id:
17910+
description: The associated monitor ID.
17911+
format: int64
17912+
readOnly: true
17913+
type: integer
17914+
name:
17915+
description: Name of the test.
17916+
type: string
17917+
options:
17918+
$ref: '#/components/schemas/SyntheticsTestOptions'
17919+
public_id:
17920+
description: The test public ID.
17921+
readOnly: true
17922+
type: string
17923+
status:
17924+
$ref: '#/components/schemas/SyntheticsTestPauseStatus'
17925+
subtype:
17926+
$ref: '#/components/schemas/SyntheticsTestDetailsSubType'
17927+
tags:
17928+
description: Array of tags attached to the test.
17929+
items:
17930+
description: A tag attached to the test.
17931+
type: string
17932+
type: array
17933+
type:
17934+
$ref: '#/components/schemas/SyntheticsTestDetailsType'
17935+
type: object
1789017936
SyntheticsTestExecutionRule:
1789117937
description: Execution rule for a Synthetic test.
1789217938
enum:
@@ -36321,7 +36367,7 @@ paths:
3632136367
content:
3632236368
application/json:
3632336369
schema:
36324-
$ref: '#/components/schemas/SyntheticsTestDetails'
36370+
$ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps'
3632536371
description: OK
3632636372
'403':
3632736373
content:

0 commit comments

Comments
 (0)