| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBrowserTestResultFull |
SyntheticsApi.getBrowserTestResult(String publicId,
String resultId)
Get a browser test result.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsBrowserTestResultFull> |
SyntheticsApi.getBrowserTestResultAsync(String publicId,
String resultId)
Get a browser test result.
|
ApiResponse<SyntheticsBrowserTestResultFull> |
SyntheticsApi.getBrowserTestResultWithHttpInfo(String publicId,
String resultId)
Get a specific full result from a given Synthetic browser test.
|
CompletableFuture<ApiResponse<SyntheticsBrowserTestResultFull>> |
SyntheticsApi.getBrowserTestResultWithHttpInfoAsync(String publicId,
String resultId)
Get a browser test result.
|
Copyright © 2024. All rights reserved.