SyntheticsTestResultResponse |
SyntheticsApi.getSyntheticsBrowserTestResult(String publicId,
String resultId,
SyntheticsApi.GetSyntheticsBrowserTestResultOptionalParameters parameters)
Get a browser test result.
|
CompletableFuture<SyntheticsTestResultResponse> |
SyntheticsApi.getSyntheticsBrowserTestResultAsync(String publicId,
String resultId,
SyntheticsApi.GetSyntheticsBrowserTestResultOptionalParameters parameters)
Get a browser test result.
|
ApiResponse<SyntheticsTestResultResponse> |
SyntheticsApi.getSyntheticsBrowserTestResultWithHttpInfo(String publicId,
String resultId,
SyntheticsApi.GetSyntheticsBrowserTestResultOptionalParameters parameters)
Get a specific full result from a given Synthetic browser test.
|
CompletableFuture<ApiResponse<SyntheticsTestResultResponse>> |
SyntheticsApi.getSyntheticsBrowserTestResultWithHttpInfoAsync(String publicId,
String resultId,
SyntheticsApi.GetSyntheticsBrowserTestResultOptionalParameters parameters)
Get a browser test result.
|