| 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 (browser) Synthetic test.
|
CompletableFuture<ApiResponse<SyntheticsBrowserTestResultFull>> |
SyntheticsApi.getBrowserTestResultWithHttpInfoAsync(String publicId,
String resultId)
Get a browser test result.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBrowserTestResultFull |
SyntheticsBrowserTestResultFull.check(SyntheticsBrowserTestResultFullCheck check) |
SyntheticsBrowserTestResultFull |
SyntheticsBrowserTestResultFull.checkTime(Double checkTime) |
SyntheticsBrowserTestResultFull |
SyntheticsBrowserTestResultFull.checkVersion(Long checkVersion) |
SyntheticsBrowserTestResultFull |
SyntheticsBrowserTestResultFull.probeDc(String probeDc) |
SyntheticsBrowserTestResultFull |
SyntheticsBrowserTestResultFull.result(SyntheticsBrowserTestResultData result) |
SyntheticsBrowserTestResultFull |
SyntheticsBrowserTestResultFull.resultId(String resultId) |
SyntheticsBrowserTestResultFull |
SyntheticsBrowserTestResultFull.status(SyntheticsTestMonitorStatus status) |
Copyright © 2023. All rights reserved.