| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPITestResultFull |
SyntheticsApi.getAPITestResult(String publicId,
String resultId)
Get an API test result.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsAPITestResultFull> |
SyntheticsApi.getAPITestResultAsync(String publicId,
String resultId)
Get an API test result.
|
ApiResponse<SyntheticsAPITestResultFull> |
SyntheticsApi.getAPITestResultWithHttpInfo(String publicId,
String resultId)
Get a specific full result from a given (API) Synthetic test.
|
CompletableFuture<ApiResponse<SyntheticsAPITestResultFull>> |
SyntheticsApi.getAPITestResultWithHttpInfoAsync(String publicId,
String resultId)
Get an API test result.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.check(SyntheticsAPITestResultFullCheck check) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.checkTime(Double checkTime) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.checkVersion(Long checkVersion) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.probeDc(String probeDc) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.result(SyntheticsAPITestResultData result) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.resultId(String resultId) |
SyntheticsAPITestResultFull |
SyntheticsAPITestResultFull.status(SyntheticsTestMonitorStatus status) |
Copyright © 2023. All rights reserved.