CompletableFuture<SyntheticsTestDetails> |
SyntheticsApi.getTestAsync(String publicId)
Get a test configuration.
|
ApiResponse<SyntheticsTestDetails> |
SyntheticsApi.getTestWithHttpInfo(String publicId)
Get the detailed configuration associated with a Synthetic test.
|
CompletableFuture<ApiResponse<SyntheticsTestDetails>> |
SyntheticsApi.getTestWithHttpInfoAsync(String publicId)
Get a test configuration.
|
PaginationIterable<SyntheticsTestDetails> |
SyntheticsApi.listTestsWithPagination()
Get the list of all Synthetic tests.
|
PaginationIterable<SyntheticsTestDetails> |
SyntheticsApi.listTestsWithPagination(SyntheticsApi.ListTestsOptionalParameters parameters)
Get the list of all Synthetic tests.
|
CompletableFuture<SyntheticsTestDetails> |
SyntheticsApi.patchTestAsync(String publicId,
SyntheticsPatchTestBody body)
Patch a Synthetic test.
|
ApiResponse<SyntheticsTestDetails> |
SyntheticsApi.patchTestWithHttpInfo(String publicId,
SyntheticsPatchTestBody body)
Patch the configuration of a Synthetic test with partial data.
|
CompletableFuture<ApiResponse<SyntheticsTestDetails>> |
SyntheticsApi.patchTestWithHttpInfoAsync(String publicId,
SyntheticsPatchTestBody body)
Patch a Synthetic test.
|