Skip to content

Commit 660479d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1b56c3ba of spec repo
1 parent 45db5d2 commit 660479d

26 files changed

+699
-53
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": "2024-08-14 22:32:07.515779",
8-
"spec_repo_commit": "07d72513"
7+
"regenerated": "2024-08-16 13:40:32.441500",
8+
"spec_repo_commit": "1b56c3ba"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-14 22:32:07.533818",
13-
"spec_repo_commit": "07d72513"
12+
"regenerated": "2024-08-16 13:40:32.459608",
13+
"spec_repo_commit": "1b56c3ba"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15143,6 +15143,12 @@ components:
1514315143
description: Unique identifier of the global variable.
1514415144
readOnly: true
1514515145
type: string
15146+
is_fido:
15147+
description: Determines if the global variable is a FIDO variable.
15148+
type: boolean
15149+
is_totp:
15150+
description: Determines if the global variable is a TOTP/MFA variable.
15151+
type: boolean
1514615152
name:
1514715153
description: Name of the global variable. Unique across Synthetic global
1514815154
variables.
@@ -15233,6 +15239,53 @@ components:
1523315239
- JSON_PATH
1523415240
- REGEX
1523515241
- X_PATH
15242+
SyntheticsGlobalVariableRequest:
15243+
description: Details of the global variable to create.
15244+
properties:
15245+
attributes:
15246+
$ref: '#/components/schemas/SyntheticsGlobalVariableAttributes'
15247+
description:
15248+
description: Description of the global variable.
15249+
example: Example description
15250+
type: string
15251+
id:
15252+
description: Unique identifier of the global variable.
15253+
readOnly: true
15254+
type: string
15255+
is_fido:
15256+
description: Determines if the global variable is a FIDO variable.
15257+
type: boolean
15258+
is_totp:
15259+
description: Determines if the global variable is a TOTP/MFA variable.
15260+
type: boolean
15261+
name:
15262+
description: Name of the global variable. Unique across Synthetic global
15263+
variables.
15264+
example: MY_VARIABLE
15265+
type: string
15266+
parse_test_options:
15267+
$ref: '#/components/schemas/SyntheticsGlobalVariableParseTestOptions'
15268+
parse_test_public_id:
15269+
description: A Synthetic test ID to use as a test to generate the variable
15270+
value.
15271+
example: abc-def-123
15272+
type: string
15273+
tags:
15274+
description: Tags of the global variable.
15275+
example:
15276+
- team:front
15277+
- test:workflow-1
15278+
items:
15279+
description: Tag name.
15280+
type: string
15281+
type: array
15282+
value:
15283+
$ref: '#/components/schemas/SyntheticsGlobalVariableValue'
15284+
required:
15285+
- description
15286+
- name
15287+
- tags
15288+
type: object
1523615289
SyntheticsGlobalVariableTOTPParameters:
1523715290
description: Parameters for the TOTP/MFA variable
1523815291
properties:
@@ -31194,7 +31247,7 @@ paths:
3119431247
content:
3119531248
application/json:
3119631249
schema:
31197-
$ref: '#/components/schemas/SyntheticsGlobalVariable'
31250+
$ref: '#/components/schemas/SyntheticsGlobalVariableRequest'
3119831251
description: Details of the global variable to create.
3119931252
required: true
3120031253
responses:
@@ -31328,7 +31381,7 @@ paths:
3132831381
content:
3132931382
application/json:
3133031383
schema:
31331-
$ref: '#/components/schemas/SyntheticsGlobalVariable'
31384+
$ref: '#/components/schemas/SyntheticsGlobalVariableRequest'
3133231385
description: Details of the global variable to update.
3133331386
required: true
3133431387
responses:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-14T08:58:43.057Z

cassettes/features/v1/synthetics/Create-a-FIDO-global-variable-returns-OK-response.yml

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-14T08:58:58.240Z

cassettes/features/v1/synthetics/Create-a-TOTP-global-variable-returns-OK-response.yml

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-06-25T09:44:03.099Z
1+
2024-08-01T17:00:57.470Z

0 commit comments

Comments
 (0)