Optional requestFactory: SyntheticsApiRequestFactoryOptional responseProcessor: SyntheticsApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationComplete a multipart file upload for a Synthetic test. Call this endpoint after all parts have been uploaded using the presigned URLs obtained from the multipart presigned URLs endpoint.
The request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationGet the list of API multistep tests that include a given subtest, along with their monitor status.
The request object
Optional options: ConfigurationGet the list of API tests that can be added as subtests to a given API multistep test. The current test is excluded from the list since a test cannot be a subtest of itself.
The request object
Optional options: ConfigurationGet the on-demand concurrency cap.
Optional options: ConfigurationThe request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationGet a specific version of a Synthetic test by its version number.
The request object
Optional options: ConfigurationGet a presigned URL to download a file attached to a Synthetic test. The returned URL is temporary and expires after a short period.
The request object
Optional options: ConfigurationGet presigned URLs for uploading a file to a Synthetic test using multipart upload. Returns the presigned URLs for each part along with the bucket key that references the file.
The request object
Optional options: ConfigurationGet the list of parent suites and their status for a given Synthetic test.
The request object
Optional options: ConfigurationGet the paginated version history for a Synthetic test.
The request object
Optional options: ConfigurationPatch a global variable using JSON Patch (RFC 6902). This endpoint allows partial updates to a global variable by specifying only the fields to modify.
Common operations include:
{"op": "replace", "path": "/name", "value": "new_name"}{"op": "replace", "path": "/value/value", "value": "new_value"}{"op": "add", "path": "/tags/-", "value": "new_tag"}{"op": "remove", "path": "/description"}The request object
Optional options: ConfigurationPatch a Synthetic test suite using JSON Patch (RFC 6902). Use partial updates to modify only specific fields of a test suite.
Common operations include:
{"op": "replace", "path": "/name", "value": "new_name"}{"op": "add", "path": "/tags/-", "value": "new_tag"}{"op": "remove", "path": "/message"}The request object
Optional options: ConfigurationSearch for test suites.
The request object
Optional options: ConfigurationSave new value for on-demand concurrency cap.
The request object
Optional options: ConfigurationThe request object
Optional options: ConfigurationGenerated using TypeDoc
Abort an in-progress multipart file upload for a Synthetic test. This cancels the upload and releases any storage used by already-uploaded parts.