Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing options and request option to synthetics test #1027

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-08-30 09:41:10.267849",
"spec_repo_commit": "267e916e"
"regenerated": "2022-08-30 12:29:18.404263",
"spec_repo_commit": "47f45603"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-08-30 09:41:10.281160",
"spec_repo_commit": "267e916e"
"regenerated": "2022-08-30 12:29:18.419749",
"spec_repo_commit": "47f45603"
}
}
}
21 changes: 21 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12564,9 +12564,20 @@ components:
disableCors:
description: Whether or not to disable CORS mechanism.
type: boolean
disableCsp:
description: Disable Content Security Policy for browser tests.
type: boolean
follow_redirects:
description: For API HTTP test, whether or not the test should follow redirects.
type: boolean
ignoreServerCertificateError:
description: Ignore server certificate error.
type: boolean
initialNavigationTimeout:
description: Timeout before declaring the initial step as failed (in seconds)
for browser tests.
format: int64
type: integer
min_failure_duration:
description: Minimum amount of time in failure required to trigger an alert.
format: int64
Expand Down Expand Up @@ -12677,6 +12688,16 @@ components:
type: string
certificate:
$ref: '#/components/schemas/SyntheticsTestRequestCertificate'
certificateDomains:
default: []
description: By default, the client certificate is applied on the domain
of the starting URL for browser tests. If you want your client certificate
to be applied on other domains instead, add them in `certificateDomains`.
items:
description: Domain to apply the client certificate.
example: ''
type: string
type: array
dnsServer:
description: DNS server to use for DNS tests.
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-07-11T13:41:26.739Z
2022-08-18T09:19:30.220Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-02-10T12:24:10.485Z
2022-08-18T09:19:36.544Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-05-12T09:50:27.289Z
2022-08-18T09:19:44.397Z
Loading